Changeset 10233 in spip-zone
- Timestamp:
- Mar 7, 2007, 10:21:58 PM (14 years ago)
- Location:
- _squelettes_/soyezcreateurs_net/plugins_1.9.2/plugins/_soyezcreateurs
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/soyezcreateurs_net/plugins_1.9.2/plugins/_soyezcreateurs/boutonstexte.css.html
r10102 r10233 8 8 /* boutonstexte.css */ 9 9 .boutonstexte { 10 padding: 0; 11 margin: 0 0 20px 1em; 10 display:block; 11 text-align:right; 12 padding:0 8px 0 0; 13 margin:0; 12 14 } 13 15 .boutonstexte button { 14 16 padding: 0; 15 border: 1px transparent solid;17 border: none; 16 18 background-color: transparent; 17 19 } 18 20 .boutonstexte button img { 19 21 padding: 0 !important; 20 margin: 0 !important; 22 margin: 0 4px !important; 23 vertical-align: middle; 21 24 } 22 25 .textsizeup, .textsizedown, .textonly { … … 24 27 } 25 28 .boutonstexte button:hover { 26 b order: 1px red solid;29 background-color: #ff7; 27 30 } 28 31 .boutonstexte button img { 29 behavior:url(/ win_png.htc);32 behavior:url(/#CHEMIN{win_png.htc}); 30 33 } 31 34 … … 36 39 padding:0 !important; 37 40 float: none !important; 38 color: black;41 color: #000; 39 42 width:95%!important; 40 43 font-size: 1em; … … 47 50 .onlytext_wrapper { 48 51 text-align:center !important; 49 font-size: 76%; 50 background-color:white; 52 background-color:#fff; 51 53 } -
_squelettes_/soyezcreateurs_net/plugins_1.9.2/plugins/_soyezcreateurs/javascripts.js
r9807 r10233 134 134 } 135 135 ); 136 $.jqem.bind(function(a,b,c) { adjustLayout(); }); 136 137 }); -
_squelettes_/soyezcreateurs_net/plugins_1.9.2/plugins/_soyezcreateurs/lang/local_fr.php
r2557 r10233 4 4 $GLOBALS[$GLOBALS['idx_lang']] = array( 5 5 6 // Anciens ajouts accessibilite Agora (non impl émente actuellement)6 // Anciens ajouts accessibilite Agora (non implemente actuellement) 7 7 'info_nouvelle_fenetre' => 'Lien ouvrant ', 8 8 'info_meme_fenetre' => 'Lien ', … … 26 26 'admin_modifier_rubrique' => 'Gérer cette rubrique', 27 27 28 // Aide des boutons suppl émentaires de la barre typo28 // Aide des boutons supplementaires de la barre typo 29 29 'barre_intertitre2' => 'Transformer en {2{intertitre niveau deux}2}', 30 30 'barre_intertitre3' => 'Transformer en {3{intertitre niveau trois}3}', -
_squelettes_/soyezcreateurs_net/plugins_1.9.2/plugins/_soyezcreateurs/recherche.html
r9199 r10233 19 19 <h2><:articles:></h2> 20 20 <ul> 21 <BOUCLE_articles(ARTICLES) {recherche} {par points} {inverse} {0,10 }{doublons}>21 <BOUCLE_articles(ARTICLES) {recherche} {par points} {inverse} {0,100}{doublons}> 22 22 <li><a href="#URL_ARTICLE" [title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE|supprimer_numero)]</a> : [(#DATE|nom_jour)] [(#DATE|affdate)]</li> 23 23 </BOUCLE_articles> … … 29 29 <h2><:rubriques:></h2> 30 30 <ul> 31 <BOUCLE_rubriques(RUBRIQUES) {recherche} {par points} {inverse} {0, 8}>31 <BOUCLE_rubriques(RUBRIQUES) {recherche} {par points} {inverse} {0,100}> 32 32 <li><a href="#URL_RUBRIQUE" [title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE|supprimer_numero)]</a> : [(#DATE|nom_jour)] [(#DATE|affdate)]</li> 33 33 </BOUCLE_rubriques> … … 39 39 <h2><:breves:></h2> 40 40 <ul> 41 <BOUCLE_breves(BREVES) {recherche} {par points} {inverse} {0, 8}>41 <BOUCLE_breves(BREVES) {recherche} {par points} {inverse} {0,100}> 42 42 <li><a href="#URL_BREVE">[(#TITRE|supprimer_numero)]</a> : [(#DATE|nom_jour)] [(#DATE|affdate)]</li> 43 43 </BOUCLE_breves> … … 50 50 <h2><:sites_web:></h2> 51 51 <ul> 52 <BOUCLE_sites(SITES) {recherche} {par points} {inverse} {0, 8}>52 <BOUCLE_sites(SITES) {recherche} {par points} {inverse} {0,100}> 53 53 <li><a href="#URL_SITE" title="[(#DESCRIPTIF|attribut_html)]">[(#NOM_SITE|supprimer_numero)]</a> : [(#DATE|nom_jour)] [(#DATE|affdate)]</li> 54 54 </BOUCLE_sites>
Note: See TracChangeset
for help on using the changeset viewer.