]> source.dussan.org Git - nextcloud-server.git/commitdiff
simplify noise (immense file size reduction), also apply to user menu and header...
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 14 Feb 2013 16:06:08 +0000 (17:06 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 14 Feb 2013 16:06:08 +0000 (17:06 +0100)
core/css/styles.css
core/img/noise.png

index 738688a21a0bd4aa5e6a2d0cfebc5823b8681aa8..caf338f68f1665f303e9b62b429ddac1675568b2 100644 (file)
@@ -16,7 +16,10 @@ body { background:#fefefe; font:normal .8em/1.6em "Lucida Grande", Arial, Verdan
 
 
 /* HEADERS */
-#body-user #header, #body-settings #header { position:fixed; top:0; left:0; right:0; z-index:100; height:45px; line-height:2.5em; background:#1d2d44; -moz-box-shadow:0 0 10px rgba(0, 0, 0, .5), inset 0 -2px 10px #222; -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5), inset 0 -2px 10px #222; box-shadow:0 0 10px rgba(0, 0, 0, .5), inset 0 -2px 10px #222; }
+#body-user #header, #body-settings #header {
+       position:fixed; top:0; left:0; right:0; z-index:100; height:45px; line-height:2.5em;
+       background:#1d2d44 url('../img/noise.png') repeat;
+       -moz-box-shadow:0 0 10px rgba(0, 0, 0, .5), inset 0 -2px 10px #222; -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5), inset 0 -2px 10px #222; box-shadow:0 0 10px rgba(0, 0, 0, .5), inset 0 -2px 10px #222; }
 #body-login #header { margin: -2em auto 0; text-align:center; height:10em; padding:1em 0 .5em;
  -moz-box-shadow:0 0 1em rgba(0, 0, 0, .5); -webkit-box-shadow:0 0 1em rgba(0, 0, 0, .5); box-shadow:0 0 1em rgba(0, 0, 0, .5);
 background:#1d2d44; /* Old browsers */
@@ -238,6 +241,9 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; }
        #navigation a.active { opacity:1; }
        #navigation .icon { display:block; width:32px; height:32px; margin:0 16px 0; }
        #navigation li:first-child a { padding-top:16px; }
+
+
+/* USER MENU */
 #settings { float:right; margin-top:7px; color:#bbb; text-shadow:0 -1px 0 #000; }
 #expand { padding:15px; cursor:pointer; font-weight:bold; }
 #expand:hover, #expand:focus, #expand:active { color:#fff; }
@@ -246,6 +252,8 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; }
 #expanddiv {
        position:absolute; right:0; top:45px; z-index:76; display:none;
        background-color:#444; border-bottom-left-radius:7px; box-shadow: 0 0 20px rgb(29,45,68);
+       background:#383c43 url('../img/noise.png') repeat; border-bottom:1px #333 solid; border-left:border-bottom:1px #333 solid;
+       -moz-box-shadow:0 0 7px rgb(29,45,68); -webkit-box-shadow:0 0 7px rgb(29,45,68); box-shadow:0 0 7px rgb(29,45,68);
 }
        #expanddiv a { display:block; color:#fff; text-shadow:0 -1px 0 #000; padding:0 8px; opacity:.7; }
        #expanddiv a img { margin-bottom:-3px; }
index 8fdda17b5e36b5a1aacc09652bc93126a1ccb8fc..271dd5ebcfbdc858f83f0f7ea18a59bb1980d74f 100644 (file)
Binary files a/core/img/noise.png and b/core/img/noise.png differ