source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/neoclassic/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: 978 bytes
Line 
1/* feuille de style DISPOSITION.CSS - theme : neoclassic */
2/* version 10 octobre 2005 */
3/* Code par stephane noel dans le cadre du projet Magusine des Corsaires asbl */
4/* Except where otherwise noted, this theme
5licensed under a Creative Commons Attribution 2.5 License */
6
7body {
8margin: 0;
9}
10
11#general {
12        background-color: #fff;
13        width: 760px;
14        margin: 0 auto;
15        border-right: 2px solid #263f0d;
16        border-left: 2px solid #263f0d;
17}
18
19#bandeau {
20height: 176px;
21background-repeat: no-repeat;
22background-position: left bottom;
23border-bottom: 2px solid #999;
24}
25
26#contextes {
27float: left;
28width: 200px;
29padding: 10px 0 20px 10px;
30}
31
32#navigation {
33margin-bottom: 20px;
34}
35
36#chemin-vide {
37display: none;
38}
39
40#chemin {
41border-bottom: 1px solid #999;
42padding: 4px 6px;
43}
44
45#corps {
46margin-left: 230px;
47padding-right: 20px;
48}
49
50#footer {
51border-top: 1px solid #333;
52        padding: 10px 10px 30px 10px;
53        margin-top: 40px;
54        clear: both;
55        text-align: center;
56}
57
58#magusine-footer {
59margin: 6px 0;
60}
Note: See TracBrowser for help on using the repository browser.