-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
126 lines (105 loc) · 1.69 KB
/
styles.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
html, body{
height: 100%;
}
.grasslandbg{
background-color: #52A4E6;
background-image: url("finalbackground.png");
height: 80%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.skybg{
background-color: #52A4E6;
background-image: url("finalskybackground.png");
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-attachment: fixed;
}
#welcome {
font-size: 20px;
margin: 0px;
}
.blue {
background-color: #49A8F3;
border-color: #49A8F3;
margin: 30px 0px;
}
.wrap {
width: 700px;
margin: 0 auto;
text-align: center;
}
.smallwrap {
width: 500px;
margin: 0 auto;
text-align: center;
}
.heading {
color: white;
font-size: 25px;
}
.logo {
margin: 10px;
width: 24%;
}
.logo2 {
margin-top: 20px;
width: 24%;
}
.abovelogo {
color: white;
margin-top: 40px;
}
.belowlogo {
color: white;
margin: 50px 20px;
}
form {
width: 200px;
text-align: center;
margin: 0 auto;
}
input {
width: 200px;
margin-bottom: 20px;
margin-right: 5px;
margin-left: 5px;
display: block;
text-align: left;
}
.center {
margin: 0 auto;
}
label {
float: left;
font-size: 13px;
}
.biglabel {
float: none;
font-size: 15px;
margin-top: 20px;
}
.lightblue {
margin: 15px 5px;
background-color: #0B7FDC;
border-color: #0B7FDC;
}
.lessmargin {
margin-top: 0;
}
.btnmargins {
margin: 20px;
}
.task {
font-size: 30px;
margin: 25px;
color: white;
font-weight: 600;
}
#error {
color: red;
font-size: 0.8em;
}