-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathstarter-template.css
78 lines (72 loc) · 1.03 KB
/
starter-template.css
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
html
{
}
body {
padding-top: 50px;
background: url('images/bg.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.starter-template {
padding: 40px 15px;
text-align: center;
}
.regpage
{
background-repeat: no;
padding: 9px 14px;
margin-bottom: 14px;
background-color: rgb(247, 247, 249);
border-radius: 4px;
}
.jumbotron
{
padding: 9px 14px;
}
blockquote
{
border-left:5px solid rgb(52, 54, 236);
background: #DFE0D6;
}
.navbar-inverse
{
background:#4A4F9D;
}
.navbar-bottom
{
margin-bottom:0px;
background:#cccccc;
border:0px ;
}
.lefth
{
float:left;
border: 2px solid black;
}
.righth
{
float:right;
border: 2px solid black;
}
.login-submit
{
color:#333;
background-color:#fff;
border-color:#ccc;
border-radius:5px;
width:100%;
padding:5px 5px 5px 5px;
}
.login-submit.focus,.login-submit:focus
{color:#333;
background-color:#e6e6e6;
border-color:#8c8c8c
}
.login-submit:hover
{
color:#333;
background-color:#e6e6e6;
border-color:#adadad
}