source: trunk/spip/2.1/extensions/magusine-portage2.1/css/gabarits.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.6 KB
Line 
1#general {
2width: 660px;
3margin: 0 auto;
4font-family: arial, verdana, sans-serif;       
5}
6
7.conteneur_bloc {
8float: left;
9width: 145px;
10font-size: 10px;
11border: 1px solid #555;
12
13list-style-type: none;
14padding: 6px;
15margin: 0;
16}
17
18#reserves .conteneur_bloc {
19float:none;
20}
21
22#reserves {
23width: 155px;
24float: right;
25}
26
27#reserves #avance {
28margin-top:6px;
29}
30
31.bloc {
32padding: 4px;
33margin: 4px 0;
34border: 1px solid #666;
35background-color:white;
36}
37
38.sortableactive {
39border: 1px solid red; 
40}
41
42.sortablehover {
43        border: 1px solid green;
44}
45
46.sorthelper {
47        border: 1px dashed green;
48}
49
50.poignee {
51width: 10px;
52height: 10px;
53background-color: green;
54float: left;
55margin-right: 4px;
56margin-bottom: 2px;
57cursor: move;   
58}
59
60.titre-bloc {
61font-size: 10px;
62font-weight: bold;
63}
64
65.selecteur-param {
66font-size: 9px;
67width: 99%;
68}
69
70.clearer {
71clear: both;   
72}
73
74#pageweb {
75float: left;
76border: 1px solid #ccc;
77width:486px;
78padding:4px;
79background-color: #fff;
80margin-bottom:6px;
81}
82
83#bandeau, #footer {
84height: 40px;
85border: 1px solid #ccc; 
86background-image:url(../images/stripes.gif);
87}
88
89#bandeau {
90margin-bottom: 4px;
91}
92
93#footer {
94margin-top: 4px;
95}
96
97.option-bloc {
98display: none;
99}
100
101
102#contexte2 {
103margin:0 4px;
104}
105
106#contexte1 .option-bloc {
107display: block;
108}
109
110#contexte2 .option-bloc {
111display: block;
112}
113
114#corps .option-bloc {
115display: block;
116}
117
118.option-bloc select {
119font-size: 9px;
120}
121
122#reponse {
123  float:right;
124  font-weight:bold;
125  color:white;
126}
127
128#source {
129width:90%;
130}
131
132#deroulant-gabarits {
133text-align:right;
134font-family:arial, verdana, sans-serif;
135font-size:12px;
136margin:6px 170px 6px 0;
137}
138
139#deroulant-gabarits select {
140font-size:10px;
141}
Note: See TracBrowser for help on using the repository browser.