Dotclear

source: themes/ductile/style.css @ 309:c9ed773e8d70

Revision 309:c9ed773e8d70, 856 bytes checked in by kozlika, 14 years ago (diff)

Renommage du fichier spécifique aux media queries

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
30
31
32/* ================================================
33     personnalisations blog chantier
34================================================ */
35.post-content img, .post-excerpt img {
36     border: 1px solid #ccc;
37}
38code, 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.

Sites map