Changeset 16971 for extensions/Wall
- Timestamp:
- Jul 24, 2012, 3:34:31 PM (13 years ago)
- Location:
- extensions/Wall
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Wall/icon/index.php
r10994 r16971 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
r10994 r16971 1 1 <?php 2 // +-----------------------------------------------------------------------+ 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | 6 // +-----------------------------------------------------------------------+ 7 // | file : $Id: index.php 1912 2007-03-16 06:30:07Z rub $ 8 // | last update : $Date: 2007-03-16 07:30:07 +0100 (ven, 16 mar 2007) $ 9 // | last modifier : $Author: rub $ 10 // | revision : $Revision: 1912 $ 11 // +-----------------------------------------------------------------------+ 12 // | This program is free software; you can redistribute it and/or modify | 13 // | it under the terms of the GNU General Public License as published by | 14 // | the Free Software Foundation | 15 // | | 16 // | This program is distributed in the hope that it will be useful, but | 17 // | WITHOUT ANY WARRANTY; without even the implied warranty of | 18 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 19 // | General Public License for more details. | 20 // | | 21 // | You should have received a copy of the GNU General Public License | 22 // | along with this program; if not, write to the Free Software | 23 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | 24 // | USA. | 2 25 3 // +-----------------------------------------------------------------------+ 26 4 5 // | PhpWebGallery - a PHP based picture gallery | 6 7 // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | 8 9 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | 10 11 // +-----------------------------------------------------------------------+ 12 13 // | file : $Id: index.php 1912 2007-03-16 06:30:07Z rub $ 14 15 // | last update : $Date: 2007-03-16 07:30:07 +0100 (ven, 16 mar 2007) $ 16 17 // | last modifier : $Author: rub $ 18 19 // | revision : $Revision: 1912 $ 20 21 // +-----------------------------------------------------------------------+ 22 23 // | This program is free software; you can redistribute it and/or modify | 24 25 // | it under the terms of the GNU General Public License as published by | 26 27 // | the Free Software Foundation | 28 29 // | | 30 31 // | This program is distributed in the hope that it will be useful, but | 32 33 // | WITHOUT ANY WARRANTY; without even the implied warranty of | 34 35 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 36 37 // | General Public License for more details. | 38 39 // | | 40 41 // | You should have received a copy of the GNU General Public License | 42 43 // | along with this program; if not, write to the Free Software | 44 45 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | 46 47 // | USA. | 48 49 // +-----------------------------------------------------------------------+ 50 51 52 27 53 // Recursive call 54 28 55 $url = '../'; 56 29 57 header( 'Request-URI: '.$url ); 58 30 59 header( 'Content-Location: '.$url ); 60 31 61 header( 'Location: '.$url ); 62 32 63 exit(); 64 33 65 ?> 66 -
extensions/Wall/theme.css
r12715 r16971 13 13 BODY, H1, H3, DT, 14 14 INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { 15 color:#FFFFFF;/*couleur du texte*/ 16 15 color:#FFFFFF;/*couleur du texte*/ 17 16 } 18 17 19 18 #content { 20 19 text-align:justify; 21 20 } 22 21 23 22 H2, #menubar DT, .throw { 24 background-image:url(Images/tableh1_bg.png); 25 color:#dedede; /* gris tres clair */ 23 background-image:url(Images/tableh1_bg.png); /* gris tres clair color:#dedede; */ 26 24 } 27 25 28 26 .infoTable, .infoTable2 { 29 background-color: none; 30 background-image: none; 31 -moz-border-radius:10px; 32 -webkit-border-radius:10px; 33 border-radius:10px; 34 35 27 background-color: none; 28 background-image: none; 29 -moz-border-radius:10px; 30 -webkit-border-radius:10px; 31 border-radius:10px; 36 32 } 37 33 38 34 #theImage p { 39 background-color: none; 40 background-image: none; 41 margin:auto; 42 width:40%; 43 } 44 45 #theImage p, 46 .thumbnails SPAN.thumbLegend { 47 48 background-color: none; 49 background-image: none; 50 -moz-border-radius:10px; 51 -webkit-border-radius:10px; 52 border-radius:10px; 53 margin-top: 10px; 54 55 35 background-color: none; 36 background-image: none; 37 margin:auto; 38 width:40%; 39 } 40 41 #theImage p, .thumbnails SPAN.thumbLegend { 42 background-color: none; 43 background-image: none; 44 -moz-border-radius:10px; 45 -webkit-border-radius:10px; 46 border-radius:10px; 47 margin-top: 10px; 56 48 } 57 49 58 50 59 51 #content .additional_info { 60 background-color: grey; 61 background-image: url(Images/mur1.jpg); 62 background-color:#404040; 63 -moz-border-radius:10px; 64 -webkit-border-radius:10px; 65 border-radius:10px; 66 52 background-color: grey; 53 background-image: url(Images/mur1.jpg); 54 background-color:#404040; 55 -moz-border-radius:10px; 56 -webkit-border-radius:10px; 57 border-radius:10px; 67 58 } 68 59 69 60 #content .navigationBar { 70 color: #aaaaaa; 71 padding:0px; 72 margin:0px; 73 display:block; 74 background-color:#303030; 75 font-size:90%; 61 color: #aaaaaa; 62 padding:0px;margin:0px; 63 display:block; 64 background-color:#303030; 65 font-size:90%; 76 66 } 77 67 78 68 #content .pageNumberSelected { 79 69 color: #000000; 80 70 } 81 71 82 72 83 73 .tabsheet li, 84 .tabsheet li a { color: #fff#48e; } 85 .tabsheet li a:hover { color: #fff48e; } 74 .tabsheet li a { 75 color: #fff#48e; 76 } 77 .tabsheet li a:hover { 78 color: #fff48e; 79 } 86 80 87 81 /* backgrounds */ 88 82 BODY { 89 83 background-image:url(Images/mur.jpg); 90 84 } 91 85 92 86 H3, #the_page, #imageToolBar A:hover, .row1 { 93 background: transparent; 94 } 95 96 #menubar DL, #content, #imageToolBar, .header_notes, .content 97 { 98 background: transparent; 87 background: transparent; 88 } 89 90 #menubar DL, #content, #imageToolBar, .header_notes, .content { 91 background: transparent; 99 92 } 100 93 101 94 H2, #menubar DT, .throw, #imageHeaderBar { 102 background-image: url(images/tableh1_bg.png); 103 background-color: #303030; 95 background-color: #303030; /*background-image: url(images/tableh1_bg.png);*/ 104 96 } 105 97 … … 107 99 108 100 #imageHeaderBar H2 { 109 110 111 } 112 113 #imageHeaderBar {101 background-image: url(Images/mur6.jpg); 102 border: none; 103 } 104 105 #imageHeaderBar { 114 106 background-image: url(images/tableh2_bg.png); 115 107 background-repeat: repeat-x; 116 108 background-position: center; 117 109 } 118 .tabsheet li { background-color: #3f3f3f; } 119 120 .selected_tab { background-color: #5f5f5f !important; } 110 .tabsheet li { 111 background-color: #3f3f3f; 112 } 113 114 .selected_tab { 115 background-color: #5f5f5f !important; 116 } 121 117 122 118 /* borders */ 123 #menubar DL, #content, .content, 124 #comments DIV.comment BLOCKQUOTE { 125 border: none; 119 #menubar DL, #content, .content,#comments DIV.comment BLOCKQUOTE { 120 border: none; 126 121 } 127 122 128 123 #imageHeaderBar { 129 border-top: 5px solid #000000; 130 background-image: url(Images/mur6.jpg); 131 -moz-border-radius:10px; 132 -webkit-border-radius:10px; 133 border-radius:10px 134 } 135 136 #menubar DL 137 { 138 139 margin-bottom:-1px; 140 border:1px solid #303030; 141 background-image: url(Images/mur1.jpg) 124 border-top: 5px solid #000000; 125 background-image: url(Images/mur6.jpg); 126 -moz-border-radius:10px; 127 -webkit-border-radius:10px; 128 border-radius:10px 129 } 130 131 #menubar DL { 132 margin-bottom:-1px; 133 border:1px solid #303030; 134 background-image: url(Images/mur1.jpg); 142 135 } 143 136 144 137 145 138 H2, #menubar DT, #imageToolBar { 146 border-bottom: 1px solid #cc0000;139 border-bottom: 0px solid #cc0000; 147 140 } 148 149 141 #theImage img { 150 border: 8px solid #333333;/*cadre des photos moyenne*/151 152 153 }142 border: 8px solid #333333;/*cadre des photos moyenne*/ 143 margin-top: 10px; 144 margin-bottom: 10px; 145 } 154 146 155 147 … … 157 149 FIELDSET, INPUT , SELECT, TEXTAREA, 158 150 #content DIV.comment A.illustration IMG, #infos { 159 151 border: 1px solid gray; 160 152 } 161 153 162 154 #content DIV.thumbnailCategory { 163 border: none; 164 border: 8px #808080 outset ; 165 background-image:url(Images/mur1.jpg); 166 167 } 168 169 FIELDSET :disabled, INPUT:disabled, SELECT:disabled, TEXTAREA:disabled 170 { 171 color:#404040; 172 background-color:#808080; 173 } 155 border: none;border: 4px #808080 outset ; 156 background-image:url(Images/mur1.jpg); 157 } 158 159 FIELDSET :disabled, INPUT:disabled, SELECT:disabled, TEXTAREA:disabled{color:#404040; background-color:#808080;} 174 160 175 161 #comments DIV.comment BLOCKQUOTE { 176 border-left: 15px solid #696969; 177 background-color: #404040; 178 } 179 180 181 182 #content UL.thumbnails SPAN.wrap2, .content .additional_info { 183 border: none; /* thumbnails border color and style */ 184 -moz-border-radius: 8px; /* round corners with Geko */ 185 border-radius: 8px 8px; /* round corners with CSS3 compliant browsers */ 186 background-image:url(Images/mur3.jpg); 187 } 188 162 border-left: 15px solid #696969; 163 background-color: #404040; 164 } 165 166 .thumbnails .wrap1 { /*disposition des vinettes de cathegrie*/ 167 display: inline-block; 168 margin: 0 10px 5px; 169 text-align: center; 170 vertical-align: top; 171 } 172 173 174 #content UL.thumbnails SPAN.wrap2{ 175 border: none; /* thumbnails border color and style */ 176 -moz-border-radius: 8px; /* round corners with Geko */ 177 border-radius: 8px 8px;/* round corners with CSS3 compliant browsers */ 178 background-image:url(Images/mur3.jpg); 179 width :140px; 180 height : 140px; 181 margin-top:15px; 182 } 183 184 185 186 187 #content UL.thumbnails .wrap2 a{ 188 width :142px; 189 height : auto; 190 margin:auto; 191 192 } 193 189 194 #content UL.thumbnails LI SPAN.wrap1 SPAN.wrap2:hover { 190 border-color: none; /* thumbnails border color when mouse cursor is over it */ 191 background-image:url(Images/mur5.jpg); 192 } 193 194 195 ul.tabsheet { border-color: #fff48e; } 196 .tabsheet li { border: 1px solid #fff48e; } 197 .tabsheet li:hover { border-color: #fff48e !important; } 195 border-color: none; /* thumbnails border color when mouse cursor is over it */ 196 background-image:url(Images/mur5.jpg); 197 } 198 199 200 ul.tabsheet { 201 border-color: #fff48e; 202 } 203 .tabsheet li { 204 border: 1px solid #fff48e; 205 } 206 .tabsheet li:hover { 207 border-color: #fff48e !important; 208 } 198 209 199 210 /* links */ 200 211 A, INPUT.rateButton { 201 color: #FFFFFF;/*texte lien menu pas selectionner*/ 202 background: transparent; 203 border: none; 212 color: #FFFFFF;/*texte lien menu pas selectionner*/ 213 background: transparent;border: none; 204 214 } 205 215 206 216 A:hover { 207 208 217 color: #CC6600;/*texte lien menu selectionner*/ 218 border: none; 209 219 } 210 220 211 221 #imageToolBar A, #imageToolBar A:hover, 212 222 A.navThumb, A.navThumb:hover { 213 223 border-bottom: none; 214 224 } 215 225 216 226 217 227 /* others */ 218 #menubar ul, #menubar form, #menubar p { 219 228 #menubar ul, #menubar form, #menubar p { 229 text-align:left; 220 230 } 221 231 222 232 #menubar ul { 223 233 margin-left:8px; 224 234 } 225 235 226 236 .pleaseNote { 227 background: #9c9c9c; 228 color: #ffff99; 229 padding: 1ex; 230 font-weight: bold; 231 } 232 233 #menubar .menuInfoCatByChild, 234 #menubar .menuInfoCat { 235 font-size:80%; 236 font-style:normal; 237 position:relative; 238 top:-4px; 237 background: #9c9c9c; 238 color: #ffff99; 239 padding: 1ex; 240 font-weight: bold; 241 } 242 243 #menubar .menuInfoCatByChild, #menubar .menuInfoCat { 244 font-size:80%; 245 font-style:normal; 246 position:relative; 247 top:-4px; 239 248 } 240 249 241 250 #imageHeaderBar { 242 background-image: none; 243 } 244 245 #the_page { 246 border: 0px solid #e0e0e0; 247 padding-top: 5px; 248 padding-bottom:30px; 249 text-align:center; 250 display:block; 251 background-image: none; 252 } 253 254 #the_page { /* border: 0px solid #e0e0e0; padding-top: 5px; padding-bottom:30px; */ 255 text-align:center;display:block; 251 256 } 252 257 253 258 #menubar p.totalImages { 254 255 256 font-size:80% 259 text-align:right; 260 margin:2px; 261 font-size:80%; 257 262 } 258 263 259 264 /*calendar elements*/ 260 SPAN.calItemEmpty { color: silver; } 261 262 SPAN.calItem, SPAN.calItemEmpty 263 { 264 border: 1px solid gray; 265 } 266 267 .virtual_cat { background: #3f3f3f !important; } 268 .qsearch { font-size: 80%; font-style: normal; } 269 #mbMenu #quicksearch > p { text-align: left; } 265 SPAN.calItemEmpty { 266 color: silver; 267 } 268 269 SPAN.calItem, SPAN.calItemEmpty{ 270 border: 1px solid gray; 271 } 272 273 .virtual_cat { 274 background: #3f3f3f !important; 275 } 276 .qsearch { 277 font-size: 80%; 278 font-style: normal; 279 } 280 #mbMenu #quicksearch > p { 281 text-align: left; 282 } 270 283 271 284 … … 284 297 285 298 div.illustration img { 286 border: 2px #333333 solid; 299 width :120px; 300 height : 76px; 301 margin-top:10px; 302 box-shadow: 8px 8px 12px #000000; 303 -webkit-box-shadow: 8px 8px 12px #000000; 304 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#000000')";/* pour IE8 */ 305 border: ridge 1px; 306 border-radius:1em; 307 border-color:#3f3f3f; 287 308 } 288 309 … … 293 314 .content ul.thumbnails img, #linkPrev img, #linkNext img { 294 315 border:1px #333333 solid; 316 cellpadding:25px; 295 317 } 296 318 … … 308 330 309 331 .rateButtonStarFull { 310 background: url('icon/rating-stars.png') no-repeat scroll; background-position:-16px center; width:16px; 332 background: url('icon/rating-stars.png') no-repeat scroll; 333 background-position:-16px center; 334 width:16px; 311 335 } 312 336 313 337 .rateButtonStarEmpty { 314 background: url('icon/rating-stars.png') no-repeat scroll; background-position:0 center; width:16px; 338 background: url('icon/rating-stars.png') no-repeat scroll; 339 background-position:0 center; 340 width:16px; 315 341 } 316 342 … … 376 402 377 403 div.description div.text p.Nb_images { 378 border-bottom:1px #303030 dotted;/*car res autour des miniatures*/404 border-bottom:1px #303030 dotted;/*cares autour des miniatures*/ 379 405 font-style:italic; 380 406 font-size:85%; -
extensions/Wall/themeconf.inc.php
r12716 r16971 1 1 <?php 2 2 3 /* 4 3 5 Theme Name: Wall 6 4 7 Version: auto 5 8 Description: Wall 9 6 10 Theme URI: http://piwigo.org/ext/extension_view.php?eid=542 11 7 12 Author: Sixpo 13 8 14 Author URI: 15 9 16 */ 10 17 18 19 11 20 $themeconf = array( 21 12 22 'theme' => 'Wall', 23 13 24 'parent' => 'default', 25 14 26 'icon_dir' => 'themes/Wall/icon', 27 15 28 ); 29 16 30 ?> 31
Note: See TracChangeset
for help on using the changeset viewer.