source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/samarcande/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: 1.7 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#corps h2 {     
7        font-size: 16px;
8        margin: 36px 0px 16px 0px;
9        padding: 2px 0px 2px 0px;
10        font-weight: bold;
11        color: #608000;
12        border-top: 1px solid #608000;
13        border-bottom: 1px solid #608000;
14        clear: right;
15}
16
17#contextes h2, #navigation h2 {
18font-family: Verdana, Myriad, Arial, Sans-serif;
19        font-size: 14px;
20        font-variant: small-caps;
21        color: #608000;
22        font-weight: normal;
23        padding: 0;
24        margin: 0 0 8px 0;
25}
26
27#edito h2 {
28display: none;
29}
30
31
32#edito h4 {
33 border: none;
34 font-size: 10px;
35 margin: 10px 0 0 0;
36}
37
38#corps .listageconteneur {
39        margin: 4px 0px 18px 0px;
40        clear: right;
41}
42
43#corps .listageconteneur li {
44        margin-bottom: 16px;
45clear: right;
46padding-bottom: 10px;
47}
48
49#contextes .listageconteneur { 
50        color: #333;
51        list-style: none;
52        margin: 2px 0px 18px 0px;
53font-size: 12px;
54
55
56
57}
58
59#contextes .listageconteneur li {
60        padding: 3px 0px 2px 0px;
61}
62
63
64#corps .listagelogo {
65        float: right;
66        margin: 0px 0px 4px 10px;
67        border: 1px solid #666666;
68}
69
70#corps .listagetitre {
71        font-size: 12px;
72        margin: 0px 0px 4px 0px;
73        font-weight: bold;
74text-transform: uppercase;
75}
76
77#corps .listagetexte {
78        font-size: 10px;
79        line-height: 160%;
80margin: 0 0 10px 0;
81}
82
83#corps .listageinfo {
84        font-size: 9px;
85        margin: 2px 0 2px 0;
86}
87
88.listagerepondre {
89margin: 1em 0;
90}
91
92#corps .listagerepondre {
93        font-size: 10px;
94        text-align: right;
95       
96}
97
98#corps .listagedescriptif {
99        font-size: 10px;
100        line-height: 150%;
101        margin: 2px 0px 10px 0px;       
102}
103       
104#corps .listagesite {
105        font-size: 9px;
106}
107
108#corps .listagesuite {
109font-size: 10px;       
110}
111
112#forum ul ul {
113padding-left: 2em;
114}
Note: See TracBrowser for help on using the repository browser.