X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fstatic%2Fcss%2Fonelab.css;h=c64424754a92890a227a661623ea41997f5f5f5e;hb=fa7bf28ed61a58beb05ee64d1c1082e3ef353a2e;hp=20e8bd969a091b82590c7bd1e36c616c8252f825;hpb=fea6ada3816e97bdc4d498b72d2d02ee5ea662d9;p=unfold.git 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; +}