Bug 23173: Compiled CSS
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / css / babeltheque.css
blob9ada7073afa22c570e4e9c478981d5bf52a22c79
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 */
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;
18 #BW_etiquettes:not(:empty) {
19 visibility: visible;
22 #BW_etiquettes h2 {
23 clear:left;
24 background-color: #E8E8E8;
25 margin: 5px 10px;
26 padding: 0 5px;
29 #BW_ulEti {max-width:100%;}
31 #BW_ulEti ul {
32 margin:0;
33 padding:0 15px;
34 list-style-type: none;
37 #BW_ulEti a {
38 text-decoration: none;
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; }
54 #BW_ulEti ol {
55 float:left;
56 display: inline;
57 margin: 0 10px;
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;
68 #BW_suggestions:not(:empty) {
69 visibility: visible;
71 #BW_suggestions h2 {
72 background-color: #E8E8E8;
73 margin: 5px 10px;
74 padding: 0 5px;
76 #BW_suggestions .BW_livres_tag_page {
77 padding: 0 15px;
79 #BW_suggestions .BW_livres_tag_page:before {
80 content : '> ';
82 #BW_droite .BW_livres_tag:before {
83 content : '> ';
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;
96 #BW_podcasts > iframe {
97 margin: -20px 0 10px 20px;
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;
111 #BW_videos:not(:empty) {
112 visibility: visible;
115 #BW_podcasts:not(:empty) {
116 visibility: visible;
119 #BW_videos h2, #BW_podcasts h2 {
120 background-color: #E8E8E8;
121 margin: 5px 10px;
122 padding: 0 5px;
124 #BW_videos .BW_bloc_vid {
125 clear: both;
126 padding: 0 15px;
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;
138 #BW_notes {clear :left;}
139 #BW_notes h2 {font-size:85%;}
141 #BW_citations {}
142 #BW_citations h2 {font-size:85%;}
144 #BW_critiques {}
145 #BW_critiques h2 {font-size:85%;}
147 #BW_critiques_pro {}
148 #BW_critiques_pro h2 {font-size:85%;}
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;
169 #BW_citations a,#BW_critiques a,#BW_critiques_pro a {
170 color: #FFFFCC;