]> nos-oignons.net Git - website.git/blobdiff - local.css
Ajout du rapport financier 2016 sur la page de don
[website.git] / local.css
index ed36403ce3132c844599625409568bb63fe6d3cb..da1f3e213c1cbc550f6892d400c7d27bf2a43284 100644 (file)
--- a/local.css
+++ b/local.css
@@ -100,7 +100,7 @@ thead td {
     padding: 1em 0;
     border-bottom: solid 1px #ccc;
 }
-@media screen and (min-width: 400px) {
+@media screen and (min-width: 390px) {
   .body-wrapper > header {
     background: url("assets/filet.png") no-repeat scroll 99% 105px #FFF;
   }
@@ -115,6 +115,13 @@ thead td {
        background: url(assets/logo-nos-oignons-blanc.png) no-repeat top left;
   background-size: 100%;
 }
+@media screen and (max-width: 390px) {
+  #logo {
+    background-image: url(assets/logo-nos-oignons-blanc-small.png);
+    background-position: left center;
+    height: 100px;
+  }
+}
 
 #logo span {
        display: none;
@@ -273,6 +280,9 @@ main a:hover {
 main p {
        margin: 1em 0 1em 0;
 }
+main li p {
+  margin-top: 0;
+}
 
 main hr {
        border: none;
@@ -357,22 +367,28 @@ main .header a {
 }
 
 main .feedlink a {
-       text-decoration: none;
+  text-decoration: none;
+  /*color: #ffa430;*/
 }
 
 main .feedlink {
-       text-align: right;
-       margin-top: -2.8em;
-       min-height: 2.8em;
+  float: right;
+       text-align: left;
+  margin-top: -3.5em;
+}
+@media screen and (max-width: 400px) {
+  main .feedlink {
+    float: none;
+    margin-top: -2em;
+    margin-bottom: 2em;
+  }
 }
 main .feedlink .feedbutton {
        font-size: 0.8em;
-       color: #57075f !important;
        background: transparent;
        border: none;
 }
 main .feedlink .feedbutton:hover {
-       color: #57075f !important;
        background: transparent;
        text-decoration: underline;
 }
@@ -399,8 +415,8 @@ main .footnotes {
   text-align: center;
 }
 
-#bandwidth {text-align: center;}
-#bandwidth svg {text-align: left;}
+#bandwidth, #weights {text-align: center;}
+#bandwidth svg, #weights svg {text-align: left;}
 
 /* Tor nodes table */
 .tor-nodes {}
@@ -409,34 +425,54 @@ main .footnotes {
 }
 
 
-/* Paypal donation forms */
-.paypal-donation {
-       display: inline-block;
-       vertical-align: top;
-       width:45%;
-       padding-right: 4%;
-      min-width: 20em;
+
+.donation-cb {
+  display: inline-block;
+  vertical-align: top;
+  width:45%;
+  padding-right: 4%;
+  min-width: 20em;  
 }
-.paypal-donation h4 {
+
+/* Paypal donation forms */
+// .paypal-donation {
+//     display: inline-block;
+//     vertical-align: top;
+//     width:45%;
+//     padding-right: 4%;
+//       min-width: 20em;
+// }
+.paypal-donation h5 {
        margin: 0 0 0.5em 0;
 }
 .paypal-donation select {
        display: inline-block;
        vertical-align: top;
        margin-right: 1em;
-       min-height:26px;
+  min-height:26px;
+       height:26px;
+  background-color: #fff;
+  border: 1px solid #57075F;
 }
 .paypal-donation .cancel {
        font-size: small;
 }
 
+.donation-other {
+  display: inline-block;
+  vertical-align: top;
+  width:45%;
+  padding-right: 4%;
+  min-width: 20em;  
+}
+
 
 /* Progress bar */
 .progress-bar-wrapper {
   margin: 2em auto;
   height: 85px;
   width: 600px;
-  background: lightGrey url(assets/progress_bar.png) top left repeat-x;
+  background: url(assets/progress_bar.png) top left repeat-x;
   border: 1px solid #ccc;
   border-bottom: 0;
   position: relative;
@@ -444,7 +480,7 @@ main .footnotes {
   .progress-bar-wrapper .progress-bar {
     position: absolute;
     height: 85px;
-    background: grey url(assets/progress_bar.png) left -85px repeat-x;
+    background: url(assets/progress_bar.png) left -85px repeat-x;
     z-index: 2;
     /* animate progress bar */
     -webkit-animation: progress-bar 1.5s;
@@ -452,7 +488,7 @@ main .footnotes {
     animation: progress-bar 1.5s;
   }
   .progress-bar-wrapper .progress-bar-promises {
-    background: grey url(assets/progress_bar.png) left bottom repeat-x;
+    background-position: left bottom;
     z-index: 1;
   }
 
@@ -578,18 +614,26 @@ main .footnotes {
 
 /* {{{ #footer */
 #footer {
-       margin: 0;
-       padding: 0.5em 0;
-       text-align: center;
-       color: white;
-       background: #57075f;
+  margin: 0;
+  padding: 0.5em 0;
+  text-align: center;
+  color: white;
+  background: #57075f;
+  font-size: 0.85em;
 }
-@media screen and (max-width: 400px) {
+@media screen and (max-width: 45em) {
   #footer {
-    font-size: 0.85em;
+    text-align: left;
     padding: 0.5em 1em;
+    font-size: 0.8em;
   }
 }
+@media screen and (max-width: 480px) {
+  #footer .pagecopyright span {
+    display: block;
+  }
+}
+
 #footer > div {
     margin-top: 1em;
 }