From 57cb1a5ad6f68e826c6402e4aae8585c5dd0f6d3 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Fri, 9 Sep 2011 21:37:59 +0200 Subject: [PATCH] Styling the installation (Part 2) Warning: Crash for sure! Just added the needed CSS declarations into the setup header. There will be a different solution for that in the future! Images will not load yet. Updated all installation templates to meet the new design standards and HTML 5. We are still not ready here! :-) --- wcfsetup/install/files/acp/style/testing.css | 32 +- .../install/files/acp/templates/footer.tpl | 2 +- .../files/acp/templates/setupFooter.tpl | 2 +- .../acp/templates/usersMassProcessing.tpl | 4 +- wcfsetup/setup/lang/setup_de-informal.xml | 3 +- wcfsetup/setup/lang/setup_de.xml | 3 +- wcfsetup/setup/lang/setup_en.xml | 3 +- wcfsetup/setup/template/footer.tpl | 18 +- wcfsetup/setup/template/header.tpl | 1124 +++++++++++++++-- wcfsetup/setup/template/stepConfigureDB.tpl | 87 +- wcfsetup/setup/template/stepCreateUser.tpl | 97 +- .../setup/template/stepInstallPackages.tpl | 15 +- wcfsetup/setup/template/stepNext.tpl | 15 +- wcfsetup/setup/template/stepSearchWcfDir.tpl | 36 +- .../setup/template/stepSelectLanguages.tpl | 26 +- .../template/stepSelectSetupLanguage.tpl | 27 +- wcfsetup/setup/template/stepShowLicense.tpl | 21 +- .../template/stepShowSystemRequirements.tpl | 127 +- 18 files changed, 1289 insertions(+), 353 deletions(-) diff --git a/wcfsetup/install/files/acp/style/testing.css b/wcfsetup/install/files/acp/style/testing.css index 8b8e2821c5..c33caddce8 100644 --- a/wcfsetup/install/files/acp/style/testing.css +++ b/wcfsetup/install/files/acp/style/testing.css @@ -40,10 +40,6 @@ footer, header, hgroup, menu, nav, section { display: block; } -body { - line-height: 1; -} - ol, ul { list-style: none; } @@ -71,6 +67,7 @@ q:after { body { font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 80%; + line-height: 1; background-color: #29374a; } @@ -346,6 +343,8 @@ div.main { min-width: 800px; } + + /* -- -- -- -- -- Content -- -- -- -- -- */ section.content { @@ -369,6 +368,8 @@ div.main > div section:only-child { width: auto; } + + /* -- -- -- -- -- Sidebar -- -- -- -- -- */ aside.sidebar { @@ -1103,42 +1104,42 @@ input[type='submit']:hover, /* default buttons active glow */ @-webkit-keyframes glowDefaultLargeButtonsActive { 0% { - -webkit-box-shadow: 0 0 13px rgba(255, 153, 51, .3), inset 0 1px 3px rgba(0, 0, 0, .1); + -webkit-box-shadow: 0 0 13px rgba(255, 153, 51, .3), inset 0 1px 3px rgba(0, 0, 0, .1); } 100% { - -webkit-box-shadow: 0 0 13px rgba(255, 153, 51, .1), inset 0 1px 3px rgba(0, 0, 0, .1); + -webkit-box-shadow: 0 0 13px rgba(255, 153, 51, .1), inset 0 1px 3px rgba(0, 0, 0, .1); } } @-moz-keyframes glowDefaultLargeButtonsActive { 0% { - -moz-box-shadow: 0 0 13px rgba(255, 153, 51, .3), inset 0 1px 3px rgba(0, 0, 0, .1); + -moz-box-shadow: 0 0 13px rgba(255, 153, 51, .3), inset 0 1px 3px rgba(0, 0, 0, .1); } 100% { - -moz-box-shadow: 0 0 13px rgba(255, 153, 51, .1), inset 0 1px 3px rgba(0, 0, 0, .1); + -moz-box-shadow: 0 0 13px rgba(255, 153, 51, .1), inset 0 1px 3px rgba(0, 0, 0, .1); } } @-ms-keyframes glowDefaultLargeButtonsActive { 0% { - -ms-box-shadow: 0 0 13px rgba(255, 153, 51, .3), inset 0 1px 3px rgba(0, 0, 0, .1); + -ms-box-shadow: 0 0 13px rgba(255, 153, 51, .3), inset 0 1px 3px rgba(0, 0, 0, .1); } 100% { - -ms-box-shadow: 0 0 13px rgba(255, 153, 51, .1), inset 0 1px 3px rgba(0, 0, 0, .1); + -ms-box-shadow: 0 0 13px rgba(255, 153, 51, .1), inset 0 1px 3px rgba(0, 0, 0, .1); } } @-o-keyframes glowDefaultLargeButtonsActive { 0% { - -o-box-shadow: 0 0 13px rgba(255, 153, 51, .3), inset 0 1px 3px rgba(0, 0, 0, .1); + -o-box-shadow: 0 0 13px rgba(255, 153, 51, .3), inset 0 1px 3px rgba(0, 0, 0, .1); } 100% { - -o-box-shadow: 0 0 13px rgba(255, 153, 51, .1), inset 0 1px 3px rgba(0, 0, 0, .1); + -o-box-shadow: 0 0 13px rgba(255, 153, 51, .1), inset 0 1px 3px rgba(0, 0, 0, .1); } } @keyframes glowDefaultLargeButtonsActive { 0% { - box-shadow: 0 0 13px rgba(255, 153, 51, .3), inset 0 1px 3px rgba(0, 0, 0, .1); + box-shadow: 0 0 13px rgba(255, 153, 51, .3), inset 0 1px 3px rgba(0, 0, 0, .1); } 100% { - box-shadow: 0 0 13px rgba(255, 153, 51, .1), inset 0 1px 3px rgba(0, 0, 0, .1); + box-shadow: 0 0 13px rgba(255, 153, 51, .1), inset 0 1px 3px rgba(0, 0, 0, .1); } } @@ -2014,7 +2015,8 @@ div.ui-widget-overlay { .badge { font-size: 85%; text-shadow: none; - color: #369; + color: #666; + border: 1px solid #ccc; border-radius: 13px; background-color: #fff; margin-right: -3px; diff --git a/wcfsetup/install/files/acp/templates/footer.tpl b/wcfsetup/install/files/acp/templates/footer.tpl index 909304ea57..892a5acef2 100644 --- a/wcfsetup/install/files/acp/templates/footer.tpl +++ b/wcfsetup/install/files/acp/templates/footer.tpl @@ -5,7 +5,7 @@ -