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 | /* ----------------------------------------------- page */ |
---|
30 | #page { |
---|
31 | position: relative; |
---|
32 | padding-top: 16px; |
---|
33 | } |
---|
34 | |
---|
35 | /* ----------------------------------------------- top */ |
---|
36 | h1 a { |
---|
37 | text-decoration: none; |
---|
38 | } |
---|
39 | #prelude { |
---|
40 | position: absolute; |
---|
41 | margin: 0; |
---|
42 | top: 0; |
---|
43 | left: 3px; |
---|
44 | color: #fff; |
---|
45 | font-size: .875em; |
---|
46 | } |
---|
47 | #prelude a { |
---|
48 | color: #fff; |
---|
49 | } |
---|
50 | #prelude a:focus { |
---|
51 | color: #666; |
---|
52 | } |
---|
53 | |
---|
54 | /* ----------------------------------------------- billets */ |
---|
55 | .post { |
---|
56 | background: transparent url(img/filet.png) repeat-x left bottom; |
---|
57 | } |
---|
58 | .day-date { |
---|
59 | display: none; |
---|
60 | } |
---|
61 | h2.post-title { |
---|
62 | margin-bottom: .33em; |
---|
63 | } |
---|
64 | h2.post-title a { |
---|
65 | font-weight: normal; |
---|
66 | font-style: italic; |
---|
67 | text-decoration: none; |
---|
68 | } |
---|
69 | .post-info, .post-tags { |
---|
70 | font-size: .875em; |
---|
71 | margin: 0; |
---|
72 | padding: 0; |
---|
73 | } |
---|
74 | .post-tags a { |
---|
75 | padding-right: 1em; |
---|
76 | background-color: #fff; |
---|
77 | background-repeat: no-repeat; |
---|
78 | background-position: left center; |
---|
79 | } |
---|
80 | .post-tags a { |
---|
81 | background-image: url(img/tag.png); |
---|
82 | padding-left: 14px; |
---|
83 | } |
---|
84 | .post-tags li { |
---|
85 | display: inline; |
---|
86 | } |
---|
87 | .post-content { |
---|
88 | padding-bottom: 9px; |
---|
89 | } |
---|
90 | .read-it { |
---|
91 | text-align: right; |
---|
92 | margin: 0 0 .25em 0; |
---|
93 | } |
---|
94 | .post-info-co { |
---|
95 | margin: 0; |
---|
96 | background: #fff; |
---|
97 | display: inline; |
---|
98 | font-size: 0.875em; |
---|
99 | line-height: 1.2; |
---|
100 | font-style: italic; |
---|
101 | } |
---|
102 | .post-info-co a { |
---|
103 | text-decoration: none; |
---|
104 | padding-right: 1em; |
---|
105 | padding-left: 28px; |
---|
106 | background-color: #fff; |
---|
107 | background-repeat: no-repeat; |
---|
108 | background-position: left center; |
---|
109 | white-space: nowrap; |
---|
110 | } |
---|
111 | .post-info-co a.comment_count { |
---|
112 | background-image: url(img/comment.png); |
---|
113 | } |
---|
114 | .post-info-co a.ping_count { |
---|
115 | background-image: url(img/ping.png); |
---|
116 | } |
---|
117 | .post-info-co a.attach_count { |
---|
118 | background-image: url(img/attach.png); |
---|
119 | } |
---|
120 | /* ================================================ |
---|
121 | personnalisations blog chantier |
---|
122 | ================================================ */ |
---|
123 | .post-content img, .post-excerpt img { |
---|
124 | border: 1px solid #ccc; |
---|
125 | } |
---|
126 | code, pre { |
---|
127 | background: #dfdfdf; |
---|
128 | border-right: 1px solid #aaa; |
---|
129 | border-bottom: 1px solid #aaa; |
---|
130 | } |
---|