source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/cge/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: 835 bytes
Line 
1
2a {
3color:#444;
4}
5
6a:hover {
7color:#700;
8}
9
10
11/* chemin */
12
13#chemin {
14font-size:10px;
15color: #444;
16margin-bottom:12px;
17}
18
19#chemin a {
20text-decoration:none;
21color: #444;
22}
23
24#chemin a:hover {
25color: #990000;
26}
27
28
29/* corps du texte */
30
31.logo {
32margin: 0 0 10px 0;
33}
34
35.sursoustitre {
36font-size: 10px;
37margin: 0 0 9px 0;
38font-style:italic;
39}
40
41#corps h1 {
42font-size:24px;
43margin:0 0 10px 0;
44}
45
46#header {
47margin-bottom:2em;
48}
49
50#corps .dateauteurs {
51margin: 1em 0;
52}
53
54#corps .texte {
55font-size: 12px;
56line-height:140%;
57margin-bototm:1em;
58}
59
60#corps .chapeau {
61font-size: 12px;
62line-height:140%;
63font-weight:bold;
64margin-bottom:1em;
65}
66
67h3 {
68font-size: 18px;
69margin: 2em 0 0.4em 0;
70font-weight:normal;
71}
72
73#corps #texteconteneur {
74margin-bottom:2em;
75}
76
77.ps {
78margin-bottom:1em;
79font-size: 10px;
80line-height: 120%;
81}
82
83.ps strong {
84font-size:12px;
85}
Note: See TracBrowser for help on using the repository browser.