[11110] | 1 | /* ----------------------------------------------------------------------------- |
---|
[16970] | 2 | Wall |
---|
[11110] | 3 | Theme for Piwigo |
---|
| 4 | ------------------------------------------------------------------------------ |
---|
[16970] | 5 | file: Wall/theme.css |
---|
[11110] | 6 | file version: 0.1 |
---|
| 7 | date: 2011-05-27 |
---|
| 8 | ------------------------------------------------------------------------------ |
---|
| 9 | author: Sixpo |
---|
| 10 | << May the Little SpaceFrog be with you >> |
---|
| 11 | ----------------------------------------------------------------------------- */ |
---|
| 12 | /* text color */ |
---|
| 13 | BODY, H1, H3, DT, |
---|
| 14 | INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { |
---|
[16970] | 15 | color:#3F3F3F;/*couleur du texte*/ |
---|
[11110] | 16 | } |
---|
| 17 | |
---|
[16970] | 18 | |
---|
[11110] | 19 | #content { |
---|
[16970] | 20 | text-align:justify; |
---|
[11110] | 21 | } |
---|
| 22 | |
---|
| 23 | H2, #menubar DT, .throw { |
---|
[16970] | 24 | background-image:url(Images/tableh1_bg.png); /* gris tres clair color:#dedede; */ |
---|
[11174] | 25 | } |
---|
[11110] | 26 | |
---|
[11174] | 27 | .infoTable, .infoTable2 { |
---|
[16970] | 28 | background-color: none; |
---|
| 29 | background-image: none; |
---|
| 30 | -moz-border-radius:10px; |
---|
| 31 | -webkit-border-radius:10px; |
---|
| 32 | border-radius:10px; |
---|
[11174] | 33 | } |
---|
| 34 | |
---|
| 35 | #theImage p { |
---|
[16970] | 36 | background-color: none; |
---|
| 37 | background-image: none; |
---|
| 38 | margin:auto; |
---|
| 39 | width:40%; |
---|
[11174] | 40 | } |
---|
| 41 | |
---|
[16970] | 42 | #theImage p, .thumbnails SPAN.thumbLegend { |
---|
| 43 | background-color: none; |
---|
| 44 | background-image: none; |
---|
| 45 | -moz-border-radius:10px; |
---|
| 46 | -webkit-border-radius:10px; |
---|
| 47 | border-radius:10px; |
---|
| 48 | margin-top: 10px; |
---|
[11174] | 49 | } |
---|
| 50 | |
---|
| 51 | |
---|
| 52 | #content .additional_info { |
---|
[16970] | 53 | background-color: grey; |
---|
| 54 | background-image: url(Images/mur1.jpg); |
---|
| 55 | background-color:#404040; |
---|
| 56 | -moz-border-radius:10px; |
---|
| 57 | -webkit-border-radius:10px; |
---|
| 58 | border-radius:10px; |
---|
[11174] | 59 | } |
---|
| 60 | |
---|
[11110] | 61 | #content .navigationBar { |
---|
[16970] | 62 | color: #aaaaaa; |
---|
| 63 | padding:0px;margin:0px; |
---|
| 64 | display:block; |
---|
| 65 | background-color:#303030; |
---|
| 66 | font-size:90%; |
---|
[11110] | 67 | } |
---|
[11174] | 68 | |
---|
[11110] | 69 | #content .pageNumberSelected { |
---|
[16970] | 70 | color: #000000; |
---|
[11110] | 71 | } |
---|
| 72 | |
---|
[11174] | 73 | |
---|
[11110] | 74 | .tabsheet li, |
---|
[16970] | 75 | .tabsheet li a { |
---|
| 76 | color: #fff#48e; |
---|
| 77 | } |
---|
| 78 | .tabsheet li a:hover { |
---|
| 79 | color: #fff48e; |
---|
| 80 | } |
---|
[11110] | 81 | |
---|
| 82 | /* backgrounds */ |
---|
| 83 | BODY { |
---|
[16970] | 84 | background-image:url(Images/mur.jpg); |
---|
[11110] | 85 | } |
---|
| 86 | |
---|
| 87 | H3, #the_page, #imageToolBar A:hover, .row1 { |
---|
[16970] | 88 | background: transparent; |
---|
[11110] | 89 | } |
---|
| 90 | |
---|
[16970] | 91 | #menubar DL, #content, #imageToolBar, .header_notes, .content { |
---|
| 92 | background: transparent; |
---|
[11110] | 93 | } |
---|
| 94 | |
---|
| 95 | H2, #menubar DT, .throw, #imageHeaderBar { |
---|
[16970] | 96 | background-color: #303030; /*background-image: url(images/tableh1_bg.png);*/ |
---|
[11110] | 97 | } |
---|
| 98 | |
---|
| 99 | |
---|
| 100 | |
---|
| 101 | #imageHeaderBar H2 { |
---|
[16970] | 102 | background-image: url(Images/mur6.jpg); |
---|
| 103 | border: none; |
---|
[11110] | 104 | } |
---|
| 105 | |
---|
[12714] | 106 | #imageHeaderBar { |
---|
[11110] | 107 | background-image: url(images/tableh2_bg.png); |
---|
| 108 | background-repeat: repeat-x; |
---|
| 109 | background-position: center; |
---|
[12714] | 110 | } |
---|
[16970] | 111 | .tabsheet li { |
---|
| 112 | background-color: #3f3f3f; |
---|
| 113 | } |
---|
[11110] | 114 | |
---|
[16970] | 115 | .selected_tab { |
---|
| 116 | background-color: #5f5f5f !important; |
---|
| 117 | } |
---|
[11110] | 118 | |
---|
| 119 | /* borders */ |
---|
[16970] | 120 | #menubar DL, #content, .content,#comments DIV.comment BLOCKQUOTE { |
---|
| 121 | border: none; |
---|
[11110] | 122 | } |
---|
| 123 | |
---|
| 124 | #imageHeaderBar { |
---|
[16970] | 125 | border-top: 5px solid #000000; |
---|
| 126 | background-image: url(Images/mur6.jpg); |
---|
| 127 | -moz-border-radius:10px; |
---|
| 128 | -webkit-border-radius:10px; |
---|
| 129 | border-radius:10px |
---|
[11110] | 130 | } |
---|
| 131 | |
---|
[16970] | 132 | #menubar DL { |
---|
| 133 | margin-bottom:-1px; |
---|
| 134 | border:1px solid #303030; |
---|
| 135 | background-image: url(Images/mur1.jpg); |
---|
[11110] | 136 | } |
---|
| 137 | |
---|
| 138 | |
---|
[16970] | 139 | H2, #menubar DT, #imageToolBar { |
---|
| 140 | border-bottom: 0px solid #cc0000; |
---|
[12714] | 141 | } |
---|
[11110] | 142 | #theImage img { |
---|
[16970] | 143 | border: 8px solid #333333;/*cadre des photos moyenne*/ |
---|
| 144 | margin-top: 10px; |
---|
| 145 | margin-bottom: 10px; |
---|
| 146 | } |
---|
[11110] | 147 | |
---|
| 148 | |
---|
| 149 | |
---|
| 150 | FIELDSET, INPUT , SELECT, TEXTAREA, |
---|
| 151 | #content DIV.comment A.illustration IMG, #infos { |
---|
[16970] | 152 | border: 1px solid gray; |
---|
[11110] | 153 | } |
---|
| 154 | |
---|
| 155 | #content DIV.thumbnailCategory { |
---|
[16970] | 156 | border: none;border: 4px #808080 outset ; |
---|
| 157 | background-image:url(Images/mur5.jpg); |
---|
[11110] | 158 | } |
---|
| 159 | |
---|
[16970] | 160 | FIELDSET :disabled, INPUT:disabled, SELECT:disabled, TEXTAREA:disabled{color:#404040; background-color:#808080;} |
---|
[11110] | 161 | |
---|
| 162 | #comments DIV.comment BLOCKQUOTE { |
---|
[16970] | 163 | border-left: 15px solid #696969; |
---|
| 164 | background-color: #404040; |
---|
| 165 | } |
---|
[11110] | 166 | |
---|
| 167 | |
---|
| 168 | |
---|
[16970] | 169 | #content UL.thumbnails SPAN.wrap2{ |
---|
| 170 | border: none; /* thumbnails border color and style */ |
---|
| 171 | -moz-border-radius: 8px; /* round corners with Geko */ |
---|
| 172 | border-radius: 8px 8px;/* round corners with CSS3 compliant browsers */ |
---|
| 173 | background-image:url(Images/mur3.jpg); |
---|
| 174 | width :140px; |
---|
| 175 | height : 140px; |
---|
| 176 | margin-top:15px; |
---|
| 177 | } |
---|
| 178 | |
---|
| 179 | #mbIdentification dt{ |
---|
| 180 | color: #FFFFFF; |
---|
[11110] | 181 | } |
---|
| 182 | |
---|
[16970] | 183 | .thumbnails .wrap1 { |
---|
| 184 | display: inline-block; |
---|
| 185 | margin: 0 10px 5px; |
---|
| 186 | text-align: center; |
---|
| 187 | vertical-align: top; |
---|
| 188 | } |
---|
| 189 | |
---|
| 190 | #content UL.thumbnails .wrap2 a{ |
---|
| 191 | width :142px; |
---|
| 192 | height : auto; |
---|
| 193 | margin:auto; |
---|
| 194 | |
---|
| 195 | } |
---|
| 196 | |
---|
[11110] | 197 | #content UL.thumbnails LI SPAN.wrap1 SPAN.wrap2:hover { |
---|
[16970] | 198 | border-color: none; /* thumbnails border color when mouse cursor is over it */ |
---|
| 199 | background-image:url(Images/mur4.jpg); |
---|
[11110] | 200 | } |
---|
| 201 | |
---|
[16970] | 202 | .thumbName{ |
---|
| 203 | background-image:url(Images/mur6.jpg); |
---|
| 204 | } |
---|
[11110] | 205 | |
---|
| 206 | |
---|
[16970] | 207 | ul.tabsheet { |
---|
| 208 | border-color: #fff48e; |
---|
| 209 | } |
---|
| 210 | .tabsheet li { |
---|
| 211 | border: 1px solid #fff48e; |
---|
| 212 | } |
---|
| 213 | .tabsheet li:hover { |
---|
| 214 | border-color: #fff48e !important; |
---|
| 215 | } |
---|
| 216 | |
---|
[11110] | 217 | /* links */ |
---|
| 218 | A, INPUT.rateButton { |
---|
[16970] | 219 | color: #FFFFFF;/*texte lien menu pas selectionner*/ |
---|
| 220 | background: transparent;border: none; |
---|
[11110] | 221 | } |
---|
| 222 | |
---|
| 223 | A:hover { |
---|
[16970] | 224 | color: #CC6600;/*texte lien menu selectionner*/ |
---|
| 225 | border: none; |
---|
[11110] | 226 | } |
---|
| 227 | |
---|
| 228 | #imageToolBar A, #imageToolBar A:hover, |
---|
| 229 | A.navThumb, A.navThumb:hover { |
---|
[16970] | 230 | border-bottom: none; |
---|
[11110] | 231 | } |
---|
| 232 | |
---|
| 233 | |
---|
| 234 | /* others */ |
---|
[16970] | 235 | #menubar ul, #menubar form, #menubar p { |
---|
| 236 | text-align:left; |
---|
[11110] | 237 | } |
---|
| 238 | |
---|
| 239 | #menubar ul { |
---|
[16970] | 240 | margin-left:8px; |
---|
[11110] | 241 | } |
---|
| 242 | |
---|
| 243 | .pleaseNote { |
---|
[16970] | 244 | background: #9c9c9c; |
---|
| 245 | color: #ffff99; |
---|
| 246 | padding: 1ex; |
---|
| 247 | font-weight: bold; |
---|
[11110] | 248 | } |
---|
| 249 | |
---|
[16970] | 250 | #menubar .menuInfoCatByChild, #menubar .menuInfoCat { |
---|
| 251 | font-size:80%; |
---|
| 252 | font-style:normal; |
---|
| 253 | position:relative; |
---|
| 254 | top:-4px; |
---|
[11110] | 255 | } |
---|
| 256 | |
---|
| 257 | #imageHeaderBar { |
---|
[16970] | 258 | background-image: none; |
---|
[11110] | 259 | } |
---|
| 260 | |
---|
[16970] | 261 | #the_page { /* border: 0px solid #e0e0e0; padding-top: 5px; padding-bottom:30px; */ |
---|
| 262 | text-align:center;display:block; |
---|
[11110] | 263 | } |
---|
| 264 | |
---|
| 265 | #menubar p.totalImages { |
---|
[16970] | 266 | text-align:right; |
---|
| 267 | margin:2px; |
---|
| 268 | font-size:80%; |
---|
[11110] | 269 | } |
---|
| 270 | |
---|
| 271 | /*calendar elements*/ |
---|
[16970] | 272 | SPAN.calItemEmpty { |
---|
| 273 | color: silver; |
---|
| 274 | } |
---|
[11110] | 275 | |
---|
[16970] | 276 | SPAN.calItem, SPAN.calItemEmpty{ |
---|
| 277 | border: 1px solid gray; |
---|
[11110] | 278 | } |
---|
| 279 | |
---|
[16970] | 280 | .virtual_cat { |
---|
| 281 | background: #3f3f3f !important; |
---|
| 282 | } |
---|
| 283 | .qsearch { |
---|
| 284 | font-size: 80%; |
---|
| 285 | font-style: normal; |
---|
| 286 | } |
---|
| 287 | #mbMenu #quicksearch > p { |
---|
| 288 | text-align: left; |
---|
| 289 | } |
---|
[11110] | 290 | |
---|
| 291 | |
---|
| 292 | /* button image in menu bar : no border */ |
---|
| 293 | #menubar .button { |
---|
| 294 | border: none; |
---|
| 295 | margin:0px; |
---|
| 296 | margin-top:-4px; |
---|
| 297 | margin-bottom:-3px; |
---|
| 298 | padding:0px; |
---|
| 299 | } |
---|
| 300 | #menubar dt { |
---|
| 301 | text-align: left; |
---|
| 302 | height:21px; |
---|
| 303 | } |
---|
| 304 | |
---|
| 305 | div.illustration img { |
---|
[16970] | 306 | width :100px; |
---|
| 307 | height : 76px; |
---|
| 308 | margin-top:10px; |
---|
| 309 | box-shadow: 8px 8px 12px #000000; |
---|
| 310 | -webkit-box-shadow: 8px 8px 12px #000000; |
---|
| 311 | -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#000000')";/* pour IE8 */ |
---|
| 312 | border: ridge 1px; |
---|
| 313 | border-radius:1em; |
---|
| 314 | border-color:#3f3f3f; |
---|
[11110] | 315 | } |
---|
| 316 | |
---|
| 317 | .thumbLink { |
---|
| 318 | border:2px #333333 solid; |
---|
| 319 | } |
---|
| 320 | |
---|
| 321 | .content ul.thumbnails img, #linkPrev img, #linkNext img { |
---|
| 322 | border:1px #333333 solid; |
---|
[16970] | 323 | cellpadding:25px; |
---|
[11110] | 324 | } |
---|
| 325 | |
---|
| 326 | #content UL.thumbnail IMG { |
---|
| 327 | border: 1px solid #a0a0a0; |
---|
| 328 | } |
---|
| 329 | |
---|
| 330 | #imageToolBar a { |
---|
| 331 | width:30px; |
---|
| 332 | } |
---|
| 333 | |
---|
| 334 | form#quickconnect fieldset { |
---|
| 335 | border:1px #101010 solid; |
---|
| 336 | } |
---|
| 337 | |
---|
| 338 | .rateButtonStarFull { |
---|
[16970] | 339 | background: url('icon/rating-stars.png') no-repeat scroll; |
---|
| 340 | background-position:-16px center; |
---|
| 341 | width:16px; |
---|
[11110] | 342 | } |
---|
| 343 | |
---|
| 344 | .rateButtonStarEmpty { |
---|
[16970] | 345 | background: url('icon/rating-stars.png') no-repeat scroll; |
---|
| 346 | background-position:0 center; |
---|
| 347 | width:16px; |
---|
[11110] | 348 | } |
---|
| 349 | |
---|
| 350 | .header_notes { |
---|
| 351 | background-image:url(icon/note.png); |
---|
| 352 | } |
---|
| 353 | |
---|
| 354 | |
---|
| 355 | .content h2 { |
---|
| 356 | margin-bottom:0px; |
---|
| 357 | } |
---|
| 358 | |
---|
| 359 | .content ul.thumbnails { |
---|
| 360 | border:1px solid #303030; |
---|
| 361 | margin:0pt; |
---|
| 362 | padding:8px; |
---|
| 363 | } |
---|
| 364 | |
---|
| 365 | .content div.titrePage { |
---|
| 366 | padding:0px; |
---|
| 367 | margin:0px; |
---|
| 368 | min-height:32px; |
---|
| 369 | display:block; |
---|
| 370 | background-color:#303030; |
---|
| 371 | } |
---|
| 372 | |
---|
| 373 | .description { |
---|
| 374 | text-align:left; |
---|
| 375 | } |
---|
| 376 | |
---|
| 377 | |
---|
| 378 | #linkPrev img, #linkNext img { |
---|
| 379 | margin:0px; |
---|
| 380 | margin-top:20px; |
---|
| 381 | padding:0px; |
---|
| 382 | } |
---|
| 383 | #linkPrev img { |
---|
| 384 | margin-left:10px; |
---|
| 385 | } |
---|
| 386 | #linkNext img { |
---|
| 387 | margin-right:10px; |
---|
| 388 | } |
---|
| 389 | |
---|
| 390 | ul.categoryActions { |
---|
| 391 | height:28px; |
---|
| 392 | padding:2px; |
---|
| 393 | } |
---|
| 394 | |
---|
| 395 | #content .additional_info { |
---|
| 396 | margin:20px 0px ; |
---|
| 397 | padding:8px; |
---|
| 398 | } |
---|
| 399 | |
---|
| 400 | div.description div.text { |
---|
| 401 | text-align:justify; |
---|
| 402 | } |
---|
| 403 | |
---|
| 404 | div.description div.text p { |
---|
| 405 | padding-right:6px; |
---|
| 406 | position:relative; |
---|
| 407 | top:-6px; |
---|
| 408 | } |
---|
| 409 | |
---|
| 410 | div.description div.text p.Nb_images { |
---|
[16970] | 411 | border-bottom:1px #303030 dotted;/*cares autour des miniatures*/ |
---|
[11110] | 412 | font-style:italic; |
---|
| 413 | font-size:85%; |
---|
| 414 | text-align:right; |
---|
| 415 | } |
---|
| 416 | |
---|
| 417 | |
---|
| 418 | /* ----------------------------------------------------------------------------- |
---|
| 419 | Calendar |
---|
| 420 | ----------------------------------------------------------------------------- */ |
---|
| 421 | .content div.calendarViews { |
---|
| 422 | margin-top:-22px; |
---|
| 423 | } |
---|
| 424 | |
---|
| 425 | /* month calendar */ |
---|
| 426 | .calBackDate { |
---|
| 427 | color: #000; |
---|
| 428 | padding-left:10px; |
---|
| 429 | padding-top:7px; |
---|
| 430 | } |
---|
| 431 | .calForeDate { |
---|
| 432 | color: #fff; |
---|
| 433 | padding-left:11px; |
---|
| 434 | padding-top:6px; |
---|
| 435 | } |
---|
| 436 | |
---|
| 437 | td.calDayCellFull, td.calDayCellEmpty, td.calDayCellBlank |
---|
| 438 | { |
---|
| 439 | font-size:18px; |
---|
| 440 | font-weight:bold; |
---|
| 441 | text-align:left; |
---|
| 442 | vertical-align:top; |
---|
| 443 | } |
---|
| 444 | |
---|
| 445 | table.calMonth tbody td.calDayCellEmpty, table.calMonth tbody td.calDayCellBlank |
---|
| 446 | { |
---|
| 447 | width:84px; |
---|
| 448 | height:97px; |
---|
| 449 | } |
---|
| 450 | |
---|
| 451 | table.calMonth tbody td.calDayCellFull |
---|
| 452 | { |
---|
| 453 | width:96px; |
---|
| 454 | height:97px; |
---|
| 455 | } |
---|
| 456 | |
---|
| 457 | |
---|
| 458 | td.calDayCellEmpty { |
---|
| 459 | padding-left:12px; |
---|
| 460 | padding-top:7px; |
---|
| 461 | color:#303030; |
---|
| 462 | } |
---|
| 463 | |
---|
| 464 | td.calDayCellEmpty, td.calDayCellFull { |
---|
| 465 | border:1px solid #101010; |
---|
| 466 | } |
---|
| 467 | |
---|
| 468 | table.calMonth tbody td { |
---|
| 469 | margin:8px; |
---|
| 470 | } |
---|
| 471 | |
---|
| 472 | table.calMonth tbody td div.calImg { |
---|
| 473 | left:8px; |
---|
| 474 | top:8px; |
---|
| 475 | } |
---|
| 476 | |
---|
| 477 | td.calDayHead { |
---|
| 478 | font-size:14px; |
---|
| 479 | padding-bottom:12px; |
---|
| 480 | font-weight:normal; |
---|
| 481 | } |
---|
| 482 | |
---|
| 483 | /* lists */ |
---|
| 484 | span.calItem, span.calItemEmpty { |
---|
| 485 | display:inline-table; |
---|
| 486 | margin:1px; |
---|
| 487 | min-width:15px; |
---|
| 488 | padding-left:2px; |
---|
| 489 | padding-right:2px; |
---|
| 490 | } |
---|
| 491 | |
---|