Commit 5aacce24dffab6b45d74b469bc6d11631a954bd8

Authored by William Daniau
1 parent fdb370fcc5
Exists in master

+ Ajout d'une couleur de fond

+ Couleur et positionnement de hr
+ Décalage du menu de 20px
+ Titres de fin de pages colorés

Showing 1 changed file with 20 additions and 4 deletions Side-by-side Diff

templates/html/Default_with_index.html
... ... @@ -37,6 +37,7 @@
37 37 padding-left: 10px;
38 38 padding-right: 10px;
39 39 padding-bottom: 20px;
  40 + padding-top: 10px;
40 41 }
41 42  
42 43 .menu{
... ... @@ -49,6 +50,7 @@
49 50 background: #fafafa;
50 51 border-style: solid;
51 52 border-width: 1px;
  53 + margin-left:-20px;
52 54 }
53 55  
54 56 .menu a,.menu a:link,.menu a:hover,.menu a:active,.menu a:visited {
55 57  
56 58  
57 59  
... ... @@ -72,21 +74,31 @@
72 74 z-index: 1;
73 75 }
74 76  
75   - hr{clear:both;}
  77 + hr{
  78 + clear:both;
  79 + border-style: solid;
  80 + border-width: 1px;
  81 + border-color: #4e9a06;
  82 + }
76 83  
77 84 body {
78 85 max-width:63em;
79 86 display:block;
80 87 margin-left:auto;
81 88 margin-right:auto;
  89 + background: lightslategrey;
82 90 }
83 91  
84 92 .intercalaire {
85 93 background:white;
86 94 margin-top: 48px;
87   - padding: 5px;
  95 + padding: 10px;
88 96 }
89 97  
  98 + .bold-footer {
  99 + color: #4e9a06;
  100 + }
  101 +
90 102 </style>
91 103  
92 104 <!-- Themes clair :
93 105  
... ... @@ -218,12 +230,16 @@
218 230 </div>
219 231  
220 232 <br />
  233 +
  234 + <div style="padding-bottom:10px;">
  235 + <hr />
  236 + </div>
221 237  
222 238 <div class='page-footer'>
223 239 <!--[% FOR link IN page.backlinks %]-->
224 240 [% IF loop.first %]
225 241 <a name="backlinks"></a>
226   - <b>[% gettext("Backlinks:") %]</b>
  242 + <b class="bold-footer">[% gettext("Backlinks:") %]</b>
227 243 [% END %]
228 244  
229 245 <a href='[% uri(link) %]'>[% link.name %]</a>
... ... @@ -234,7 +250,7 @@
234 250 <!--[% FOR file IN page.attachments %]-->
235 251 [% IF loop.first %]
236 252 <a name="attach"></a>
237   - <b>[% gettext("Attachments:") %]</b>
  253 + <b class="bold-footer">[% gettext("Attachments:") %]</b>
238 254 <table>
239 255 [% END %]
240 256