Last change
on this file since 229 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
1.1 KB
|
Rev | Line | |
---|
[80] | 1 | /* feuille de style print */ |
---|
| 2 | |
---|
| 3 | body { |
---|
| 4 | font-family: arial, helvetica, sans-serif; |
---|
| 5 | font-size: 10pt; |
---|
| 6 | } |
---|
| 7 | |
---|
| 8 | a { |
---|
| 9 | color: #333; |
---|
| 10 | } |
---|
| 11 | |
---|
| 12 | #general { |
---|
| 13 | margin:0; |
---|
| 14 | width:94%; |
---|
| 15 | padding:0; |
---|
| 16 | } |
---|
| 17 | |
---|
| 18 | #navigation, #contextes, #chemin, #magusine-footer { |
---|
| 19 | display:none; |
---|
| 20 | } |
---|
| 21 | |
---|
| 22 | .spip-admin-float { |
---|
| 23 | display:none; |
---|
| 24 | } |
---|
| 25 | |
---|
| 26 | #corps { |
---|
| 27 | width:100% |
---|
| 28 | margin-right:0; |
---|
| 29 | margin-top:0; |
---|
| 30 | margin-bottom:0; |
---|
| 31 | margin-left:0; |
---|
| 32 | padding:0; |
---|
| 33 | } |
---|
| 34 | |
---|
| 35 | .sursoustitre { |
---|
| 36 | font-size:7pt; |
---|
| 37 | letter-spacing:0.1em; |
---|
| 38 | } |
---|
| 39 | |
---|
| 40 | .chapeau { |
---|
| 41 | font-weight:bold; |
---|
| 42 | } |
---|
| 43 | |
---|
| 44 | .dateauteurs { |
---|
| 45 | font-size:10pt; |
---|
| 46 | } |
---|
| 47 | |
---|
| 48 | .texte { |
---|
| 49 | line-height: 120%; |
---|
| 50 | text-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 { |
---|
| 60 | display:none; |
---|
| 61 | } |
---|
| 62 | |
---|
| 63 | |
---|
| 64 | /* cas particuliers */ |
---|
| 65 | .listageconteneur li { |
---|
| 66 | list-style-type: none; |
---|
| 67 | } |
---|
| 68 | |
---|
| 69 | .listagerepondre { |
---|
| 70 | display:none; |
---|
| 71 | } |
---|
| 72 | |
---|
| 73 | .listagelogo { |
---|
| 74 | float: left; |
---|
| 75 | margin: 0 1em 1em 0; |
---|
| 76 | } |
---|
| 77 | |
---|
| 78 | .listageconteneur li, .listagebloc { |
---|
| 79 | clear: left; |
---|
| 80 | } |
---|
| 81 | |
---|
| 82 | .spip_documents_left { |
---|
| 83 | margin:0 1em 1em 0; |
---|
| 84 | } |
---|
| 85 | |
---|
| 86 | .spip_documents_right { |
---|
| 87 | margin:0 0 1em 1em; |
---|
| 88 | } |
---|
| 89 | |
---|
| 90 | .spip_documents_center { |
---|
| 91 | margin:1em auto 1em auto; |
---|
| 92 | text-align:center; |
---|
| 93 | display:block; |
---|
| 94 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.