source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/neoclassic/declinaisons/at.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: 1.0 KB
Line 
1/* Declinaison css pour neoclassic : at */
2
3body {
4        background-color: #8b0000;
5        font-family: Georgia, times, serif;
6        color: #000000;
7        background: #8b0000 url("lignesatacceuil.gif") no-repeat top left;
8        background-attachment:fixed;
9
10}
11
12a {
13color: #8b0000;
14}
15
16a:hover {
17color: #FF4500;
18}
19
20#general {
21        background-color: #f7f7de;
22        border-right: 4px solid #ff4500;
23        border-left: 4px solid #ff4500;
24        background-image: url('pixel-rouge.png');
25}
26
27#bandeau {
28height: 180px;
29background-color: #ff4500;
30border-bottom: 4px solid #ff4500;
31}
32
33/* menu */
34
35#navigation {
36padding:10px 0pt 20px 0px;
37}
38
39#navigation .niveau1 {
40background-image: url(fleche-lat-rouge.png);
41font-size: 13px;
42}
43
44.ulniveau2 {
45font-size: 12px;
46padding: 4px 0 14px 10px;
47font-weight: normal;
48display: none;
49}
50
51#navigation li.niveau1:hover, #navigation .niveau1.courante {
52background-image: url(fleche-down-rouge.png);
53}
54
55h1 {   
56        color: #8b0000;
57}
58
59#corps h2 {
60color: #000000;
61        border-top: 5px solid #ff4500;
62        border-bottom: 5px solid #ff4500;
63        font-size: 16px;
64}
65
66#contextes h2 {
67        color:#8B0000;
68}
Note: See TracBrowser for help on using the repository browser.