Bug 11616: (follow-up) remove tablesorter CSS
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / css / babeltheque.css
1 /* ## BABELTHEQUE ## */
2 /* Babeltheque is a french supplier for advanced features
3 this babeltheque.css is not used anywhere by Koha, it's not a mistake
4 If you're babeltheque customer, you have access to a specific configuration URL
5 on babeltheque website, where you can activate this css
6 So: it should not be removed from Koha !
7 */
8
9 #BW_etiquettes {
10   clear :left;
11   border: 1px solid #E8E8E8;
12   margin-top: 10px;
13   width: 49%;
14   float: left;
15   visibility: hidden;
16   visibility: visible\9;
17 }
18 #BW_etiquettes:not(:empty) {
19   visibility: visible;
20 }
21
22 #BW_etiquettes h2 {
23   clear:left;
24   background-color: #E8E8E8;
25   margin: 5px 10px;
26   padding: 0 5px;
27 }
28
29 #BW_ulEti {max-width:100%;}
30
31 #BW_ulEti ul  {
32   margin:0;
33   padding:0 15px;
34   list-style-type: none;
35 }
36
37 #BW_ulEti a {
38   text-decoration: none;
39 }
40
41 #BW_ulEti a.tag_s0  {font-weight: 120;font-size:0.8em;}
42 #BW_ulEti a.tag_s1  {font-weight: 150;font-size:0.9em;}
43 #BW_ulEti a.tag_s2  {font-weight: 180;font-size:1.0em;}
44 #BW_ulEti a.tag_s3  {font-weight: 200;font-size:1.2em;}
45 #BW_ulEti a.tag_s4  {font-weight: 220;font-size:1.4em;}
46 #BW_ulEti a.tag_s5  {font-weight: 230;font-size:1.5em;}
47 #BW_ulEti a.tag_s6  {font-weight: 320;font-size:1.6em;}
48 #BW_ulEti a.tag_s7  {font-weight: 350;font-size:1.7em;}
49 #BW_ulEti a.tag_s8  {font-weight: 400;font-size:1.8em;}
50 #BW_ulEti { padding: 0px; line-height: 2em; text-align: center;}
51 #BW_ulEti a { padding: 2px; }
52 #BW_ulEti { margin: 0px; }
53
54 #BW_ulEti ol {
55   float:left;
56   display: inline;
57   margin: 0 10px;
58 }
59
60 #BW_suggestions {
61   border: 1px solid #E8E8E8;
62   margin-top: 10px;
63   float: right;
64   width: 49%;
65   visibility: hidden;
66   visibility: visible\9;
67 }
68 #BW_suggestions:not(:empty) {
69   visibility: visible;
70 }
71 #BW_suggestions h2 {
72   background-color: #E8E8E8;
73   margin: 5px 10px;
74   padding: 0 5px;
75 }
76 #BW_suggestions .BW_livres_tag_page {
77   padding: 0 15px;
78 }
79 #BW_suggestions .BW_livres_tag_page:before {
80   content : '> ';
81 }
82 #BW_droite .BW_livres_tag:before {
83   content : '> ';
84 }
85
86 #BW_podcasts {
87   border: 1px solid #E8E8E8;
88   margin-top: 10px;
89   min-width: 100%;
90   float: left;
91   /*width: 49%;*/
92   visibility: hidden;
93   visibility: visible\9;
94 }
95
96 #BW_podcasts > iframe {
97   margin: -20px 0 10px 20px;
98 }
99
100 #BW_videos {
101   clear :left;
102   border: 1px solid #E8E8E8;
103   margin-top: 10px;
104   min-width: 100%;
105   /*width: 49%;*/
106   float: left;
107   visibility: hidden;
108   visibility: visible\9;
109 }
110
111 #BW_videos:not(:empty) {
112   visibility: visible;
113 }
114
115 #BW_podcasts:not(:empty) {
116   visibility: visible;
117 }
118
119 #BW_videos h2, #BW_podcasts h2 {
120   background-color: #E8E8E8;
121   margin: 5px 10px;
122   padding: 0 5px;
123 }
124 #BW_videos .BW_bloc_vid {
125   clear: both;
126   padding: 0 15px;
127 }
128 .BW_vignette_vid {
129   border: 1px solid #DFD9CE;
130   float: left;
131   height: 141px;
132   margin: 5px;
133   min-height: 141px;
134   padding: 5px;
135   white-space: nowrap;
136 }
137
138 #BW_notes {clear :left;}
139 #BW_notes h2 {font-size:85%;}
140
141 #BW_citations {}
142 #BW_citations h2 {font-size:85%;}
143
144 #BW_critiques {}
145 #BW_critiques h2 {font-size:85%;}
146
147 #BW_critiques_pro {}
148 #BW_critiques_pro h2 {font-size:85%;}
149
150 #BW_citations,#BW_critiques,#BW_critiques_pro {
151   background: -moz-linear-gradient(center top , #3399FF, #3333FF) repeat scroll 0 0 transparent;
152   background: -webkit-gradient(linear, center top, center bottom, from(#3399FF), to(#3333FF));
153   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399FF', endColorstr='#3333FF');
154   border: 1px solid #B7B7B7;
155   border-radius: 5px 5px 5px 5px;
156   color: #FFFFCC;
157   display: inline-block;
158   float: left;
159   font-weight: bold;
160   margin: 15px 20px 15px 0;
161   min-width: 150px;
162   padding: 0 15px 8px;
163   position: relative;
164   text-align: center;
165   text-shadow: 1px 1px 1px #777777;
166   white-space: nowrap;
167 }
168
169 #BW_citations a,#BW_critiques a,#BW_critiques_pro a {
170   color: #FFFFCC;
171 }