]> nos-oignons.net Git - website.git/blobdiff - local.css
Responsive home & various fixes.
[website.git] / local.css
index a65de0f7179e450cab535f942829d391ced4b552..df8babbc357e806ce62d8336e944256ea12b505c 100644 (file)
--- a/local.css
+++ b/local.css
@@ -77,13 +77,14 @@ thead td {
 .body-wrapper {
        max-width: 70em;
        margin: 0 auto 0 auto;
-       box-shadow: 0 0 0.6em 0 #333366;
-       background: white;
+       box-shadow: 0 0 0.2em 0 #333366;
+  background: white;
 }
 @media screen and (min-width: 45em) {
   .menu,
   .main {
     display: table-cell;
+    vertical-align: top;
   }
   .menu {
     width: 20%;
@@ -258,8 +259,11 @@ main h1 {
        color: #ffa430;
        /*text-shadow: 2px 2px 1px #444;*/
 }
+main h1.title {margin-top: 0.5em;}
 
-main h2,
+main h2 {
+  color: #ffa430
+}
 main h3 {
   color: #57075F;
 }
@@ -363,6 +367,16 @@ main .footnotes {
   text-align: center;
 }
 
+#bandwidth {text-align: center;}
+#bandwidth svg {text-align: left;}
+
+/* Tor nodes table */
+.tor-nodes {}
+.tor-nodes th {
+  text-align: left;
+}
+
+
 /* Paypal donation forms */
 .paypal-donation {
        display: inline-block;
@@ -631,11 +645,11 @@ main .footnotes {
                display: inline;
        }
 
-       main h1 {
-               color: #111;
-               text-shadow: none;
-               border-bottom: solid #ccc 1px;
-       }
+  main h1 {
+    color: #111;
+    text-shadow: none;
+    border-bottom: solid #ccc 1px;
+  }
 
        main a:link:after,
        main a:visited:after {