source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/samarcande/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.7 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
27#corps h3 {
28font-size: 12px;
29text-transform: uppercase;
30font-weight: bold;
31margin: 2em 0 1em 0;
32}
33
34spip_logos {
35        border: 1px solid #ccc;
36        margin: 0;
37        padding: 0;
38        background-color: #FFF;
39}
40
41.spip_documents_left img, .spip_documents_right img, .spip_documents_center img {
42border: 1px solid #ccc;
43background-color: #efefef;
44padding: 0px;
45}
46
47.spip_documents_left {
48float: left;   
49margin: 0 1em 1em 0;
50}
51
52.spip_documents_right {
53float: right; 
54margin: 0 0 1em 1em;
55}
56
57.spip_documents_center {
58display: block;
59text-align: center; 
60margin: 1em 0;
61}
62
63.spip_doc_titre {
64margin: 3px;
65font-size: 10px;
66text-align: center;
67}
68
69.spip_doc_descriptif {
70font-size: 9px;
71text-align: center;
72line-height: 120%;
73}
74
75
76div.spip_code {
77font-family: courier, sans-serif;
78font-size: 100%;
79padding: 10px 10px 10px 10px;
80margin: 10px 5px 10px 5px;
81border: 1px solid #ccc;
82background-color: #efefef;
83}
84
85span.spip_code {
86font-family: courier, sans-serif;
87font-size: 100%;
88} 
89
90.spip_surligne {
91background-color: yellow;
92}
93/* comportement des css generee par spip */
94
95p.spip {
96margin: 1em 0 2em 0;
97}
98
99fieldset {
100border: none;
101}
102
103#contextes fieldset {
104font-size: 10px;
105}
106
107#corps legend {
108font-size: 18px;
109margin-bottom: 10px;
110}
111
112#contextes legend {
113font-size: 12px;
114margin-bottom: 10px;
115}
116
117fieldset p {
118margin: 0.5em 0 1em 0;
119}
120
121#corps label {
122font-weight: bold;
123font-size: 12px;
124}
125
126#contextes label {
127font-weight: bold;
128font-size: 10px;
129}
130
131#contextes .forml {
132width: 100%;
133}
Note: See TracBrowser for help on using the repository browser.