source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/nlike/declinaisons/red.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: 974 bytes
Line 
1/* declinaison "red"
2
3// de la plus sombre au plus clair
4// couleur foncee : #300202
5// #490303
6// #660000
7// #980101
8// couleur claire : #E4BBBB
9// #F2DDDD
10*/
11
12body {
13background-image: url('pattern-hindu.gif');
14}
15
16#contextes a {
17color: #980101;
18border-bottom: 1px solid  #e4bbbb;     
19}
20
21a {
22color: #660000;
23border-bottom: 1px solid #980101;       
24}
25
26a:hover {
27background-color: #E4BBBB;     
28text-decoration: none;
29}
30
31h1 {
32color: #660000;
33}
34
35#contextes h2 {
36color: #660000;
37border-top: 1px solid #b44747;
38}
39
40#navigation h2 {
41border-bottom: 1px solid #b44747;
42border-top: 0px;
43}
44
45#navigation ul {
46background-color: #eacaca;     
47}
48
49#navigation {
50background-color: #e4bbbb;
51}
52
53#navigation a {
54color: #660000;
55border-bottom: 0;
56}
57       
58#navigation li:hover {
59background-color: #980101;     
60}
61
62#navigation a:hover {
63color: #fff;
64}
65
66#contextes {
67background-color: #f2dddd;
68border: 1px solid #b44747;
69}
70
71.listagelogo, .logo {
72border: 1px solid #660000;
73}
74 
75#TB_overlay { 
76background-color: #490303;
77}
Note: See TracBrowser for help on using the repository browser.