source: extensions/cuise/theme.css.php @ 19487

Last change on this file since 19487 was 19486, checked in by cljosse, 11 years ago

[style cuise] create cuise

File size: 23.1 KB
Line 
1<?php 
2
3 $patterns = array();
4$patterns[0] = '_';
5$replacements = array();
6$replacements[0] = '#';
7if ( !isset($_GET['theme'])  ) {
8  global $nb_template;
9 $nb_template=5 ;
10
11$params['theme']="cuise";
12$params['parent']="cuise";
13
14$keys=array();
15  $name=array("cbmt.gif","bpv.png","bp3.jpg","bph.png");
16  for($id=0;$id<$nb_template;$id++){
17      $params  = array_merge($params,array(                     
18                                                "bg_cuise_$id"                  => '#FFA800',
19                                                "bgho_cuise_$id"                        => '#0072FF',
20                                                "bd_cuise_$id"                  => '#4F4F4F',
21                                                "co_cuise_$id"            => '#4F4F4F',
22            "coho_cuise_$id"              => '#F4F4F4',
23            "img_cuise_$id"    =>   $name[$id],
24            "rayon_cuise_$id"    => '8px',
25            "chk_cuise_$id"    => 'nochecked',
26
27            ));
28            } 
29$keys=$params ;
30 
31
32$keys['theme']="cuise";
33$keys['parent']="cuise";
34}else{
35 $keys=$_GET;
36}
37 
38 global $theme ;
39$theme_dir = $keys['theme'];
40$theme_parent = $keys['parent'];
41
42/*===============================================*/
43 if ($keys['chk_cuise_0']!='checked'){
44      $fondBG = "url(./images/" . $keys['img_cuise_0'].")" ;
45       $fondBG_hover = "url(images/hover_" . $keys['img_cuise_0'].")" ;
46      }else {
47      $fondBG ="none";   
48      $fondBG_hover ="none";
49}
50
51
52 
53$rayon_0 = $keys['rayon_cuise_0']; 
54$fondBG_color = str_replace("_", "#",   $keys['bg_cuise_0']);
55$fondBG_color_hover = str_replace("_", "#",   $keys['bgho_cuise_0']);
56$lien_a = str_replace("_", "#",   $keys['co_cuise_0']);
57$lien_a_hover= str_replace("_", "#",   $keys['coho_cuise_0']); 
58/*===============================================*/
59 if ($keys['chk_cuise_1']!='checked'){
60      $fondBp = "url(images/" . $keys['img_cuise_1'].")" ;
61      $fondBp_hover =  "url(images/hover_".$keys['img_cuise_1'].")";
62}else {
63      $fondBp ="none"; 
64      $fondBp_hover ="none"; 
65      } 
66$fondBp_color =  str_replace("_", "#",   $keys['bg_cuise_1']);
67$fondBp_color_hover =str_replace("_", "#",   $keys['bgho_cuise_1']);
68$rayon_1 = $keys['rayon_cuise_1']; 
69/* menubar ---*/
70$bp_a = str_replace("_", "#",   $keys['co_cuise_1']);
71$bp_a_hover= str_replace("_", "#",   $keys['coho_cuise_1']); 
72/*=========== Menubar ========================*/
73 if ($keys['chk_cuise_2']!='checked'){
74    $fondHoriz = "url(images/".$keys['img_cuise_2'].")";
75    $fondHoriz_hover =  "url(images/hover_".$keys['img_cuise_2'].")";
76}else {
77    $fondHoriz ="none"; 
78    $fondHoriz_hover = "non";
79}
80$fondHoriz_color =  str_replace("_", "#",   $keys['bg_cuise_2']);
81$fondHoriz_color_hover = str_replace("_", "#",   $keys['bgho_cuise_2']);
82$rayon_2 = $keys['rayon_cuise_2']; 
83$thumb_a = str_replace("_", "#",   $keys['co_cuise_2']);
84$thumb_a_hover= str_replace("_", "#",   $keys['coho_cuise_2']); 
85/*===============================================*/
86if ($keys['chk_cuise_3']!='checked'){
87    $fondVert = "url(images/".$keys['img_cuise_3'].")";
88$fondVert_hover = "url(images/hover_".$keys['img_cuise_3'].")";
89}else {
90    $fondVert="none";
91    $fondVert_hover="none";
92    }
93$fondVert_color =  str_replace("_", "#",   $keys['bg_cuise_3']);
94
95$fondVert_color_hover = str_replace("_", "#",   $keys['bgho_cuise_3']);
96$rayon_3 = $keys['rayon_cuise_3']; 
97$menu_a = str_replace("_", "#",   $keys['co_cuise_3']);
98$menu_a_hover= str_replace("_", "#",   $keys['coho_cuise_3']); 
99/*===============================================*/
100    $bck_header="none";
101    $bck_header_hover="none";
102if ($keys['chk_cuise_4']!='checked'){
103    $bck_header = "url(images/".$keys['img_cuise_4'].")";
104    if(file_exists("images/hover_".$keys['img_cuise_4']))
105        $bck_header_hover = "url(images/hover_".$keys['img_cuise_4'].")";
106} 
107$bck_header_color =  str_replace("_", "#",   $keys['bg_cuise_4']);
108$bck_header_color_hover = str_replace("_", "#",   $keys['bgho_cuise_4']);
109$bck_header_rayon = $keys['rayon_cuise_4']; 
110$bck_header_a = str_replace("_", "#",   $keys['co_cuise_4']);
111$bck_header_a_hover= str_replace("_", "#",   $keys['coho_cuise_4']); 
112
113
114
115
116 header( 'content-type: text/css' ); 
117 /*
118 if($keys['redraw'] != true ){ }
119
120 header('HTTP/1.0 304 Not Modified'); 
121 header('Cache-Control: max-age=3600, must-revalidate');
122 */
123
124
125?>
126 /***************************************************************/
127 *,.*{
128  background-image:none;
129  background-color:transparent ;
130   
131 }
132 a{
133  color:<?php echo $lien_a ;?>;
134 }
135  a:hover{
136  color:<?php echo $lien_a_hover ;?>;
137 }
138
139 .browsePath{
140   background-image:none;
141  background-color:transparent ;
142 }
143
144 #imageHeaderBar, .titrePage{
145 height:32px;
146 }
147 #imageHeaderBar .browsePath,.titrePage{
148 padding-top:8px;
149 }
150 #theImageAndInfos{
151    background-image:none;
152  background-color:transparent ;
153 }
154input[type='text'], input[type='password'], input[type='button'], input[type='submit'], input[type='reset'], input[type='file'], select, textarea{
155 background-color:<?php echo $fondBG_color;?> ;
156 color:<?php echo $lien_a ;?>;
157}
158 body{
159 background-color:<?php echo $fondBG_color;?> ;
160 background-image:<?php echo $fondBG ;?>;
161 color:<?php echo $lien_a ;?>;
162}
163
164.titrePage,#imageHeaderBar{
165background-color:<?php echo $fondBp_color ;?>;
166background-image:<?php echo $fondBp ;?>;
167 color:<?php echo $bp_a ;?>;
168}
169.titrePage a,#imageHeaderBar a{
170 
171 color:<?php echo $bp_a ;?>;
172}
173.titrePage a:hover,#imageHeaderBar a:hover{
174 
175 color:<?php echo $bp_a_hover ;?>;
176}
177
178#menubar{
179background-color:<?php echo $fondHoriz_color ;?>;
180background-image:<?php echo $fondHoriz ;?>;
181    -moz-border-radius: <?php echo $rayon_2 ;?>
182  border-radius:  <?php echo $rayon_3." ".$rayon_2 ;?>;
183
184}
185#menubar:hover{
186  background-color:<?php echo $fondHoriz_color_hover ;?>;
187  background-image:<?php echo $fondHoriz_hover ;?>;
188
189}
190#menubar dd a{
191 color:<?php echo $fondHoriz_a_color ;?>;
192 
193
194}
195#menubar dd a:hover{
196  color:<?php echo $fondHoriz_a_hover ;?>
197}
198
199#menubar dt{
200  background-color:<?php echo $fondBp_color ;?>;
201  background-image:<?php echo $fondBp ;?>;     
202   -moz-border-radius: <?php echo $rayon_3 ;?>
203  border-radius:  <?php echo $rayon_3." ".$rayon_3 ;?>;
204}
205#menubar dt:hover{
206  background-color:<?php echo $fondBp_color_hover ;?>;
207  background-image:<?php echo $fondBp_hover ;?>;
208}
209
210
211#content,.content{
212background-color:<?php echo $fondHoriz_color ;?>;
213background-image:<?php echo $fondHoriz ;?>;
214 
215}
216#content:hover{
217background-color:<?php echo $fondHoriz_color_hover ;?>;
218background-image:<?php echo $fondHoriz_hover ;?>;
219 
220
221}
222#content a,.content a{
223  color:<?php echo $fondHoriz_a ;?>;
224 
225}
226#content a:hover{
227  color:<?php echo $fondHoriz_a_hover ;?>;
228}
229
230.thumbnailCategory{
231background-color:<?php echo $fondVert_color ;?>;
232background-image:<?php echo $fondVert ;?>;
233}
234.thumbnailCategory:hover{
235  background-color:<?php echo $fondVert_color_hover ;?>;
236  background-image:<?php echo $fondVert_hover ;?>;
237}
238
239
240#theHeader{
241background-color:<?php echo $bck_header_color ;?>;
242background-image:<?php echo $bck_header ;?>;
243}
244
245#imageInfos{
246background-image:<?php echo $fondHoriz ;?>;
247background-position: center middle;
248}
249
250#comments  {
251 background-color:<?php echo $fondVert_color_hover ;?>;
252background-image:<?php echo $fondBp ;?>;
253 
254background-repeat: repeat-x;
255background-position: center middle;
256}
257#pictureComments  {
258background-image:<?php echo $fondVert ;?>;
259background-repeat: repeat-x;
260background-position: center middle;
261}
262
263
264
265/******** stripped ********/
266.categoryActions {
267<?php if(  $theme_parent =="stripped_black_bloc" ) 
268 echo "float:none;"; 
269?>
270 
271}
272#themeSwitchBox{width:420px;
273diplay:block;
274}
275.theme-thumb{ height:80px;width:80px;
276 
277}
278
279.menuhidden .switchArrow                { background-position: 0 0;}
280.menushown   .switchArrow               { background-position: -16px 0;}
281.infohidden .switchArrow                { background-position: -16px 0;}
282.infoshown   .switchArrow               { background-position: 0 0;}
283.commentshidden .switchArrow    { background-position: -48px 0;}
284.commentsshown   .switchArrow   { background-position: -32px 0;}
285
286#menubar li {
287        list-style-position: inside;
288        list-style-image: url(images/small_bullet_0.png);
289}
290#menubar li li {
291        list-style-position: inside;
292        list-style-image: url(images/small_bullet_2.png);
293}
294#menubar li li li{
295        list-style-position: inside;
296        list-style-image: url(images/small_bullet_vert.png);
297}
298#menubar li li li li{
299        list-style-position: inside;
300        list-style-image: url(images/small_bullet_bleu.png);
301}
302/*================================================================*/
303 <?php
304if(0){
305/*===========  Couleur ==================*/
306
307$C_FFB0B0 = '#FFB0B0' ;
308$C_802020 = '#802020' ;
309$C_800000 = '#800000';
310$C_ffffff = '#ffffff';
311$C_B0FFB0 = '#B0FFB0';
312$C_208020 = '#208020';
313$C_008000 = '#008000';
314$C_DEDEDE = '#050505';
315$C_101010 = 'Transparent';
316$C_303030 = '#606060';
317 $border_color = '#606060';
318$tag_hover ='transparent';
319$C_606060 = '#303030';
320$C_000000= "#000000";
321$input_color= "#030380";
322$C_999999= "#999999";
323$input_bg= "#f5f5f5";
324$C_CCC= "#333";
325?>
326#the_page{
327 background-color:<?php echo $fondBG_color;?> ;
328 background-image:<?php echo $fondBG ;?>;
329}
330#thePicturePage{
331 background-color:<?php echo $fondBG_color;?> ;
332 background-image:<?php echo $fondBG ;?>;
333}
334
335
336html,body,#content{ 
337 background-color:<?php echo $fondBG_color;?> ;
338 background-image:<?php echo $fondBG ;?>;
339 }
340
341
342
343
344/*============================================================*/
345.content .titrePage,
346.bloc_stuff,
347.browsePath,
348.randomButtons,
349 #imageTitle, .randomButtons, #footer_left, #copyright,
350 #tabZone,.imageToolBarBg ,
351.navigationBar, #imageHeaderBar,#copyright,#imageHeaderBar,.masonry-brick, .bloc .title, .nav_bulle{
352background-color:<?php echo $fondBp_color ;?>;
353background-image:<?php echo $fondBp ;?>;
354 
355}
356
357
358
359#titreContent1,
360.calendarTitle,
361.calendarBar{
362     
363}
364
365#calendar_block{
366padding:0px;
367top:0px;
368background-image:<?php echo  $fondHoriz; ?>;
369background-repeat: repeat-x ;
370}
371#titreContent1{
372  background-image:<?php echo $fondHoriz; ?>;
373  background-repeat: repeat-x ;
374 
375}
376 
377.calendarViews{
378 
379background-image:<?php echo  $fondHoriz; ?> ;
380background-repeat: repeat-x ;
381}
382
383.calendarTitle {
384  background-image:<?php echo $fondHoriz; ?> ;
385}
386.calendarBar{
387 background-image:<?php echo $fondVert; ?> ;
388 
389}
390
391 
392/*=======================================================*/
393.header_notes{ padding:0px;align:left;vertical-align:middle;
394  background-Color:Transparent;
395
396  background-image:url(icon/notes.png) ;
397}
398.header_notes p{
399background-color:<?php echo $fondHoriz_color ; ?> ;
400 background-image:<?php echo $fondHoriz ; ?> ;
401 
402}
403
404#tabs,#theImageAndInfos{ 
405background-color:<?php echo $fondHoriz_color ; ?> ;
406 background-image:<?php echo $fondHoriz ; ?> ;
407}
408
409/*============================================================*/
410#imageToolBar,.contentWithMenu #imageHeaderBar,.titrePage ul .categoryActions,.categoryActions{
411background-color:transparent;
412 background-image:none ;
413  margin-top:-5px;
414}
415 
416.titrePage .categoryActions li a{
417  vertical-align: middle;
418  text-align: center;
419  cursor:pointer
420}
421.contentWithMenu #imageHeaderBar,.titrePage { 
422background-color:<?php echo $fondBp_color ; ?> ;
423 background-image:<?php echo $fondBp ; ?> ;
424 background-position: center;
425 padding:8px
426}
427.browsePath{
428 background-image:<?php echo "none" ; ?> ;
429 background-color:<?php echo "transparent" ; ?> ;
430}
431 /*-------------- MON THEME -------------------------*/
432
433#thePicturePage #comments{
434  background-color:<?php echo $fondHoriz_color ; ?> ;
435  background-image:<?php echo $fondHoriz ; ?> ;
436    -moz-border-radius: <?php echo $rayon_3 ;?>
437  border-radius:  <?php echo $rayon_3." ".$rayon_3 ;?>;
438}
439
440#imageInfos{
441background-color:<?php echo $fondHoriz_color ; ?> ;
442 background-image:<?php echo $fondHoriz ; ?> ;
443 
444
445}
446
447/*--------------- menubar -------------*/
448#menubar DT,#menubar dt{
449    background-color: <?php echo $fondBp_color ;?>;
450    background-image:<?php echo $fondBp ;?>; ;
451     background-repeat: repeat-x ;   
452       -moz-border-radius: <?php echo $rayon_1 ;?>
453  border-radius:  <?php echo $rayon_1." ".$rayon_1 ;?>;
454}
455#menubar {
456  background-color: <?php echo $fondHoriz_color ;?>;
457  background-image:<?php echo $fondHoriz ; ?> ;
458  border: <?php echo $border_color ;?> ;
459  -moz-border-radius: <?php echo $rayon_1 ;?>
460  border-radius:  <?php echo $rayon_1." ".$rayon_1 ;?>;
461}
462
463#menubar:hover {   
464background-color: <?php echo $fondHoriz_color_hover ;?>;
465background-image:<?php echo $fondHoriz_hover ; ?> ;
466}
467#menubar a:hover,#menubar dt:hover {   
468color:<?php echo $bp_a_hover ;?>;
469}
470#menubar a,#menubar dt,#menubar span{ 
471  color:<?php echo $bp_a ;?> ;
472
473
474/*--------- Categorie ---------------------*/
475
476#theComments{background-image:<?php echo $fondHoriz ; ?>;}
477
478div ul.thumbnails span.wrap2{
479 
480  overflow:hidden ;
481 
482}
483
484.wrap2:hover ,.wrap1:hover{
485background-color:<?php echo $fondHoriz_color_hover; ?> ;
486  background-image:<?php echo $fondHoriz_hover; ?> ;
487     -moz-border-radius: <?php echo $rayon_2 ;?>
488  border-radius:  <?php echo $rayon_2." ".$rayon_2 ;?>;
489}
490
491
492.wrap1{ 
493background-color:<?php echo $fondHoriz_color; ?> ;
494  background-image:<?php echo $fondHoriz ; ?> ;
495   -moz-border-radius:  <?php echo $rayon_2 ;?>;
496  border-radius: <?php echo $rayon_2." ".$rayon_2." ".$rayon_2." ".$rayon_2 ;?>;
497}
498
499.content div.thumbnailCategory,
500.thumbnailCategory {
501background-color:<?php echo $fondHoriz_color; ?> ;
502         -moz-border-radius: <?php echo $rayon_3 ;?>;
503        border-radius: <?php echo $rayon_3." ".$rayon_3 ;?>;
504  background-image:<?php echo $fondHoriz; ?>;
505
506}
507.content div.thumbnailCategory:hover,.thumbnailCategory:hover {
508background-color:<?php echo $fondHoriz_color_hover; ?> ;
509  background-image:<?php echo $fondHoriz_hover ; ?> ;
510}
511
512 
513#imageToolBar H2{
514                 background-color:transparent;                 
515                 }
516
517
518
519#navThumbPrevContainer{background-image:<?php echo $fondHoriz; ?>;background-position:center;}
520#navThumbNextContainer{background-image:<?php echo $fondHoriz; ?>; background-position:center;}
521 
522 #navThumbNextContainer{ position: static
523}
524
525
526.infoTable{background-image:<?php echo $fondHoriz_hover; ?> ;}
527
528INPUT[type="submit"], input[type="button"], input[type="reset"] {
529 
530 background-image:<?php echo $fondHoriz; ?>;
531}
532
533fieldset { background-image:<?php echo $fondHoriz; ?>;}
534
535fieldset legend {
536border:none;
537background-image:<?php echo $fondHoriz; ?>;}
538
539#theTabsContainer{  background-image:url(icon/1x1transp.gif) }
540
541 
542
543/*===========  Couleur ==================*/
544 
545div.errors {
546  background:<?php echo $C_FFB0B0 ; ?>;
547  border: <?php echo $C_802020 ; ?>;
548  color:<?php echo $C_802020 ; ?>
549}
550div.errors a {
551  color:<?php echo $C_800000 ; ?>
552}
553div.errors button {
554  color:<?php echo $C_ffffff ; ?>;
555  background:<?php echo $C_802020 ; ?>;
556}
557div.errors button:hover {
558  color:<?php echo $C_FFB0B0 ; ?>;
559}
560div.errors button:active {
561  color:<?php echo $C_802020 ; ?>;
562  background:<?php echo $C_ffffff ; ?>;
563}
564div.infos {
565  background:<?php echo $C_B0FFB0 ;?>;
566  border: <?php echo $C_208020 ;?>;
567  color:<?php echo $C_208020 ;?>;
568 
569}
570div.infos a {
571  color:<?php echo $C_008000 ;?>;
572 
573}
574div.infos button {
575  color:<?php echo $C_ffffff ; ?>;
576  background:<?php echo $C_208020 ;?>;
577}
578div.infos button:hover {
579  color:<?php echo $C_B0FFB0 ;?>;
580}
581div.infos button:active {
582  color:<?php echo $C_208020 ;?>;
583  background:<?php echo $C_ffffff ; ?>;
584}
585
586 
587 
588div.ui-widget-overlay ,#additional_infoTOP, #additional_infoBOTTOM{
589  background:<?php echo $C_101010 ;?>;
590}
591
592.thumbnailCategory{
593  border-bottom:  <?php echo $border_color ;?> ;
594  border-right:  <?php echo $border_color ;?> ;
595  vetical-align:middle;
596}
597
598
599.illustration a img {
600  border:2px <?php echo $border_color ; ?> ;
601}
602
603p.thumbCatDesc {
604  border-top: <?php echo $border_color ;?> dotted;
605 
606}
607
608div ul.thumbnails img, #linkPrev img, #linkNext img {
609  border:  <?php $border_color ; ?>;
610}
611
612
613
614
615
616.copyright {
617
618 background-image:<?php echo $fondHoriz_hover ; ?>;
619  border-top: <?php echo $border_color ;?> ;
620}
621
622
623
624
625
626.titrePage{   
627 background-position: center center;
628background-image:<?php echo $fondBp ;?>;
629background-repeat: repeat-x ; 
630}
631
632
633 
634
635
636table.calMonth td.calDayCellFull:hover {
637  background-color:<?php echo $C_ffffff ; ?>;
638}
639
640
641
642/*  inputs*/
643input[type="text"], input[type="password"], select, textarea, file {
644 background: <?php echo $input_bg ;?>;   
645}
646
647input:focus, select:focus {
648  background: <?php echo $C_ffffff ; ?>;
649}
650
651input[type="submit"], input[type="button"], input[type="reset"], button {
652 
653  border-bottom: <?php echo $border_color ;?> ;
654  border-right: <?php echo $border_color ;?> ;
655  border-top: <?php echo $C_ffffff ; ?> ;
656  border-left: <?php echo $C_ffffff ; ?> ;
657
658}
659
660input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
661 
662  border-bottom: <?php echo $C_ffffff ; ?> ;
663  border-right: <?php echo $C_ffffff ; ?> ;
664  border-top: <?php echo $border_color ;?> ;
665  border-left: <?php echo $border_color ;?> ;
666}
667
668 
669
670
671fieldset {
672  border: <?php echo $border_color ;?> dotted;
673}
674
675fieldset legend {
676  background-color:<?php echo $C_000000 ;?>;
677}
678/*  picture page*/
679.switchBox {
680    border:   <?php echo $border_color ; ?>
681    background-color:<?php echo $fondHoriz_color ; ?>;
682    background-image:<?php echo $fondHoriz; ?>;
683
684}
685
686#theImgHighBg {
687  background-color:<?php echo $C_000000 ;?>;
688  opacity:0.88;
689  filter:alpha(opacity:88);
690}
691
692
693.imageNumber {
694  border: <?php echo $C_999999 ;?> ;
695}
696
697#theImgContainer {
698/* border:8px <?php echo $border_color ; ?> ;*/
699}
700
701.navThumbPrevContent a img, .navThumbNextContent a img {
702  border: <?php echo $border_color ;?> ;
703}
704
705.navThumbPrevContent a:hover img, .navThumbNextContent a:hover img {
706  border: <?php echo $border_color ;?> ;
707}
708
709
710.infoTable tr {
711 
712    border: dotted  <?php echo $border_color ;?>;
713}
714
715.infoTable .label {
716  border-left: dotted <?php echo $border_color ;?>;
717}
718
719.infoTable tr:hover {
720    border:  <?php echo $border_color ;?>;
721      background:transparent;
722}
723.infoTable tr.emptyrow:hover {
724  background:transparent;
725
726}
727.commentDetail {
728  border-bottom: dotted <?php echo $C_606060 ;?>;
729}
730 
731#content, .content, .content .titrePage, #imageToolBarContainer,#subContent h2 {
732  border-bottom:0px <?php echo $border_color ;?> ;
733}
734
735
736.commentDetail .description .author,
737.commentDetail .description .date {
738 
739}
740#titleComment h3:hover {
741  background:<?php echo $C_303030 ;?>;
742}
743/*
744 * tabs
745*/
746 
747#theTabsBg, #theTabs {
748    background-position: center top;
749     background-repeat: repeat-x;
750  background-attachment: fixed;
751 background-image:<?php echo $fondHoriz_hover ; ?>;
752}
753
754#theTabsheets li.tab {
755 
756 background-color:Transparent;
757  background-position: center;
758  background-image:<?php echo $fondHoriz_hover ; ?>;
759 border:<?php echo $C_606060 ;?>;
760 
761}
762
763 
764 
765
766/*
767  tags
768*/
769 
770#fullTagCloud SPAN a:hover {
771  background:<?php echo $tag_hover ;?>;
772 
773}
774
775 
776 
777
778.mandatorystar {
779  color:<?php echo "blue" ;?>;
780}
781
782 
783/*
784  help
785*/
786#thePopuphelpPage h1 {
787  background:<?php echo $C_606060 ;?>;
788}
789
790
791#iSimpleTipContent { background: <?php echo $C_ffffff ; ?>;
792   
793}
794div.content ul.categoryActions li.menuf ul.flag-pan .flags:hover, .menuf a img.flags {
795 /* border:  <?php echo $C_303030 ;?>;*/
796}
797
798div.content ul.categoryActions li.menuf ul.flag-pan .flags {
799 /* border:  <?php echo $C_000000 ;?>;*/
800}
801
802ul.flag-pan {
803 
804  border:  <?php echo $C_303030 ;?>;
805}
806
807
808/*
809 * Comment editor compatibility
810*/
811div#ce-content.content, div#ce-message-block.content  {
812 
813  border:  <?php echo $C_606060 ;?>;
814}
815
816 
817
818
819.img_button{ height:25px;
820   -moz-border-radius: 3px;  /* round corners with Geko */
821  border-radius: 3px 3px; /* round corners with CSS3 compliant browsers */
822}
823#bp_cla {
824  background-position:-588px +28px;
825 border:1px  white;
826   -moz-border-radius: 3px;  /* round corners with Geko */
827  border-radius: 3px 3px; /* round corners with CSS3 compliant browsers */
828}
829#bp_cla.button:hover {
830  background-position:-588px +28px;
831}
832
833
834/*==============================================================*/
835
836.gmapsMarkup {
837   background-image:<?php echo $fondHoriz; ?>;
838}
839.content bloc_stuff .isotope .isotope-item{
840         -moz-border-radius: <?php echo $rayon_2 ;?>;  /* round corners with Geko */
841        border-radius: <?php echo $rayon_2." ".$rayon_2 ;?>; /* round corners with CSS3 compliant browsers */
842      background-image:<?php echo $fondHoriz; ?> ;
843
844
845}
846.content_block, #the_page .middle_block{   
847       
848         -moz-border-radius: <?php echo $rayon_2 ;?>;  /* round corners with Geko */
849        border-radius: <?php echo $rayon_2." ".$rayon_2 ;?>; /* round corners with CSS3 compliant browsers */
850      background-image:<?php echo $fondHoriz; ?> ;
851 
852   }
853
854.content .additional_info,.content_block .additional_info,tr .additional_info{   
855border:none;
856         -moz-border-radius: <?php echo $rayon_2 ;?>;  /* round corners with Geko */
857        border-radius: <?php echo $rayon_2." ".$rayon_2 ;?>; /* round corners with CSS3 compliant browsers */
858      background-image:<?php echo $fondHoriz; ?> ;
859 
860   }
861   
862
863/*==============================================================*/
864 
865.masonry-brick:hover, .bloc:hover .title:hover, .nav_bulle:hover{
866 
867  background-image:<?php echo $fondHoriz_hover ; ?>;
868}
869 
870 
871
872 
873    #the_page #menuSwitcher.menuhidden  { background-color: Transparent;}
874    #the_page #infoSwitcher{ background-color: Transparent;}
875
876  #quicksearch input,  input, select, textarea,input[type='submit'], input[type='reset']{ background-color: transparent ;
877 
878    }
879
880    #comments > ul > li{
881 
882  background-image:<?php echo $fondHoriz_hover ; ?>;
883    }
884        #comments > ul > li:hover{
885  background-image:<?php echo $fondHoriz; ?>;
886    }
887
888
889button:hover  {
890 color:<?php echo $lien_a_hover ;?>;
891 
892}
893input[type='text'], input[type='password'], input[type='button'], input[type='submit'], input[type='reset'], input[type='file'], select, textarea{
894   color: <?php echo $lien_a ;?>;
895}
896.commentList a,.content_block a,
897input[type='submit'], input[type='reset'],
898#comments .description .author, #comments .description .date,
899#tabZone *,
900 .masonry-brick,
901  .bloc .title,
902   .nav_bulle,
903     *,
904      a  {     color: <?php echo $lien_a ;?>;     }
905*:active , *:hover, *:focus, a:hover {   color: <?php echo $lien_a_hover ;?>;      }
906
907.browsePath, .randomButtons, #footer_left, #copyright{
908  color: <?php echo $lien_a ;?>
909}
910
911#imageHeaderBar{ 
912  color: <?php echo $bck_header_a ;?>;
913    background-color:<?php echo $bck_header_color;?> ;
914    background-image:<?php echo $bck_header; ?>;
915}
916 
917 #theHeader, #imageTitle {
918  color: <?php echo $bck_header_a ;?>;
919    background-color:<?php echo $bck_header_color;?> ;
920    background-image:<?php echo $bck_header; ?>;
921 }
922   
923
924
925
926
927
928#theTabsBg {
929opacity:0.2;
930filter:alpha(opacity:15)
931}
932
933.thumbnails li, #thumbnails li,.thumbnailCategories li, #thumbnails ul{
934  background-image:<?php echo $fondHoriz; ?> ;
935     -moz-border-radius: <?php echo $rayon_2 ;?>
936  border-radius:  <?php echo $rayon_2." ".$rayon_2 ;?>;
937}
938.thumbnails li:hover, #thumbnails li:hover,.thumbnailCategories li:hover,#thumbnails ul:hover{
939  background-image:<?php echo $fondHoriz_hover; ?> ;
940     -moz-border-radius: <?php echo $rayon_2 ;?>
941  border-radius:  <?php echo $rayon_2." ".$rayon_2 ;?>;
942}
943.switchArrow                            { background-image:url(icon/arrows_black.png);}
944.switchArrow:hover                      { background-image:url(icon/arrows_black_hover.png);}
945 <?php
946}
947?>
Note: See TracBrowser for help on using the repository browser.