source: trunk/spip/esqueleto-redcta/plugins/magusine-portage2/themes/CSocial.2/declinaisons/trendyred.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('red/fond-body.png');
5background-color: #566;
6}
7
8#general {
9width: 769px;
10background-color: transparent;
11}
12
13#bandeau {
14width: 761px;
15margin: 0 4px; 
16}
17
18#navigation {
19width: 749px;   
20}
21
22a:hover {
23        color: #f60;
24}
25
26#general {
27background-image: url('red/fond-general.png');
28}
29
30#chemin, #chemin-vide {
31background-image: url('red/fond-chemin.png');
32}
33#navigation {
34background-image: url('red/fond-navigation.png');
35}
36
37#footer {
38background-image: url('red/fond-footer.png');
39}
40
41#footer a:hover {
42        color: #f40;
43        border-bottom: 1px dotted #f40;
44}
45
46#chemin, #chemin a {
47        color: #666;   
48}
49
50#chemin a:hover {
51color:#A71D01;
52}
53
54h1 {
55        color: #f40;
56}
57
58#corps h2 {
59background-image: url('red/fond-listage.png');
60}
61
62#contextes h2 {
63background-image: url('red/fond-h6.png');       
64}
65
66#corps .listageconteneur {
67background-color:#E8F3F6;
68border-left:1px solid #D0E6EC; 
69}
70
71#corps .listagetitre a, #corps .listagetitre {
72color:#3176AF;
73}
74
75#corps .listagetitre a:hover {
76color: #f40;
77}
78
79#corps .chapeau, #contextes .chapeau {
80color:#f40;
81}
82
83.listagerepondre a {
84        color: #f40; // a la place de f60
85}
86
87.listagerepondre a:hover {
88        color: #f00;
89}
90
91#menuhasard .spip_logos  {
92        border: 1px solid #3176AF;
93}
94
95/**/
96
97.spip_documents_center a, .spip_documents_right a, .spip_documents_left a {
98border: 1px solid #3176AF;
99}
Note: See TracBrowser for help on using the repository browser.