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