X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=web.css;h=132aa6e0cc7229ec8aeedd1484419b7512d8b097;hb=4a8ff30c03c43d74b2870a9a4b8c832768f994e1;hp=551bc92950edcc4c6ea5356a85dacea95f967e36;hpb=7c74a57cd95cfc0358fdd5980d9170ea16751dfb;p=wiki diff --git a/web.css b/web.css index 551bc92..132aa6e 100644 --- a/web.css +++ b/web.css @@ -32,7 +32,6 @@ body { border-bottom: 1px solid black; } - .header { display: none; } @@ -72,9 +71,14 @@ input#searchbox { text-align: left; } +h1, h2, h3, h4, h5 { + text-align: left; +} + table { border: 1px solid; border-collapse: collapse; + text-align: left; } td { @@ -101,6 +105,13 @@ th { margin-top: 0; } +#content pre { + padding: 3px 5px; + border: 1px black; + border-style: dashed; + overflow: auto; +} + #backlinks { display: none; } @@ -112,23 +123,23 @@ th { } .feedbutton { - background: #ff6600; - color: white !important; - border-left: 1px solid #cc9966; - border-top: 1px solid #ccaa99; - border-right: 1px solid #993300; - border-bottom: 1px solid #331100; - padding: 0px 0.5em 0px 0.5em; - font-family: sans-serif; - font-weight: bold; - font-size: small; - text-decoration: none; - margin-top: 1em; + background: #ff6600; + color: white !important; + border-left: 1px solid #cc9966; + border-top: 1px solid #ccaa99; + border-right: 1px solid #993300; + border-bottom: 1px solid #331100; + padding: 0px 0.5em 0px 0.5em; + font-family: sans-serif; + font-weight: bold; + font-size: small; + text-decoration: none; + margin-top: 1em; } .feedbutton:hover { - color: white !important; - background: #ff9900; + color: white !important; + background: #ff9900; } img {