forked from hhhrrrttt222111/Trapple
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforgot.css
More file actions
98 lines (68 loc) · 1.61 KB
/
Copy pathforgot.css
File metadata and controls
98 lines (68 loc) · 1.61 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
@import "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css";
body {
background-color: #ffff99;
}
#highlighted {
background-color:orange;
}
#highlighted .container-fluid h1,
#highlighted .container-fluid p {
color: #fff;
}
#highlighted .container-fluid h1 {
font-size: 54px;
font-family: Verlag,museo-sans,'Helvetica Neue',Helvetica,Arial,sans-serif;
color: #414141;
font-weight: 300;
}
#content {
background-position: right bottom;
background-repeat: no-repeat;
}
.interior-page {
background-color: #ffff99;
padding-bottom: 30px;
}
#highlighted+#content.interior-page .interior-page-nav,
.interior-page .interior-page-nav {
padding-left: 0;
}
a {
text-decoration: none;
}
.B1 {
padding-left: 76px;
font-family: 'Times New Roman', Times;
}
p {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
padding-top: 20px;
font-size: 20px;
}
.label-default {
background-color: #ffff99;
margin-top: 10px;
}
.form-control {
border-radius: 0;
}
.btn-primary {
color: #fff;
background-color:#f44336;
width: 100%;
}
.btn-block {
display: block;
}
.btn {
padding: 8px 28px;
font-weight: 400;
-webkit-transition: background .3s ease-in;
transition: background .3s ease-in;
white-space: normal;
border-width: 0 0 1px;
}
.content-area-right {
margin-top: 10px;
padding-left: 50px;
}