]> nos-oignons.net Git - website.git/blobdiff - local.css
Nouvelle session de travail sur le style
[website.git] / local.css
index 0a625c1c33d6dc974a914ca30fac651b7476e342..cefb2de2340ad8636ab21325ccfee74db71a09fb 100644 (file)
--- a/local.css
+++ b/local.css
@@ -1,56 +1,34 @@
 /* vim: set ts=4 sts=4 sw=4 isk+=-,. fen fcl=all fdm=marker fmr={{{,}}} fml=2 : */
 
 @font-face {
-       font-family: "Gentium Basic";
-       src: url("assets/Gentium_Basic/GenBasR-webfont.eot");
-       src: url("assets/Gentium_Basic/GenBasR-webfont.eot?#iefix") format("embedded-opentype"),
-            url("assets/Gentium_Basic/GenBasR-webfont.ttf") format("truetype"),
-            url("assets/Gentium_Basic/GenBasR-webfont.svg#GentiumBasicRegular") format("svg");
-       font-weight: normal;
-       font-style: normal;
-}
-@font-face {
-       font-family: "Gentium Basic";
-       src: url("assets/Gentium_Basic/GenBasI-webfont.eot");
-       src: url("assets/Gentium_Basic/GenBasI-webfont.eot?#iefix") format("embedded-opentype"),
-            url("assets/Gentium_Basic/GenBasI-webfont.ttf") format("truetype"),
-            url("assets/Gentium_Basic/GenBasI-webfont.svg#GentiumBasicItalic") format("svg");
-       font-weight: normal;
-       font-style: italic;
+  font-family: 'Open Sans';
+  font-style: normal;
+  font-weight: 400;
+  src: local('Open Sans'), local('OpenSans'), url(assets/OpenSans/OpenSans.ttf) format('truetype');
 }
 @font-face {
-       font-family: "Gentium Basic";
-       src: url("assets/Gentium_Basic/GenBasB-webfont.eot");
-       src: url("assets/Gentium_Basic/GenBasB-webfont.eot?#iefix") format("embedded-opentype"),
-            url("assets/Gentium_Basic/GenBasB-webfont.ttf") format("truetype"),
-            url("assets/Gentium_Basic/GenBasB-webfont.svg#GentiumBasicBold") format("svg");
-       font-weight: bold;
-       font-style: normal;
-}
-@font-face {
-       font-family: "Gentium Basic";
-       src: url("assets/Gentium_Basic/GenBasBI-webfont.eot");
-       src: url("assets/Gentium_Basic/GenBasBI-webfont.eot?#iefix") format("embedded-opentype"),
-            url("assets/Gentium_Basic/GenBasBI-webfont.ttf") format("truetype"),
-            url("assets/Gentium_Basic/GenBasBI-webfont.svg#GentiumBasicBoldItalic") format("svg");
-       font-weight: bold;
-       font-style: italic;
+  font-family: 'Open Sans';
+  font-style: normal;
+  font-weight: 700;
+  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(assets/OpenSans/OpenSans-Bold.ttf) format('truetype');
 }
