source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/egalite/defaut-spip.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.5 KB
Line 
1/* comportements par defaut */
2
3ul, li {
4list-style-type: none;
5margin: 0;
6padding: 0;     
7}
8
9p {
10margin: 0;     
11}
12
13a img {
14border: none;
15}
16
17img {
18behavior: url("win_png.htc");   
19}
20
21h1, h2, h3, h4, h5, h6 {
22margin: 0;     
23}
24
25/* redefinition de tgs de spip */
26
27spip_logos {
28        border: 1px solid #ccc;
29        margin: 0;
30        padding: 0;
31        background-color: #FFF;
32}
33
34.spip_documents_left img, .spip_documents_right img, .spip_documents_center img {
35border: 1px solid #ccc;
36background-color: #efefef;
37padding: 0px;
38}
39
40.spip_documents_left {
41float: left;   
42margin: 0 1em 1em 0;
43text-align: center; 
44}
45
46.spip_documents_right {
47float: right; 
48margin: 0 0 1em 1em;
49text-align: center; 
50}
51
52.spip_documents_center {
53display: block;
54text-align: center; 
55margin: 1em 0;
56}
57
58.spip_doc_titre {
59margin: 3px;
60font-size: 10px;
61text-align: center;
62margin:0 auto;
63}
64
65.spip_doc_descriptif {
66font-size: 9px;
67text-align: center;
68line-height: 120%;
69margin:0 auto;
70}
71
72
73div.spip_code {
74font-family: courier, sans-serif;
75font-size: 100%;
76padding: 10px 10px 10px 10px;
77margin: 10px 5px 10px 5px;
78border: 1px solid #ccc;
79background-color: #efefef;
80}
81
82span.spip_code {
83font-family: courier, sans-serif;
84font-size: 100%;
85} 
86
87.spip_surligne {
88background-color: yellow;
89}
90/* comportement des css generee par spip */
91
92p.spip {
93margin: 1em 0 2em 0;
94}
95
96fieldset {
97border: none;
98}
99
100legend {
101font-size: 18px;
102font-family: courier, monospace;
103margin-bottom: 10px;
104}
105
106fieldset p {
107margin: 6px 0 18px 0;
108}
109
110label {
111font-weight: bold;
112font-size: 12px;
113}
114
115#proposer-site legend {
116display:none;
117}
Note: See TracBrowser for help on using the repository browser.