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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/sco.css (-28 / +122 lines)
Lines 1-5 Link Here
1
body {
1
body {
2
    background-color: #EAEAE6;
2
    background-color: #fcf9fc;
3
}
4
5
#wrap {
6
    padding-right: 40px;
7
    padding-left: 40px;
3
}
8
}
4
9
5
a, a:visited,
10
a, a:visited,
Lines 13-40 a.title { Link Here
13
}
18
}
14
19
15
h1 {
20
h1 {
21
    color: #727272;
16
    font-size : 140%;
22
    font-size : 140%;
17
    line-height: 150%;
23
    line-height: 150%;
18
}
24
}
19
h2 {
25
h2 {
20
26
    color: #727272;
21
    font-size : 130%;
27
    font-size : 130%;
22
    line-height: 150%;
28
    line-height: 150%;
23
}
29
}
24
h3 {
30
h3 {
25
31
    color: #727272;
26
    font-size : 120%;
32
    font-size : 120%;
27
    line-height: 150%;
33
    line-height: 150%;
28
}
34
}
29
h4 {
35
h4 {
30
36
    color: #727272;
31
    font-size : 110%;
37
    font-size : 110%;
32
}
38
}
33
h5 {
39
h5 {
34
40
    color: #727272;
35
    font-size : 100%;
41
    font-size : 100%;
36
}
42
}
37
caption {
43
caption {
44
    color: #727272;
38
    font-size: 120%;
45
    font-size: 120%;
39
    font-weight: bold;
46
    font-weight: bold;
40
    margin : .5em 0;
47
    margin : .5em 0;
Lines 45-52 input, Link Here
45
textarea {
52
textarea {
46
    width: auto;
53
    width: auto;
47
}
54
}
55
/*Search bar border glow*/
56
input[type="text"]:focus {
57
   border-color: #85ca11;
58
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,228,136,.6)
59
}
60
61
input[type="password"]:focus {
62
   border-color: #85ca11;
63
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,228,136,.6)
64
}
48
65
49
legend {
66
legend {
67
    color: #727272;
50
    font-size: 110%;
68
    font-size: 110%;
51
    font-weight: bold;
69
    font-weight: bold;
52
}
70
}
Lines 55-75 th { Link Here
55
}
73
}
56
.main {
74
.main {
57
    background-color: #FFF;
75
    background-color: #FFF;
58
    border: 1px solid #D2D2CF;
76
    border-color: #f0f3f3;
59
    border-radius: 8px 8px 8px 8px;
60
    margin: 0.5em 20px;
77
    margin: 0.5em 20px;
61
    padding: 0.8em 0;
78
    padding: 0.8em 0;
62
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2);
63
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2);
64
}
79
}
80
81
.navbar-inverse .navbar-inner {
82
    background: #fcf9fc none;
83
    border-color: #fcf9fc;
84
    box-shadow: none;
85
}
86
65
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
87
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
66
    color: #9FE1FF;
88
    color: #727272;
67
    font-weight: bold;
89
    font-weight: bold;
68
}
90
}
69
91
92
93
/*language menu font colour*/
94
95
96
/*Dropdown menus in Header*/
97
.dropdown-menu {
98
   border-radius: 0px;
99
}
100
101
.dropdown-menu > li > a:hover {
102
   background: #85ca11 none;
103
   color: #FFFFFF;
104
}
105
106
.dropdown-menu > li > a:focus {
107
   background: #85ca11 none;
108
   color: #FFFFFF;
109
}
110
111
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret {
112
   border-top-color: #85ca11;
113
   border-bottom-color: #85ca11;
114
}
115
116
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret:hover {
117
   border-top-color: #85ca11;
118
   border-bottom-color: #85ca11;
119
}
120
121
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
122
   background-color: transparent;
123
   color: #85ca11;
