From 61a3a0daf06a15d9286ad010a59fdcc3d19dfa97 Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Wed, 14 Dec 2011 11:42:31 +0100 Subject: [PATCH] master repo merge --- html/admin/css/styles.css | 79 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 html/admin/css/styles.css diff --git a/html/admin/css/styles.css b/html/admin/css/styles.css new file mode 100644 index 0000000000..11941f345c --- /dev/null +++ b/html/admin/css/styles.css @@ -0,0 +1,79 @@ + table-view + { + margin: 0; + padding: 0; + background: #1d1d1d; + font-family: "Lucida Grande", Verdana, sans-serif; + font-size: 100%; + } + + ul#sliding-navigation + { + list-style: none; + font-size: .75em; + margin: 30px 0; + } + + ul#sliding-navigation li.sliding-element h3, + ul#sliding-navigation li.sliding-element a + { + display: block; + width: 150px; + padding: 5px 15px; + margin: 0; + margin-bottom: 5px; + } + + ul#sliding-navigation li.sliding-element h3 + { + color: #fff; + background: #c0c0c0; + border: 1px solid #1a1a1a; + font-weight: normal; + -moz-border-radius:7px; + -khtml-border-radius:7px; + } + + ul#sliding-navigation li.sliding-element a + { + color: #999; + background: #222; + border: 1px solid #1a1a1a; + text-decoration: none; + } + + ul#sliding-navigation li.sliding-element a:hover { color: #ffff66; } + + h2 + { + color: #999; + margin-bottom: 0; + margin-left:13px; + background:url(navigation.jpg) no-repeat; + height:40px; + } + + h2 span + { + display: none; + } + + p + { + color: #ffff66; + margin-top: .5em; + font-size: .75em; + padding-left:15px; + } + + #navigation-block { + position:relative; + top:200px; + left:200px; + } + + #hide { + position:absolute; + top:30px; + left:-190px; + } \ No newline at end of file