source: trunk/spip/esqueleto-redcta/plugins/magusine-portage2/themes/CSocial.2/defaut-spip.css @ 344

Last change on this file since 344 was 344, checked in by juan, 15 years ago

estilos defaut-spip.css

File size: 1.4 KB
Line 
1/* redefinition de tgs de spip */
2
3spip_logos {
4        border: 1px solid #ccc;
5        margin: 0 0 5px 5px;
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;   
18
19margin: 0 2em 1em 0;
20}
21
22.spip {margin: 15px 0 6px 0px}
23
24
25.spip_documents_right {
26float: right;
27margin: 0 0 1em 1em;
28}
29
30.spip_documents_center {
31display: block;
32text-align: center;
33margin: 1em auto;
34}
35
36.spip_doc_titre {
37margin: 3px;
38font-size: 10px;
39text-align: center;
40}
41
42.spip_doc_descriptif {
43font-size: 9px;
44text-align: center;
45line-height: 120%;
46}
47
48
49div.spip_code {
50font-family: courier, monospace;
51font-size: 100%;
52padding: 10px 10px 10px 10px;
53margin: 10px 5px 10px 5px;
54border: 1px solid #ccc;
55background-color: #efefef;
56}
57
58span.spip_code {
59font-family: courier, sans-serif;
60font-size: 100%;
61} 
62
63.spip_surligne {
64background-color: yellow;
65}
66/* comportement des css generee par spip */
67
68p.spip {
69margin: 1em 0.5em 2em 0;
70}
71
72fieldset {
73border: none;
74margin-top: 1em;
75}
76
77legend {
78font-size: 12px;
79font-weight: bold;
80}
81
82fieldset p {
83margin: 6px 0 18px 0;
84}
85
86label {
87
88font-size: 10px;
89}
90
91#contextes .forml {
92width: 98%;
93font-size: 10px;
94}
95
96#contextes .spip_bouton input {
97font-size: 10px;
98}
Note: See TracBrowser for help on using the repository browser.