Changeset 6252
- Timestamp:
- 05/20/10 19:05:15 (3 years ago)
- Location:
- extensions/sobre
- Files:
-
- 10 modified
-
CSS3.css (modified) (1 diff)
-
admin/admin.inc.php (modified) (1 diff)
-
admin/maintain.inc.php (modified) (1 diff)
-
language/de_DE/theme.lang.php (modified) (2 diffs)
-
language/en_UK/theme.lang.php (modified) (2 diffs)
-
template/comment_list.tpl (modified) (1 diff)
-
template/footer.tpl (modified) (1 diff)
-
template/header.tpl (modified) (1 diff)
-
template/menubar_categories.tpl (modified) (1 diff)
-
theme.css (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
extensions/sobre/CSS3.css
r6249 r6252 1 /* D �claration des fonts (polices) */1 /* Déclaration des fonts (polices) */ 2 2 @font-face { 3 3 font-family: 'Slider-com'; -
extensions/sobre/admin/admin.inc.php
r5855 r6252 1 1 <?php 2 2 3 /* Lecture du fichier de langue pour le th �me */3 /* Lecture du fichier de langue pour le thème */ 4 4 load_language('theme.lang', PHPWG_THEMES_PATH.'sobre/'); 5 5 -
extensions/sobre/admin/maintain.inc.php
r5855 r6252 24 24 } 25 25 26 /* Lors de la d �sactivation */26 /* Lors de la désactivation */ 27 27 function theme_deactivate() 28 28 { -
extensions/sobre/language/de_DE/theme.lang.php
r5870 r6252 9 9 $lang['Display page banner on other pages'] = 'Zeige den Seitenbanner auf den anderen Seiten an'; 10 10 $lang['Theme by'] = 'Layout Sobre von <a href="http://www.julien-moreau.fr/" title="Gotcha">Gotcha</a>.'; 11 $lang['mb menubar items'] = 'Anzahl der Men �elemente';11 $lang['mb menubar items'] = 'Anzahl der Menüelemente'; 12 12 $lang['Tips'] = 'Tips'; 13 $lang['Thumbnail dimensions'] = 'Gr ��e der Miniaturbilder';14 $lang['(Dimensions limits in pixels)'] = '(Gr ��enlimit in Pixel)';13 $lang['Thumbnail dimensions'] = 'Größe der Miniaturbilder'; 14 $lang['(Dimensions limits in pixels)'] = '(Größenlimit in Pixel)'; 15 15 $lang['width'] = 'Breite'; 16 $lang['height'] = 'H �he';16 $lang['height'] = 'Höhe'; 17 17 18 18 /* picture.tpl */ … … 29 29 $lang['sql queries in'] = 'SQL-Abfragen in'; 30 30 $lang['Scroll to top'] = 'Zum Anfang'; 31 $lang['About'] = ' �ber';31 $lang['About'] = 'Über'; 32 32 33 33 /* mainpage_categories.tpl */ -
extensions/sobre/language/en_UK/theme.lang.php
r5628 r6252 6 6 $lang['Display page banner on picture page'] = 'Display page banner on picture page'; 7 7 $lang['Display page banner on other pages'] = 'Display page banner on other pages'; 8 $lang['Theme by'] = 'Th �me Black & White By <a href="http://www.julien-moreau.fr/" title="Gotcha">Gotcha</a>.';8 $lang['Theme by'] = 'Thème Black & White By <a href="http://www.julien-moreau.fr/" title="Gotcha">Gotcha</a>.'; 9 9 10 10 /* picture.tpl */ … … 21 21 $lang['sql queries in'] = 'sql queries in'; 22 22 $lang['Scroll to top'] = 'Scroll to top'; 23 $lang['About'] = 'Mentions l �gales';23 $lang['About'] = 'Mentions légales'; 24 24 25 25 /* mainpage_categories.tpl */ 26 $lang['Auto categorie'] = 'Cat �gorie automatique';26 $lang['Auto categorie'] = 'Catégorie automatique'; 27 27 28 28 ?> -
extensions/sobre/template/comment_list.tpl
r6250 r6252 1 {* $Id: comment_list.tpl By GOTCHA pour son th �me "Sobre" $Ver: 2010-05-20 *}1 {* $Id: comment_list.tpl By GOTCHA pour son thème "Sobre" $Ver: 2010-05-20 *} 2 2 <ul class="thumbnailCategories"> 3 3 {foreach from=$comments item=comment name=comment_loop} -
extensions/sobre/template/footer.tpl
r6250 r6252 1 {* $ Id: footer.tpl 2010-04-03 Par Gotcha pour son th �me "Sobre" $ *}1 {* $ Id: footer.tpl 2010-04-03 Par Gotcha pour son thème "Sobre" $ *} 2 2 3 3 {literal} -
extensions/sobre/template/header.tpl
r6012 r6252 1 {* $ Id: header.tpl 2010-04-03 Par Gotcha pour son th �me "Sobre" $ *}1 {* $ Id: header.tpl 2010-04-03 Par Gotcha pour son thème "Sobre" $ *} 2 2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 3 3 <html lang="{$lang_info.code}" dir="{$lang_info.direction}"> -
extensions/sobre/template/menubar_categories.tpl
r5925 r6252 1 {* $ menubar_categories.tpl 2010-04-03 Par Gotcha pour son th �me "Sobre" $ *}1 {* $ menubar_categories.tpl 2010-04-03 Par Gotcha pour son thème "Sobre" $ *} 2 2 <dt> 3 3 {* -
extensions/sobre/theme.css
r6250 r6252 1 /* $ Id: theme.css 2010-04-03 Par Gotcha pour son th �me "Sobre" $ */1 /* $ Id: theme.css 2010-04-03 Par Gotcha pour son thème "Sobre" $ */ 2 2 3 3 /* Valide CSS3 http://jigsaw.w3.org/css-validator/validator */ 4 /* Compress � avec http://www.cleancss.com/ (muscl�!) */4 /* Compressé avec http://www.cleancss.com/ (musclé !) */ 5 5 /* Nom du fichier avant compression : theme.bak.css */ 6 /* Nom du fichier apr �s compression : theme.css*/6 /* Nom du fichier après compression : theme.css*/ 7 7 8 8 … … 20 20 21 21 /* Le header */ 22 /* Fonctionne avec l'administration du th �me*/23 /* D �sactiv� par d�faut */22 /* Fonctionne avec l'administration du thème*/ 23 /* Désactivé par défaut */ 24 24 #theHeader { 25 25 background: transparent url("../../themes/sobre/images/header_bienvenue.png") no-repeat center bottom; … … 63 63 } 64 64 65 /* Arri �res plans */65 /* Arrières plans */ 66 66 BODY, H3, #imageBar, #imageToolBar A:hover { 67 67 background: #393737 … … 168 168 } 169 169 170 /* Centrage modifications de la caract �ristique de la cat�gorie. */170 /* Centrage modifications de la caractéristique de la catégorie. */ 171 171 .content div.thumbnailCategory div.description div.text p.Nb_images { 172 172 border-top:1px solid #808080; … … 176 176 } 177 177 178 /* Centrage modifications du nom de la cat �gorie. */178 /* Centrage modifications du nom de la catégorie. */ 179 179 .content div.thumbnailCategory div.description h3 { 180 180 font-weight: bold; … … 182 182 } 183 183 184 /* Modifications de la description de la cat �gorie. */184 /* Modifications de la description de la catégorie. */ 185 185 .content div.thumbnailCategory div.description div.text p { 186 186 color:#996060; … … 193 193 } 194 194 195 /* Plus de place pour le texte des cat �gories */195 /* Plus de place pour le texte des catégories */ 196 196 .content ul.thumbnails span.wrap2, .content div.thumbnailCategory div.description { 197 197 height: 190px; … … 339 339 } 340 340 341 /* Modification p �rement visuel et esth�tique modifiant l'affichage de l'enveloppe sous une miniature nouvelle */341 /* Modification pûrement visuel et esthétique modifiant l'affichage de l'enveloppe sous une miniature nouvelle */ 342 342 .content ul.thumbnails span.thumbLegend img { 343 343 position:relative; top:-3px; … … 346 346 /* Tip personnel pour un bloc */ 347 347 /* Utilisez PWG_Stuffs */ 348 /* Bloc priv �*/348 /* Bloc privé */ 349 349 #stuffs_block_10 div.personal_block{ 350 350 display:none; … … 357 357 .content ul.thumbnailCategories { 358 358 width: 100%; 359 padding-left: 4px; /* Correction du centrage du cadre de la cat �gorie */360 } 361 362 363 364 365 366 /* Modifications de la tailles des miniatures. L'expemple ci-dessous suppose une taille de 200px de cot �pour les miniatures.*/367 /* A vous d'adapter en fonction de vos propres miniatures et choix esth �tique.*/359 padding-left: 4px; /* Correction du centrage du cadre de la catégorie */ 360 } 361 362 363 364 365 366 /* Modifications de la tailles des miniatures. L'expemple ci-dessous suppose une taille de 200px de coté pour les miniatures.*/ 367 /* A vous d'adapter en fonction de vos propres miniatures et choix esthétique.*/ 368 368 369 369 .content DIV.thumbnailCategory DIV.description {
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)