Changeset 304:4b252dba015b for themes/ductile/style.css
- Timestamp:
- 05/22/11 17:12:27 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/style.css
r300 r304 2 2 3 3 /* Ductile 4 Dotclear theme 4 Dotclear theme by Dotclear Team 5 5 Version de chantier 6 Start: 19 mai 2011 7 last change: */ 6 */ 8 7 9 /* fichiers séparés à réunir plus tard 10 (faudra pas oublier le print aussi) 11 */ 8 /* ------------------------------------------------------- imports */ 12 9 13 10 @import url(rebase.css); 14 11 @import url(colors.css); 15 12 @import url(layouts.css); 13 14 15 /* ----------------------------------------------- liens */ 16 a { 17 color: #666; 18 } 19 a:hover, a:focus { 20 background: #eee; 21 text-decoration: none; 22 } 23 24 h1 a, h2 a, .post-info-co a { 25 text-decoration: none; 26 } 27 28 .post-content img { 29 border: 1px solid #ccc; 30 31 }
Note: See TracChangeset
for help on using the changeset viewer.