-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmycss
58 lines (55 loc) · 1.1 KB
/
mycss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
body{
background-color:#397BA3;
}
.nav > li{
padding:5px;
}
.page-header{
color:Black;
}
.page-header h2{
}
.page-header h2 small{
color: #d8d8d8;
}
.panel-info>.panel-heading {
background-color:#d8d8d8;
}
.main{
background-color:#d8d8d8;
min-height:750px;
}
.login-panel{
width:50%;
min-height:300px;
background-url: http://api.thumbr.it/whitenoise-361x370.png?background=4ea6caff&noise=626262&density=15&opacity=100
margin:160px auto;
-webkit-border-top-left-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-bottomright: 30px;
border-top-left-radius: 30px;
border-bottom-right-radius: 30px;
}
.login-title{
font-size:30px;
font-family: Arial, Helvetica, sans-serif
font-weight:700px;
text-align:center;
padding: 20px;
background-color: beige;
-webkit-border-top-left-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-bottomright: 30px;
border-top-left-radius: 30px;
border-bottom-right-radius: 30px;
}
.login-body{
padding: 30px;
}
.footer-text{
padding: 10px;
text-align:center;
color:white;
}