source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/nlike/listes.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: 2.6 KB
Line 
1/* style general des listes :  */
2/* page article : pieces jointes, forum */
3/* page rubrique : liste d'article et de sous rubriques */
4/* page sommaire : article et rubriques a la une, derniers articles breves liens forum */
5
6#contextes      {
7        border: 1px solid #ddd;
8}
9       
10
11h2 {           
12        font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', sans-serif;
13       
14}
15
16#corps h2 {
17font-size: 9px;
18margin: 30px 0px 6px 0px;
19text-transform: uppercase;
20letter-spacing: 0.2em;
21padding: 18px 0px 2px 0px;
22color: #666666;
23background-image: url(separateurfin.gif);
24background-repeat: no-repeat;
25background-position: top center;
26}
27
28
29#contextes h2 {
30font-size: 11px;
31font-weight: bold;
32color: #5483BC; 
33margin: 0 0px 6px 0px;
34padding: 8px 10px 8px 10px;
35border-top: 1px solid #ddd;     
36}
37
38.listageconteneur {
39        clear: left;
40        margin: 2px 0px 12px 0px;
41}
42
43#corps h4 {
44        margin: 24px 0px 8px 0px;
45}
46
47#contextes h4 {
48        margin: 8px 0px 0px 0px;
49}
50
51.listagetexte {
52        margin: 2px 0px 2px 0px;
53}
54
55.listagelogo {
56        float: left;
57        margin-right: 10px;
58        margin-bottom: 2px;
59        border: 1px solid #5483BC;
60 }
61
62.listageinfo {
63        font-size: 9px;
64        line-height:130%;
65}
66
67.listagedate {
68        font-size: 9px;
69        margin: 2px 0px 2px 0px;
70}
71
72.listagedescriptif {
73        font-size: 10px;
74        margin: 2px 0px 10px 0px;
75        text-align: justify;
76}
77
78.listagesite, .listagesuite {
79        font-size: 9px;
80}
81
82.listagerepondre {
83        font-size: 9px;
84        text-align: right;
85        margin: 10px 10px 10px 0;
86}
87
88/* pour modifier specifiquement les classes de ces parties, utiliser le # du bloc */
89
90
91/* rubriques a la une */
92#rubriqueune .listagetitregeneral {
93        color: #666666;
94}
95
96#rubriqueune .dernierart {
97        padding: 10px 0px 0px 0px;
98        margin: 10px 0px 0px 0px;
99}
100
101#rubriqueune .infodernart {
102        font-size: 9px;
103        line-height: 120%;
104        font-style: normal;
105        margin: 4px 0px 4px 0px;
106}
107
108#rubriqueune .titredernart {
109        font-size: 10px;
110        line-height: 120%;
111}
112
113#rubriqueune .textedernart {
114        font-size: 10px;
115        line-height: 120%;
116        margin: 4px 0px 0px 0px;
117        }
118
119/* pieces jointes */
120#galerieimg a {
121        border-bottom: none;
122}
123
124#galerieimg a:hover {
125        background-color: transaparent;
126}
127
128#corps .listagebloc {
129clear:left;     
130}
131
132.listagebloc li, .clearer {
133clear: left;
134margin-bottom: 0.5em;
135}
136
137#piecesjointes .listagelogo {
138        border: 0px;
139}
140
141#piecesjointes .listagebloctexteheader {
142        margin-left: 30px;     
143        height: auto;
144}
145
146/* le forum */
147
148 #forum ul ul {
149 margin-left: 10px;
150 padding-left: 6px;
151 border-left: 1px dotted #ddd;
152 }
153
154
155/* specifique a la page rubrique */
156
157#artinrub, #rubinrub {
158        height: auto;
159        padding: 5px 10px 10px 0px;
160        margin: 5px 0px 0px 0px;
161}
162
163#rubinrub li, #artinrub li {
164clear: left;
165        margin-bottom: 20px;
166}
167
168#rubinrub .listagedescriptif, #artinrub .listagedescriptif {
169        margin: 0px;
170        padding: 0px;
171}
Note: See TracBrowser for help on using the repository browser.