Changeset 60715 in spip-zone
- Timestamp:
- Apr 27, 2012, 4:42:55 PM (9 years ago)
- Location:
- _galaxie_/www.spip.net/squelettes/2008
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_galaxie_/www.spip.net/squelettes/2008/css/style.css
r60714 r60715 94 94 95 95 #formulaire_recherche {padding:0; background:transparent} 96 #formulaire_recherche #recherche {width:140px;} 96 97 97 98 /* ------------------------------------------ … … 113 114 #entete p.langues img { vertical-align: text-bottom; } 114 115 #entete p.langues .on, #entete p.langues .on a { font-size: 1.2em; color: #75507b; } 116 #entete p.langues a:after {content:"";} 115 117 116 118 #navigation { width: 100%; padding: 0; background: #75507b url(img/navigation.jpg) repeat-x bottom; /*border-bottom: 1px solid #5c3566;*/ font-size: .77em; color: #75507b; } … … 164 166 .cartouche .traductions { font-size: 0.71em; } 165 167 .cartouche .traductions * { display: inline; } 166 .cartouche .traductions li { padding-right: 1em; }168 .cartouche .traductions li { padding-right: 2px; } 167 169 .cartouche .traductions, .cartouche .traductions a { color: #666; } 168 170 .cartouche .traductions a:hover, .cartouche .traductions .on { color: #000; } 171 .cartouche .traductions a:after {content:"";} 169 172 170 173 /* Blocs de texte */ … … 238 241 .syndic ul, .syndic li, .syndic p { margin: 0; padding: 0; } 239 242 .syndic .box { padding: 0.8em; background-color: #eeeeec; border: 2px solid #babdb6; } 240 .syndic li.box { min-height: 26px; min-height: 50px; margin-bottom: 1em; }243 .syndic li.box { min-height: 26px; min-height: 50px; margin-bottom: 1em; overflow:hidden;} 241 244 .syndic li.box .spip_logos { float: left; } 242 245 .syndic li.box .titre { display: block; margin: 3px 0; } … … 342 345 .page_sommaire #page { width: 780px; } 343 346 .page_sommaire #entete { background: none; text-align: center; } 344 .page_sommaire #entete .spip_logos { margin: 3em auto 1em auto; }347 .page_sommaire #entete .spip_logos { margin: 3em auto 1em auto; float:none;} 345 348 .page_sommaire #conteneur { background: none; text-align: center; } 346 349 .page_sommaire #conteneur #contenu { float: none; display: block; width: 100%; margin: 0 auto; padding: 0; } … … 353 356 .page_sommaire #conteneur #contenu ul li small { display: block; font-size: 0.71em; color: #333; } 354 357 .page_sommaire #conteneur #contenu ul li a:hover { background: #faa22f url(img/bg-enter.png) center; color: #fff; } 358 .page_sommaire #conteneur #contenu ul li a[hreflang]:after { content:"";} 355 359 356 360 /* Page d'accueil du secteur -
_galaxie_/www.spip.net/squelettes/2008/inc-head.html
r60714 r60715 1 <INCLURE{fond=inclure/head,env} /> 1 [(#REM) 2 Head standard de toutes les pages ; 3 les elements specifiques (title, description) figurent dans chaque squelette 4 ] 5 <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" /> 6 7 [(#REM) Lien vers le flux RSS du site ] 8 [<link rel="alternate" type="application/rss+xml" title="<:syndiquer_site:>" href="(#URL_PAGE{backend})" />] 9 10 [(#REM) 1. Base CSS ] 11 <meta name="viewport" content="width=device-width" /> 12 [<link rel="stylesheet" href="(#CHEMIN{css/font.css}|direction_css)" type="text/css" />] 13 [<link rel="stylesheet" href="(#CHEMIN{css/form.css}|direction_css)" type="text/css" />] 14 [<link rel="stylesheet" href="(#CHEMIN{css/spip.css}|direction_css)" type="text/css" />] 15 [<link rel="stylesheet" href="(#CHEMIN{css/clear.css}|direction_css)" type="text/css" />] 16 [<link rel="stylesheet" href="(#CHEMIN{css/grid.css}|direction_css)" type="text/css" />] 17 18 [(#REM) 2. Style des plugins ] 19 #INSERT_HEAD_CSS 20 21 [(#REM) 3. Vos feuilles de style pour l'habillage du site ] 22 [<link rel="stylesheet" href="(#CHEMIN{css/style.css}|direction_css)" type="text/css" />] 23 [<link rel="stylesheet" href="(#CHEMIN{css/perso.css}|direction_css)" type="text/css" />] 24 25 [(#REM) 26 Balise permettant aux plugins d'inserer des appels javascript ; 27 4. C'est ici que SPIP va inserer l'appel de la librairie jQuery 28 5. Et appeler a la fin compacte_head pour agreger et compacter tout le head dans des fichiers statiques si l'option est cochee dans Configuration 29 ] 30 #INSERT_HEAD 31 32 [(#REM) 6. Vos scripts ] 33 [<script src="(#CHEMIN{js/script.js})" type="text/javascript"></script>] 34 35 [(#REM) Fierement fabrique avec SPIP ] 36 <meta name="generator" content="SPIP[ (#SPIP_VERSION)]" /> 37 38 [(#REM) Favicon ] 39 [<link rel="icon" type="image/x-icon" href="(#CHEMIN{favicon.ico})" /> 40 [<link rel="shortcut icon" type="image/x-icon" href="(#CHEMIN{favicon.ico})" />]]
Note: See TracChangeset
for help on using the changeset viewer.