source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/magusine/general.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: 685 bytes
Line 
1/* general */
2
3body {
4        font-family: arial, geneva, sans-serif;
5}
6
7a {
8        text-decoration: none;
9        color: #333;   
10}
11
12a:hover {
13        text-decoration: underline;     
14}
15
16h1, h2, h3, h4, h5 {
17font-weight: normal;
18margin: 0;
19}
20
21#chemin {
22font-size: 9px;
23color: #333;   
24}
25
26#chemin a {
27color: #000;
28}
29
30#chemin a:hover {
31color: red;
32text-decoration: underline;
33}
34
35
36
37
38#footer {
39        background-color:#700101;
40        font-size: 9px;
41        color: #fff;
42        line-height: 140%;
43}
44
45#footer a {
46color: yellow;
47}
48
49#footer a:hover {
50text-decoration: underline;
51}
52
53#logos-bailleurs {
54margin: 1em 0;
55text-align: right;     
56}
57
58#logos-bailleurs img {
59padding: 0 4px; 
60}
61
62#contextes .forml, #contextes .forml select {
63        font-size: 10px;       
64}
65
66
Note: See TracBrowser for help on using the repository browser.