Changeset 5328 in spip-zone
- Timestamp:
- Sep 13, 2006, 11:55:07 PM (15 years ago)
- Location:
- _squelettes_/lebanon
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/lebanon/article.html
r5307 r5328 85 85 <ul> 86 86 <BOUCLE_documents_joints(DOCUMENTS) {id_article} {mode=document} {par date} {doublons}> 87 <li> 88 <div class="spip_doc_titre"><a href="#URL_DOCUMENT" title="<:bouton_telecharger:>">[(#TITRE|sinon{<:info_document:>})]</a> <small>(#TYPE_DOCUMENT[ - (#TAILLE|taille_en_octets)])</small></div> 89 [<div class="spip_doc_descriptif">(#DESCRIPTIF)</div>]</li> 90 <br class="nettoyeur" /> 87 <li><span class="spip_doc_titre"><a href="#URL_DOCUMENT" title="<:bouton_telecharger:>">[(#TITRE|sinon{<:info_document:>})]</a> <small>(#TYPE_DOCUMENT[ - (#TAILLE|taille_en_octets)])</small></span> 88 [<p class="spip_doc_descriptif">(#DESCRIPTIF|PtoBR)</p>]</li> 91 89 </BOUCLE_documents_joints> 92 90 </ul> -
_squelettes_/lebanon/habillage.css
r5327 r5328 3 3 /* ----------------------------------------------------------------- */ 4 4 5 /* ------------------------------------------6 5 /* Correction des styles HTML par defaut 7 6 /* ------------------------------------------ */ … … 15 14 h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; } 16 15 17 /* ------------------------------------------18 16 /* Disposition a l'ecran des blocs principaux 19 17 /* ------------------------------------------ */ … … 30 28 31 29 32 /* ------------------------------------------33 30 /* Typographie generale du site 34 31 /* ------------------------------------------ */ … … 47 44 48 45 49 /* ------------------------------------------50 46 /* Habillage des menus et de la navigation 51 47 /* ------------------------------------------ */ … … 59 55 #entete, #entete a { color: #C6C78D; text-decoration: none; } 60 56 61 #entete a#nom_site_spip, #entete a .spip_logos { display: block; float: left; font-weight: bold; font-size: 1.5em; font-variant: small-caps; }57 #entete a#nom_site_spip, #entete a .spip_logos { display: block; float: left; font-weight: bold; font-size: 1.5em; font-variant: small-caps; margin-top: 0.5em; } 62 58 #entete p { margin: 0; padding: 0; font-size: 0.82em; clear: both; } 63 59 64 #entete .forml { text-align: left; width: 12em; background: #666; padding: 0 !important; color: #CCC; font-weight: bold; text-transform: none; } 65 #entete label { display: none !important; } 66 #entete option { display: block !important; } 67 68 #entete .formulaire_menu_lang { float: left; margin-left: 1em; } 69 #entete .formulaire_recherche { float: right; } 70 60 #entete #outils { float: right; } 61 #entete #outils * { display: inline; } 62 #entete #outils .formulaire_menu_lang { margin-right: 1em; } 63 #entete #outils .forml { text-align: left; width: 12em; background: #666; padding: 0 !important; color: #CCC; font-weight: bold; text-transform: none; } 64 #entete #outils label { display: none !important; } 65 #entete #outils option { display: block !important; } 66 67 /* Fil d'Ariane : on ne s'en sert pas */ 71 68 #hierarchie { display: none; } 72 69 … … 101 98 #pied img { vertical-align: bottom; } 102 99 103 /* ------------------------------------------104 100 /* Habillage du contenu 105 101 /* ------------------------------------------ */ 106 102 107 /* Cartouche et titraille 108 ---------------------------------------------- */ 103 /* Cartouche et titraille */ 109 104 .cartouche { margin-bottom: 2em; } 110 105 … … 128 123 129 124 130 /* Mise en forme des textes du contenu 131 ---------------------------------------------- */ 125 /* Mise en forme des textes du contenu */ 132 126 .chapo { 133 127 margin-bottom: 1.2em; … … 138 132 139 133 h3.spip { color: #996; margin: 0; margin-top: 2em; font-weight: bold; font-size: 1.1em; } 134 #contenu h2 { clear: both; margin-top: 2.5em; font-weight: bold; } 135 #contenu h2, #contenu h2 a { color: #996; } 140 136 141 137 div.spip_poesie { … … 153 149 .ps, .notes { margin-top: 1.4em; } 154 150 .ps { font-size: 0.82em; } 151 .ps h2 { display: none; } 155 152 .notes { clear: both; font-size: 0.77em; } 156 . ps h2, .notes h2 { font-size: 1.1em; font-weight: bold; }157 .ps h2 { display: none; } 158 159 /* Logos, documents et images*/153 .notes h2 { font-size: 1.2em; } 154 155 /* Logos, documents et images 156 ---------------------------------------------- */ 160 157 .spip_documents { text-align: center; } 161 158 .spip_documents_center { clear: both; width: 100%; margin: auto; } … … 167 164 } 168 165 169 /* Portfolio 170 ---------------------------------------------- */ 166 /* Portfolio */ 171 167 #documents_portfolio { clear: both; margin-top: 1.4em; } 172 168 #documents_portfolio h2 { display: none; } … … 174 170 #document_actif p { margin: 5px 0; padding: 0; } 175 171 176 /* Listes de documents joints (a un article ou une rubrique) 177 ---------------------------------------------- */ 178 #documents_joints { 179 margin-top: 1.4em; 180 padding-top: 2px; 181 border-top: 2px solid #CCC; } 182 #documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; } 183 #documents_joints li { margin-bottom: 0.4em; } 172 /* Listes de documents joints */ 173 #documents_joints { margin-top: 1.4em; padding-top: 2px; } 174 #documents_joints h2 { font-size: 0.88em; } 175 #documents_joints ul { margin: 0; padding: 0; list-style: none; } 176 #documents_joints li { margin: 0; padding: 0; } 184 177 #documents_joints li .spip_doc_titre {} 185 178 #documents_joints li .spip_doc_titre small { font-weight: normal; } … … 213 206 .pagination { font-size: 0.90em; } 214 207 215 /* ------------------------------------------216 208 /* Habillage des formulaires 217 209 /* ------------------------------------------ */ 218 219 /* Correction des styles HTML par defaut */220 210 form, fieldset, legend, label, input, textarea, select, option { margin: 0; padding: 0; border: none; background: none; } 221 211 … … 242 232 float: right; } 243 233 234 /* Formulaires de forum, contact */ 244 235 .formulaire_forum, .formulaire_ecrire_auteur { margin-top: 3em; } 245 236 .formulaire_forum, .formulaire_ecrire_auteur, .formulaire_login { background: transparent url(cedre_liban.gif) no-repeat; padding-left: 0; padding-right: 175px; min-height: 227px; } … … 263 254 .formulaire_login .spip_logos, .formulaire_login_forum .spip_logos { float: right; padding-left: 10px; } 264 255 265 /* ------------------------------------------266 256 /* Habillage des forums 267 257 /* ------------------------------------------ */ 268 258 269 .forum-repondre, .forum-decompte { 270 clear: both; 271 margin-top: 2.5em; 272 font-size: 0.88em; 273 font-weight: bold;} 274 .forum-repondre, .forum-repondre a, .forum-decompte { color: #996; } 259 h2.forum-repondre { font-size: 0.88em; } 260 h2.forum-decompte { display: none; } 275 261 276 262 /* * Habillage des forums */ … … 283 269 .forum-texte { margin: 0; padding: 0.5em 0.7em 0 0.5em; color: #333; } 284 270 285 /* ------------------------------------------286 271 /* Couleurs des liens 287 272 /* ------------------------------------------ */ -
_squelettes_/lebanon/inc-entete.html
r5321 r5328 3 3 <a rel="start" href="#URL_SITE_SPIP/" title="<:accueil_site:>" id="nom_site_spip">#NOM_SITE_SPIP</a> 4 4 5 #MENU_LANG 6 7 <BOUCLE_search(ARTICLES){20,1}>#FORMULAIRE_RECHERCHE</BOUCLE_search> 5 <div id="outils"> 6 #MENU_LANG 7 <BOUCLE_search(ARTICLES){20,1}>#FORMULAIRE_RECHERCHE</BOUCLE_search> 8 </div> 8 9 9 10 [<p>(#DESCRIPTIF_SITE_SPIP)</p>] 11 10 12 [(#REM) 11 Lien vers le CONTACT du site. 12 Si vous n'etes pas l'auteur n°1,changez le numero d'auteur dans la BOUCLE_contact ci-dessous.13 Lien vers le CONTACT du site. Si vous n'etes pas l'auteur n°1, 14 changez le numero d'auteur dans la BOUCLE_contact ci-dessous. 13 15 ] 14 16 <p><small>© <BOUCLE_contact(AUTEURS){id_auteur=1}><a href="[(#URL_AUTEUR|parametre_url{lang,#ENV{lang}})]">#NOM</a> – </BOUCLE_contact><BOUCLE_maj(ARTICLES){!par date}{0,1}>[(#DATE|affdate_mois_annee)]</BOUCLE_maj></small></p> -
_squelettes_/lebanon/inc-forum.html
r5307 r5328 2 2 3 3 [(#REM) Nombre total de messages ] 4 <BOUCLE_decompte(FORUMS) {id_article}{plat}></BOUCLE_decompte>[<h2 class="forum-decompte invisible">(#TOTAL_BOUCLE|>{0}|?{#TOTAL_BOUCLE,''})4 <BOUCLE_decompte(FORUMS) {id_article}{plat}></BOUCLE_decompte>[<h2 class="forum-decompte">(#TOTAL_BOUCLE|>{0}|?{#TOTAL_BOUCLE,''}) 5 5 [(#TOTAL_BOUCLE|=={1}|?{<:message:>,<:messages_forum:>})]</h2>]<//B_decompte> 6 6
Note: See TracChangeset
for help on using the changeset viewer.