CSS modified generic and dedicated styles
[unfold.git] / portal / static / css / onelab.css
index b11396c..c644247 100644 (file)
@@ -1,26 +1,74 @@
-/* Thierry's Note 
-it seems to me that most of the stuff here is not register-related,
-but general-purpose settings for an openlab style
-I've started to move over such stuff in onelab.css
-feel free to add to this collection
-*/
-
-/* these in general are div.well */
-div.onelab-title{
-    margin-top:20px;
-    margin-bottom:20px;
-    text-align: center;
-    border: 1px solid #61210B;
-    background-color: #e0f0f0;
+button.btn-onelab, input.btn-onelab {
+    border-bottom-color: #302562;
+    background-color:#302562;
+    color:white;
+}
+button.btn-onelab:hover, input.btn-onelab:hover {
+    border-bottom-color:#760073;
+    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;
 }
 
-/***** Notifications *****/
-.warning {
-    border: 1px solid red;
-    margin: 20px 60px;
-    padding: 10px 20px;
-    color: red;
-    background-color: #f2dbdb;
-    text-align: center;
+.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;
+}