source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/thinner/thinner-specific.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

File size: 1.5 KB
Line 
1/* styles specifiques au site metices */
2
3
4/* comportement des tables */
5.listagetable {
6width:100%;
7border-bottom:1px solid #ccc;
8border-collapse:collapse;
9}
10
11.listagetable thead {
12background-color:#eee;
13text-align:left;
14}
15
16.listagetable th {
17padding:2px;
18}
19
20.listagetable td {
21padding:2px;   
22}
23
24.listagetable tr {
25border-top:1px solid #ccc;     
26}
27
28.listagetable a {
29text-decoration:none;
30}
31
32.listagetable .tdtitre {
33font-weight:bold;       
34}
35
36.listagetable .tdinfo { 
37}
38
39/* formulaire quicksearch */
40
41#quicksearch {
42margin-bottom:4px;     
43}
44
45#loader {
46padding-left:6px;
47color:red;     
48}
49
50#quicksearch input {
51font-size:9px;
52padding:2px;
53border:1px solid #666;
54}
55
56/* bloc speciaux */
57
58#edito h2, #artinrub h2 {
59display:none;
60}
61
62#edito h1 {
63margin-bottom:1em;     
64}
65
66#corps #edito.listagebloc {
67border-top:0;   
68}
69
70#edito .chapeau {
71font-size:14px;
72margin-bottom:0.6em;
73color:#536377; 
74}
75
76#edito .texte {
77font-size:14px;
78color:#536377; 
79}
80
81#bloc-recherche input {
82border:1px solid #999;
83padding:3px;
84font-size:10px;
85color:#333;
86}
87
88#corps #artinrub.listagebloc, #corps #edito.listagebloc {
89background-image:none;
90}
91
92.membre-statut {
93float:right;
94font-size:10px;
95color:red;
96width:200px;
97padding-top:3px;
98}
99
100.membre-head {
101border-top:1px solid #ccc;
102padding-top:6px;
103}
104
105#recherches {
106border-collapse:collapse;
107font-size:11px;
108width:100%;
109}
110
111#recherches th {
112background-color:#eee;
113padding:3px;
114font-size: 12px;
115font-weight:bold;
116cursor: pointer; 
117border:1px solid #ccc;
118}
119
120#recherches td {
121padding:3px;
122border:1px solid #ccc;
123}
124
125#rechercherapide{
126padding:6px;
127}
Note: See TracBrowser for help on using the repository browser.