-
 @font-face {
-       font-family: "Linux Biolinum O";
-       src: url(assets/LinBiolinum_R.otf);
-       font-style: normal;
+  font-family: 'Open Sans';
+  font-style: italic;
+  font-weight: 400;
+  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(assets/OpenSans/OpenSans-Italic.ttf) format('truetype');
 }
 @font-face {
-       font-family: "Linux Biolinum O";
-       src: url(assets/LinBiolinum_RB.otf);
-       font-weight: bold;
+  font-family: 'Open Sans';
+  font-style: italic;
+  font-weight: 700;
+  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(assets/OpenSans/OpenSans-BoldItalic.ttf) format('truetype');
 }
 @font-face {
-       font-family: "Linux Biolinum O";
-       src: url(assets/LinBiolinum_RI.otf);
-       font-style: italic;
+  font-family: 'Incosolata';
+  font-style: normal;
+  font-weight: 400;
+  src: local('Incosolata'), local('Inconsolata-Regular'), url(assets/Inconsolata/Inconsolata.otf) format('opentype');
 }
 
 html {
@@ -60,17 +38,19 @@ html {
 body {
        margin: 0;
        padding: 0;
-       font-size: 9pt;
-       font-family: "Gentium Basic", serif;
-       font-size-adjust: 0.4;
+       font-family: "Open Sans", sans-serif;
        color: #b3b3b3;
-       background: url(assets/tile.png);
+       background: url(assets/tile.png) fixed;
+}
+
+code,
+pre {
+       font-family: "Incosolata", monospace;
 }
 
 .page {
        overflow: hidden;
-       min-width: 50em;
-       max-width: 80em;
+       max-width: 54em;
        margin: 0 auto 0 auto;
        box-shadow: 0 0 0.6em 0 #333366;
        background: #f5f5f5;
@@ -78,29 +58,28 @@ body {
 
 /* {{{ .pageheader */
 .pageheader {
-       position: relative;
+       position: fixed;
+       width: 54em; /* same as .page:max-width */
        height: 100px;
-       padding: 0 1em;
-       /*box-shadow: 0 0 0.6em 0 #333366;*/
+       padding: 0;
        background: white url(assets/filet.png) no-repeat 99% 90px;
+       box-shadow: 0 10px 15px 0px white;
+       z-index: 120;
 }
 
 .pageheader .header {
-       font-size: 14pt;
-       margin-left: 400px;
+       font-size: 120%;
+       margin-left: 394px;
 }
 
 .pageheader .header > span {
        display: block;
        height: 100px;
-       min-width: 30em;
        padding-top: 22px;
 }
 
 .pageheader .parentlinks {
        display: block;
-       padding-top: 3
-       font-size: 12pt;
 }
 
 .pageheader a,
@@ -115,20 +94,14 @@ body {
 
 .pageheader .title {
        position: absolute;
-       bottom: 16px;
-       left: 398px;
-       line-height: 1.5em;
-       font-size: 26pt;
+       bottom: 27px;
+       left: 392px;
+       font-size: 160%;
        color: black;
-       font-family: "Linux Biolinum O", sans-serif;
-       font-size-adjust: 0.39;
 }
 
 .pageheader .title .translationstatus {
        display: none;
-       display: none;
-       display: none;
-       display: none;
 }
 
 .pageheader .actions ul {
@@ -136,7 +109,7 @@ body {
 }
 
 .parentlinks > a {
-       width: 400px;
+       width: 394px; /* same as .pageheader .header:margin-left */
        height: 100px;
        background: url(assets/logo-nos-oignons-blanc.png) no-repeat top left;
        position: absolute;
@@ -172,20 +145,27 @@ body {
 /* {{{ .actions */
 .actions {
        display: block;
-       position: absolute;
+       position: fixed;
        z-index: 300;
-       top: 50em;
+       top: 35em;
        left: 0;
-       width: 12em;
+       width: 100%;
+}
+.actions ul {
+       width: 54em; /* same as .page:width */
+       margin: auto;
 }
 
 .actions ul li {
+       display: block;
+       width: 11.44em; /* same as .sidebar:width */
        background: transparent;
+       padding: 0;
 }
 
 .actions ul li > a {
-       font-size: 12pt;
-       padding: 0.2;
+       font-size: 80%;
+       padding: 0.2em;
 }
 /* .actions }}} */
 /* {{{ #otherlanguages */
@@ -205,22 +185,20 @@ body {
 .pageheader #otherlanguages {
        border: none;
        position: absolute;
-       top: 100px;
+       bottom: 1.2em;
        right: 0;
        z-index: 300;
-       font-size: 12pt;
+       font-size: 80%;
 }
 /* #otherlanguages }}} */
 /* .pageheader }}} */
 
 #pagebody {
        position: relative;
-       min-width: 32em;
-       min-height: 48em;
-       margin: 0 0 0 12em;
-       padding: 1em 2em;
+       min-height: 756px;
+       margin: 0 0 0 11.44em; /* same as .sidebar:width */
+       padding: 100px 2em 1em 2em;
        z-index: 110;
-       /*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;
@@ -228,21 +206,24 @@ body {
 
 /* {{{ .sidebar */
 .sidebar {
-       position: absolute;
-       top: 100px;
+       position: fixed;
        overflow: hidden;
-       width: 12em;
+       top: 100px; /* same as .header:height */
+       width: 11.44em;
        margin: 0;
        padding: 0;
        border: none;
        z-index: 100;
        background: #f5f5f5;
        border-top: solid 1px #ccc;
-       padding-top: 3em;
+       padding-top: 88px; /* same as #logo-home:height - .header:height */
 }
 
-.sidebar ul, .actions ul {
+.sidebar ul {
        margin: 0;
+}
+
+.sidebar ul, .actions ul {
        padding: 0;
        list-style: none;
        background: transparent;
@@ -262,18 +243,16 @@ body {
 .actions ul li > a {
        display: block;
        padding: 0.5em;
-       font-weight: bold;
        text-decoration: none;
        border: 1px solid #f5f5f5;
        color: #a756af;
        background: transparent;
-       font-family: "Linux Biolinum O", sans-serif;
-       font-size-adjust: 0.39;
+       font-weight: normal;
 }
 
 .sidebar ul li > span,
 .sidebar ul li > a {
-       font-size: 14pt;
+       font-size: 100%;
 }
 
 .sidebar ul li .selflink:hover {
@@ -293,8 +272,6 @@ body {
 /* {{{ #content */
 #content {
        padding-top: 1em;
-       font-size: 14pt;
-       /*line-height: 1.4em;*/
        overflow: auto;
 }
 
@@ -319,19 +296,16 @@ body {
 }
 
 #content h1 {
-       font-size: 26pt;
+       font-size: 180%;
        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,
+#content .header {
+       font-size: 140%;
+       font-weight: bold;
 }
 
 #content h2 + p {
@@ -339,11 +313,10 @@ body {
 }
 
 #content h3 {
-       font-size: 16pt;
+       font-size: 120%;
+       font-weight: bold;
        margin-bottom: 0;
        padding-bottom: 0;
-       font-family: "Linux Biolinum O", sans-serif;
-       font-size-adjust: 0.39;
 }
 
 #content h3 + p {
@@ -368,35 +341,73 @@ body {
        border-top: solid 1px #ccc;
 }
 
+#content .header a {
+       text-decoration: none;
+}
+
 #content .feedlink a {
        text-decoration: none;
 }
 
 #content .feedlink {
        text-align: right;
-       margin-top: -3em;
-       min-height: 3em;
+       margin-top: -2.8em;
+       min-height: 2.8em;
+}
+#content .feedlink .feedbutton {
+       font-size: 80%;
+       color: #57075f !important;
+       background: transparent;
+       border: none;
+}
+#content .feedlink .feedbutton:hover {
+       color: #57075f !important;
+       background: transparent;
+       text-decoration: underline;
+}
+
+#content .footnotes {
+       font-size: 80%;
 }
 /* #content }}} */
 
+/* {{{ .inlinepage */
+
+.inlinepage {
+       padding: 0;
+       border: none;
+       margin-bottom: 1em;
+}
+
+.inlinepage .header {
+       border-bottom: solid #ccc 1px;
+}
+
+.inlinepage .inlineheader .pagedate {
+       margin-top: 0;
+       font-size: 80%;
+       font-style: normal;
+       color: #666;
+}
+
+/* .inlinepage }}} */
+
 /* {{{ #footer */
 #footer {
        position: relative;
        margin: 0;
-       padding: 1em 0;
+       padding: 0.5em 0;
        text-align: center;
        color: white;
        background: #57075f;
        background: -webkit-linear-gradient(#001030, #57075f);
        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 {
        position: relative;
-       min-width: 30em;
+       max-width: 30em;
        margin: auto;
        padding: 0.1em 2em;
        border-top: none;
@@ -411,12 +422,12 @@ body {
 }
 
 #backlinks {
-       font-size: 10pt;
+       font-size: 80%;
        margin-top: 0;
 }
 
 #footer #pageinfo div {
-       font-size: 10pt;
+       font-size: 80%;
        margin-top: 0.5em;
        margin-bottom: 0;
 }
@@ -448,8 +459,56 @@ body {
                border-radius: 0;
        }
 
+       .pageheader {
+               position: static;
+               height: auto;
+       }
+
+       .pageheader .header {
+               margin-left: 0;
+               padding-top: 2em;
+               padding-bottom: 1em;
+       }
+
+       .pageheader .header > span,
+       .parentlinks .parentlinksep {
+               display: inline;
+               height: auto;
+       }
+
+       .pageheader a,
+       .pageheader .parentlinks a {
+               color: black;
+       }
+
+       .pageheader,
+       .parentlinks a,
+       .parentlinks .parentlinksep + a + .parentlinksep + a {
+               background: none;
+       }
+
+       .pageheader .parentlinks {
+               display: inline;
+       }
+
+       .pageheader .title,
+       .parentlinks > a {
+               position: static;
+       }
+
+       .parentlinks > a span {
+               display: inline;
+       }
+
+       #content h1 {
+               color: black;
+               text-shadow: none;
+               border-bottom: solid #ccc 1px;
+       }
+
        #footer {
-               padding: 0.5em;
+               margin-top: 2em;
+               text-align: left;
        }
 }
 /* @media print }}} */