Changeset 17104 for extensions
- Timestamp:
- Jul 25, 2012, 11:15:15 PM (12 years ago)
- Location:
- extensions/Wall
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Wall/icon/index.php
r17073 r17104 1 1 <?php 2 // +-----------------------------------------------------------------------+ 3 // | Piwigo - a PHP based picture gallery | 4 // +-----------------------------------------------------------------------+ 5 // | Copyright(C) 2008 Piwigo Team http://piwigo.org | 6 // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | 7 // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | 8 // +-----------------------------------------------------------------------+ 9 // | This program is free software; you can redistribute it and/or modify | 10 // | it under the terms of the GNU General Public License as published by | 11 // | the Free Software Foundation | 12 // | | 13 // | This program is distributed in the hope that it will be useful, but | 14 // | WITHOUT ANY WARRANTY; without even the implied warranty of | 15 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 16 // | General Public License for more details. | 17 // | | 18 // | You should have received a copy of the GNU General Public License | 19 // | along with this program; if not, write to the Free Software | 20 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | 21 // | USA. | 2 22 3 // +-----------------------------------------------------------------------+ 23 4 5 // | Piwigo - a PHP based picture gallery | 6 7 // +-----------------------------------------------------------------------+ 8 9 // | Copyright(C) 2008 Piwigo Team http://piwigo.org | 10 11 // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | 12 13 // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | 14 15 // +-----------------------------------------------------------------------+ 16 17 // | This program is free software; you can redistribute it and/or modify | 18 19 // | it under the terms of the GNU General Public License as published by | 20 21 // | the Free Software Foundation | 22 23 // | | 24 25 // | This program is distributed in the hope that it will be useful, but | 26 27 // | WITHOUT ANY WARRANTY; without even the implied warranty of | 28 29 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 30 31 // | General Public License for more details. | 32 33 // | | 34 35 // | You should have received a copy of the GNU General Public License | 36 37 // | along with this program; if not, write to the Free Software | 38 39 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | 40 41 // | USA. | 42 43 // +-----------------------------------------------------------------------+ 44 45 46 24 47 // Recursive call 48 25 49 $url = '../'; 50 26 51 header( 'Request-URI: '.$url ); 52 27 53 header( 'Content-Location: '.$url ); 54 28 55 header( 'Location: '.$url ); 56 29 57 exit(); 58 30 59 ?> 60 -
extensions/Wall/index.php
r17092 r17104 1 1 <?php 2 2 3 4 3 5 $url = '../'; 6 4 7 header( 'Request-URI: '.$url ); 8 5 9 header( 'Content-Location: '.$url ); 10 6 11 header( 'Location: '.$url ); 12 7 13 exit(); 14 8 15 ?> 16 -
extensions/Wall/theme.css
r17090 r17104 1 2 1 3 2 4 3 5 BODY#theCategoryPage .thumbnailCategories { 6 4 7 padding-left:auto; 8 5 9 padding-right:auto; 10 6 11 list-style: none outside none; 12 7 13 text-align: center; 14 8 15 background:none; 9 } 16 17 } 18 10 19 BODY#theCategoryPage .thumbnailCategories li { 20 11 21 width: auto; 22 12 23 float: none; 24 13 25 display:inline-block; 26 14 27 text-align:center; 28 15 29 margin-left:10px; 30 16 31 17 } 32 33 } 34 18 35 BODY#theCategoryPage div.thumbnailCategory div.illustration { 36 19 37 width:auto; 38 20 39 height:auto; 40 21 41 /*height:135px;*/ 42 22 43 text-align:center; 44 23 45 overflow: inherit; 46 24 47 float:none; 48 25 49 margin: 0; 50 26 51 padding: 0; 52 27 53 28 } 54 55 } 56 29 57 BODY#theCategoryPage div.thumbnailCategory div.description { /*fond de description cathegotire et photos*/ 58 30 59 position:relative; 60 31 61 width:300px; 62 32 63 height:auto; 64 33 65 text-align:center; 66 34 67 overflow:inherit; 68 35 69 margin-left:35%; 70 36 71 margin-top:-100px; 72 37 73 font-size:14px /*taille police titre cathegorie*/ 38 } 74 75 } 76 77 78 39 79 40 80 41 81 BODY#theCategoryPage div.thumbnailCategory div.description IMG { /*logo pour signaler nouvaute dans la cathegorie*/ 82 42 83 float:center; 84 43 85 44 } 86 87 } 88 89 45 90 46 91 BODY#theCategoryPage div.thumbnailCategory div.description p { 92 47 93 float:center; 94 48 95 width:87%; 96 49 97 height:120px; 98 50 99 text-align: center; 51 margin-top:-120px; 100 101 margin-top:-110px; 102 52 103 margin-left:15px; 104 53 105 font-size:12px; 106 54 107 padding:10px; 108 55 109 56 110 111 112 57 113 114 58 115 } 59 116 60 117 61 118 119 120 121 122 62 123 BODY#theCategoryPage div.thumbnailCategory div.description div.text p.Nb_images{ /*nombres de photos*/ 124 63 125 width:160px; 126 64 127 height:5px; 128 65 129 text-align: left; 130 66 131 margin-top:75px; 132 67 133 margin-left:-155px; 134 68 135 font-size:10px; 69 136 70 } 137 138 139 } 140 71 141 BODY#theCategoryPage div.thumbnailCategory { 142 72 143 display: inline-block; 144 73 145 margin: 5px auto; 146 74 147 padding:5px; 148 75 149 vertical-align: middle; 150 76 151 width:450px; 152 77 153 height:135px; 154 78 155 text-align: center; 156 79 157 background-image:url(images/mur1.jpg); 158 80 159 box-shadow: 8px 8px 12px #000000; 160 81 161 -webkit-box-shadow: 8px 8px 12px #000000; 162 82 163 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#000000')";/* pour IE8 */ 164 83 165 border: ridge 1px; 166 84 167 border-radius:1em; 168 85 169 border-color:#3f3f3f; 86 } 170 171 } 172 87 173 BODY#theCategoryPage div.thumbnailCategory * { 174 88 175 vertical-align: middle; 89 } 176 177 } 178 90 179 BODY#theCategoryPage div.thumbnailCategory div.illustration img { /*taille et forme photo cathegorie*/ 180 91 181 width:160px; 182 92 183 height: 96px; 184 93 185 margin-left: -225px; 186 94 187 margin-top:10px; 188 95 189 box-shadow: 8px 8px 12px #000000; 190 96 191 -webkit-box-shadow: 8px 8px 12px #000000; 192 97 193 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#000000')";/* pour IE8 */ 194 98 195 border: ridge 1px; 196 99 197 border-radius:1em; 198 100 199 border-color:#3f3f3f; 101 } 200 201 } 202 203 204 102 205 103 206 104 207 BODY#theCategoryPage div.thumbnailCategory div.description h3 { 208 105 209 text-align:center; 106 } 210 211 } 212 107 213 #la_description { 214 108 215 display:none; 109 } 216 217 } 218 110 219 /* text color */ 220 111 221 BODY, H1, H3, DT, INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { 222 112 223 color:#e0e0e0; 113 } 224 225 } 226 114 227 H2, #menubar DT, .throw { 228 115 229 color: #ffffff; 116 } 230 231 } 232 117 233 #content .navigationBar { 234 118 235 color: #aaaaaa; 119 } 236 237 } 238 120 239 #content .pageNumberSelected { 240 121 241 color: #000000; 122 } 242 243 } 244 123 245 .tabsheet li, .tabsheet li a { 246 124 247 color: #fff; 125 } 248 249 } 250 126 251 .tabsheet li a:hover { 252 127 253 color: #fff48e; 128 } 254 255 } 256 129 257 /* backgrounds */ 258 130 259 BODY { 260 131 261 background-image: url(images/mur.jpg); 132 } 262 263 } 264 133 265 BODY#theCategoryPage #the_page { 266 134 267 background:transparent; 268 135 269 background-repeat: repeat; 270 136 271 background-attachment: fixed; 272 137 273 border: none; 138 } 274 275 } 276 139 277 BODY#thePicturePage #theHeader { 278 140 279 background:transparent; 141 } 280 281 } 282 142 283 H3, #the_page, #imageHeaderBar, #imageToolBar A:hover, .row1 { 284 143 285 background:transparent; 144 } 286 287 } 288 145 289 #menubar DL, #content, #imageToolBar, .header_notes, .content { 290 146 291 background: transparent; 147 } 292 293 } 294 148 295 H2, #menubar DT, .throw { 296 149 297 background-image: url(images/tableh1_bg.png); 150 } 298 299 } 300 151 301 #imageHeaderBar H2 { 302 152 303 background-image: none; 304 153 305 background-color: transparent; 306 154 307 border: none; 155 } 308 309 } 310 156 311 #imageHeaderBar { 312 157 313 background-image: url(images/tableh2_bg.png); 314 158 315 background-repeat: repeat-x; 316 159 317 background-position: center; 160 } 318 319 } 320 161 321 .tabsheet li { 322 162 323 background-color: #3f3f3f; 163 } 324 325 } 326 164 327 .selected_tab { 328 165 329 background-color: #5f5f5f !important; 166 } 330 331 } 332 167 333 /* borders */ 334 168 335 #menubar DL, #content, .content,#comments DIV.comment BLOCKQUOTE { 336 169 337 border: none; 170 } 338 339 } 340 171 341 #imageHeaderBar { 342 172 343 background-image: url(images/mur1.jpg); 344 173 345 box-shadow: 8px 8px 12px #000000; 346 174 347 -webkit-box-shadow: 8px 8px 12px #000000; 348 175 349 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#000000')";/* pour IE8 */ 350 176 351 border-radius:1em; 177 } 352 353 } 354 355 178 356 179 357 #menubar DL { 358 180 359 margin-bottom:-1px; 360 181 361 border:1px solid #303030; 362 182 363 background-image:url(images/mur1.jpg); 364 183 365 } 184 366 185 367 368 369 370 186 371 H2, #menubar DT, #imageToolBar { 372 187 373 border-bottom: 0px solid #cc0000; 374 188 375 } 376 189 377 #theImage img { 378 190 379 border: 8px solid #333333;/*cadre des photos moyenne*/ 380 191 381 margin-top: 10px; 382 192 383 margin-bottom: 10px; 384 193 385 } 194 } 386 387 } 388 195 389 #content UL.thumbnail IMG { 390 196 391 border: 1px solid #a0a0a0; 197 } 392 393 } 394 198 395 FIELDSET, INPUT, SELECT, TEXTAREA, #content DIV.comment A.illustration IMG, #infos, #content DIV.thumbnailCategory { 396 199 397 border: 1px solid #303030;; /*bordure de photos */ 200 } 398 399 } 400 201 401 #comments DIV.comment BLOCKQUOTE { 402 202 403 border-left: 2px solid #696969; 203 } 404 405 } 406 204 407 408 205 409 #content UL.thumbnails SPAN, .thumbnails .wrap2 A, .thumbnails LABEL { /*taille miniatures album*/ 410 206 411 width: 190px; 412 207 413 margin-left:30px; 414 208 415 } 209 416 210 417 418 419 420 211 421 #content UL.thumbnails SPAN.wrap2 { 422 212 423 background-image:url(images/mur3.jpg); 424 213 425 border: 1px solid #aaaaaa; /* thumbnails border color and style */ 426 214 427 -moz-border-radius: 10px; /* round corners with Geko */ 428 215 429 border-radius: 10px 10px; /* round corners with CSS3 compliant browsers */ 216 } 430 431 } 432 217 433 #content UL.thumbnails SPAN.wrap2:hover, #content UL.thumbnailCategories DIV.thumbnailCategory:hover{ 434 218 435 border-color: none; /* thumbnails border color when mouse cursor is over it */ 436 219 437 background-image:url(images/mur7.jpg); 438 220 439 -moz-border-radius: 10px; /* round corners with Geko */ 440 221 441 border-radius: 10px 10px; /* round corners with CSS3 compliant browsers */ 222 } 442 443 } 444 223 445 #content UL.thumbnailCategories DIV.thumbnailCategory:hover A{ 446 224 447 color: #6D071A; /*couleur lien cathegorie selactiopnner*/ 225 } 448 449 } 450 226 451 #content UL.thumbnailCategories DIV.thumbnailCategory:hover { 452 227 453 color: #6D071A; /*couleur texte cathegorie selectionner*/ 228 } 454 455 } 456 457 229 458 230 459 ul.tabsheet { 460 231 461 border-color: #fff48e; 232 } 462 463 } 464 233 465 .tabsheet li { 466 234 467 border: 1px solid #fff; 235 } 468 469 } 470 236 471 .tabsheet li:hover { 472 237 473 border-color: #fff48e !important; 238 } 474 475 } 476 239 477 /* links */ 478 240 479 A, INPUT.rateButton { 480 241 481 color: #FFFFFF; 242 } 482 483 } 484 243 485 A:hover { 486 244 487 color: #CC6600; /*texte lien menu selectionner*/ 488 245 489 border: none; 246 } 490 491 } 492 247 493 #imageToolBar A, #imageToolBar A:hover, A.navThumb, A.navThumb:hover { 494 248 495 color: #CC6600; /*texte lien cathegorie selectionner*/ 496 249 497 border-bottom: none; 250 } 498 499 } 500 251 501 #theHeader A { 502 252 503 text-decoration: none; 504 253 505 margin: 0px; 506 254 507 padding: 0px; 255 } 508 509 } 510 256 511 /* others */ 512 257 513 .thumbnailCategories blockquote UL LI { 514 258 515 list-style-position: outside; 516 259 517 list-style-type:circle; 518 260 519 background:red; 261 } 520 521 } 522 262 523 .thumbnailCategories blockquote OL LI { 524 263 525 list-style-position: outside; 526 264 527 list-style-type: decimal; 265 } 528 529 } 530 266 531 .pleaseNote { 532 267 533 background: #9c9c9c; 534 268 535 color: #ffff99; 536 269 537 padding: 1ex; 538 270 539 font-weight: bold; 271 } 540 541 } 542 272 543 #the_page { 544 273 545 border: none; /*page photos*/ 546 274 547 padding-top: 5px; 548 275 549 padding-bottom:30px; 550 276 551 display:block; 277 } 552 553 } 554 278 555 .pwg-icon { 556 279 557 background-image: url(../default/s26/outline_ffffff.png); 280 } 558 559 } 560 281 561 A:hover .pwg-icon { 562 282 563 background-image: url(../default/s26/outline_ffff80.png); 283 } 564 565 } 566 284 567 /*calendar elements*/ 568 285 569 SPAN.calItemEmpty { 570 286 571 color: silver; 287 } 572 573 } 574 288 575 SPAN.calItem, SPAN.calItemEmpty { 576 289 577 border: 1px solid gray; 290 } 578 579 } 580 291 581 /* nice looking month calendar*/ 582 292 583 TD.calDayCellEmpty, TD.calDayCellFull { 584 293 585 border: 1px solid gray; 294 } 586 587 } 588 295 589 TD.calDayCellEmpty { 590 296 591 color: silver; 297 } 592 593 } 594 298 595 .calBackDate { 596 299 597 color: #000; 300 } 598 599 } 600 301 601 .calForeDate { 602 302 603 color: #fff; 303 } 604 605 } 606 304 607 .virtual_cat { 608 305 609 background: #3f3f3f !important; 306 } 610 611 } 612 307 613 .qsearch { 614 308 615 font-size: 80%; 616 309 617 font-style: normal; 310 } 618 619 } 620 311 621 #mbMenu #quicksearch > p { 622 312 623 text-align: left; 313 } 624 625 } 626 -
extensions/Wall/themeconf.inc.php
r17091 r17104 1 1 <?php 2 2 3 /* 4 3 5 Theme Name: Wall 6 4 7 Version: auto 5 8 Description: tableau accroché au mur 6 Theme URI: http://piwigo.org/ext/extension_view.php?eid=542 9 10 Theme URI: http://piwigo.org/ext/extension_view.php?eid=624 7 11 Author: Sixpo 12 8 13 Author URI: 14 9 15 */ 16 10 17 $themeconf = array( 18 11 19 'name' => 'Wall', 20 12 21 'parent' => 'default', 22 13 23 'icon_dir' => 'themes/Wall/icon', 24 14 25 'mime_icon_dir' => 'themes/Wall/icon/mimetypes/', 26 15 27 'local_head' => 'local_head.tpl', 28 16 29 ); 17 30 31 32 18 33 $conf['level_separator'] = ' » '; 34 19 35 $conf['paginate_pages_around'] = 7; 36 20 37 $conf['show_picture_name_on_title'] = false; 38 21 39 $conf['show_thumbnail_caption'] = false; 22 40 41 42 23 43 ?> 44
Note: See TracChangeset
for help on using the changeset viewer.