source: trunk/spip/esqueleto-redcta/plugins/magusine-portage2/themes/CSocial.2/listes.css @ 284

Last change on this file since 284 was 284, checked in by juan, 15 years ago

cambio de estilos

File size: 2.0 KB
Line 
1/* listes */
2
3/* liste pour le corps */
4h2 {
5background-position: top left;
6background-repeat: no-repeat;
7font-size: 9px; 
8padding: 4px 6px 4px 4px;
9display: inline;
10color: #fff;
11}
12
13#corps h2 {
14background-image: url(fond-listage.png);
15}
16
17#contextes h2 {
18background-image: url(fond-h6.png);     
19}
20
21.listagebloc {
22clear: left;
23}
24
25#corps .listagebloc {
26margin-top: 24px;       
27}
28
29#contextes .listagebloc {
30margin-top: 12px;       
31}
32
33#corps .listageconteneur {
34        background-color:#ffffff;
35        padding: 16px 12px;
36        border-left: 1px solid #669900;
37        margin-bottom: 26px;
38}
39
40#contextes .listageconteneur {
41        background-color: #fff;
42        margin-bottom: 20px;
43        padding: 6px;
44}
45
46
47#corps .listageconteneur li {
48        margin: 0 0 16px 0;
49        clear: left;
50}
51
52#contextes .listageconteneur li {
53        font-size: 9px;
54        padding: 3px 0;
55}
56
57#corps .listagelogo {
58        border: 1px solid #556666;
59        margin: 0 10px 6px 0;
60        clear: left;
61        float: left;
62}
63
64#corps .listagetitre {
65        font-size: 20px;
66        margin: 0;
67        font-weight: normal;
68}
69
70#corps .dernierart .listagetitre {
71        font-size: 12px;
72}
73
74#corps .listagetitre a {
75        color: #669900;
76        text-decoration: none;
77}
78
79#corps .listagetitre a:hover {
80        color: #FF6600;
81        text-decoration: underline;
82}
83
84#corps .listageinfo {
85        font-size: 10px;
86        font-weight: bold;
87        margin: 2px 0;
88        color: #666;
89}
90
91#corps .listagetexte {
92        line-height: 16px;
93        font-size: 11px;
94        text-align: justify;
95        margin: 4px 0 4px 0;
96}
97
98#corps .listagesite {
99        font-size: 13px;
100}
101
102#corps .listagesuite {
103font-size: 10px;
104text-align: right;
105}
106
107#contextes li a {
108        background-image: url(fleche-lien.png);
109        background-position: 0px 3px;
110        background-repeat: no-repeat;
111        font-size: 11px;
112        color: #333;
113        text-decoration: none;
114        padding-left: 12px;
115}
116
117#contextes li a:hover {
118        background-image: url(fleche-anim.gif);
119}
120
121#contextes span a {
122        padding-left: 0;
123        background-image: none;
124        font-size: 9px
125}
126
127#contextes span a:hover {
128        color: #FF6600;
129        background-image: none;
130}
131
132#contextes .listageinfo a {
133background-image: none;
134padding-left: 0;
135}
136
137#contextes .listageinfo a:hover {
138background-image: none;
139}
Note: See TracBrowser for help on using the repository browser.