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