Updated ACP color schema
authorAlexander Ebert <ebert@woltlab.com>
Fri, 23 Sep 2016 11:41:07 +0000 (13:41 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 23 Sep 2016 11:41:07 +0000 (13:41 +0200)
wcfsetup/install/files/acp/style/layout.scss
wcfsetup/install/files/style/layout/pageHeader.scss

index a5e6124e02920c58f293fe619a9e4c7c60525b5b..116c681b8bfa17dd13657b596f65618ceff21a28 100644 (file)
@@ -16,19 +16,23 @@ $wcfAcpMenuWidth: 150px;
 .pageHeaderContainer {
        @include screen-lg {
                .pageHeader .layoutBoundary {
-                       background-color: rgb(44, 62, 80);
+                       background-color: rgb(50, 92, 132);
                        height: 50px;
-                       padding: 0 10px 0 0;
+                       padding: 0;
                }
                
                .pageHeaderLogo {
-                       background-color: rgb(52, 73, 94);
+                       background-color: rgb(58, 109, 156);
                        flex: 0 0 $wcfAcpMenuWidth;
                        height: 50px;
                        margin: 0;
                        order: 1;
                        position: relative;
                        
+                       &:last-child {
+                               flex: 1 1 auto;
+                       }
+                       
                        .pageHeaderLogoLarge {
                                display: none;
                        }
@@ -112,6 +116,7 @@ $wcfAcpMenuWidth: 150px;
                
                .userPanel {
                        flex: 1 1 auto;
+                       margin-right: 20px;
                        order: 4;
                }
        }
@@ -144,19 +149,26 @@ $wcfAcpMenuWidth: 150px;
        }
        
        .acpPageMenu {
-               background-color: rgb(44, 62, 80);
+               background-color: rgb(50, 92, 132);
                flex: 0 0 $wcfAcpMenuWidth;
                text-align: center;
                overflow: hidden;
                
                .acpPageMenuLink {
-                       color: rgb(192, 192, 192);
+                       //background-color: rgb(43, 79, 113);
+                       color: rgba(255, 255, 255, .7);
                        display: block;
                        padding: 20px 10px;
                        
+                       &:hover {
+                               //background-color: rgb(36, 66, 95);
+                               background-color: rgb(43, 79, 113);
+                               color: rgba(255, 255, 255, 1);
+                       }
+                       
                        &.active {
-                               background-color: rgb(34, 49, 63);
-                               color: rgb(255, 255, 255);
+                               background-color: rgb(36, 66, 95);
+                               color: rgba(255, 255, 255, 1);
                                
                                > .icon {
                                        transform: scale(1);
@@ -176,7 +188,7 @@ $wcfAcpMenuWidth: 150px;
        }
        
        .acpPageSubMenu {
-               background-color: rgb(34, 49, 63);
+               background-color: rgb(36, 66, 95);
                flex: 0 0 auto;
        }
        
@@ -194,7 +206,7 @@ $wcfAcpMenuWidth: 150px;
                        padding-left: 20px;
                        
                        > span {
-                               color: rgb(169, 169, 169);
+                               color: rgba(255, 255, 255, .5);
                                display: block;
                                padding: 5px 20px;
                                text-transform: uppercase;
@@ -237,7 +249,7 @@ $wcfAcpMenuWidth: 150px;
                .acpPageSubMenuLink.active,
                .acpPageSubMenuLink.active ~ .acpPageSubMenuIcon,
                .acpPageSubMenuIcon.active {
-                       background-color: rgb(255, 255, 255) !important;
+                       background-color: rgb(250, 250, 250) !important;
                        color: rgb(44, 62, 80) !important;
                }
        }
@@ -274,8 +286,8 @@ $wcfAcpMenuWidth: 150px;
        }
 }
 
-.pageFooter {
-       box-shadow: 0 0 10px rgba(0, 0, 0, .6);
+.pageFooterCopyright {
+       background-color: rgb(58, 109, 156);
 }
 
 .codemirrorToolbar {
index 2517fc2bc3d51eb2ccfd153084f941335af06dd6..74ca7ee1c4370cfe488c3411e5d747e90ba844e1 100644 (file)
 
 /* user panel */
 .userPanel {
-       background-color: $wcfHeaderMenuBackground;
        flex: 0 0 auto;
        
        > ul {