Small style optimization
authorMarcel Werk <burntime@woltlab.com>
Fri, 21 Jun 2013 16:54:09 +0000 (18:54 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 21 Jun 2013 16:54:09 +0000 (18:54 +0200)
wcfsetup/install/files/acp/style/blueTemptation/individual.less
wcfsetup/install/files/style/layout.less
wcfsetup/setup/db/install.sql

index e5838f983a58b9eeafb6470479612d4b6ea00830..10482843421718b55e06b7061ea44fb3d8ec240b 100644 (file)
@@ -21,6 +21,7 @@ body, .tabularBox, .dialogTitlebar {
                                        position: relative;
                                        
                                        .transition(color, .3s, ease); 
+                                       .textShadow(@wcfPageBackgroundColor);
                                        
                                        &:hover {
                                                color: @wcfPageLinkHoverColor;
index 4c37f2e3aa2aea96757fe5bf9213542f50589fae..4659a77ee859c53f01de16653b0cece78352d4af 100644 (file)
                                        color: @wcfMainMenuColor;
                                        display: inline-block;
                                        padding: 9px 21px;
-                                                                       
+                                       
+                                       .textShadow(@wcfMainMenuBackgroundColor);
+                                       
                                        &:hover {
                                                color: @wcfMainMenuActiveColor;
                                                text-decoration: none;
                                                min-width: 80px;
                                                padding: 14px 21px 8px;
                                                text-align: center;
+                                               
+                                               .textShadow(@wcfNavigationHeaderBackgroundColor);
                                        }
                                }
                                
index cca388c08fd51c8bc5d4307015a25ec4e4c11058..12905005a4db07f6d7c3c34ffd9bf5f111f0d65c 100644 (file)
@@ -1652,6 +1652,8 @@ INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfDeleted
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfDeletedColor', 'rgba(204, 0, 0, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfDisabledBackgroundColor', 'rgba(238, 255, 238, 1)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfDisabledColor', 'rgba(0, 153, 0, 1)');
+INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfTextShadowLightColor', 'rgba(255, 255, 255, .8)');
+INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfTextShadowDarkColor', 'rgba(0, 0, 0, .8)');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('useFluidLayout', '1');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('pageLogo', '');
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('individualLess', '');