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