Changeset 65366 in spip-zone
- Timestamp:
- Aug 29, 2012, 10:07:00 AM (8 years ago)
- Location:
- _squelettes_/soyezcreateurs_net/plugins_2.1/plugins/soyezcreateurs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/soyezcreateurs_net/plugins_2.1/plugins/soyezcreateurs/noisettes/sommaire/sommaire_modecommuniquant.html
r65163 r65366 96 96 <BOUCLE_Goodies(ARTICLES) {branche}{par num titre}{!par date}{lang}{0,(#CONFIG{soyezcreateurs/nombres_goodies,3})}> 97 97 <div class="goody"> 98 [<div onclick="location.href='#ARTICLE_URL';" title="<:soyezcreateurs:liresuitede:>[ (#TITRE|attribut_html)]" style="cursor:pointer" class="#EDIT{titre}">[<img class="logo_goody" src="(#LOGO_ARTICLE_SURVOL|image_ aplatir{png}|image_reduire{48,48}|image_recadre{48,48,center,transparent}|extraire_attribut{src})" width="48" height="48" alt="" />](#TITRE)[<br />98 [<div onclick="location.href='#ARTICLE_URL';" title="<:soyezcreateurs:liresuitede:>[ (#TITRE|attribut_html)]" style="cursor:pointer" class="#EDIT{titre}">[<img class="logo_goody" src="(#LOGO_ARTICLE_SURVOL|image_reduire{48,48}|image_recadre{48,48,center,transparent}|extraire_attribut{src})" width="48" height="48" alt="" />](#TITRE)[<br /> 99 99 (#CONFIG{soyezcreateurs/aff_datepublicationgoodies,on}|=={on}|oui)[(#DATE|affdate)]] 100 100 </div>] -
_squelettes_/soyezcreateurs_net/plugins_2.1/plugins/soyezcreateurs/stylessoyezcreateurs.css.html
r65342 r65366 458 458 #menuh > li > a { background: #GET{c_menu_a_bk}; color: #GET{c_menu_a}; font-weight: bold; } 459 459 #menuh ul a { color: #GET{c_menu_a}; } 460 /*#menuh ul a:before { content:'› '; }*/461 460 #menuh a { display: block; font-size: 1.2em; padding: 8px 16px; position: relative; text-decoration: none; } 462 461 #menuh li.hover > a { background: #GET{c_menu_a_active_bk}; color: #GET{c_menu_a_active}; } … … 464 463 #menuh .active > a, #menuh a:active, #menuh li > a:active { background: #GET{c_menu_a_active_bk}; color: #GET{c_menu_a_active}; } 465 464 #menuh.drop { padding: 0 1%; } 466 .hasJS #menuh ul { width: 200px; position: absolute; margin-top: -99999px; z-index: 999; }465 #menuh.drop ul, .hasJS #menuh ul { width: 200px; position: absolute; margin-top: -99999px; z-index: 999; } 467 466 #menuh.drop ul ul { left: 200px; top: 0; } 468 467 #menuh.drop li a { padding-left: 16px; }
Note: See TracChangeset
for help on using the changeset viewer.