X-Git-Url: https://nos-oignons.net/gitweb/website.git/blobdiff_plain/cfbbd27b3bd9813314385412e41cbdb7afd62c28..84bde05fcc1c403e3d8b5150ce17da856803c9bc:/local.css diff --git a/local.css b/local.css index c5d7635..da1f3e2 100644 --- a/local.css +++ b/local.css @@ -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; @@ -405,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 {} @@ -415,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; @@ -450,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;