CSS modified generic and dedicated styles
[unfold.git] / portal / static / css / onelab.css
1 button.btn-onelab, input.btn-onelab {
2     border-bottom-color: #302562;
3     background-color:#302562;
4     color:white;
5 }
6 button.btn-onelab:hover, input.btn-onelab:hover {
7     border-bottom-color:#760073;
8     background-color:#760073;
9     color:white;
10 }
11 div.home {
12     background-image: url('../img/bg-experiment.jpg');
13     background-repeat:no-repeat;
14     background-size:cover;
15     background-position:center top;
16     background-color:#086274;
17 }
18 div.slogan {
19     text-align:center;
20     color:white;
21     padding-top:60px;
22     text-shadow: 1px 1px #013540;
23 }
24 .lost-password {
25     font-size:10pt;
26     color:black;
27     text-align:right;
28     padding:0px;
29 }
30 .lost-password a {
31     color:white;
32     text-shadow:0.5px 0.5px black;
33 }
34
35 .login-signup {
36     font-size:12pt;
37     color:white;
38     text-shadow:0.5px 0.5px black;
39     margin-top:45px;
40     padding:5px 0 0 4px;
41     
42 }
43 .login-signup a {
44     color:white;
45     text-shadow:0.5px 0.5px black;
46     padding-bottom:2px;
47     border-bottom:2pt solid white;
48 }
49 .login-signup a:hover {
50     text-decoration:none;
51 }
52 .login-signup button {
53     padding:8px;
54     border:0;
55     border-bottom:2px solid #540086;
56     background-color:#302562;
57     color:white;
58     width:100px;
59     border-radius:5px;
60     font-size:12pt;
61 }
62 a, a:active, a:focus {
63     outline: 0;
64     text-decoration:none;
65     color:#760073;
66 }
67 a:hover {
68     color:#0D0049;
69 }
70
71 a.current {
72     text-decoration:underline;
73     color:#333333;
74 }