source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/sharp/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.4 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:0;
38margin-top:5px;
39}
40
41.spip_documents_left {
42float: left;   
43margin: 0 1em 1em 0;
44}
45
46.spip_documents_right {
47float: right; 
48margin: 0 0 1em 1em;
49}
50
51.spip_documents_center {
52display: block;
53text-align: center; 
54margin: 1em 0;
55}
56
57.spip_doc_titre {
58margin: 3px;
59font-size: 10px;
60text-align: center;
61}
62
63.spip_doc_descriptif {
64font-size: 9px;
65text-align: center;
66line-height: 120%;
67}
68
69
70div.spip_code {
71font-family: courier, sans-serif;
72font-size: 100%;
73padding: 10px 10px 10px 10px;
74margin: 10px 5px 10px 5px;
75border: 1px solid #ccc;
76background-color: #efefef;
77}
78
79span.spip_code {
80font-family: courier, sans-serif;
81font-size: 100%;
82} 
83
84.spip_surligne {
85background-color: yellow;
86}
87/* comportement des css generee par spip */
88
89p.spip {
90margin: 1em 0 2em 0;
91}
92
93fieldset {
94border: none;
95}
96
97legend {
98font-size: 18px;
99font-family: courier, monospace;
100margin-bottom: 10px;
101}
102
103fieldset p {
104margin: 6px 0 18px 0;
105}
106
107label {
108font-weight: bold;
109font-size: 12px;
110}
Note: See TracBrowser for help on using the repository browser.