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

  • Property svn:executable set to *
File size: 631 bytes
Line 
1/* styles specifiques au site metices */
2
3#edito h2 {
4display:none;
5}
6
7#artinrub h2 {
8display:none;
9}
10
11#corps #artinrub.listagebloc, #corps #edito.listagebloc {
12background-image:none;
13}
14
15.membre-statut {
16float:right;
17font-size:10px;
18color:red;
19width:200px;
20padding-top:3px;
21}
22
23.membre-head {
24border-top:1px solid #ccc;
25padding-top:6px;
26}
27
28#recherches {
29border-collapse:collapse;
30font-size:11px;
31width:100%;
32}
33
34#recherches th {
35background-color:#eee;
36padding:3px;
37font-size: 12px;
38font-weight:bold;
39cursor: pointer; 
40border:1px solid #ccc;
41}
42
43#recherches td {
44padding:3px;
45border:1px solid #ccc;
46}
47
48#rechercherapide{
49padding:6px;
50}
Note: See TracBrowser for help on using the repository browser.