Line | |
---|
1 | @charset "UTF-8"; |
---|
2 | |
---|
3 | /* Ductile |
---|
4 | Dotclear theme by Dotclear Team |
---|
5 | Version de chantier |
---|
6 | */ |
---|
7 | |
---|
8 | /* ------------------------------------------------------- imports */ |
---|
9 | |
---|
10 | @import url(rebase.css); |
---|
11 | @import url(colors.css); |
---|
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
TracBrowser
for help on using the repository browser.