source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/thinner/metices-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#corps #edito.listagebloc {
63border-top:0;   
64}
65
66#edito .chapeau {
67font-size:18px;
68margin-bottom:0.6em;
69font-weight:normal;
70color:#536377; 
71}
72
73#edito .texte {
74font-size:16px;
75color:#536377; 
76}
77
78#bloc-recherche input {
79border:1px solid #999;
80padding:3px;
81font-size:10px;
82color:#333;
83}
84
85#corps #artinrub.listagebloc, #corps #edito.listagebloc {
86background-image:none;
87}
88
89.membre-statut {
90float:right;
91font-size:10px;
92color:red;
93width:200px;
94padding-top:3px;
95}
96
97.membre-head {
98border-top:1px solid #ccc;
99padding-top:6px;
100}
101
102#recherches {
103border-collapse:collapse;
104font-size:11px;
105width:100%;
106}
107
108#recherches th {
109background-color:#eee;
110padding:3px;
111font-size: 12px;
112font-weight:bold;
113cursor: pointer; 
114border:1px solid #ccc;
115}
116
117#recherches td {
118padding:3px;
119border:1px solid #ccc;
120}
121
122#rechercherapide{
123padding:6px;
124}
Note: See TracBrowser for help on using the repository browser.