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