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

Last change on this file since 288 was 272, checked in by guille, 15 years ago

se agrego CSocial2

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