source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/emilio/declinaisons/bluegray.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: 1013 bytes
Line 
1/* version bnb du theme emilio, surcharge css */
2/*
3#373A4B
4#626665
5#72685E
6#364759
7#48555B
8*/
9
10#general {
11margin-top:20px;
12width: 900px;
13}
14
15a {
16color:#626665;
17}
18
19a:hover {
20 color:#72685E;
21}
22
23.listagerepondre a, .listageinfo a {
24color:#635F01;
25}
26
27.listagerepondre a:hover, .listageinfo a:hover {
28color:#8D8909;
29}
30
31#bandeau {
32width:100%;
33height: 168px;
34background-position: center center;
35margin-bottom:20px;
36}
37
38#navigation {
39border-bottom:1px solid #373A4B
40}
41
42#contextes {
43width: 220px;
44}
45
46#corps {
47margin-right:255px;     
48}
49
50#corps a {
51color:#364759;
52}
53
54#corps a:hover {
55color:#72685E;
56}
57
58#page-sommaire #edito {
59top:200px;
60}
61
62.listagelogo img {
63border: 1px solid #373A4B;
64}
65
66/* contexte */
67#contextes h2 {
68color:#262935;
69}
70
71#corps h2 {
72background-color: #373A4B;
73
74}
75
76/* menu */
77
78.niveau1 a {
79background-color: #262935;
80
81}
82
83.niveau1 a:hover {
84background-color: #364759;
85}
86
87.ulniveau2 a {
88background-color: #48555B;
89}
90
91.niveau2 a:hover {
92background-color: #373A4B;
93}
94
95#page-rubrique #liste-news h2 {
96display:none;
97}
Note: See TracBrowser for help on using the repository browser.