]> nos-oignons.net Git - website.git/blobdiff - local.css
Ajout de la barre de progression.
[website.git] / local.css
index 938a948664ce002a27eccff52a509321efc2c6e6..28b9137877d7ff6ba6d4197eee3c539196504fe6 100644 (file)
--- a/local.css
+++ b/local.css
   src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(assets/OpenSans/OpenSans-BoldItalic.ttf) format('truetype');
 }
 @font-face {
-  font-family: 'Incosolata';
+  font-family: 'Inconsolata';
   font-style: normal;
   font-weight: 400;
-  src: local('Incosolata'), local('Inconsolata-Regular'), url(assets/Inconsolata/Inconsolata.otf) format('opentype');
+  src: local('Inconsolata'), local('Inconsolata-Regular'), url(assets/Inconsolata/Inconsolata.otf) format('opentype');
 }
 
 html {
@@ -45,7 +45,16 @@ body {
 
 code,
 pre {
-       font-family: "Incosolata", monospace;
+       font-family: "Inconsolata", monospace;
+       font-size-adjust: 0.535;
+}
+
+dt {
+       font-weight: bold;
+}
+
+thead td {
+       text-decoration: underline;
 }
 
 .page {
@@ -341,8 +350,54 @@ pre {
 #content .footnotes {
        font-size: 80%;
 }
+
+.half-section {
+  display: inline-block;
+  vertical-align: top;
+  width: 49.5%;
+}
+
 /* #content }}} */
 
+/* Paypal donation forms */
+.paypal-donation {
+       display: inline-block;
+       vertical-align: top;
+       width:45%;
+       padding-right: 4%;
+}
+.paypal-donation h4 {
+       margin: 0 0 0.5em 0;
+}
+.paypal-donation select {
+       display: inline-block;
+       vertical-align: top;
+       margin-right: 1em;
+       min-height:26px;
+}
+.paypal-donation .cancel {
+       font-size: small;
+}
+
+
+/* Progress bar */
+.progress-bar-wrapper {
+  margin-top: 1em;
+  height: 85px;
+  width: 300px;
+  background: lightGrey url(assets/progress_bar.png) top left repeat-x;
+  border: 1px solid #ccc;
+}
+.progress-bar-wrapper .progress-bar {
+  height: 85px;
+  background: grey url(assets/progress_bar.png) bottom left repeat-x;
+}
+.section-progress-text {
+  width: 47.5%;
+  padding-left: 2%;
+}
+
+
 /* {{{ .inlinepage */
 
 .inlinepage {
@@ -377,7 +432,6 @@ pre {
 
 #footer #pageinfo {
        position: relative;
-       max-width: 30em;
        margin: auto;
        padding: 0.1em 2em;
        border-top: none;
@@ -487,4 +541,3 @@ pre {
        }
 }
 /* @media print }}} */
-