source: trunk/spip/esqueleto-redcta/plugins/magusine-portage2/themes/CSocial.2/declinaisons/trendycelsobar.css @ 272

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

se agrego CSocial2

File size: 1.3 KB
Line 
1/* declinaison trendyred */
2
3body {
4background-image: url('celsobar/fond-body.png');
5background-color: #B2CEE2;
6}
7
8#general {
9width: 769px;
10margin: 146px auto 0 auto;
11background-color: transparent;
12}
13
14#bandeau {
15width: 761px;
16margin: 0 4px; 
17}
18
19#navigation {
20width: 749px;   
21}
22
23a:hover {
24        color: #f60;
25}
26
27#general {
28background-image: url('celsobar/fond-general.png');
29}
30
31#chemin, #chemin-vide {
32background-image: url('celsobar/fond-chemin.png');
33}
34#navigation {
35background-image: url('celsobar/fond-navigation.png');
36}
37
38#footer {
39background-image: url('celsobar/fond-footer.png');
40}
41
42#footer a:hover {
43        color: #f60;
44        border-bottom: 1px dotted #f60;
45}
46
47#chemin, #chemin a {
48        color: #fff;   
49}
50
51#chemin a:hover {
52color: #B34700;}
53
54h1 {
55        color: #f60;
56}
57
58#corps h2 {
59background-image: url('celsobar/fond-listage.png');
60}
61
62#contextes h2 {
63background-image: url('celsobar/fond-h6.png'); 
64}
65
66#corps .listageconteneur {
67background-color:#F4FFDD;
68border-left: 1px solid #690;
69}
70
71#corps .listagetitre a, #corps .listagetitre {
72        color: #669900;
73        }
74
75#corps .listagetitre a:hover {
76color: #f60;
77}
78
79#corps .chapeau, #contextes .chapeau {
80color:#333;
81}
82
83.listagerepondre a {
84        color: #f60;
85}
86
87.listagerepondre a:hover {
88        color: #f00;
89}
90
91#menuhasard .spip_logos  {
92        border: 1px solid #690;
93}
94
95/**/
96
97.spip_documents_center a, .spip_documents_right a, .spip_documents_left a {
98border: 1px solid #690;
99}
Note: See TracBrowser for help on using the repository browser.