Changeset 48165 in spip-zone
- Timestamp:
- May 26, 2011, 7:22:06 PM (10 years ago)
- Location:
- _galaxie_/plugins-spip-net/svp2010
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_galaxie_/plugins-spip-net/svp2010/css.html
r48161 r48165 80 80 #principal #colonne_centrale #articles_presentation li a { text-decoration: none;} 81 81 #principal #colonne_centrale #articles_presentation li a:hover { color: black;} 82 83 #principal #colonne_centrale #choix_version {84 float: right;85 width: 180px;86 border: 1px solid #ccc;87 -moz-border-radius: 10px;88 -webkit-border-radius: 10px;89 background-color: #f7f7f7;90 background: url(#CHEMIN{imgs/fond-selection.gif}) bottom repeat-x;91 padding: 9px;92 margin: 0;93 margin-right: -230px;94 font-size: 80%;95 list-style-type: none;96 }97 98 #principal #colonne_centrale #choix_version .sel_choix_version { padding-top: 2px; padding-left: 20px; line-height: 1.1em;}99 #principal #colonne_centrale #choix_version .sel_choix_version a { text-decoration: none;}100 101 #principal #colonne_centrale #choix_version .sel_choix_version_actif {102 font-weight: bold;103 padding-left: 20px;104 background: url([(#CHEMIN{imgs/check-valid.gif})]) left 2px no-repeat;105 }106 107 #principal #colonne_centrale #choix_version .sel_choix_version_actif a { color: black;}108 82 109 83 #principal #colonne_centrale .colonne_etroite { … … 444 418 .page_login #principal #colonne_centrale .formulaire_login .boutons { text-align: right; } 445 419 420 /* bloc de filtres */ 421 422 #colonne_centrale .filtres { float: right; width: 180px; } 423 #colonne_centrale .filtres .liste-items { margin: 10px 0; padding: 9px; list-style-type: none; border: 1px solid #ccc; 424 font-size: 80%; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius : 10px; 425 background: #f7f7f7 url(#CHEMIN{imgs/fond-selection.gif}) left bottom repeat-x; } 426 427 #colonne_centrale .filtres .liste-items .item { padding: 2px 0 2px 20px; line-height: 1.1em; } 428 #colonne_centrale .filtres .liste-items .item a { text-decoration: none; } 429 #colonne_centrale .filtres .liste-items .item.on { font-weight: bold; 430 background: transparent url([(#CHEMIN{imgs/check-valid.gif})]) left 2px no-repeat; } 431 #colonne_centrale .filtres .liste-items .item.on a { color: #000; } 432 446 433 /* cadre extra et pied de page */ 447 434 -
_galaxie_/plugins-spip-net/svp2010/listes/plugins.html
r48163 r48165 1 1 <B_plugins> 2 <div class="filtres"> 3 <ul class="liste-items"> 4 <li class="item">SPIP 1.9</li> 5 <li class="item">SPIP 2.0</li> 6 <li class="item">SPIP 2.1</li> 7 <li class="item">SPIP 3.0</li> 8 </ul> 9 <BOUCLE_test(DEPOTS){!par nbr_plugins}{1,1}> 10 <ul class="liste-items"> 11 <li class="item[(#ENV{id_depot}|non)on]"><a href="[(#SELF|parametre_url{id_depot,''})]"><:svp:lien_gerer_depots:></a></li> 12 <BOUCLE_depots(DEPOTS){!par nbr_plugins}> 13 <li class="item #EXPOSE"><a href="[(#SELF|parametre_url{id_depot,#ID_DEPOT})]">#TITRE</a></li> 14 </BOUCLE_depots> 15 </ul> 16 </BOUCLE_test> 17 </div> 2 18 <div class="liste paquets">#ANCRE_PAGINATION 3 19 <BOUCLE_plugins(PLUGINS){id_depot?}{categorie?=#ENV{categorie}|sinon{#CLE}}{par multi nom}{pagination 10}>
Note: See TracChangeset
for help on using the changeset viewer.