source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/trendy/declinaisons/ceessee.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.0 KB
Line 
1/* declinaison trendyred */
2
3body {
4background-image: none;
5background-color: #e7e7e7;
6}
7
8#general {
9width: 769px;
10background-color: transparent;
11margin:0 auto;
12}
13
14#bandeau {
15height:100px;
16position:relative;
17width:100%;
18}
19
20#navigation {
21width: auto;
22position:relative;
23top:0;
24}
25
26a:hover {
27color: #f60;
28}
29
30#general {
31background-image: none;
32background-color: #fff;
33}
34
35#chemin, #chemin-vide {
36background-image: none;
37}
38#navigation {
39background: url('ceesee/fond-menu.jpg') repeat-x top left;
40}
41
42#navigation .niveau1 {
43background: url(ceesee/fond-niv1.jpg) no-repeat;
44margin-right:2px;
45padding-top:4px;
46text-transform:uppercase;
47font-size:12px; 
48}
49
50#navigation .niveau1:hover  {
51background: url(ceesee/fond-niv1-over.jpg) no-repeat;
52}
53
54#navigation .niveau1 a:hover  {
55color:#333;
56}
57
58.niveau1 a {
59padding-bottom:4px;     
60}
61
62.ulniveau2 {
63background-color:#999;
64font-size:11px;
65top:1.7em;
66}
67
68.niveau2 a:hover {
69background-color:#ccc;
70}
71
72#footer {
73background-image: none;
74background-color: #e71f01;
75}
76
77#footer a:hover {
78        color: #e71f01;
79        border-bottom: 1px dotted #f40;
80}
81
82#chemin, #chemin-vide {
83top:0; 
84padding:0 0 2em 0;
85}
86
87#chemin-vide{
88height:0;       
89}
90
91#chemin, #chemin a {
92        color: #666;   
93}
94
95#chemin a:hover {
96color:#A71D01;
97}
98
99h1 {
100        color: #e71f01;
101}
102
103#corps h2 {
104background-image: none;
105background-color:#7e7d81;
106}
107
108#contextes h2 {
109background-image: none;
110background-color:#e71f01;       
111}
112
113#corps .listageconteneur {
114background-color:#fafafa;
115border-left:1px solid #ccc;     
116}
117
118#corps .listagetitre a, #corps .listagetitre {
119color:#e71f01;
120}
121
122#corps .listagetitre a:hover {
123color: #B71900;
124}
125
126#corps .chapeau, #contextes .chapeau {
127color:#9B1A00;
128font-size:14px;
129}
130
131#contextes .listageconteneur {
132border:1px solid #ddd;
133background:url(ceesee/fond-contexte.jpg) repeat-x top left;     
134}
135
136.listagerepondre a {
137        color: #e71f01; // a la place de f60
138}
139
140.listagerepondre a:hover {
141        color: #f00;
142}
143
144#menuhasard .spip_logos  {
145        border: 1px solid #3176AF;
146}
147
148/**/
149
150.spip_documents_center a, .spip_documents_right a, .spip_documents_left a {
151border: 1px solid #9B1A00;
152}
Note: See TracBrowser for help on using the repository browser.