]> nos-oignons.net Git - website.git/blobdiff - local.css
On met un filet sur la sidebar
[website.git] / local.css
index cae7d5ee8f9323c6b7197af2b3b0acaac3c6d3d1..0a625c1c33d6dc974a914ca30fac651b7476e342 100644 (file)
--- a/local.css
+++ b/local.css
@@ -62,6 +62,7 @@ body {
        padding: 0;
        font-size: 9pt;
        font-family: "Gentium Basic", serif;
+       font-size-adjust: 0.4;
        color: #b3b3b3;
        background: url(assets/tile.png);
 }
@@ -120,6 +121,7 @@ body {
        font-size: 26pt;
        color: black;
        font-family: "Linux Biolinum O", sans-serif;
+       font-size-adjust: 0.39;
 }
 
 .pageheader .title .translationstatus {
@@ -221,12 +223,13 @@ body {
        /*box-shadow: 0 3px 0.4em 0 #333366;*/
        background: white url(assets/background.png) no-repeat bottom center;
        color: black;
+       border-left: solid 1px #ccc;
 }
 
 /* {{{ .sidebar */
 .sidebar {
        position: absolute;
-       top: 12em;
+       top: 100px;
        overflow: hidden;
        width: 12em;
        margin: 0;
@@ -234,6 +237,8 @@ body {
        border: none;
        z-index: 100;
        background: #f5f5f5;
+       border-top: solid 1px #ccc;
+       padding-top: 3em;
 }
 
 .sidebar ul, .actions ul {
@@ -263,6 +268,7 @@ body {
        color: #a756af;
        background: transparent;
        font-family: "Linux Biolinum O", sans-serif;
+       font-size-adjust: 0.39;
 }
 
 .sidebar ul li > span,
@@ -314,17 +320,18 @@ body {
 
 #content h1 {
        font-size: 26pt;
-       font-weight: normal;
-       color: #adff25;
+       font-weight: bold;
        color: #ffa430;
        text-shadow: 2px 2px 1px #444;
        font-family: "Linux Biolinum O", sans-serif;
+       font-size-adjust: 0.39;
 }
 
 #content h2 {
        font-size: 20pt;
        font-weight: normal;
        font-family: "Linux Biolinum O", sans-serif;
+       font-size-adjust: 0.39;
 }
 
 #content h2 + p {
@@ -336,6 +343,7 @@ body {
        margin-bottom: 0;
        padding-bottom: 0;
        font-family: "Linux Biolinum O", sans-serif;
+       font-size-adjust: 0.39;
 }
 
 #content h3 + p {
@@ -383,6 +391,7 @@ body {
        background:    -moz-linear-gradient(#001030, #57075f);
        background:         linear-gradient(#001030, #57075f);
        font-family: "Linux Biolinum O", sans-serif;
+       font-size-adjust: 0.39;
 }
 
 #footer #pageinfo {