diff --git a/css/shiny.css b/css/shiny.css index 889a354e800d917b4925b53ede80be1117391f27..2021ace4057453f649161c573dad10be8be074fb 100644 --- a/css/shiny.css +++ b/css/shiny.css @@ -15,134 +15,6 @@ a { color: #36a2f6; } -/* Installation/Maintenance Page */ -body.in-maintenance { - background: #256ba7 url("../images/installation-bg.png") repeat 0 0; -} -body.in-maintenance .body-wrapper { - background: #256ba7; - background: -moz-linear-gradient(top, #569ad4 0%, #256ba7 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #569ad4), color-stop(100%, #256ba7)); - background: -webkit-linear-gradient(top, #569ad4 0%, #256ba7 100%); - background: -o-linear-gradient(top, #569ad4 0%, #256ba7 100%); - background: -ms-linear-gradient(top, #569ad4 0%, #256ba7 100%); - background: linear-gradient(to bottom, #569ad4 0%, #256ba7 100%); -} -body.in-maintenance .body-wrapper .page-outer { - background: transparent url("../images/installation-bg.png") repeat 0 0; - padding: 40px 0; -} -body.in-maintenance #branding { - -moz-border-radius: 5px 5px 0 0; - -webkit-border-radius: 5px 5px 0 0; - border-radius: 5px 5px 0 0; - box-shadow: none; - background: #f4f4f4; - border: 1px solid #edebeb; - margin: 0; - padding: 30px 40px; - width: 960px; -} -body.in-maintenance #branding h1.page-title { - color: #747474; - float: right; - /* LTR */ - font-size: 32px; - font-weight: 100; - line-height: 1em; - padding: 10px 0; - width: 550px; -} -body.in-maintenance #page { - -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.28); - -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.28); - box-shadow: 0 5px 5px rgba(0, 0, 0, 0.28); - -moz-border-radius: 5px 5px 5px 5px; - -webkit-border-radius: 5px 5px 5px 5px; - border-radius: 5px 5px 5px 5px; - background: transparent; - background: #ffffff; - padding: 0; - width: 960px; - overflow: hidden; -} -body.in-maintenance .page-wrapper { - padding: 40px; - width: 960px; -} -body.in-maintenance .logo-wrapper { - float: left; - /*LTR */ -} -body.in-maintenance #logo { - margin: 0; - max-width: 100%; -} -body.in-maintenance #sidebar-first { - width: 270px; -} -body.in-maintenance fieldset .fieldset-wrapper, -body.in-maintenance fieldset.collapsible { - border: 1px solid #cccccc; - padding: 15px; -} - -body.in-maintenance ol.task-list { - background: transparent url("../images/wizard-bg.png") repeat-y 0 0; -} - -body.installing-demo-store ol.task-list, -body.importing-content ol.task-list, -body.installing-additional-functionality ol.task-list { - background: transparent url("../images/wizard-bg2.png") repeat-y 0 0; -} - -body.in-maintenance ol.task-list li { - background: transparent url("../images/tasks-inactive.png") no-repeat 5px 4px; - color: #9a9a9a; - font: normal 400 16px/18px "Open Sans", Arial, sans-serif; - height: 30px; - padding: 6px 0 0 40px; - /* LTR */ - margin: 0 0 22px 0; - /* LTR */ -} - -body.in-maintenance ol.task-list li.active { - background: transparent url("../images/tasks-active.png") no-repeat 5px 4px; - color: #2e87cd; -} - -body.in-maintenance ol.task-list li.done { - background: transparent url("../images/tasks-complete.png") no-repeat 5px 4px; - color: #75cd27; -} - -body.in-maintenance .form-item-install-demo-store .form-radios { - float: left; - /* LTR */ -} - -body.in-maintenance .form-item-install-demo-store .description { - background: transparent url("../images/small-pointer.png") no-repeat 0 3px; - margin-left: 80px; - /* LTR */ - padding: 3px 5px 5px 23px; - /* LTR */ -} - -body.in-maintenance div.form-type-password { - width: 500px; -} - -body.in-maintenance .password-strength { - width: 15em; -} - -body.in-maintenance .form-item-extras label[for=edit-extras] { - clear: both; -} - /* Setting Museo Slab Family */ h1, h2, h3, h4, h5, h6, ul.admin-list li a, div.breadcrumb, fieldset .fieldset-legend { font-family: "Open Sans", Arial, sans-serif; diff --git a/css/style.css b/css/style.css index c8fb7fb656a314efb79590d91a8cef5c87763697..d456b04b90b92d97a0ce5c490b5d306af6f929f8 100644 --- a/css/style.css +++ b/css/style.css @@ -288,7 +288,6 @@ pre { * Page title. */ #page-title { - background: #333; padding-top: 20px; } diff --git a/images/tasks-active.png b/images/tasks-active.png deleted file mode 100644 index e1a6d9875f7674fd651fb6672baac6ed0c9aee2b..0000000000000000000000000000000000000000 Binary files a/images/tasks-active.png and /dev/null differ diff --git a/images/tasks-complete.png b/images/tasks-complete.png deleted file mode 100644 index d04b5b3c887f3eb86d97c722c618ce2bf7b90e1a..0000000000000000000000000000000000000000 Binary files a/images/tasks-complete.png and /dev/null differ diff --git a/images/tasks-inactive.png b/images/tasks-inactive.png deleted file mode 100644 index 130aa550ce97f35415a573657e5b320277dc8727..0000000000000000000000000000000000000000 Binary files a/images/tasks-inactive.png and /dev/null differ diff --git a/images/tasks.png b/images/tasks.png deleted file mode 100644 index 5eb0535813df27db231e1d744d81dcf706f2df6d..0000000000000000000000000000000000000000 Binary files a/images/tasks.png and /dev/null differ diff --git a/images/wizard-bg.png b/images/wizard-bg.png deleted file mode 100644 index 4c8d3868a1278e1343dd5dd9c85137f4fc81fd75..0000000000000000000000000000000000000000 Binary files a/images/wizard-bg.png and /dev/null differ diff --git a/images/wizard-bg2.png b/images/wizard-bg2.png deleted file mode 100644 index 50c9ec6a434552450c5586db3d01657478098699..0000000000000000000000000000000000000000 Binary files a/images/wizard-bg2.png and /dev/null differ diff --git a/scss/shiny.scss b/scss/shiny.scss index b5eac27a744953eb8e4fb64d7637124e6f60c55c..37c2936fc6c221413499d2ce1faae7df88a318ac 100644 --- a/scss/shiny.scss +++ b/scss/shiny.scss @@ -15,120 +15,6 @@ a { color: #36a2f6; } -/* Installation/Maintenance Page */ -body.in-maintenance { - background: #256ba7 url("../images/installation-bg.png") repeat 0 0; - - .body-wrapper { - @include gradient-vertical(#569ad4,#256ba7); - - .page-outer { - background: transparent url("../images/installation-bg.png") repeat 0 0; - padding: 40px 0; - - } - } - - #branding { - @include round-corners(5px,5px,0,0); - box-shadow: none; - background: #f4f4f4; - border: 1px solid #edebeb; - margin: 0; - padding: 30px 40px; - width: 960px; - - h1.page-title { - color: #747474; - float: right; /* LTR */ - font-size: 32px; - font-weight: 100; - line-height: 1em; - padding: 10px 0; - width: 550px; - } - } - - #page { - @include box-shadow(0,5px,5px,rgba(0,0,0,.28)); - @include round-corners(5px,5px,5px,5px); - background: transparent; - background: #ffffff; - padding: 0; - width: 960px; - overflow: hidden; - } - - .page-wrapper { - padding: 40px; - width: 960px; - } - - .logo-wrapper { - float: left; /*LTR */ - } - - #logo { - margin: 0; - max-width: 100%; - } - - #sidebar-first { - width: 270px; - } - - fieldset .fieldset-wrapper, - fieldset.collapsible { - border: 1px solid #ccc; - padding: 15px; - } - -} -body.in-maintenance ol.task-list { - background: transparent url("../images/wizard-bg.png") repeat-y 0 0; -} -body.installing-demo-store ol.task-list, -body.importing-content ol.task-list, -body.installing-additional-functionality ol.task-list { - background: transparent url("../images/wizard-bg2.png") repeat-y 0 0; -} -body.in-maintenance ol.task-list li { - background: transparent url("../images/tasks-inactive.png") no-repeat 5px 4px; - color: #9a9a9a; - font: normal 400 16px/18px "Open Sans", Arial, sans-serif; - height: 30px; - padding: 6px 0 0 40px; /* LTR */ - margin: 0 0 22px 0; /* LTR */ -} -body.in-maintenance ol.task-list li.active { - background: transparent url("../images/tasks-active.png") no-repeat 5px 4px; - color: #2e87cd; -} -body.in-maintenance ol.task-list li.done { - background: transparent url("../images/tasks-complete.png") no-repeat 5px 4px; - color: #75cd27; -} -body.in-maintenance .form-item-install-demo-store .form-radios { - float: left; /* LTR */ -} -body.in-maintenance .form-item-install-demo-store .description { - background: transparent url("../images/small-pointer.png") no-repeat 0 3px; - margin-left: 80px; /* LTR */ - padding: 3px 5px 5px 23px; /* LTR */ -} - -body.in-maintenance div.form-type-password { - width: 500px; -} - -body.in-maintenance .password-strength { - width: 15em; -} - -body.in-maintenance .form-item-extras label[for=edit-extras] { - clear: both; -} - /* Setting Museo Slab Family */ h1, h2, h3, h4, h5, h6, ul.admin-list li a, div.breadcrumb, fieldset .fieldset-legend { font-family: "Open Sans", Arial, sans-serif; diff --git a/scss/style.scss b/scss/style.scss index aebe9037f1a392b7b46ca35ab09841869d96105f..4c0c645620dca73d063b3e508fa26417d36b074f 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -234,7 +234,6 @@ pre { * Page title. */ #page-title { - background: #333; padding-top: 20px; } #branding h1.page-title { diff --git a/templates/maintenance-page.tpl.php b/templates/maintenance-page.tpl.php deleted file mode 100644 index 04cda7b20f25c982a9aee1f97c3db365c6c83ca1..0000000000000000000000000000000000000000 --- a/templates/maintenance-page.tpl.php +++ /dev/null @@ -1,55 +0,0 @@ - - - - <?php print $head_title; ?> - - - - - - - -
-
-
-
- -
- -
- -

-
- -
- - - - - -
- -
- - -
- -
- - -
-
-
- - - - -
-
- -