]> nos-oignons.net Git - website.git/blobdiff - local.css
Gros boulot sur la présentation
[website.git] / local.css
index 9073ec57beb3409ed89b470870a1b1a6d8ae3cec..5cf798322941e598ebf29199c7f2490f208719b7 100644 (file)
--- a/local.css
+++ b/local.css
@@ -1,3 +1,439 @@
-.footnotes {
-  font-size: smaller;
+/* 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-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-face {
+       font-family: "Linux Biolinum O";
+       src: url(assets/LinBiolinum_R.otf);
+       font-style: normal;
+}
+@font-face {
+       font-family: "Linux Biolinum O";
+       src: url(assets/LinBiolinum_RB.otf);
+       font-weight: bold;
+}
+@font-face {
+       font-family: "Linux Biolinum O";
+       src: url(assets/LinBiolinum_RI.otf);
+       font-style: italic;
+}
+
+html {
+       overflow: auto;
+}
+
+body {
+       margin: 0;
+       padding: 0;
+       font-size: 9pt;
+       font-family: "Gentium Basic", serif;
+       color: #b3b3b3;
+       background: url(assets/tile.png);
+}
+
+.page {
+       overflow: hidden;
+       min-width: 50em;
+       max-width: 80em;
+       margin: 0 auto 0 auto;
+       box-shadow: 0 0 0.6em 0 #333366;
+       background: #f5f5f5;
+}
+
+/* {{{ .pageheader */
+.pageheader {
+       position: relative;
+       height: 100px;
+       padding: 0 1em;
+       /*box-shadow: 0 0 0.6em 0 #333366;*/
+       background: white url(assets/filet.png) no-repeat 99% 90px;
+}
+
+.pageheader .header {
+       font-size: 14pt;
+       margin-left: 400px;
+}
+
+.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,
+.pageheader .parentlinks a {
+       color: #ffa430; /* was: #eeeeaa */
+       text-decoration: none;
+}
+
+.pageheader a:hover {
+       text-decoration: underline;
+}
+
+.pageheader .title {
+       position: absolute;
+       bottom: 16px;
+       left: 398px;
+       line-height: 1.5em;
+       font-size: 26pt;
+       color: black;
+       font-family: "Linux Biolinum O", sans-serif;
+}
+
+.pageheader .actions ul {
+       border-bottom: none;
+}
+
+.parentlinks > a {
+       width: 400px;
+       height: 100px;
+       background: url(assets/logo-nos-oignons-blanc.png) no-repeat top left;
+       position: absolute;
+       left: 0;
+       top: 0;
+}
+
+.parentlinks > a span {
+       display: none;
+}
+
+.parentlinks .parentlinksep + a {
+       width: auto;
+       height: auto;
+       background: transparent;
+       display: inline;
+       position: static;
+}
+
+.parentlinks .parentlinksep + a + .parentlinksep + a {
+       background: url(assets/ariane-sep.png) no-repeat 0% 50%;
+       padding-left: 20px;
+}
+
+.parentlinks .parentlinksep + a span {
+       display: inline;
+}
+
+.parentlinks .parentlinksep {
+       display: none;
+}
+
+/* {{{ .actions */
+.actions {
+       display: block;
+       position: absolute;
+       z-index: 300;
+       top: 50em;
+       left: 0;
+       width: 12em;
+}
+
+.actions ul li {
+       background: transparent;
+}
+
+.actions ul li > a {
+       font-size: 12pt;
+       padding: 0.2;
+}
+/* .actions }}} */
+/* {{{ #otherlanguages */
+#otherlanguages,
+#otherlanguages ul li a {
+       color: #57075f;
+       background: white;
+}
+
+#otherlanguages ul li {
+       margin-left: 1em;
+}
+#otherlanguages .langstatus {
+       display: none;
+}
+
+.pageheader #otherlanguages {
+       border: none;
+       position: absolute;
+       top: 100px;
+       right: 0;
+       z-index: 300;
+       font-size: 12pt;
+}
+/* #otherlanguages }}} */
+/* .pageheader }}} */
+
+#pagebody {
+       position: relative;
+       min-width: 32em;
+       min-height: 48em;
+       margin: 0 0 0 12em;
+       padding: 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;
+}
+
+/* {{{ .sidebar */
+.sidebar {
+       position: absolute;
+       top: 12em;
+       overflow: hidden;
+       width: 12em;
+       margin: 0;
+       padding: 0;
+       border: none;
+       z-index: 100;
+       background: #f5f5f5;
+}
+
+.sidebar ul, .actions ul {
+       margin: 0;
+       padding: 0;
+       list-style: none;
+       background: transparent;
+}
+
+.sidebar li, .actions li {
+       text-align: left;
+}
+
+.sidebar ul li .selflink {
+       color: #57075f;
+       font-weight: bold;
+}
+
+.sidebar ul li > span,
+.sidebar ul li > a,
+.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;
+}
+
+.sidebar ul li > span,
+.sidebar ul li > a {
+       font-size: 14pt;
+}
+
+.sidebar ul li .selflink:hover {
+       border-top: 1px dotted #57075f;
+       border-bottom: 1px dotted #57075f;
+       background: #eeeeee;
+}
+
+.sidebar a:hover, .actions a:hover {
+       border-top: 1px dotted #57075f;
+       border-bottom: 1px dotted #57075f;
+       color: #57075f;
+       background: #eeeeee;
+       text-decoration: none;
+}
+/* .sidebar }}} */
+/* {{{ #content */
+#content {
+       padding-top: 1em;
+       font-size: 14pt;
+       /*line-height: 1.4em;*/
+       overflow: auto;
+}
+
+#content a {
+       color: #57075f;
+       text-decoration: underline;
+}
+
+#content a:hover {
+       text-decoration: underline;
+}
+
+#content p {
+       text-align: justify;
+       margin: 1em 0 1em 0;
+}
+
+#content hr {
+       border: none;
+       border-bottom: dotted 2px #bbbbbb;
+       margin: 2em auto;
+}
+
+#content h1 {
+       font-size: 26pt;
+       font-weight: normal;
+       color: #adff25;
+       color: #ffa430;
+       text-shadow: 2px 2px 1px #444;
+       font-family: "Linux Biolinum O", sans-serif;
+}
+
+#content h2 {
+       font-size: 20pt;
+       font-weight: normal;
+       font-family: "Linux Biolinum O", sans-serif;
+}
+
+#content h2 + p {
+       margin-top: 0.75em;
+}
+
+#content h3 {
+       font-size: 16pt;
+       margin-bottom: 0;
+       padding-bottom: 0;
+       font-family: "Linux Biolinum O", sans-serif;
+}
+
+#content h3 + p {
+       margin-top: 0.5em;
+}
+
+#content table {
+       border-top: solid 1px #aaa;
+       border-bottom: solid 1px #aaa;
+       border-collapse: collapse;
+}
+
+#content table th {
+       background: #fafafa;
+       padding: 0.1em 0.5em;
+       border-bottom: solid 1px #aaaaaa;
+       color: #555555;
+}
+
+#content table td {
+       padding: 0.1em 0.5em;
+       border-top: solid 1px #ccc;
+}
+
+#content .feedlink a {
+       text-decoration: none;
+}
+
+#content .feedlink {
+       text-align: right;
+       margin-top: -2em;
+}
+/* #content }}} */
+
+/* {{{ #footer */
+#footer {
+       position: relative;
+       margin: 0;
+       padding: 1em 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;
+}
+
+#footer #pageinfo {
+       position: relative;
+       min-width: 30em;
+       margin: auto;
+       padding: 0.1em 2em;
+       border-top: none;
+}
+
+#footer a {
+       color: white;
+}
+
+#footer a:hover {
+       text-decoration: underline;
+}
+
+#backlinks {
+       font-size: 10pt;
+       margin-top: 0;
+}
+
+#footer #pageinfo div {
+       font-size: 10pt;
+       margin-top: 0.5em;
+       margin-bottom: 0;
+}
+/* #footer }}} */
+
+/* {{{ @media print */
+@media print {
+       .sidebar,
+       .actions,
+       .feedlink,
+       #backlinks,
+       #otherlanguages {
+               display: none;
+       }
+
+       #footer,
+       #footer #pageinfo,
+       .page,
+       .pageheader,
+       #pagebody {
+           margin: 0;
+           padding: 0;
+           border: none;
+           box-shadow: none;
+       }
+
+       .page,
+       .pageheader {
+               border-radius: 0;
+       }
+
+       #footer {
+               padding: 0.5em;
+       }
+}
+/* @media print }}} */
+