Bug 15492: Make SCI use its own sysprefs and CSS file
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / css / sci.css
blob38fe8777da6cb7331e7fdac616dd38333f2f78f6
1 body {
2 background-color: #EAEAE6;
5 a, a:visited,
6 .ui-widget-content a,
7 .ui-widget-content a:visited {
8 color: #0076B2;
11 a.title {
12 font-weight: bold;
15 h1 {
16 font-size : 140%;
17 line-height: 150%;
19 h2 {
21 font-size : 130%;
22 line-height: 150%;
24 h3 {
26 font-size : 120%;
27 line-height: 150%;
29 h4 {
31 font-size : 110%;
33 h5 {
35 font-size : 100%;
37 caption {
38 font-size: 120%;
39 font-weight: bold;
40 margin : .5em 0;
41 text-align: left;
44 input,
45 textarea {
46 width: auto;
49 legend {
50 font-size: 110%;
51 font-weight: bold;
53 th {
54 background-color: #ECEDE6;
56 .main {
57 background-color: #FFF;
58 border: 1px solid #D2D2CF;
59 border-radius: 8px 8px 8px 8px;
60 margin: 0.5em 20px;
61 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);
65 .navbar-inverse .brand, .navbar-inverse .nav > li > a {
66 color: #9FE1FF;
67 font-weight: bold;
70 .table-striped tbody > tr:nth-child(odd) > td,
71 .table-striped tbody > tr:nth-child(odd) > th {
72 background-color: #F4F4F4;
74 /* Redefine a new style for Bootstrap's class "close" since we use that already */
75 /* Use <a class="closebtn" href="#">&times;</a> */
76 .alert .closebtn{position:relative;top:-2px;right:-21px;line-height:20px;}
77 .modal-header .closebtn{margin-top:2px;}
78 .closebtn{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.closebtn:hover{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40);}
79 button.closebtn{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}
80 .btn-group label,
81 .btn-group select {
82 font-size: 13px;
85 /* Override Bootstrap alert */
86 .alert {
87 background: #fffbe5; /* Old browsers */
88 background: -moz-linear-gradient(top, #fffbe5 0%, #fff0b2 9%, #fff1a8 89%, #f7e665 100%); /* FF3.6+ */
89 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffbe5), color-stop(9%,#fff0b2), color-stop(89%,#fff1a8), color-stop(100%,#f7e665)); /* Chrome,Safari4+ */
90 background: -webkit-linear-gradient(top, #fffbe5 0%,#fff0b2 9%,#fff1a8 89%,#f7e665 100%); /* Chrome10+,Safari5.1+ */
91 background: -o-linear-gradient(top, #fffbe5 0%,#fff0b2 9%,#fff1a8 89%,#f7e665 100%); /* Opera 11.10+ */
92 background: -ms-linear-gradient(top, #fffbe5 0%,#fff0b2 9%,#fff1a8 89%,#f7e665 100%); /* IE10+ */
93 background: linear-gradient(to bottom, #fffbe5 0%,#fff0b2 9%,#fff1a8 89%,#f7e665 100%); /* W3C */
94 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbe5', endColorstr='#f7e665',GradientType=0 ); /* IE6-9 */
95 border-color : #D6C43B;
96 color: #333;
99 /* Override Bootstrap alert.alert-info */
100 .alert-info {
101 background: #f4f6fa; /* Old browsers */
102 background: -moz-linear-gradient(top, #f4f6fa 0%, #eaeef5 4%, #e8edf6 96%, #cddbf2 100%); /* FF3.6+ */
103 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(4%,#eaeef5), color-stop(96%,#e8edf6), color-stop(100%,#cddbf2)); /* Chrome,Safari4+ */
104 background: -webkit-linear-gradient(top, #f4f6fa 0%,#eaeef5 4%,#e8edf6 96%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */
105 background: -o-linear-gradient(top, #f4f6fa 0%,#eaeef5 4%,#e8edf6 96%,#cddbf2 100%); /* Opera 11.10+ */
106 background: -ms-linear-gradient(top, #f4f6fa 0%,#eaeef5 4%,#e8edf6 96%,#cddbf2 100%); /* IE10+ */
107 background: linear-gradient(to bottom, #f4f6fa 0%,#eaeef5 4%,#e8edf6 96%,#cddbf2 100%); /* W3C */
108 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */
109 border-color : #C5D1E5;
110 color: #333;
113 /* Override Bootstrap alert.alert-success */
114 .alert-success {
115 background: #f8ffe8; /* Old browsers */
116 background: -moz-linear-gradient(top, #f8ffe8 0%, #e3f5ab 4%, #dcf48d 98%, #9ebf28 100%); /* FF3.6+ */
117 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8ffe8), color-stop(4%,#e3f5ab), color-stop(98%,#dcf48d), color-stop(100%,#9ebf28)); /* Chrome,Safari4+ */
118 background: -webkit-linear-gradient(top, #f8ffe8 0%,#e3f5ab 4%,#dcf48d 98%,#9ebf28 100%); /* Chrome10+,Safari5.1+ */
119 background: -o-linear-gradient(top, #f8ffe8 0%,#e3f5ab 4%,#dcf48d 98%,#9ebf28 100%); /* Opera 11.10+ */
120 background: -ms-linear-gradient(top, #f8ffe8 0%,#e3f5ab 4%,#dcf48d 98%,#9ebf28 100%); /* IE10+ */
121 background: linear-gradient(to bottom, #f8ffe8 0%,#e3f5ab 4%,#dcf48d 98%,#9ebf28 100%); /* W3C */
122 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#9ebf28',GradientType=0 ); /* IE6-9 */
123 border-color : #9FBA35;
124 color: #333;
126 #members p {
127 color : #EEE;
130 #members a {
131 color: #A6D8ED;
132 font-weight: bold;
135 #members a.logout {
136 color : #E8583C;
137 padding : 0 .3em 0 .3em;
140 .inline {
141 display: inline;
144 i.icon {
145 background-repeat: no-repeat;
146 display: inline-block;
147 height: 16px;
148 line-height: 16px;
149 margin-right: 3px;
150 vertical-align: text-top;
151 width: 16px;
154 i.back {
155 background : transparent url("../lib/famfamfam/silk/arrow_left.png") no-repeat 0 0;
158 i.return {
159 background : transparent url("../lib/famfamfam/silk/book_previous.png") no-repeat 0 0;
162 i.renew {
163 background : transparent url("../lib/famfamfam/silk/arrow_refresh.png") no-repeat 0 0;
166 i.cancel {
167 background : transparent url("../lib/famfamfam/silk/cancel.png") no-repeat 0 0;
170 i.finish {
171 background : transparent url("../lib/famfamfam/silk/stop.png") no-repeat 0 0;
174 i.help {
175 background : transparent url("../lib/famfamfam/silk/help.png") no-repeat 0 0;
178 .table .sorting_asc {
179 padding-right: 19px;
180 background: url("../images/asc.gif") no-repeat scroll right center #EEEEEE;
182 .table .sorting_desc {
183 padding-right: 19px;
184 background: url("../images/desc.gif") no-repeat scroll right center #EEEEEE;
186 .table .sorting {
187 padding-right: 19px;
188 background: url("../images/ascdesc.gif") no-repeat scroll right center #EEEEEE;
190 .table .nosort,
191 .table .nosort.sorting_asc,
192 .table .nosort.sorting_desc,
193 .table .nosort.sorting {
194 padding-right: 19px;
195 background: #EEEEEE none;
198 #sci_logout {
199 color: #E8583C;
202 #sci_checkin_button, #sci_refresh_button, #sci_append_button {
203 margin-bottom: 10px;
206 #sci_refresh_button {
207 color: rgb(51, 51, 51);