[19990] | 1 | <?php echo $prefix; ?> a { |
---|
| 2 | color:red |
---|
| 3 | } |
---|
| 4 | *,.*{ |
---|
| 5 | background-image:none; |
---|
| 6 | background-color:transparent ; |
---|
| 7 | |
---|
| 8 | } |
---|
| 9 | a{ |
---|
| 10 | color:<?php echo $fondBG_a ;?>; |
---|
| 11 | } |
---|
| 12 | a:hover{ |
---|
| 13 | color:<?php echo $fondBG_a_hover ;?>; |
---|
| 14 | } |
---|
| 15 | |
---|
| 16 | .browsePath{ |
---|
| 17 | background-image:none; |
---|
| 18 | background-color:transparent ; |
---|
| 19 | } |
---|
| 20 | |
---|
| 21 | #imageHeaderBar, .titrePage{ |
---|
| 22 | height:32px; |
---|
| 23 | } |
---|
| 24 | #imageHeaderBar .browsePath,.titrePage{ |
---|
| 25 | padding-top:8px; |
---|
| 26 | } |
---|
| 27 | #theImageAndInfos{ |
---|
| 28 | background-image:none; |
---|
| 29 | background-color:transparent ; |
---|
| 30 | } |
---|
| 31 | input[type='text'], input[type='password'], input[type='button'], input[type='submit'], input[type='reset'], input[type='file'], select, textarea{ |
---|
| 32 | background-color:<?php echo $fondBG_color;?> ; |
---|
| 33 | color:<?php echo $fondBG_a ;?>; |
---|
| 34 | } |
---|
| 35 | body{ |
---|
| 36 | background-color:<?php echo $fondBG_color;?> ; |
---|
| 37 | background-image:<?php echo $fondBG ;?>; |
---|
| 38 | color:<?php echo $fondBG_a ;?>; |
---|
| 39 | } |
---|
| 40 | |
---|
| 41 | .titrePage,#imageHeaderBar{ |
---|
| 42 | background-color:<?php echo $fondBp_color ;?>; |
---|
| 43 | background-image:<?php echo $fondBp ;?>; |
---|
| 44 | color:<?php echo $fondBp_a ;?>; |
---|
| 45 | } |
---|
| 46 | .titrePage a,#imageHeaderBar a{ |
---|
| 47 | |
---|
| 48 | color:<?php echo $fondBp_a ;?>; |
---|
| 49 | } |
---|
| 50 | .titrePage a:hover,#imageHeaderBar a:hover{ |
---|
| 51 | |
---|
| 52 | color:<?php echo $fondBp_a_hover ;?>; |
---|
| 53 | } |
---|
| 54 | /*===========================================================*/ |
---|
| 55 | #menubar{ |
---|
| 56 | background-color:<?php echo $Menu_bar_color ;?>; |
---|
| 57 | background-image:<?php echo $Menu_bar ;?>; |
---|
| 58 | -moz-border-radius: <?php echo $Menu_bar_rayon ;?>; |
---|
| 59 | border-radius: <?php echo $thumbnail_rayon." ".$Menu_bar_rayon ;?>; |
---|
| 60 | background-position: 100px; |
---|
| 61 | } |
---|
| 62 | #menubar:hover{ |
---|
| 63 | background-color:<?php echo $Menu_bar_color_hover ;?>; |
---|
| 64 | background-image:<?php echo $Menu_bar_hover ;?>; |
---|
| 65 | |
---|
| 66 | } |
---|
| 67 | #menubar dd a{ |
---|
| 68 | color:<?php echo $Menu_bar_a ;?>; |
---|
| 69 | |
---|
| 70 | |
---|
| 71 | } |
---|
| 72 | #menubar dd a:hover{ |
---|
| 73 | color:<?php echo $Menu_bar_a_hover ;?>; |
---|
| 74 | } |
---|
| 75 | #menubar li a{ display:inline; |
---|
| 76 | } |
---|
| 77 | #menubar dt{ |
---|
| 78 | background-color:<?php echo $fondBp_color ;?>; |
---|
| 79 | background-image:<?php echo $fondBp ;?>; |
---|
| 80 | -moz-border-radius: <?php echo $thumbnail_rayon ;?>; |
---|
| 81 | border-radius: <?php echo $thumbnail_rayon." ".$thumbnail_rayon ;?>; |
---|
| 82 | } |
---|
| 83 | #menubar dt:hover,#menubar dt a:hover{ |
---|
| 84 | color:<?php echo $fondBp_a_hover ;?>; |
---|
| 85 | |
---|
| 86 | } |
---|
| 87 | #menubar dt,#menubar dt a{ |
---|
| 88 | color:<?php echo $fondBp_a ;?>; |
---|
| 89 | |
---|
| 90 | } |
---|
| 91 | #menubar dl{ |
---|
| 92 | background-color:Transparent; |
---|
| 93 | background-image:none; |
---|
| 94 | } |
---|
| 95 | #menubar li { |
---|
| 96 | list-style-position: inside; |
---|
| 97 | list-style-image: url(images/small_bullet_0.png); |
---|
| 98 | } |
---|
| 99 | #menubar li li { |
---|
| 100 | list-style-position: inside; |
---|
| 101 | list-style-image: url(images/small_bullet_2.png); |
---|
| 102 | } |
---|
| 103 | #menubar li li li{ |
---|
| 104 | list-style-position: inside; |
---|
| 105 | list-style-image: url(images/small_bullet_vert.png); |
---|
| 106 | } |
---|
| 107 | #menubar li li li li{ |
---|
| 108 | list-style-position: inside; |
---|
| 109 | list-style-image: url(images/small_bullet_bleu.png); |
---|
| 110 | } |
---|
| 111 | /*========================================================*/ |
---|
| 112 | #content,.content{ |
---|
| 113 | background-color:<?php echo $Menu_bar_color ;?>; |
---|
| 114 | background-image:<?php echo $Menu_bar ;?>; |
---|
| 115 | |
---|
| 116 | } |
---|
| 117 | #content:hover{ |
---|
| 118 | background-color:<?php echo $Menu_bar_color_hover ;?>; |
---|
| 119 | background-image:<?php echo $Menu_bar_hover ;?>; |
---|
| 120 | |
---|
| 121 | |
---|
| 122 | } |
---|
| 123 | #content a,.content a{ |
---|
| 124 | color:<?php echo $Menu_bar_a ;?>; |
---|
| 125 | |
---|
| 126 | } |
---|
| 127 | #content a:hover{ |
---|
| 128 | color:<?php echo $Menu_bar_a_hover ;?>; |
---|
| 129 | } |
---|
| 130 | |
---|
| 131 | .thumbnailCategory{ |
---|
| 132 | background-color:<?php echo $thumbnail_color ;?>; |
---|
| 133 | background-image:<?php echo $thumbnail ;?>; |
---|
| 134 | } |
---|
| 135 | .thumbnailCategory:hover{ |
---|
| 136 | background-color:<?php echo $thumbnail_color_hover ;?>; |
---|
| 137 | background-image:<?php echo $thumbnail_hover ;?>; |
---|
| 138 | } |
---|
| 139 | |
---|
| 140 | |
---|
| 141 | #theHeader{ |
---|
| 142 | background-color:<?php echo $bck_header_color ;?>; |
---|
| 143 | <?php if($bck_header!='none'){ |
---|
| 144 | echo "height:200px;width:100%;"; |
---|
| 145 | } |
---|
| 146 | |
---|
| 147 | |
---|
| 148 | |
---|
| 149 | ?> |
---|
| 150 | background-image:<?php echo $bck_header ;?>; |
---|
| 151 | background-repeat: no-repeat; |
---|
| 152 | background-position: center middle; |
---|
| 153 | } |
---|
| 154 | |
---|
| 155 | #imageInfos{ |
---|
| 156 | background-image:<?php echo $Menu_bar ;?>; |
---|
| 157 | background-position: center middle; |
---|
| 158 | } |
---|
| 159 | |
---|
| 160 | #comments { |
---|
| 161 | background-color:<?php echo $thumbnail_color_hover ;?>; |
---|
| 162 | background-image:<?php echo $fondBp ;?>; |
---|
| 163 | |
---|
| 164 | background-repeat: repeat-x; |
---|
| 165 | background-position: center middle; |
---|
| 166 | } |
---|
| 167 | #pictureComments { |
---|
| 168 | background-image:<?php echo $thumbnail ;?>; |
---|
| 169 | background-repeat: repeat-x; |
---|
| 170 | background-position: center middle; |
---|
| 171 | } |
---|
| 172 | |
---|
| 173 | |
---|
| 174 | |
---|
| 175 | /******** stripped ********/ |
---|
| 176 | .categoryActions { |
---|
| 177 | <?php if( $theme_parent =="stripped_black_bloc" ) |
---|
| 178 | echo "float:none;"; |
---|
| 179 | ?> |
---|
| 180 | |
---|
| 181 | } |
---|
| 182 | #themeSwitchBox{width:420px; |
---|
| 183 | diplay:block; |
---|
| 184 | } |
---|
| 185 | .theme-thumb{ height:80px;width:80px; |
---|
| 186 | |
---|
| 187 | } |
---|
| 188 | |
---|
| 189 | .menuhidden .switchArrow { background-position: 0 0;} |
---|
| 190 | .menushown .switchArrow { background-position: -16px 0;} |
---|
| 191 | .infohidden .switchArrow { background-position: -16px 0;} |
---|
| 192 | .infoshown .switchArrow { background-position: 0 0;} |
---|
| 193 | .commentshidden .switchArrow { background-position: -48px 0;} |
---|
| 194 | .commentsshown .switchArrow { background-position: -32px 0;} |
---|
| 195 | |
---|
| 196 | |
---|
| 197 | /*================================================================*/ |
---|
| 198 | .thumbnailCategories .description{padding:5px; |
---|
| 199 | background-image:<?php echo $thumbnail; ?> ; |
---|
| 200 | -moz-border-radius: <?php echo $thumbnail_rayon ;?>; |
---|
| 201 | border-radius: <?php echo $thumbnail_rayon." ".$thumbnail_rayon ;?>; |
---|
| 202 | background-position: center center; |
---|
| 203 | } |
---|
| 204 | |
---|
| 205 | .thumbnails li, #thumbnails li,.thumbnailCategories li, #thumbnails ul{ |
---|
| 206 | background-image:<?php echo $thumbnail; ?> ; |
---|
| 207 | -moz-border-radius: <?php echo $thumbnail_rayon ;?>; |
---|
| 208 | border-radius: <?php echo $thumbnail_rayon." ".$thumbnail_rayon ;?>; |
---|
| 209 | background-position: center center; |
---|
| 210 | } |
---|
| 211 | .thumbnails li:hover, #thumbnails li:hover,.thumbnailCategories li:hover,#thumbnails ul:hover{ |
---|
| 212 | background-image:<?php echo $thumbnail_hover; ?> ; |
---|
| 213 | -moz-border-radius: <?php echo $thumbnail_rayon ;?>; |
---|
| 214 | border-radius: <?php echo $thumbnail_rayon." ".$thumbnail_rayon ;?>; |
---|
| 215 | background-position: 100px center; |
---|
| 216 | } |
---|
| 217 | .switchArrow { background-image:url(icon/arrows_black.png);} |
---|
| 218 | .switchArrow:hover { background-image:url(icon/arrows_black_hover.png);} |
---|