[9716] | 1 | /*catégories*/ |
---|
| 2 | |
---|
| 3 | |
---|
[9811] | 4 | BODY#theCategoryPage .thumbnailCategories { |
---|
| 5 | padding-left:auto; |
---|
| 6 | padding-right:auto; |
---|
| 7 | list-style: none outside none; |
---|
| 8 | text-align: center; |
---|
[9716] | 9 | } |
---|
[9811] | 10 | BODY#theCategoryPage .thumbnailCategories li { |
---|
| 11 | width: auto; |
---|
| 12 | float: none; |
---|
[10033] | 13 | display:inline-block; |
---|
[9716] | 14 | text-align:center; |
---|
[9811] | 15 | margin-left:10px; |
---|
| 16 | } |
---|
[10033] | 17 | BODY#theCategoryPage div.thumbnailCategory div.illustration { |
---|
| 18 | width:auto; |
---|
[9716] | 19 | height:auto; |
---|
[10033] | 20 | /*height:135px;*/ |
---|
[9716] | 21 | text-align:center; |
---|
[10033] | 22 | overflow: inherit; |
---|
| 23 | float:none; |
---|
[9716] | 24 | margin: 0; |
---|
| 25 | padding: 0; |
---|
| 26 | } |
---|
[9811] | 27 | BODY#theCategoryPage div.thumbnailCategory div.description { |
---|
[9716] | 28 | width:auto; |
---|
| 29 | height:auto; |
---|
| 30 | text-align:center; |
---|
| 31 | overflow:inherit; |
---|
[10033] | 32 | float:none; |
---|
| 33 | overflow: auto; |
---|
[9716] | 34 | } |
---|
[9811] | 35 | BODY#theCategoryPage div.thumbnailCategory div.description IMG { |
---|
[9716] | 36 | float:right; |
---|
| 37 | } |
---|
[10033] | 38 | BODY#theCategoryPage div.thumbnailCategory div.description p { |
---|
| 39 | text-align: center; |
---|
| 40 | } |
---|
[9811] | 41 | BODY#theCategoryPage div.thumbnailCategory { |
---|
[10033] | 42 | display: inline-block; |
---|
| 43 | margin: 5px auto; |
---|
| 44 | padding:5px; |
---|
| 45 | vertical-align: middle; |
---|
| 46 | width:160px; |
---|
| 47 | height:205px; |
---|
| 48 | text-align: center; |
---|
| 49 | background-image:none; |
---|
[9716] | 50 | } |
---|
[9811] | 51 | BODY#theCategoryPage div.thumbnailCategory * { |
---|
[10033] | 52 | vertical-align: middle; |
---|
[9716] | 53 | } |
---|
[9811] | 54 | BODY#theCategoryPage div.thumbnailCategory div.illustration img { |
---|
[10033] | 55 | height: 96px; |
---|
[9811] | 56 | } |
---|
| 57 | BODY#theCategoryPage div.thumbnailCategory div.description h3 { |
---|
[10033] | 58 | text-align:center; |
---|
[9716] | 59 | } |
---|
| 60 | #la_description { |
---|
[10033] | 61 | display:none; |
---|
[9716] | 62 | } |
---|
| 63 | /* text color */ |
---|
[10033] | 64 | BODY, H1, H3, DT, INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { |
---|
| 65 | color:#e0e0e0; |
---|
[9716] | 66 | } |
---|
| 67 | H2, #menubar DT, .throw { |
---|
[10033] | 68 | color: #fff48e; |
---|
[9716] | 69 | } |
---|
| 70 | #content .navigationBar { |
---|
[10033] | 71 | color: #aaaaaa; |
---|
[9716] | 72 | } |
---|
| 73 | #content .pageNumberSelected { |
---|
[10033] | 74 | color: #000000; |
---|
[9716] | 75 | } |
---|
[10033] | 76 | .tabsheet li, .tabsheet li a { |
---|
| 77 | color: #fff; |
---|
| 78 | } |
---|
| 79 | .tabsheet li a:hover { |
---|
| 80 | color: #fff48e; |
---|
| 81 | } |
---|
[9716] | 82 | /* backgrounds */ |
---|
| 83 | BODY { |
---|
[10033] | 84 | background-color: #330033; |
---|
[9716] | 85 | } |
---|
| 86 | BODY#theCategoryPage #the_page { |
---|
| 87 | background-image: url(images/bk_ground.gif); |
---|
| 88 | background-repeat: repeat; |
---|
| 89 | background-attachment: fixed; |
---|
| 90 | } |
---|
| 91 | BODY#thePicturePage #theHeader { |
---|
| 92 | background-image: url(images/bk_ground.gif); |
---|
| 93 | } |
---|
[17795] | 94 | #the_page, #imageHeaderBar, #imageToolBar A:hover, .row1 { |
---|
[9716] | 95 | background-image: url(images/bk_ground.gif); |
---|
[10033] | 96 | } |
---|
[9716] | 97 | #menubar DL, #content, #imageToolBar, .header_notes, .content { |
---|
[10033] | 98 | background-color: #5f5f5f; |
---|
[9716] | 99 | } |
---|
[10033] | 100 | H2, #menubar DT, .throw { |
---|
| 101 | background-image: url(images/tableh1_bg.png); |
---|
[9716] | 102 | } |
---|
| 103 | #imageHeaderBar H2 { |
---|
[10033] | 104 | background-image: none; |
---|
| 105 | background-color: transparent; |
---|
| 106 | border: none; |
---|
[9716] | 107 | } |
---|
| 108 | #imageHeaderBar { |
---|
[10033] | 109 | background-image: url(images/tableh2_bg.png); |
---|
| 110 | background-repeat: repeat-x; |
---|
| 111 | background-position: center; |
---|
[9716] | 112 | } |
---|
[10033] | 113 | .tabsheet li { |
---|
| 114 | background-color: #3f3f3f; |
---|
| 115 | } |
---|
| 116 | .selected_tab { |
---|
| 117 | background-color: #5f5f5f !important; |
---|
| 118 | } |
---|
[9716] | 119 | /* borders */ |
---|
[10033] | 120 | #menubar DL, #content, .content, #comments DIV.comment BLOCKQUOTE { |
---|
| 121 | border: 1px solid #000000; |
---|
[9716] | 122 | } |
---|
| 123 | #imageHeaderBar { |
---|
[10033] | 124 | border-top: 1px solid #000000; |
---|
[9716] | 125 | } |
---|
| 126 | H2, #menubar DT, #imageToolBar { |
---|
[10033] | 127 | border-bottom: 1px solid #000000; |
---|
[9716] | 128 | } |
---|
| 129 | #theImage IMG { |
---|
[10033] | 130 | border-color: #000000; |
---|
[9716] | 131 | } |
---|
| 132 | #content UL.thumbnail IMG { |
---|
[10033] | 133 | border: 1px solid #a0a0a0; |
---|
[9716] | 134 | } |
---|
[10033] | 135 | FIELDSET, INPUT, SELECT, TEXTAREA, #content DIV.comment A.illustration IMG, #infos, #content DIV.thumbnailCategory { |
---|
| 136 | border: 1px solid gray; |
---|
[9716] | 137 | } |
---|
| 138 | #comments DIV.comment BLOCKQUOTE { |
---|
[10033] | 139 | border-left: 2px solid #696969; |
---|
[9716] | 140 | } |
---|
| 141 | #content UL.thumbnails SPAN.wrap2 { |
---|
[10033] | 142 | border: 1px solid #aaaaaa; /* thumbnails border color and style */ |
---|
| 143 | -moz-border-radius: 10px; /* round corners with Geko */ |
---|
| 144 | border-radius: 10px 10px; /* round corners with CSS3 compliant browsers */ |
---|
| 145 | background-image: url(images/tn.jpg); |
---|
[9716] | 146 | } |
---|
[10033] | 147 | #content UL.thumbnails SPAN.wrap2:hover, #content UL.thumbnailCategories DIV.thumbnailCategory:hover, #content UL.thumbnailCategories DIV.thumbnailCategory:hover A { |
---|
| 148 | background-color: #faebd7; |
---|
| 149 | border-color: yellow; /* thumbnails border color when mouse cursor is over it */ |
---|
| 150 | color: black; |
---|
| 151 | -moz-border-radius: 10px; /* round corners with Geko */ |
---|
| 152 | border-radius: 10px 10px; /* round corners with CSS3 compliant browsers */ |
---|
[9716] | 153 | } |
---|
[10033] | 154 | ul.tabsheet { |
---|
| 155 | border-color: #fff48e; |
---|
| 156 | } |
---|
| 157 | .tabsheet li { |
---|
| 158 | border: 1px solid #fff; |
---|
| 159 | } |
---|
| 160 | .tabsheet li:hover { |
---|
| 161 | border-color: #fff48e !important; |
---|
| 162 | } |
---|
[9716] | 163 | /* links */ |
---|
| 164 | A, INPUT.rateButton { |
---|
[10033] | 165 | color: #FFFFFF; |
---|
[9716] | 166 | } |
---|
| 167 | A:hover { |
---|
[10033] | 168 | color: #FFF48E; |
---|
[9716] | 169 | } |
---|
[10033] | 170 | #imageToolBar A, #imageToolBar A:hover, A.navThumb, A.navThumb:hover { |
---|
| 171 | border-bottom: none; |
---|
[9716] | 172 | } |
---|
| 173 | #theHeader A { |
---|
| 174 | text-decoration: none; |
---|
| 175 | margin: 0px; |
---|
| 176 | padding: 0px; |
---|
| 177 | } |
---|
| 178 | /* others */ |
---|
| 179 | .thumbnailCategories blockquote UL LI { |
---|
| 180 | list-style-position: outside; |
---|
| 181 | list-style-type:circle; |
---|
| 182 | } |
---|
| 183 | .thumbnailCategories blockquote OL LI { |
---|
| 184 | list-style-position: outside; |
---|
[10033] | 185 | list-style-type: decimal; |
---|
[9716] | 186 | } |
---|
| 187 | .pleaseNote { |
---|
[10033] | 188 | background: #9c9c9c; |
---|
| 189 | color: #ffff99; |
---|
| 190 | padding: 1ex; |
---|
| 191 | font-weight: bold; |
---|
[9716] | 192 | } |
---|
| 193 | #the_page { |
---|
[10033] | 194 | border: 1px solid #e0e0e0; |
---|
| 195 | padding-top: 5px; |
---|
| 196 | padding-bottom:30px; |
---|
| 197 | display:block; |
---|
[9716] | 198 | } |
---|
| 199 | .pwg-icon { |
---|
| 200 | background-image: url(../default/s26/outline_ffffff.png); |
---|
| 201 | } |
---|
| 202 | A:hover .pwg-icon { |
---|
| 203 | background-image: url(../default/s26/outline_ffff80.png); |
---|
| 204 | } |
---|
| 205 | /*calendar elements*/ |
---|
[10033] | 206 | SPAN.calItemEmpty { |
---|
| 207 | color: silver; |
---|
[9716] | 208 | } |
---|
[10033] | 209 | SPAN.calItem, SPAN.calItemEmpty { |
---|
| 210 | border: 1px solid gray; |
---|
| 211 | } |
---|
[9716] | 212 | /* nice looking month calendar*/ |
---|
[10033] | 213 | TD.calDayCellEmpty, TD.calDayCellFull { |
---|
| 214 | border: 1px solid gray; |
---|
| 215 | } |
---|
| 216 | TD.calDayCellEmpty { |
---|
| 217 | color: silver; |
---|
| 218 | } |
---|
| 219 | .calBackDate { |
---|
| 220 | color: #000; |
---|
| 221 | } |
---|
| 222 | .calForeDate { |
---|
| 223 | color: #fff; |
---|
| 224 | } |
---|
| 225 | .virtual_cat { |
---|
| 226 | background: #3f3f3f !important; |
---|
| 227 | } |
---|
| 228 | .qsearch { |
---|
| 229 | font-size: 80%; |
---|
| 230 | font-style: normal; |
---|
| 231 | } |
---|
| 232 | #mbMenu #quicksearch > p { |
---|
| 233 | text-align: left; |
---|
| 234 | } |
---|