source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/neoclassic/polices.css @ 756

Last change on this file since 756 was 756, checked in by guillermoacedo@…, 14 years ago

se agrego la correccion de magusine para 2.1 basica

  • Property svn:executable set to *
File size: 1.6 KB
Line 
1/* feuille de style POLICES.CSS - theme : neoclassic */
2/* version 10 octobre 2005 */
3/* Code par stephane noel dans le cadre du projet Magusine des Corsaires asbl */
4/* Except where otherwise noted, this theme
5licensed under a Creative Commons Attribution 2.5 License */
6
7body {
8background-image: url('pattern-green.gif');
9font-family: Georgia, times, serif;
10color: #222;
11}
12
13ul, li {
14padding: 0;
15list-style-type: none;
16margin: 0;
17}
18
19a {
20        color: #006600;
21        text-decoration: none;
22}
23
24a:hover {
25        color: #99CC00;
26        text-decoration: underline;
27}
28
29a img {
30border: none;
31}
32
33#bandeau {
34background-image: url('bandeau.jpg');
35background-repeat: no-repeat;   
36}
37
38#general {
39background-image: url('pixel-vert.png');
40background-position: 220px 0;
41background-repeat: repeat-y;
42}
43
44/* listage des textes */
45
46#header {
47        padding: 10px 0; 
48}
49
50#header .logo {
51        float: right;
52        margin: 0 0 1em 1em;
53        border: 1px solid #ccc;
54}
55
56.sursoustitre {
57        font-size: 10px;
58        color: #333;
59        letter-spacing: 0.1em;
60}
61
62.dateauteurs {
63        font-size: 9px;
64        color: #999;
65        margin: 0.5em 0;
66}
67
68h1 {
69        margin: 6px 0px 6px 0px;
70        font-size: 24px;       
71        color: #88D648;
72        letter-spacing: 0.05em;
73}
74
75.clearer_header {
76        clear: right;   
77}
78
79.chapeau {
80        margin: 10px 30px 10px 0px;
81        font-size: 12px;
82        font-weight: bold;
83        line-height: 150%;
84}
85
86.texte {
87        line-height: 150%;
88        font-size: 12px;
89}
90
91h3 {
92        font-size: 180%;
93        margin: 30px 0 15px 0;
94        font-weight: normal;
95        line-height: 14px;
96        text-align: left;
97}
98
99.notes {
100        font-size: 9px;
101        margin: 6px 0px 6px 0px;
102}
103
104.ps {
105        font-size: 9px;
106        margin: 14px 0px 6px 0px;
107}
108
109.clearer {
110        clear: right;
111}
112
113#footer {
114        background-color: #ccc;
115        font-size: 9px;
116        }
117       
118#chemin {
119  font-size: 10px;
120 }
121       
Note: See TracBrowser for help on using the repository browser.