Valider acf83ea0 rédigé par cerdic's avatar cerdic
Parcourir les fichiers

decouper la feuille de style principale de l'espace prive en sous feuilles par...

decouper la feuille de style principale de l'espace prive en sous feuilles par fonctions. A terme chaque feuille sera surchargeable par theme, ce qui permettra une thematisation ciblee (mais pour le moment, ce mecanisme n'est pas implemente)
parent b12739e1
Chargement en cours
Chargement en cours
Chargement en cours
Chargement en cours
+15 −8
Numéro de ligne d'origine Numéro de ligne de diff Ligne de diff
@@ -290,8 +290,6 @@ ecrire/xml/valider.php -text
local/remove.txt -text
prive/aide_body.css -text
prive/aide_menu.html -text
prive/box.css -text
prive/box_skins.css.html -text
prive/cfg.html -text
prive/contenu/article.html -text
prive/contenu/item_rss_plugin.html -text
@@ -707,10 +705,14 @@ prive/squelettes/top/dist.html -text
prive/stats/echelle.html -text
prive/style_prive.html -text
prive/style_prive_defaut.css -text
prive/style_prive_formulaires.html -text
prive/style_prive_plugins.html -text
prive/style_prive_plugins_fonctions.php -text
prive/style_vieilles_def.html -text
prive/themes/spip/bando.css.html -text
prive/themes/spip/base.css -text
prive/themes/spip/box.css -text
prive/themes/spip/box_skins.css.html -text
prive/themes/spip/content.css.html -text
prive/themes/spip/exceptions.css.html -text
prive/themes/spip/forms.css.html -text
prive/themes/spip/icons.css.html -text
prive/themes/spip/images/SEARCH.png -text
prive/themes/spip/images/accueil-48.png -text
prive/themes/spip/images/activite-48.png -text
@@ -896,9 +898,14 @@ prive/themes/spip/images/warning-24.png -text
prive/themes/spip/images/warning-48.png -text
prive/themes/spip/images/xml-16.png -text
prive/themes/spip/images/xml-24.png -text
prive/themes/spip/style_prive_bling.html -text
prive/themes/spip/style_prive_picker.html -text
prive/themes/spip/layout.css -text
prive/themes/spip/lists.css.html -text
prive/themes/spip/picker.css.html -text
prive/themes/spip/plugins.css.html -text
prive/themes/spip/plugins.css_fonctions.php -text
prive/themes/spip/style_prive_theme.html -text
prive/themes/spip/typo.css.html -text
prive/themes/spip/vieilles_def.css.html -text
prive/transmettre.html -text
prive/transmettre/forum_article.html -text
prive/transmettre/signatures_article.html -text
+20 −841

Fichier modifié.

La taille limite d'aperçu a été dépassée, l'affichage des modifications a donc été réduit.

