source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/samarcande/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 : samarcande */
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(back.jpg);
9font-family: Verdana, Myriad, Arial, Sans-serif;
10color: #222;
11}
12
13ul, li {
14padding: 0;
15list-style-type: none;
16margin: 0;
17}
18
19a {
20        color: #ff8800;
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 {
39        background-image:url(bgmain.jpg);
40        background-repeat:repeat-y;
41/*background-position: 220px 0;*/
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 10px 10px;
53        border: 0px solid #ccc;
54}
55
56.sursoustitre {
57        font-size: 10px;
58        color: #999;
59        letter-spacing: 0.1em;
60}
61
62.dateauteurs {
63        display: none;
64        font-size: 9px;
65        color: #999;
66}
67
68h1 {
69        margin: 6px 0px 6px 0px;
70        font-size: 18px;       
71        color: #72A51E;
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        color: #666;
84}
85
86.texte {
87        line-height: 150%;
88        font-size: 11px;
89}
90
91h3 {
92        font-size: 180%;
93        margin: 30px 0 15px 0;
94        font-weight: normal;
95        line-height:120%;
96        text-align: left;
97}
98
99.notes {
100        font-size: 59%;
101        margin: 6px 0px 6px 0px;
102}
103
104.ps {
105        font-size: 10px;
106        font-style:italic;
107        margin: 14px 0px 6px 0px;
108}
109
110.clearer {
111        clear: right;
112}
113
114#footer {
115        font-size: 9px;
116        color:white;
117}
118       
119#chemin {
120  font-size: 10px;
121 }
122       
Note: See TracBrowser for help on using the repository browser.