Dotclear

source: inc/css/print.css @ 2804:6706a0ccb9aa

Revision 2804:6706a0ccb9aa, 992 bytes checked in by franck <carnet.franck.paul@…>, 11 years ago (diff)

Remove last dependency with the print.css stylesheet of default theme, fixes #2002

Line 
1/*
2# -- BEGIN LICENSE BLOCK ---------------------------------------
3#
4# This file is part of Dotclear 2.
5#
6# Copyright (c) Olivier Meunier & Association Dotclear
7# Licensed under the GPL version 2.0 license.
8# See LICENSE file or
9# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
10#
11# -- END LICENSE BLOCK -----------------------------------------
12*/
13body {
14     font : 10pt serif;
15     margin: 0;
16     color: #000;
17     background: #fff;
18}
19
20#prelude, #sidebar, .pagination, #comment-form {
21     display: none;
22}
23
24p {
25     margin: 0.2em 0 0.8em 0;
26     line-height: 1.3em;
27}
28
29h1,h2,h3,h4,h5, h6 {
30     margin: 1em 0 0.2em 0;
31     font-weight: bold;
32}
33h1 { font-size: 160%; }
34h2 { font-size: 140%; }
35h3 { font-size: 120%; }
36h4 { font-size: 100%; }
37h5 { font-size: 90%; }
38h6 { font-size: 80%; }
39
40a {
41     color: #00f;
42     text-decoration: none;
43     border-bottom: 1px solid #999;
44}
45
46.post-content a[href^="http"]:after, #comments a[href^="http"]:after,
47#trackbacks a[href^="http"]:after {
48     content: " ("attr(href)") ";
49     color: #333;
50}
Note: See TracBrowser for help on using the repository browser.

Sites map