source: trunk/spip/2.1/extensions/magusine-portage2.1/css/print.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: 1.1 KB
Line 
1/* feuille de style print */
2
3body {
4font-family: arial, helvetica, sans-serif;
5font-size: 10pt;
6}
7
8a {
9color: #333;   
10}
11
12#general {
13margin:0;
14width:94%;
15padding:0;     
16}
17
18#navigation, #contextes, #chemin, #magusine-footer {
19display:none;   
20}
21
22.spip-admin-float {
23display:none;   
24}
25
26#corps {
27width:100%
28margin-right:0;
29margin-top:0;
30margin-bottom:0;
31margin-left:0;
32padding:0;     
33}
34
35.sursoustitre {
36font-size:7pt;
37letter-spacing:0.1em;   
38}
39
40.chapeau {
41font-weight:bold;       
42}
43
44.dateauteurs {
45font-size:10pt; 
46}
47
48.texte {
49line-height: 120%;
50text-align:justify;     
51}
52
53#footer {
54        border-top: 1px solid #ccc;
55        margin-top:2em;
56        }
57
58/* liste sans interet à montrer */
59#galerie-video, #galerie-audio, #piecesjointes {
60display:none;   
61}
62
63
64/* cas particuliers */
65.listageconteneur li {
66list-style-type: none; 
67}
68
69.listagerepondre {
70display:none;   
71}
72
73.listagelogo {
74        float: left;
75        margin: 0 1em 1em 0;
76}
77
78.listageconteneur li, .listagebloc {
79clear: left;   
80}
81
82.spip_documents_left {
83margin:0 1em 1em 0;     
84}
85
86.spip_documents_right {
87margin:0 0 1em 1em;     
88}
89
90.spip_documents_center {
91margin:1em auto 1em auto;
92text-align:center;
93display:block; 
94}
Note: See TracBrowser for help on using the repository browser.