From: Luzifr Date: Tue, 2 Aug 2011 20:12:09 +0000 (+0200) Subject: Some GUI improvements X-Git-Tag: 2.0.0_Beta_1~1925 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9708e862fbbe3b656add1b4b99c85fb18e736eaa;p=GitHub%2FWoltLab%2FWCF.git Some GUI improvements --- diff --git a/wcfsetup/install/files/acp/style/testing.css b/wcfsetup/install/files/acp/style/testing.css index 42a8c3968a..9ba8e483b5 100644 --- a/wcfsetup/install/files/acp/style/testing.css +++ b/wcfsetup/install/files/acp/style/testing.css @@ -92,10 +92,6 @@ header.pageHeader nav.topMenu > div { } -header.pageHeader nav.topMenu ul { - -} - header.pageHeader nav.topMenu ul li, header.pageHeader nav.topMenu ul li a { color: #69c; text-shadow: 0 -1px 0 #000; @@ -207,13 +203,17 @@ nav.headerNavigation { display: block; background-color: #e7f2fd; border-bottom: 1px solid #bcd; - border-top-left-radius: 3px; border-top-right-radius: 3px; - margin: 0 23px; padding: 3px 7px; position: relative; + + -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1); + -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .1); + -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, .1); + -o-box-shadow: 0 1px 5px rgba(0, 0, 0, .1); + box-shadow: 0 1px 5px rgba(0, 0, 0, .1); } nav.headerNavigation:after { @@ -255,6 +255,8 @@ section#content { display: table-cell; padding: 25px; width: 100%; + position: relative; + z-index: 100; } @@ -266,6 +268,12 @@ aside.sidebar { background-color: #d8e7f5; margin: 0 !important; padding: 0 !important; + + -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1); + -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1); + -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1); + -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1); + box-shadow: inset 0 0 5px rgba(0, 0, 0, .1); } /* Sidebar Menu */ @@ -315,6 +323,12 @@ nav.sidebarMenu > div ul li { nav.sidebarMenu > div ul li.activeMenuItem { background-color: #fff; + + -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1); + -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1); + -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .1); + -o-box-shadow: 0 0 5px rgba(0, 0, 0, .1); + box-shadow: 0 0 5px rgba(0, 0, 0, .1); } nav.sidebarMenu > div ul li.activeMenuItem a { @@ -331,6 +345,12 @@ footer { padding: 0 23px; position: relative; text-align: center; + + -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, .1); + -moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, .1); + -ms-box-shadow: 0 -1px 5px rgba(0, 0, 0, .1); + -o-box-shadow: 0 -1px 5px rgba(0, 0, 0, .1); + box-shadow: 0 -1px 5px rgba(0, 0, 0, .1); } footer:after { @@ -342,10 +362,8 @@ footer:after { footer > div { background-color: #e7f2fd; border-top: 1px solid #bcd; - border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; - clear: both; padding: 3px 7px; } @@ -373,10 +391,6 @@ footer .copyright a:hover { /* Footer Navigation */ -footer nav.footerNavigation { - -} - footer nav.footerNavigation ul li { display: inline-block; float: right; @@ -582,11 +596,6 @@ textarea:focus { - - - - - /* -- -- -- -- -- Large Buttons -- -- -- -- -- */ .largeButtons { @@ -861,7 +870,7 @@ thead th { background-image: -o-linear-gradient(#444, #000); background-image: linear-gradient(#444, #000); */ - border-right: 1px solid #000; + border-right: 1px solid rgba(0, 0, 0, .4); font-size: 87%; white-space: nowrap; }