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