]> nos-oignons.net Git - website.git/blobdiff - local.css
Suppression d'info inutile pour la traduction.
[website.git] / local.css
index a65de0f7179e450cab535f942829d391ced4b552..a53aa293918c6c44a30f5fb7f96427ca7c9c7e5d 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%;
@@ -105,6 +106,7 @@ thead td {
   }
 }
 
+
 #logo {
     display: block;
        width: 394px; /* same as .pageheader .header:margin-left */
@@ -120,11 +122,14 @@ thead td {
 
 /* {{{ .actions */
 .actions {
-       font-size: 80%;
+       font-size: 0.8em;
        text-align: right;
 }
 .actions ul {
+  margin: 0;
+  padding: 0.5em;
   height: auto;
+  list-style-type: none;
 }
 
 .breadcrumb,
@@ -152,6 +157,11 @@ thead td {
   float: right;
   font-size: 0.9em;
 }
+.translationstatus,
+.langstatus {display: none;}
+@media screen and (max-width: 400px) {
+#otherlanguages {float: none;}
+}
 #otherlanguages,
 #otherlanguages a {
        color: #b3b3b3;
@@ -163,6 +173,8 @@ thead td {
 
 #otherlanguages ul {
   padding: 0;
+  margin: 0;
+  list-style: none;
 }
 #otherlanguages ul li {
        /*margin-left: 1em;*/
@@ -215,17 +227,33 @@ main {
        padding: 0.3em 0.5em;
        text-decoration: none;
        border: 1px solid #f5f5f5;
-       color: #a756af;
-       background: transparent;
-       font-weight: normal;
-       font-size: 100%;
+  color: #a756af;
+  background: transparent;
+  font-weight: normal;
+  font-size: 1em;
 }
 
 
 .menu a:hover {
-       color: #57075f;
-       background: #eeeeee;
-       text-decoration: none;
+  color: #57075f;
+  background: #eeeeee;
+  text-decoration: none;
+}
+
+.menu select {
+  margin: 0.5em 2%;
+  width: 94%;
+  max-width: 94%;
+  background: #fff;
+  border: 1px solid #ccc;
+       color: #57075F;
+  font-size: 1.2em;
+  display: none;
+}
+
+@media screen and (max-width: 45em) {
+  .js .menu ul {display: none;}
+  .js .menu select {display: block;}
 }
 
 
@@ -253,20 +281,28 @@ main hr {
 }
 
 main h1 {
-       font-size: 180%;
+       font-size: 1.8em;
        font-weight: bold;
+  /*text-shadow: 2px 2px 1px #444;*/
+  color: #57075F;
+}
+main h1.title {
+  margin-top: 0em;
+  font-size: 2em;
        color: #ffa430;
-       /*text-shadow: 2px 2px 1px #444;*/
 }
 
-main h2,
+main h2 {
+  /*color: #ffa430*/
+  color: #57075F;
+}
 main h3 {
   color: #57075F;
 }
 
 main h2,
 main .header {
-       font-size: 140%;
+       font-size: 1.4em;
        font-weight: bold;
 }
 
@@ -275,7 +311,7 @@ main h2 + p {
 }
 
 main h3 {
-       font-size: 120%;
+       font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 0;
        padding-bottom: 0;
@@ -330,7 +366,7 @@ main .feedlink {
        min-height: 2.8em;
 }
 main .feedlink .feedbutton {
-       font-size: 80%;
+       font-size: 0.8em;
        color: #57075f !important;
        background: transparent;
        border: none;
@@ -342,7 +378,7 @@ main .feedlink .feedbutton:hover {
 }
 
 main .footnotes {
-       font-size: 80%;
+       font-size: 0.8em;
 }
 
 .half-section {
@@ -363,6 +399,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;
@@ -523,7 +569,7 @@ main .footnotes {
 
 .inlinepage .inlineheader .pagedate {
        margin-top: 0;
-       font-size: 80%;
+       font-size: 0.8em;
        font-style: normal;
        color: #666;
 }
@@ -538,6 +584,12 @@ main .footnotes {
        color: white;
        background: #57075f;
 }
+@media screen and (max-width: 400px) {
+  #footer {
+    font-size: 0.85em;
+    padding: 0.5em 1em;
+  }
+}
 #footer > div {
     margin-top: 1em;
 }
@@ -553,12 +605,12 @@ main .footnotes {
 }
 
 #backlinks {
-       font-size: 80%;
+       font-size: 0.8em;
        margin-top: 0;
 }
 
 #footer #pageinfo div {
-       font-size: 80%;
+       font-size: 0.8em;
        margin-top: 0;
        margin-bottom: 0;
 }
@@ -631,11 +683,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 {