source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/sens_sculpture/general.css

Last change on this file 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.4 KB
Line 
1/* sens_sculpture  : theme */
2/* juillet 2007, par stephane */
3
4
5/* comportement par defaut */
6body {
7background: url('fond-ds.jpg') no-repeat top left #9EAFB6;
8font-family: verdana, arial, geneva, sans-serif;
9color: #fff;
10font-size: 11px;
11}
12
13a {
14color: #fff;
15}
16a:hover {
17color:#333;
18}
19
20ul, li {
21padding: 0;
22margin: 0;
23list-style-type: none; 
24}
25
26h1, h2, h3, h4, h5, h6 {
27font-family: arial, vardana, geneva, sans-serif;
28font-weight: normal;
29margin: 0;     
30}
31
32a img {
33border: none;
34}
35
36/* comportement du texte */
37
38#header {
39margin-bottom: 2em;     
40}
41
42.logo {
43margin: 0 1em 0.5em 0; 
44}
45
46.logo img {
47/*border: 1px solid #666;       */
48}
49
50#corps h1 {
51font-size: 32px;
52}
53
54#contextes h1 {
55font-size: 14px;       
56}
57
58.surtitre {
59font-style: italic;     
60}
61
62.soustitre {
63font-style: italic;     
64}
65
66.clearer_header {
67clear: left;
68}
69
70.dateauteurs {
71margin: 2em 0 0 0;     
72}
73
74#corps .dateauteurs {
75font-size: 10px;       
76}
77
78#contextes .dateauteurs {
79font-size: 9px; 
80}
81
82#texteconteneur {
83margin-bottom: 2em;
84}
85
86
87.chapeau {
88font-weight: bold;
89clear: left;
90margin-bottom: 2em;     
91}
92
93.texte {
94clear: left;
95line-height: 140%;
96margin-bottom: 1em;
97text-align: justify;   
98}
99
100#corps .texte {
101font-size: 12px;       
102}
103
104#contextes .texte {
105font-size: 10px;       
106}
107
108.ps {
109margin-bottom: 2em;     
110}
111
112#corps .ps {
113font-size: 10px;       
114}
115
116#contextes .ps {
117font-size: 9px; 
118}
119
120h3 {
121margin-top: 2em;
122margin-bottom: 0.5em
123}
124
125#corps h3 {
126font-size: 18px;       
127}
128
129#contextes h3 {
130font-size: 12px;       
131}
Note: See TracBrowser for help on using the repository browser.