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