Last change
on this file since 20041 was
13554,
checked in by plg, 13 years ago
|
import theme Simple version 2.4.3
- add a #Tags id for tags list, for the user tags plugin
- use inline-block instead of float left for thumbnails ans categories
- print css: re-enable it in the header + improve it
- update README + add debugging mode in themeconf
- language strings
- new script to tag a new version and generate a zip archive
|
File size:
1.3 KB
|
Line | |
---|
1 | body { |
---|
2 | width: auto!important; |
---|
3 | margin: auto!important; |
---|
4 | font-family: serif; |
---|
5 | font-size: 12pt; |
---|
6 | background-color: #fff!important; |
---|
7 | color: #000!important; |
---|
8 | } |
---|
9 | #menubar, #menuswitcher, #content .navigationBar, ul.categoryActions, |
---|
10 | #content div.calendarViews, .calendarBar, #imageToolBar, #addComment, |
---|
11 | .logon_block { |
---|
12 | display: none !important; |
---|
13 | } |
---|
14 | p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol { |
---|
15 | color: #000!important; |
---|
16 | margin: auto!important; |
---|
17 | } |
---|
18 | .print { |
---|
19 | display: block; /* affichage des éléments de classe print */ |
---|
20 | } |
---|
21 | p, blockquote { |
---|
22 | orphans: 3; /* pas de ligne seule en bas */ |
---|
23 | widows: 3; /* pas de ligne seule en haut */ |
---|
24 | } |
---|
25 | blockquote, ul, ol { |
---|
26 | page-break-inside: avoid; /* pas de coupure dans ces élements */ |
---|
27 | } |
---|
28 | h1 { |
---|
29 | page-break-before: always; /* chaque titre commence sur une nouvelle page */ |
---|
30 | } |
---|
31 | h1, h2, h3, caption { |
---|
32 | page-break-after: avoid; /* pas de saut après ces éléments */ |
---|
33 | } |
---|
34 | a { |
---|
35 | color: #000!important; |
---|
36 | text-decoration: none !important; |
---|
37 | } |
---|
38 | a[href]:after { |
---|
39 | content: " (" attr(href) ")"; /* affichage des URL des liens */ |
---|
40 | font-size: 8pt; |
---|
41 | font-style: italic; |
---|
42 | } |
---|
43 | |
---|
44 | .titrePage, .subcontent { |
---|
45 | clear: left; |
---|
46 | } |
---|
47 | .thumbnailCategories li { |
---|
48 | display: inline-block; |
---|
49 | width: 45%; |
---|
50 | margin-top: 1em; |
---|
51 | vertical-align: top; |
---|
52 | } |
---|
53 | .thumbCatDesc { |
---|
54 | height: 2.5em; |
---|
55 | overflow: hidden; |
---|
56 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.