X-Git-Url: https://nos-oignons.net/gitweb/website.git/blobdiff_plain/8524f0cd42814f279140d63b5eecbfb66b5c683d..87f4380466c3d6652b2441c1e11cfa60d5ac592d:/local.css diff --git a/local.css b/local.css index de4b429..938a948 100644 --- a/local.css +++ b/local.css @@ -224,10 +224,6 @@ pre { color: #a756af; background: transparent; font-weight: normal; -} - -.sidebar ul li > span, -.sidebar ul li > a { font-size: 100%; } @@ -376,9 +372,6 @@ pre { text-align: center; color: white; background: #57075f; - background: -webkit-linear-gradient(#001030, #57075f); - background: -moz-linear-gradient(#001030, #57075f); - background: linear-gradient(#001030, #57075f); z-index: 400; } @@ -405,7 +398,7 @@ pre { #footer #pageinfo div { font-size: 80%; - margin-top: 0.5em; + margin-top: 0; margin-bottom: 0; } /* #footer }}} */ @@ -483,6 +476,11 @@ pre { border-bottom: solid #ccc 1px; } + #content a:link:after, + #content a:visited:after { + content:" [" attr(href) "] "; + } + #footer { margin-top: 2em; text-align: left;