124
}
125
126
.navbar-inverse .nav li.dropdown > a:hover .caret {
127
   border-top-color: #85ca11;
128
   border-bottom-color: #85ca11;
129
}
130
131
.navbar .nav li.dropdown > a:focus .caret {
132
   border-top-color: #85ca11;
133
   border-bottom-color: #85ca11;
134
}
135
136
.navbar-inverse .nav li.dropdown > a:focus .caret {
137
   border-top-color: #85ca11;
138
   border-bottom-color: #85ca11;
139
}
140
141
.navbar .nav li.dropdown > a:hover .caret {
142
   border-top-color: #85ca11;
143
   border-bottom-color: #85ca11;
144
}
145
146
.navbar-inverse .nav > li > a {
147
   color: #727272;
148
}
149
150
.navbar-inverse .nav > li > a:hover {
151
   color: #85ca11;
152
}
153
154
.navbar-inverse .nav > li > a:focus {
155
   color: #85ca11;
156
}
70
.table-striped tbody > tr:nth-child(odd) > td,
157
.table-striped tbody > tr:nth-child(odd) > td,
71
.table-striped tbody > tr:nth-child(odd) > th {
158
.table-striped tbody > tr:nth-child(odd) > th {
72
  background-color: #F4F4F4;
159
  background-color: #f0f3f3;
73
}
160
}
74
/* Redefine a new style for Bootstrap's class "close" since we use that already */
161
/* Redefine a new style for Bootstrap's class "close" since we use that already */
75
/* Use <a class="closebtn" href="#">&times;</a> */
162
/* Use <a class="closebtn" href="#">&times;</a> */
Lines 123-141 button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit Link Here
123
    border-color : #9FBA35;
210
    border-color : #9FBA35;
124
    color: #333;
211
    color: #333;
125
}
212
}
126
#members p {
127
    color : #EEE;
128
}
129
130
#members a {
131
    color: #A6D8ED;
132
    font-weight: bold;
133
}
134
135
#members a.logout {
136
    color : #E8583C;
137
    padding : 0 .3em 0 .3em;
138
}
139
213
140
.inline {
214
.inline {
141
    display: inline;
215
    display: inline;
Lines 177-198 i.help { Link Here
177
251
178
.table .sorting_asc {
252
.table .sorting_asc {
179
    padding-right: 19px;
253
    padding-right: 19px;
180
    background: url("../images/asc.gif") no-repeat scroll right center #EEEEEE;
254
    background: url("../images/asc.gif") no-repeat scroll right center #e2e8e8;
181
}
255
}
182
.table .sorting_desc {
256
.table .sorting_desc {
183
    padding-right: 19px;
257
    padding-right: 19px;
184
    background: url("../images/desc.gif") no-repeat scroll right center #EEEEEE;
258
    background: url("../images/desc.gif") no-repeat scroll right center #e2e8e8;
185
}
259
}
186
.table .sorting {
260
.table .sorting {
187
    padding-right: 19px;
261
    padding-right: 19px;
188
    background: url("../images/ascdesc.gif") no-repeat scroll right center #EEEEEE;
262
    background: url("../images/ascdesc.gif") no-repeat scroll right center #e2e8e8;
189
}
263
}
190
.table .nosort,
264
.table .nosort,
191
.table .nosort.sorting_asc,
265
.table .nosort.sorting_asc,
192
.table .nosort.sorting_desc,
266
.table .nosort.sorting_desc,
193
.table .nosort.sorting {
267
.table .nosort.sorting {
194
    padding-right: 19px;
268
    padding-right: 19px;
195
    background: #EEEEEE none;
269
    background: #e2e8e8 none;
270
}
271
272
.table-bordered {
273
    border-radius: 0px;
274
}
275
276
.table-bordered thead:first-child tr:first-child > th:last-child {
277
   border-radius: 0px;
278
}
279
280
.table-bordered tbody:last-child tr:last-child > td:last-child {
281
   border-radius: 0px;
282
}
283
284
.table-bordered tbody:last-child tr:last-child > td:first-child {
285
   border-radius: 0px;
286
}
287
288
.table-bordered thead:first-child tr:first-child > th:first-child {
289
   border-radius: 0px;
196
}
290
}
197
291
198
#sci_logout {
292
#sci_logout {
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead-sco.inc (-2 / +1 lines)
Lines 5-11 Link Here
5
    <div class="navbar navbar-inverse navbar-static-top">
5
    <div class="navbar navbar-inverse navbar-static-top">
6
        <div class="navbar-inner">
6
        <div class="navbar-inner">
7
            <div class="container-fluid">
7
            <div class="container-fluid">
8
                <a class="brand" href="/cgi-bin/koha/sco/sco-main.pl"><img src="[% interface | html %]/[% theme | html %]/images/koha-logo-navbar.png" alt=""></a>
8
                <a class="brand" href="/cgi-bin/koha/sco/sco-main.pl"><img src="[% interface | html %]/[% theme | html %]/images/koha-green-logo.png" alt=""></a>
9
                <div id="checkouthelp">
9
                <div id="checkouthelp">
10
                    <ul class="nav pull-right">
10
                    <ul class="nav pull-right">
11
                        <li><a href="/cgi-bin/koha/sco/help.pl"><i class="icon help"></i> Help</a></li>
11
                        <li><a href="/cgi-bin/koha/sco/help.pl"><i class="icon help"></i> Help</a></li>
12
- 

Return to bug 22274