source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/tob/disposition.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: 638 bytes
Line 
1/* feuille de style du theme : Tod */
2
3/* containers de premier niveau */
4#general {
5        width: 900px;
6        margin: 70px auto 40px auto;
7}
8
9#bandeau {
10        position: absolute;
11        top: 0;
12        width: 450px;
13        height: 80px;
14        background-repeat: no-repeat;
15        background-position: bottom left;
16        margin-top:16px;       
17}
18       
19#chemin, #chemin-vide {
20}
21
22#contextes {
23        float:right;
24        width:254px;
25}
26
27#corps {
28        margin-right: 260px;   
29        padding:12px;
30        background-color: #181818;
31}
32
33#footer {
34margin-top:6px;
35font-size:10px;
36clear:both;
37background-color:#0B0B0B;
38border-bottom:1px solid #222222;
39border-top:1px solid #222222;
40color:#999999;
41font-weight:bold;
42padding:4px 12px;
43}
Note: See TracBrowser for help on using the repository browser.