Changeset 23473 in spip-zone
- Timestamp:
- Oct 19, 2008, 6:09:19 PM (11 years ago)
- Location:
- _squelettes_/sarkaspip3
- Files:
-
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/sarkaspip3/css/bandeau.css.html
r23438 r23473 1 1 /* CSS du bandeau - partie haute */ 2 .bandeau_haut {min-height: 50px; background: # 6262a4;}2 .bandeau_haut {min-height: 50px; background: #CONFIG{sarkaspip_styles/bg_bandeau_haut, #6262a4};} 3 3 4 .nav_bandeau{float: right; min-width: 150px; max-width: 45%; color: #eeeeee; font-size: 1.2em;}4 .nav_bandeau{float: right; min-width: 150px; max-width: 45%; color: #CONFIG{sarkaspip_styles/fg_bandeau_haut, #eeeeee}; font-size: 1.2em;} 5 5 6 6 .nav_raccourci, .nav_langue {margin-right: 5px; text-align: right;} … … 8 8 .nav_langue ul, .nav_raccourci ul {padding: 0 5px 0 0; margin: 5px 0; line-height: 1em;} 9 9 .nav_langue li, .nav_raccourci li {display: inline; list-style: none;} 10 .nav_langue li a, .nav_raccourci li a {color: #eeeeee; text-decoration: none; padding: 0 2px 0 2px; font-weight: bold;}11 .nav_langue li a:hover, .nav_raccourci li a:hover {color: #aaaaaa; text-decoration: none;}10 .nav_langue li a, .nav_raccourci li a {color: #CONFIG{sarkaspip_styles/fg_bandeau_haut, #eeeeee}; text-decoration: none; padding: 0 2px 0 2px; font-weight: bold;} 11 .nav_langue li a:hover, .nav_raccourci li a:hover {color: #CONFIG{sarkaspip_styles/ho_bandeau_haut, #aaaaaa}; text-decoration: none;} 12 12 .nav_langue li.on {font-size: 1.25em; font-weight: bold;} 13 13 .nav_raccourci li.auteur a {font-weight: normal;} 14 /* 14 15 .nav_raccourci li.auteur a:hover {text-decoration: underline;} 16 */ 17 .raccourci_bandeau {} /* sert uniquement a faire le pendant de la structure des raccourcis dans la colonne navigation */ 15 18 16 .raccourci_bandeau {}17 18 .identite_site {}19 19 .site_logo {margin:10px 5px 5px 10px; float: left;} 20 .site_nom { background: #6262a4;padding: 10px 0 0 10px; overflow: visible !important /*Firefox*/; overflow :hidden /*IE6*/;}21 .site_nom h1 a {color: # eeeeee; text-decoration: none;}22 .site_nom h1 a:hover {color: # aaaaaa;}23 .site_nom h2 {font-size: 2em; line-height: 1em; margin: 0; color: # eeeeee; display: inline;}20 .site_nom {padding: 10px 0 0 10px; overflow: visible !important /*Firefox*/; overflow :hidden /*IE6*/;} 21 .site_nom h1 a {color: #CONFIG{sarkaspip_styles/fg_bandeau_haut, #eeeeee}; text-decoration: none;} 22 .site_nom h1 a:hover {color: #CONFIG{sarkaspip_styles/ho_bandeau_haut, #eeeeee};} 23 .site_nom h2 {font-size: 2em; line-height: 1em; margin: 0; color: #CONFIG{sarkaspip_styles/fg_bandeau_haut, #eeeeee}; display: inline;} 24 24 25 25 /* CSS du bandeau - partie basse */ … … 33 33 margin: 0 0 20px 0; 34 34 text-align: left; 35 font: 1.1em/1em Verdana,Helvetica,Arial,sans-serif; 35 font-size: 1.1em/1em; 36 font-weight: bold; 36 37 color: #6262a4; 37 font-weight: bold;38 38 height: 22px; 39 39 } -
_squelettes_/sarkaspip3/fonds/cfg_sarkaspip_styles.html
r23192 r23473 1 <!-- titre=<:sarkaspip:cfg_titre_s ommaire:> -->2 <!-- descriptif=<:sarkaspip:cfg_descr_s ommaire:> -->3 <!-- boite=<:sarkaspip:cfg_boite_s ommaire:> -->1 <!-- titre=<:sarkaspip:cfg_titre_styles:> --> 2 <!-- descriptif=<:sarkaspip:cfg_descr_styles:> --> 3 <!-- boite=<:sarkaspip:cfg_boite_styles:> --> 4 4 <INCLURE{fond=noisettes/cfg/inc_cfg_header}> 5 5 #CACHE{0} 6 7 <script type="text/javascript">8 //<![CDATA[9 jQuery(document).ready(function() {10 [(#ENV{position_articles_recents, 1}|!={1}|?{' '})11 jQuery("#bloc_max_articles").hide();12 ]13 jQuery("input[@name='position_articles_recents']").change(function() {14 if (jQuery("input[@name='position_articles_recents']:checked").val() == 1) {15 jQuery("#bloc_max_articles").show();16 }17 else {18 jQuery("#bloc_max_articles").hide();19 }20 jQuery(this).blur();21 });22 });23 //]]>24 </script>25 6 26 7 <form method="post" action="#SELF"><div> 27 8 [(#ENV{_cfg_}|form_hidden)] 28 9 <fieldset> 29 <legend><:sarkaspip:cfg_lgd_sommaire_secteurs:></legend> 30 <p><:sarkaspip:cfg_inf_sommaire_secteurs:></p> 31 <label> 32 <input type="radio" name="position_secteurs" value="1" [(#ENV{position_secteurs, 0}|=={1}|?{checked="checked"})] /> 33 <:sarkaspip:cfg_lbl_oui:> 34 </label> 35 <label> 36 <input type="radio" name="position_secteurs" value="0" [(#ENV{position_secteurs, 0}|=={0}|?{checked="checked"})] /> 37 <:sarkaspip:cfg_lbl_non:> 38 </label> 39 </fieldset> 40 41 <fieldset> 42 <legend><:sarkaspip:cfg_lgd_sommaire_articles:></legend> 43 <p><:sarkaspip:cfg_inf_sommaire_articles:></p> 44 <label> 45 <input type="radio" name="position_articles_recents" value="1" [(#ENV{position_articles_recents, 1}|=={1}|?{checked="checked"})] /> 46 <:sarkaspip:cfg_lbl_oui:> 47 </label> 48 <label> 49 <input type="radio" name="position_articles_recents" value="0" [(#ENV{position_articles_recents, 1}|=={0}|?{checked="checked"})] /> 50 <:sarkaspip:cfg_lbl_non:> 51 </label> 52 <div id="bloc_max_articles"> 53 <br /> 54 <label><:sarkaspip:cfg_lbl_intro_article:></label> 55 <input type="text" name="intro_article" value="#ENV{intro_article, 300}" size="3" class="fondl" /> 56 <br /> 57 <label><:sarkaspip:cfg_lbl_max_articles_recents:></label> 58 <input type="text" name="max_articles_recents" value="#ENV{max_articles_recents, 5}" size="3" class="fondl" /> 59 </div> 10 <legend><:sarkaspip:cfg_lgd_css_bandeau:></legend> 11 <p><:sarkaspip:cfg_inf_css_bandeau_haut:></p> 12 <label><:sarkaspip:cfg_lbl_bg_bandeau_haut:></label> 13 <input type="text" name="bg_bandeau_haut" value="#ENV{bg_bandeau_haut, #6262a4}" size="50" class="fondl" /> 14 <br /><br /> 15 <label><:sarkaspip:cfg_lbl_fg_bandeau_haut:></label> 16 <input type="text" name="fg_bandeau_haut" value="#ENV{fg_bandeau_haut, #eeeeee}" size="50" class="fondl" /> 17 <br /><br /> 18 <label><:sarkaspip:cfg_lbl_ho_bandeau_haut:></label> 19 <input type="text" name="ho_bandeau_haut" value="#ENV{ho_bandeau_haut, #aaaaaa}" size="50" class="fondl" /> 20 <br /> 60 21 </fieldset> 61 22 … … 68 29 <div id="bloc_debug"> 69 30 <br /> 70 >> Debug - Etat des variables du fond S ommaire:<br />71 #CFG_ARBO{sarkaspip_s ommaire}31 >> Debug - Etat des variables du fond Styles:<br /> 32 #CFG_ARBO{sarkaspip_styles} 72 33 </div> 73 34 ] -
_squelettes_/sarkaspip3/lang/sarkaspip_fr.php
r23408 r23473 350 350 'cfg_titre_header' => 'Sarka-SPIP - Configuration des balises META', 351 351 'cfg_titre_formulaires' => 'Sarka-SPIP - Configuration des pages de formulaires', 352 'cfg_titre_styles' => 'Sarka-SPIP - Configuration des styles', 352 353 353 354 // Titre des liens des pages … … 365 366 'sarkaspip_header' => 'Balises meta', 366 367 'sarkaspip_formulaires' => 'Formulaires', 368 'sarkaspip_styles' => 'Styles', 367 369 368 370 // Descriptif des pages … … 383 385 'cfg_descr_header' => 'La plupart des balises meta du site sont calculées automatiquement à partir des informations de configuration du site et de la page affichée. Cette page permet néanmoins de préciser le nom de l\'auteur, les mots-clés et la période entre deux visites des robots.', 384 386 'cfg_descr_formulaires' => 'Le corps de certaines pages du squelette permet d\'afficher un formulaire comme le formulaire de contact. Cette page de configuration vous permet d\'en choisir les caractéristiques.', 387 'cfg_descr_styles' => 'Cette page permet de configurer certains styles communs aux pages du squelette comme les couleurs d\'avant et d\'arrière plan, les survols de liens, les cadres...', 385 388 386 389 // Titre des boites … … 398 401 'cfg_boite_header' => 'Balises meta', 399 402 'cfg_boite_formulaires' => 'Formulaires', 403 'cfg_boite_styles' => 'Styles', 400 404 401 405 // Legendes des blocs contenus dans chaque boite … … 439 443 'cfg_lgd_plan_pagination' => 'Pagination', 440 444 'cfg_lgd_form_contact' => 'Contact', 445 'cfg_lgd_css_bandeau' => 'Bandeau', 441 446 442 447 // Informations de configuration de chaque bloc -
_squelettes_/sarkaspip3/noisettes/cfg/inc_cfg_header.html
r22921 r23473 15 15 <!-- liens*=sarkaspip:sarkaspip_galerie --> 16 16 <!-- liens*=sarkaspip:sarkaspip_formulaires --> 17 <!-- liens*=sarkaspip:sarkaspip_styles --> -
_squelettes_/sarkaspip3/style.css.html
r22689 r23473 1 #CACHE{3600*24*7 , cache-client}1 #CACHE{3600*24*7} 2 2 #HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15} 3 3 #HTTP_HEADER{Vary: Accept-Encoding}
Note: See TracChangeset
for help on using the changeset viewer.