View | Details | Raw Unified | Return to bug 16019
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/blue.css (-110 lines)
Lines 1-110 Link Here
1
body {
2
    text-align : left;
3
    background-color:#EDF5FA;
4
    color:#494949;
5
}
6
7
a, a:link, a:visited, a:active {
8
    text-decoration:none;
9
    color:#027ac6;
10
}
11
12
a:hover {
13
    text-decoration:underline;
14
    color:#0072b9;
15
    }
16
17
h1 {
18
    margin-top:0.5em;
19
    margin-bottom:0.5em;
20
    font-size : 182%;
21
    font-weight : bold;
22
}
23
h2 {
24
    margin-top:0.3em;
25
    margin-bottom:0.3em;
26
    font-size : 150%;
27
    font-weight : bold;
28
}
29
h3 {
30
    font-size : 125%;
31
    font-weight : bold;
32
}
33
34
h4 {
35
    font-size : 110%;	
36
    font-weight : bold;
37
}
38
39
h5 {
40
    font-size : 100%;	
41
    font-weight : bold;
42
    background: url( ../../img/css_header.png );
43
    background-repeat:repeat-x;
44
    color:white;}
45
46
h6 {
47
    font-size : 93%;
48
    font-weight : bold;
49
}
50
51
#navigation {
52
	border-right : 1px solid #BCBCBC;
53
}
54
55
th {
56
    color:white;
57
    background: url( ../../img/css_header.png );
58
    background-repeat:repeat-x;
59
    border-bottom : 1px solid #BCBCBC;
60
    border-left : 1px solid #BCBCBC;
61
    padding : .5em;
62
}
63
64
.yui-u {
65
border: 1px solid #bbbbbb;
66
}
67
68
input[type=submit], input[type=button], input[type=reset] {
69
    background: url( ../../img/css_header.png );
70
    color:white;
71
    border:1px inset;
72
    margin-top:10px;
73
}
74
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
75
    border:1px outset;
76
}
77
78
.labelsubfield {
79
}
80
81
div.tag_title {
82
    text-align: left;
83
    clear:left;
84
    font-weight: bold;
85
}
86
87
div.subfield_line {
88
    padding-right : .4em;
89
    text-align: left;
90
    clear:left;
91
    margin-left:10px;
92
    margin-right:-10px;
93
}
94
95
.subfield-label {
96
    font-weight: bold;
97
    font-style: italic;
98
}
99
100
101
.dialog input.approve {
102
color:#027ac6;
103
}
104
105
.dialog input.deny {
106
 	color:red;
107
 }
108
 th.header {
109
    color:#0072b9;
110
 }

Return to bug 16019