+149 −0
Numéro de ligne d'origine Numéro de ligne de diff Ligne de diff
[(#REM)

	Ce squelette definit les styles de l'espace prive

	Note: l'entete "Vary:" sert a repousser l'entete par
	defaut "Vary: Cookie,Accept-Encoding", qui est (un peu)
	genant en cas de "rotation du cookie de session" apres
	un changement d'IP (effet de clignotement).

	ATTENTION: il faut absolument le charset sinon Firefox croit que
	c'est du text/html !
	<style>
]
#CACHE{3600*100,cache-client}
#HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15}
#HTTP_HEADER{Vary: Accept-Encoding}

#SET{claire,##ENV{couleur_claire,edf3fe}}
#SET{foncee,##ENV{couleur_foncee,3874b0}}
#SET{left,#ENV{ltr}|choixsiegal{left,left,right}}
#SET{right,#ENV{ltr}|choixsiegal{left,right,left}}
#SET{rtl,#ENV{ltr}|choixsiegal{left,'',_rtl}}

#bando_haut { font-size: 110%; position: relative; z-index: 99;}
#bando_haut a { text-decoration: none; }


#bando_haut #bando_liens_rapides {position:absolute;top:0;z-index:0;width:100%;}
#bando_haut #bando_liens_rapides.actif {z-index:11;background:#000;min-height:25px;line-height:2em;color: #fff; overflow:hidden; border-bottom:1px solid #222;}
#bando_haut #bando_liens_rapides a {color:#fff;font-weight:bold;}

#bando_haut ul{margin: 0; padding: 0; list-style: none;}

#bando_haut ul.deroulant li { /*position:relative; */float:#GET{left}; display: block; }
#bando_haut ul.deroulant li ul li {float:none;position:static;}
#bando_haut ul.deroulant li.actif,#bando_haut ul.deroulant li.actif_tempo { background-color: #[(#GET{claire}|couleur_eclaircir|couleur_eclaircir)]; z-index: 100; }
#bando_haut ul.deroulant li ul {border: 1px solid #aaaaaa; border-top: 0; text-align:#GET{left}; height: auto; width: auto; display: block; position:absolute; #GET{left}:-3000em; }
#bando_haut ul.deroulant li.actif ul, #bando_haut ul.deroulant li.actif_tempo ul { #GET{left}:auto;}
#bando_haut ul.deroulant li a { display: block;  color:#444; font-weight:bold;}
#bando_haut ul.deroulant li ul li { background-color: #fff; }
#bando_haut ul.deroulant li ul li a {  }
#bando_haut ul.deroulant li ul li a:hover,
#bando_haut ul.deroulant li ul li a:focus { background-color: #[(#GET{claire}|couleur_eclaircir|couleur_eclaircir)]; }

#bando_identite { line-height:2em; background: #[(#GET{foncee}|couleur_foncer|couleur_foncer)]; color: #eee; overflow:hidden; border-bottom:1px solid #222; z-index:10;position:relative;}
#bando_identite p { width: 50%; padding: 1px 0; margin:0;}
#bando_identite p img { vertical-align: middle; }
#bando_identite p.nom_site_spip { width: 40%; float:#GET{right};text-align:#GET{right}; }
#bando_identite p.session { width: 60%; float:#GET{left}; text-align:#GET{left}; }
#bando_identite p.session .menu_lang { vertical-align: middle; }
#bando_identite strong, #identite a { color: #afafaf; }
#bando_identite a { color: #fff; }
#bando_identite a:hover { text-decoration: underline; }

#bando_outils { bottom:0px; width:100%; line-height:1.5em;clear:both; background: #[(#GET{claire}|couleur_eclaircir|couleur_eclaircir)]; border-bottom: 1px solid #888; }

#bando_outils li.boussole {margin-#GET{right}:20px;}
#bando_outils li.boussole a#boutonbandeautoutsite {display:block;line-height:1em;}
#bando_outils li.boussole a#boutonbandeautoutsite img {padding:2px; }
#bando_outils li.boussole a#boutonbandeautoutsite:hover,#bando_outils li.boussole a#boutonbandeautoutsite:focus {background:#fff;}

#bando_outils ul.deroulant {font-size:0.9em;}
#bando_outils ul.deroulant li ul {background:#fff;[border:1px solid (#GET{claire});]padding:0px;border-top:0;padding-top:0;margin-left:-1px;}
#bando_outils ul.deroulant li ul ul {[border:1px solid (#GET{claire});]}
#bando_outils ul.deroulant li li a { padding: 3px 3px;padding-#GET{right}:10px;background-repeat:no-repeat;background-position:[(#GET{right}) ]3px;}
#bando_outils ul.deroulant li li { background-repeat:no-repeat;background-position:[(#GET{left}|=={left}|?{"1%","99%"}) ] center;padding-#GET{left}:15px;}

#bando_outils ul.deroulant li.haschild > a {background-image:url(#CHEMIN_IMAGE{triangle-droite#GET{rtl}|concat{.gif}});}
#bando_outils ul.deroulant li li {background-image:url(#CHEMIN_IMAGE{secteur-12.gif});}
#bando_outils ul.deroulant li li li {background-image:url(#CHEMIN_IMAGE{rubrique-12.gif});}
#bando_outils ul.deroulant li.toutsite {background-image:none;}

#bando_outils ul.deroulant li ul li {float:none;position:relative;}
#bando_outils ul.deroulant li.actif li ul, #bando_outils ul.deroulant li.actif_tempo li ul { #GET{left}:-3000em;}
#bando_outils ul.deroulant li li.actif >ul,#bando_outils ul.deroulant li li.actif_tempo >ul  {#GET{left}:50px;top:1.5em;}

#bando_outils ul.deroulant li ul {width:770px;}
.large #bando_outils ul.deroulant li ul {width:970px;}
#bando_outils ul.deroulant li ul.cols_1 {width:200px;}
#bando_outils ul.deroulant li ul.cols_1 > li {width:185px;}
#bando_outils ul.deroulant li ul.cols_2 {width:350px;}
#bando_outils ul.deroulant li ul.cols_2 > li {float:#GET{left};width:160px;}
#bando_outils ul.deroulant li ul.cols_3 {width:495px;}
#bando_outils ul.deroulant li ul.cols_3 > li {float:#GET{left};width:150px;}

#bando_outils ul.deroulant li ul.cols_4 {width:620px;}
#bando_outils ul.deroulant li ul.cols_4 > li {float:#GET{left};width:140px;}
.large #bando_outils ul.deroulant li ul.cols_4 {width:800px;}
.large #bando_outils ul.deroulant li ul.cols_4 > li {float:#GET{left};width:185px;}
#bando_outils ul.deroulant li ul.cols_5 > li {float:#GET{left};width:139px;}
.large #bando_outils ul.deroulant li ul.cols_5 > li {float:#GET{left};width:179px;}
#bando_outils ul.deroulant li ul.cols_6 > li {float:#GET{left};width:113px;}
.large #bando_outils ul.deroulant li ul.cols_6 > li {float:#GET{left};width:146px;}
#bando_outils ul.deroulant li ul.cols_7 > li {float:#GET{left};width:113px;}
.large #bando_outils ul.deroulant li ul.cols_7 > li {float:#GET{left};width:123px;}
#bando_outils ul.deroulant li ul.cols_8 > li {float:#GET{left};width:113px;}
.large #bando_outils ul.deroulant li ul.cols_8 > li {float:#GET{left};width:123px;}

#bando_outils ul.creer {float:#GET{left};}
#bando_outils ul.collaborer {float:#GET{left};margin-#GET{right}:20px;}
#bando_outils ul.rapides li.bouton{ float:#GET{left}; }
#bando_outils ul.rapides li.bouton a{ display:block; padding:2px;background-position:center;background-repeat:no-repeat; }
#bando_outils ul.rapides li.bouton a span { visibility:hidden;display:block;height:24px;width:24px;overflow:hidden; }
#bando_outils ul.rapides li.bouton a:hover, #bando_outils ul.rapides li.bouton a:focus{background-color:#[(#GET{claire}|couleur_eclaircir)];}
#bando_outils ul.rapides li.bouton{ margin-top:0px;}

#bando_outils #rapides {float:#GET{right};}
#bando_outils #rapides .spip_recherche {padding:3px 0;}
#bando_outils #rapides .spip_recherche form {display:inline;}
#bando_outils #rapides .spip_recherche .recherche {margin-bottom:0;margin-top:1px;}
#bando_outils #rapides .spip_recherche .submit {vertical-align:bottom;}

#bando_navigation ul.deroulant > li {min-width:85px; max-width:115px; text-align:center;border-#GET{right}: 1px solid #eee; }
#bando_navigation ul li ul {min-width: 85px; max-width:250px;}
#bando_navigation ul li ul li {width: auto;float:none;text-align:#GET{left};position:static;}

#bando_navigation { position: relative; }
#bando_navigation { clear:both; background: #fff; border-bottom: 1px solid #aaa; }
#bando_navigation ul li a { display: block; padding: .8em 0.5em; font-weight: bold; }
#bando_navigation ul li a:hover,
#bando_navigation ul li a:focus { text-decoration: underline; }

#bando_navigation ul li.first { border-#GET{left}: 1px solid #eee;}
#bando_navigation ul.deroulant > li > a { color:#333; }


/* par defaut on style pour des icones standards en 48px
Les styles pour les icones pochoir de diala sont dans themes/spip/style_prive_theme
*/

.navigation_avec_icones #bando_navigation ul.deroulant > li > a { }
.navigation_avec_icones #bando_navigation ul.deroulant > li > a:hover,
.navigation_avec_icones #bando_navigation ul.deroulant > li > a:focus { background-color: #[(#GET{claire}|couleur_eclaircir)]; }

.navigation_avec_icones #bando_navigation ul li a {background-position:center 5px;background-repeat:no-repeat;padding-top:60px;}
.navigation_avec_icones #bando_navigation ul li ul li a {margin-#GET{left}:7px; margin-#GET{right}: 1.0em; background-position:[(#GET{left})] center;margin-top:0;padding-#GET{left}:24px;padding-top:0.8em;}

.navigation .sous_navigation .item a {display:block;background-position:left center;margin-left:7px;padding:2px;padding-left:24px;background-repeat:no-repeat;}


/* messages de statut et d'avertissement dans le bandeau */
div.wrap-messages, div.en_lignes { padding: 5px; border-bottom: 1px solid #GET{foncee}; font-weight: bold;}
div.wrap-messages {background:#333;color:#fff;}
div.messages {margin-top:0;font-size: 11px;}
div.messages ul {text-align:left;}

div.en_lignes { font-size: 10px;}

[(#REM|bando_images_background)]
+32 −0
Numéro de ligne d'origine Numéro de ligne de diff Ligne de diff
body { margin-bottom:1em; background-color: #f8f7f3; margin: 0; border: 0; color: #000;}

/* Espaceur de blocs */
.nettoyeur { clear: both; height: 0; margin: 0; padding: 0; border: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.none,.js .none-js,.no-js .none-nojs { display: none; }
.hidden,.js .hidden-js,.no-js .hidden-nojs  {visibility:hidden;}
.invisible, /* compat */
.over,.js .over-js,.no-js .over-nojs { position: absolute; left: -3000em; height: 1%; }

/* oldies */
.js .invisible_au_chargement { visibility: hidden; }
.js .visible_au_chargement { visibility: hidden; }
.js .display_au_chargement { display: none; }
.no-js .invisible_au_chargement { visibility: hidden; }
.no-js .visible_au_chargement { visibility: visible; }
.no-js .display_au_chargement { display: block; }

/* ajax */
.image_loading {float:right;}


/* style par defaut sur les tables. selecteur generique pour avoir une faible priorite */
table {
	border-collapse: collapse; /* equivalent a cellspacing=0 */
}
td {
	padding: 0; /* equivalent a cellpadding=0 */
}

td { text-align: left; }
+0 −0

Fichier déplacé.

Chargement en cours