From fa7bf28ed61a58beb05ee64d1c1082e3ef353a2e Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Tue, 16 Jun 2015 17:24:26 +0200 Subject: [PATCH] CSS modified generic and dedicated styles --- portal/static/css/fed4fire.css | 8 +++++ portal/static/css/myslice.css | 60 ------------------------------- portal/static/css/onelab.css | 64 +++++++++++++++++++++++++++++++++ portal/static/css/smartfire.css | 6 ++++ 4 files changed, 78 insertions(+), 60 deletions(-) diff --git a/portal/static/css/fed4fire.css b/portal/static/css/fed4fire.css index 712c7233..60d614d9 100644 --- a/portal/static/css/fed4fire.css +++ b/portal/static/css/fed4fire.css @@ -36,6 +36,14 @@ h4 { letter-spacing:0.6pt; color:#201E62; } +div.slogan { + margin-left: 0px; +} +div.login-widget{ + width:400px; + top:16px; + float:left; +} label { font-weight:normal; font-size:13px; diff --git a/portal/static/css/myslice.css b/portal/static/css/myslice.css index 615a11f0..87155619 100644 --- a/portal/static/css/myslice.css +++ b/portal/static/css/myslice.css @@ -19,19 +19,7 @@ body { height: 100%; letter-spacing:0.3px; } -a, a:active, a:focus { - outline: 0; - text-decoration:none; - color:#760073; -} -a:hover { - color:#0D0049; -} -a.current { - text-decoration:underline; - color:#333333; -} p.command { padding:15px; margin:15px 0; @@ -766,11 +754,6 @@ div.home { line-height:1.2em; letter-spacing:0.3pt; min-height:500px; - background-image: url('../img/bg-experiment.jpg'); - background-repeat:no-repeat; - background-size:cover; - background-position:center top; - background-color:#086274; padding:100px 0; } div.home h2 { @@ -882,49 +865,6 @@ div.registration-form { vertical-align:middle; padding:0; } -.lost-password { - font-size:10pt; - color:black; - text-align:right; - padding:0px; -} -.lost-password a { - color:white; - text-shadow:0.5px 0.5px black; -} -.login-signup { - font-size:12pt; - color:white; - text-shadow:0.5px 0.5px black; - margin-top:45px; - padding:5px 0 0 4px; - -} -.login-signup a { - color:white; - text-shadow:0.5px 0.5px black; - padding-bottom:2px; - border-bottom:2pt solid white; -} -.login-signup a:hover { - text-decoration:none; -} -.login-signup button { - padding:8px; - border:0; - border-bottom:2px solid #540086; - background-color:#302562; - color:white; - width:100px; - border-radius:5px; - font-size:12pt; -} -div.slogan { - text-align:center; - color:white; - padding-top:60px; - text-shadow: 1px 1px #013540; -} th { border:0 !important; diff --git a/portal/static/css/onelab.css b/portal/static/css/onelab.css index 20e8bd96..c6442475 100644 --- a/portal/static/css/onelab.css +++ b/portal/static/css/onelab.css @@ -8,3 +8,67 @@ button.btn-onelab:hover, input.btn-onelab:hover { background-color:#760073; color:white; } +div.home { + background-image: url('../img/bg-experiment.jpg'); + background-repeat:no-repeat; + background-size:cover; + background-position:center top; + background-color:#086274; +} +div.slogan { + text-align:center; + color:white; + padding-top:60px; + text-shadow: 1px 1px #013540; +} +.lost-password { + font-size:10pt; + color:black; + text-align:right; + padding:0px; +} +.lost-password a { + color:white; + text-shadow:0.5px 0.5px black; +} + +.login-signup { + font-size:12pt; + color:white; + text-shadow:0.5px 0.5px black; + margin-top:45px; + padding:5px 0 0 4px; + +} +.login-signup a { + color:white; + text-shadow:0.5px 0.5px black; + padding-bottom:2px; + border-bottom:2pt solid white; +} +.login-signup a:hover { + text-decoration:none; +} +.login-signup button { + padding:8px; + border:0; + border-bottom:2px solid #540086; + background-color:#302562; + color:white; + width:100px; + border-radius:5px; + font-size:12pt; +} +a, a:active, a:focus { + outline: 0; + text-decoration:none; + color:#760073; +} +a:hover { + color:#0D0049; +} + +a.current { + text-decoration:underline; + color:#333333; +} diff --git a/portal/static/css/smartfire.css b/portal/static/css/smartfire.css index 5d17099a..57cee362 100644 --- a/portal/static/css/smartfire.css +++ b/portal/static/css/smartfire.css @@ -26,3 +26,9 @@ div.home { background-image: url('../img/bg-smartfire.png'); background-color:#FFFFFF; } +div.slogan { + text-align:center; + color:white; + padding-top:60px; + text-shadow: 1px 1px #013540; +} -- 2.43.0