X-Git-Url: https://nos-oignons.net/gitweb/website.git/blobdiff_plain/ff902b1818df306b6ab43c77520f2637b1516ab0..95e4c602380806da9762d459b42d9fa28ad2d597:/local.css diff --git a/local.css b/local.css index 34c6489..0a625c1 100644 --- a/local.css +++ b/local.css @@ -223,12 +223,13 @@ body { /*box-shadow: 0 3px 0.4em 0 #333366;*/ background: white url(assets/background.png) no-repeat bottom center; color: black; + border-left: solid 1px #ccc; } /* {{{ .sidebar */ .sidebar { position: absolute; - top: 12em; + top: 100px; overflow: hidden; width: 12em; margin: 0; @@ -236,6 +237,8 @@ body { border: none; z-index: 100; background: #f5f5f5; + border-top: solid 1px #ccc; + padding-top: 3em; } .sidebar ul, .actions ul { @@ -317,8 +320,7 @@ body { #content h1 { font-size: 26pt; - font-weight: normal; - color: #adff25; + font-weight: bold; color: #ffa430; text-shadow: 2px 2px 1px #444; font-family: "Linux Biolinum O", sans-serif;