Last change
on this file since 89 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
1.6 KB
|
Rev | Line | |
---|
[80] | 1 | /* feuille de style POLICES.CSS - theme : neoclassic */ |
---|
| 2 | /* version 10 octobre 2005 */ |
---|
| 3 | /* Code par stephane noel dans le cadre du projet Magusine des Corsaires asbl */ |
---|
| 4 | /* Except where otherwise noted, this theme |
---|
| 5 | licensed under a Creative Commons Attribution 2.5 License */ |
---|
| 6 | |
---|
| 7 | body { |
---|
| 8 | background-image: url('pattern-green.gif'); |
---|
| 9 | font-family: Georgia, times, serif; |
---|
| 10 | color: #222; |
---|
| 11 | } |
---|
| 12 | |
---|
| 13 | ul, li { |
---|
| 14 | padding: 0; |
---|
| 15 | list-style-type: none; |
---|
| 16 | margin: 0; |
---|
| 17 | } |
---|
| 18 | |
---|
| 19 | a { |
---|
| 20 | color: #006600; |
---|
| 21 | text-decoration: none; |
---|
| 22 | } |
---|
| 23 | |
---|
| 24 | a:hover { |
---|
| 25 | color: #99CC00; |
---|
| 26 | text-decoration: underline; |
---|
| 27 | } |
---|
| 28 | |
---|
| 29 | a img { |
---|
| 30 | border: none; |
---|
| 31 | } |
---|
| 32 | |
---|
| 33 | #bandeau { |
---|
| 34 | background-image: url('bandeau.jpg'); |
---|
| 35 | background-repeat: no-repeat; |
---|
| 36 | } |
---|
| 37 | |
---|
| 38 | #general { |
---|
| 39 | background-image: url('pixel-vert.png'); |
---|
| 40 | background-position: 220px 0; |
---|
| 41 | background-repeat: repeat-y; |
---|
| 42 | } |
---|
| 43 | |
---|
| 44 | /* listage des textes */ |
---|
| 45 | |
---|
| 46 | #header { |
---|
| 47 | padding: 10px 0; |
---|
| 48 | } |
---|
| 49 | |
---|
| 50 | #header .logo { |
---|
| 51 | float: right; |
---|
| 52 | margin: 0 0 1em 1em; |
---|
| 53 | border: 1px solid #ccc; |
---|
| 54 | } |
---|
| 55 | |
---|
| 56 | .sursoustitre { |
---|
| 57 | font-size: 10px; |
---|
| 58 | color: #333; |
---|
| 59 | letter-spacing: 0.1em; |
---|
| 60 | } |
---|
| 61 | |
---|
| 62 | .dateauteurs { |
---|
| 63 | font-size: 9px; |
---|
| 64 | color: #999; |
---|
| 65 | margin: 0.5em 0; |
---|
| 66 | } |
---|
| 67 | |
---|
| 68 | h1 { |
---|
| 69 | margin: 6px 0px 6px 0px; |
---|
| 70 | font-size: 24px; |
---|
| 71 | color: #88D648; |
---|
| 72 | letter-spacing: 0.05em; |
---|
| 73 | } |
---|
| 74 | |
---|
| 75 | .clearer_header { |
---|
| 76 | clear: right; |
---|
| 77 | } |
---|
| 78 | |
---|
| 79 | .chapeau { |
---|
| 80 | margin: 10px 30px 10px 0px; |
---|
| 81 | font-size: 12px; |
---|
| 82 | font-weight: bold; |
---|
| 83 | line-height: 150%; |
---|
| 84 | } |
---|
| 85 | |
---|
| 86 | .texte { |
---|
| 87 | line-height: 150%; |
---|
| 88 | font-size: 12px; |
---|
| 89 | } |
---|
| 90 | |
---|
| 91 | h3 { |
---|
| 92 | font-size: 180%; |
---|
| 93 | margin: 30px 0 15px 0; |
---|
| 94 | font-weight: normal; |
---|
| 95 | line-height: 14px; |
---|
| 96 | text-align: left; |
---|
| 97 | } |
---|
| 98 | |
---|
| 99 | .notes { |
---|
| 100 | font-size: 9px; |
---|
| 101 | margin: 6px 0px 6px 0px; |
---|
| 102 | } |
---|
| 103 | |
---|
| 104 | .ps { |
---|
| 105 | font-size: 9px; |
---|
| 106 | margin: 14px 0px 6px 0px; |
---|
| 107 | } |
---|
| 108 | |
---|
| 109 | .clearer { |
---|
| 110 | clear: right; |
---|
| 111 | } |
---|
| 112 | |
---|
| 113 | #footer { |
---|
| 114 | background-color: #ccc; |
---|
| 115 | font-size: 9px; |
---|
| 116 | } |
---|
| 117 | |
---|
| 118 | #chemin { |
---|
| 119 | font-size: 10px; |
---|
| 120 | } |
---|
| 121 | |
---|
Note: See
TracBrowser
for help on using the repository browser.