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(mediaqueries.css); |
---|
12 | |
---|
13 | /* ------------------------------------------------------- body */ |
---|
14 | body { |
---|
15 | background: #fff; |
---|
16 | font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif; |
---|
17 | color: #151515; |
---|
18 | } |
---|
19 | |
---|
20 | /* ----------------------------------------------- liens */ |
---|
21 | a { |
---|
22 | color: #666; |
---|
23 | } |
---|
24 | a:hover, a:focus { |
---|
25 | background: #eee; |
---|
26 | text-decoration: none; |
---|
27 | } |
---|
28 | |
---|
29 | |
---|
30 | |
---|
31 | |
---|
32 | /* ================================================ |
---|
33 | personnalisations blog chantier |
---|
34 | ================================================ */ |
---|
35 | .post-content img, .post-excerpt img { |
---|
36 | border: 1px solid #ccc; |
---|
37 | } |
---|
38 | code, pre { |
---|
39 | background: #dfdfdf; |
---|
40 | border-right: 1px solid #aaa; |
---|
41 | border-bottom: 1px solid #aaa; |
---|
42 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.