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

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/sci.css (-21 / +121 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 46-75 textarea { Link Here
46
    width: auto;
53
    width: auto;
47
}
54
}
48
55
56
/*Search bar border glow*/
57
input[type="text"]:focus {
58
   border-color: #85ca11;
59
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,228,136,.6)
60
}
61
62
input[type="password"]:focus {
63
   border-color: #85ca11;
64
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194,228,136,.6)
65
}
66
49
legend {
67
legend {
68
    color: #727272;
50
    font-size: 110%;
69
    font-size: 110%;
51
    font-weight: bold;
70
    font-weight: bold;
52
}
71
}
72
53
th {
73
th {
54
    background-color: #ECEDE6;
74
    background-color: #e2e8e8;
55
}
75
}
76
56
.main {
77
.main {
57
    background-color: #FFF;
78
    background-color: #FFF;
58
    border: 1px solid #D2D2CF;
79
    border-color: #f0f3f3;
59
    border-radius: 8px 8px 8px 8px;
60
    margin: 0.5em 20px;
80
    margin: 0.5em 20px;
61
    padding: 0.8em 0;
81
    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
}
82
}
83
84
.navbar-inverse .navbar-inner {
85
    background: #fcf9fc none;
86
    border-color: #fcf9fc;
87
    box-shadow: none;
88
}
89
65
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
90
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
66
    color: #9FE1FF;
91
    color: #727272;
67
    font-weight: bold;
92
    font-weight: bold;
68
}
93
}
69
94
95
/*Dropdown menus in Header*/
96
.dropdown-menu {
97
   border-radius: 0px;
98
}
99
100
.dropdown-menu > li > a:hover {
101
   background: #85ca11 none;
102
   color: #FFFFFF;
103
}
104
105
.dropdown-menu > li > a:focus {
106
   background: #85ca11 none;
107
   color: #FFFFFF;
108
}
109
110
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret {
111
   border-top-color: #85ca11;
112
   border-bottom-color: #85ca11;
113
}
114
115
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret:hover {
116
   border-top-color: #85ca11;
117
   border-bottom-color: #85ca11;
118
}
119
120
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
121
   background-color: transparent;
122
   color: #85ca11;
123
}
124
125
.navbar-inverse .nav li.dropdown > a:hover .caret {
126
   border-top-color: #85ca11;
127
   border-bottom-color: #85ca11;
128
}
129
130
.navbar .nav li.dropdown > a:focus .caret {
131
   border-top-color: #85ca11;
132
   border-bottom-color: #85ca11;
133
}
134
135
.navbar-inverse .nav li.dropdown > a:focus .caret {
136
   border-top-color: #85ca11;
137
   border-bottom-color: #85ca11;
138
}
139
140
.navbar .nav li.dropdown > a:hover .caret {
141
   border-top-color: #85ca11;
142
   border-bottom-color: #85ca11;
143
}
144
145
.navbar-inverse .nav > li > a {
146
   color: #727272;
147
}
148
149
.navbar-inverse .nav > li > a:hover {
150
   color: #85ca11;
151
}
152
153
.navbar-inverse .nav > li > a:focus {
154
   color: #85ca11;
155
}
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-136 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
213
130
#members a {
131
    color: #A6D8ED;
132
    font-weight: bold;
133
}
134
214
135
#members a.logout {
215
#members a.logout {
136
    color : #E8583C;
216
    color : #E8583C;
Lines 192-198 i.help { Link Here
192
.table .nosort.sorting_desc,
272
.table .nosort.sorting_desc,
193
.table .nosort.sorting {
273
.table .nosort.sorting {
194
    padding-right: 19px;
274
    padding-right: 19px;
195
    background: #EEEEEE none;
275
    background: #e2e8e8 none;
276
}
277
278
.table-bordered {
279
    border-radius: 0px;
280
}
281
282
.table-bordered thead:first-child tr:first-child > th:last-child {
283
   border-radius: 0px;
284
}
285
286
.table-bordered tbody:last-child tr:last-child > td:last-child {
287
   border-radius: 0px;
288
}
289
290
.table-bordered tbody:last-child tr:last-child > td:first-child {
291
   border-radius: 0px;
292
}
293
294
.table-bordered thead:first-child tr:first-child > th:first-child {
295
   border-radius: 0px;
196
}
296
}
197
297
198
#sci_logout {
298
#sci_logout {
Lines 205-208 i.help { Link Here
205
305
206
#sci_refresh_button {
306
#sci_refresh_button {
207
    color: rgb(51, 51, 51);
307
    color: rgb(51, 51, 51);
208
}
308
}
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt (-2 / +1 lines)
Lines 51-57 Link Here
51
    <div class="navbar navbar-inverse navbar-static-top">
51
    <div class="navbar navbar-inverse navbar-static-top">
52
        <div class="navbar-inner">
52
        <div class="navbar-inner">
53
            <div class="container-fluid">
53
            <div class="container-fluid">
54
                <a class="brand" href="/cgi-bin/koha/sci/sci-main.pl"><img src="[% interface | html %]/[% theme | html %]/images/koha-logo-navbar.png" alt=""></a>
54
                <a class="brand" href="/cgi-bin/koha/sci/sci-main.pl"><img src="[% interface | html %]/[% theme | html %]/images/koha-green-logo.png" alt=""></a>
55
                <div id="checkouthelp">
55
                <div id="checkouthelp">
56
                    <ul class="nav pull-right">
56
                    <ul class="nav pull-right">
57
                        <li><a href="/cgi-bin/koha/sci/sci-main.pl" class="helpModal-trigger" role="button" data-toggle="modal"><i class="icon help"></i> Help</a></li>
57
                        <li><a href="/cgi-bin/koha/sci/sci-main.pl" class="helpModal-trigger" role="button" data-toggle="modal"><i class="icon help"></i> Help</a></li>
58
- 

Return to bug 22638