Changeset 96284 in spip-zone
- Timestamp:
- Mar 29, 2016, 7:20:45 AM (5 years ago)
- Location:
- _squelettes_/escal/branche_V3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/escal/branche_V3/config.css.html
r96191 r96284 356 356 357 357 358 a:link, a.spip_cadre_link {358 a:link, a.spip_cadre_link, .content a.lien_pagination { 359 359 color: [(#CONFIG{escal/config/texte1,#000099})]; 360 360 } … … 362 362 color: [(#CONFIG{escal/config/texte2,#000099})]; 363 363 } 364 364 365 a:hover, a.zeroclipboard-is-hover, 365 366 ul.onglets li a:hover, 366 #cadre-plan a:hover, table.forum a:hover { 367 #cadre-plan a:hover, table.forum a:hover, 368 .content a.lien_pagination:hover{ 367 369 color: [(#CONFIG{escal/config/texte3,#FF8000})]; 368 370 } -
_squelettes_/escal/branche_V3/paquet.xml
r96265 r96284 2 2 prefix="escal" 3 3 categorie="squelette" 4 version="3.84.2 5"4 version="3.84.26" 5 5 schema="1.0.7" 6 6 etat="stable" -
_squelettes_/escal/branche_V3/styles/alaune.css
r94754 r96284 56 56 } 57 57 58 .content a.lien_pagination {59 color: white;60 }61 .content a.lien_pagination:hover {62 color: #FF8000;63 }64 58 /********************************/ 65 59 /* Articles de la page sommaire */
Note: See TracChangeset
for help on using the changeset viewer.