Dotclear

source: themes/ductile/style.css @ 316:ace3677a6f35

Revision 316:ace3677a6f35, 2.4 KB checked in by kozlika, 14 years ago (diff)

Dernier ajustement (taille des caractères de post-info-co). Prêt pour le Jour 2.

Line 
1@charset "UTF-8";
2
3/* Ductile
4Dotclear theme by Dotclear Team
5Version de chantier
6*/
7
8/* ------------------------------------------------------- imports */
9
10@import url(rebase.css);
11@import url(mediaqueries.css);
12
13/* ------------------------------------------------------- body */
14body {
15     background: #fff;
16     font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
17     color: #151515;
18     }
19
20/* ----------------------------------------------- liens */
21a {
22     color: #666;
23     }
24a: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 */
36h1 a {
37     text-decoration: none;
38     }
39#prelude {
40     position: absolute;
41     margin: 0;
42     top: 0;
43     left: 3px;
44     color: #fff;
45     }
46#prelude a {
47     color: #fff;
48}
49#prelude a:focus {
50     color: #666;
51}
52
53/* ----------------------------------------------- billets */
54.post {
55     background: transparent url(img/filet.png) repeat-x left bottom;
56     }
57.day-date {
58     display: none;
59     }
60h2.post-title a {
61     font-weight: normal;
62     font-style: italic;
63     text-decoration: none;
64     }
65.post-info, .post-tags {
66     font-size: .875em;
67     margin: 0;
68     padding: 0;
69     }
70.post-info a, .post-tags a {
71     padding-right: 1em;
72     background-color: #fff;
73     background-repeat: no-repeat;
74     background-position: left center; 
75     }
76/* règle à revoir après modif du html pour différencier
77lien de catégorie et permalink */
78.post-info a {
79     background-image: url(img/category.png);
80     padding-left: 22px;
81     }
82.post-tags a {
83     background-image: url(img/tag12.png);
84     padding-left: 16px;
85     }
86.post-tags li {
87     display: inline;
88     }
89.post-content {
90     padding-bottom: 9px;
91     }
92.read-it {
93     text-align: right;
94     margin: 0;
95     }
96.post-info-co {
97     margin: 0;
98     background: #fff;
99     display: inline;
100     font-size: 0.875em;
101     font-style: italic;
102     }
103.post-info-co a {
104     text-decoration: none;
105     padding-right: 1em;
106     padding-left: 20px;
107     background-color: #fff;
108     background-repeat: no-repeat;
109     background-position: left center;
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
118/* ================================================
119     personnalisations blog chantier
120================================================ */
121.post-content img, .post-excerpt img {
122     border: 1px solid #ccc;
123}
124code, pre {
125     background: #dfdfdf;
126     border-right: 1px solid #aaa;
127     border-bottom: 1px solid #aaa;
128}
Note: See TracBrowser for help on using the repository browser.

Sites map