source: trunk/spip/esqueleto-redcta/plugins/magusine/themes/redCTA/listes.css @ 89

Last change on this file since 89 was 89, checked in by guille, 15 years ago

se cambio el themes para menu en columna y actualizaron estilos

File size: 2.2 KB
Line 
1/* comportement des listes */
2
3#corps h2, #corps h2 a {
4font-family: arial, helvetica, serif;
5font-size: 12px;
6padding-bottom: 0.2em;
7margin: 1.5em 0 1em 0;
8color: #553507;
9border-bottom: 1px solid #553507;
10text-transform: uppercase;
11
12}
13
14#corps .listageconteneur {
15padding-bottom: 5px;
16}
17
18#corps .listageconteneur li {
19margin-bottom: 5px;
20
21}
22
23#corps h4 {
24font-size: 16px;
25font-family: georgia, times, serif;
26margin-bottom: 6px;
27color: #f30;   
28}
29
30#corps #piecesjointes h4 {
31font-size: 14px;
32}
33
34#corps h4 a {
35color: #f60;   
36}
37
38#corps h4 a:hover{
39color: #f90;   
40}
41
42#corps .listagelogo {
43float: left;
44margin: 0 10px 4px 0;   
45}
46
47
48#corps .listageinfo {
49font-size: 9px; 
50}
51
52#corps .listagetexte {
53font-size: 10px;       
54}
55
56.listagesuite {
57font-size: 9px; 
58text-align: right;
59margin-right: 18px;     
60}
61
62.listagesuite a {
63color: #f60;   
64}
65
66.listagesuite a:hover {
67        color: #000;
68}
69
70/* cas specifiques */
71
72#corps #edito h2 {
73        display: none;
74}
75
76#corps #edito h1 {
77font-size: 18px;
78}
79
80/* blocs à la une */
81
82.rubrique-une .listagetexte {
83display:none;
84} 
85
86/* l'agenda */
87
88#agenda .listageconteneur h4 {
89font-size: 14px;
90font-weight: bold;     
91}
92
93/* forum */
94
95.formulaire_forum {
96margin: 12px 0;
97background-color: #eee;
98padding: 8px;
99}
100
101.formulaire_forum legend {
102font-size: 14px;
103display: block;
104
105
106}
107
108.formulaire_forum fieldset {
109margin-bottom: 20px;
110}
111
112.formulaire_forum label {
113display: block;
114font-size: 11px;
115margin: 6px 0 0 0;
116}
117
118.formulaire_forum p {
119font-size: 9px;
120margin: 2px 0 6px 0;
121}
122
123.formulaire_forum .forml {
124font-size: 10px;
125width: 90%;
126}
127
128.formulaire_forum .spip_bouton {
129text-align: right;
130padding: 2px 0 0 0;
131}
132
133.formulaire_forum .spip_bouton input {
134
135font-size: 10px;
136padding: 2px;
137border: 2px outset green;
138background-color: #00CC00;
139color: #fff;
140}
141
142.formulaire_forum .spip_bouton input:hover {
143background-color: green;
144}
145
146.barre {
147display: none;
148}
149
150.formulaire_forum .previsu {
151background-color: #ddd;
152padding: 6px;
153font-size: 14px;
154}
155
156.formulaire_forum .previsu p {
157
158font-size: 12px;
159}
160
161.formulaire_forum small {
162
163font-size: 9px;
164}
165
166#newsletter legend {
167display: none;
168}
169
170/* liste de liens */
171#corps #sites .listageconteneur li {spip.php (line 18)
172clear:left;
173margin-bottom:8px;
174
175}
176
177#corps #sites h4 {
178font-size:11px;
179}
180
181#corps #sites .listageconteneur {
182padding-bottom:0px;
183}
Note: See TracBrowser for help on using the repository browser.