source: trunk/spip/esqueleto-redcta/plugins/magusine/themes/loustic/principal.css @ 80

Last change on this file since 80 was 80, checked in by guille, 15 years ago

el plugin completo

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1/* loustic */
2
3h1, h2, h3, h4, h5, h6 {
4font-weight: normal;
5}
6
7body {
8background: url('bg.gif') #441100;
9font: 10px Verdana, Arial, sans-serif;
10margin: 0;
11color: #666;
12}
13
14#general {
15width: 820px;
16margin: 100px auto 20px auto;
17border-top: 5px #bb2244 solid;
18position: relative;
19}
20
21#bandeau {
22height: 80px;
23width: 280px;
24position: absolute;
25top: -90px;
26background:url('logo-loustic.gif') bottom left no-repeat;
27}
28
29#navigation {
30margin: 20px 0 0 300px;
31position: absolute;
32top: -60px;
33width: 480px;
34}
35
36#contenus {
37background-color: #fff;
38margin-left:180px;
39
40}
41
42#contexte1 {
43background-color: #FFF8F8;
44width: 160px;
45position: absolute;
46left: 0;
47padding: 20px 10px 40px 10px;
48}
49
50#contexte2 {
51width: 130px;
52float: right;
53padding: 20px 16px 20px 10px;
54}
55
56#chemin {
57padding: 0 0 16px 0;
58font-size: 9px;
59}
60
61#chemin a {
62color: #666;
63}
64
65#corps {
66padding: 20px 14px 20px 40px;
67margin-right: 160px;
68}
69
70#footer {
71color: #fff;
72margin-top: 20px;
73font-size:9px;
74}
75
76#footer #site-footer {
77background-color: #661100;
78padding: 6px;
79margin-left: 180px;
80}
81
82#magusine-footer, #logos-bailleurs {
83padding: 6px;
84margin-left: 180px;
85margin-right: 40px;
86text-align: right;
87margin-top: 10px;
88color:#BA8177;
89}
90
91#magusine-footer a {
92color: #BA8177;
93}
94
95#magusine-footer a:hover {
96color: #f00;
97}
Note: See TracBrowser for help on using the repository browser.