-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmain.css
More file actions
87 lines (87 loc) · 1.39 KB
/
main.css
File metadata and controls
87 lines (87 loc) · 1.39 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
html {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
color: #3b3b3b;
font-family: sans-serif;
font-size: 0.875em;
height: 100%;
line-height: 1.5;
min-height: 100%;
overflow-y: scroll;
}
body {
margin: 0;
min-height: 100%;
padding: 0;
}
hr {
box-sizing: content-box;
height: 0;
}
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, form, fieldset, legend, figure, table, th, td, caption, hr {
margin: 0;
padding: 0;
}
h1 {
font-size: 36px;
font-size: 2.57143rem;
line-height: 1.16667;
}
h2 {
font-size: 30px;
font-size: 2.14286rem;
line-height: 1.4;
}
h3 {
font-size: 24px;
font-size: 1.71429rem;
line-height: 2.5;
}
div.header-container {
background: #448fd2;
bottom: 0;
color: #ffffff;
height: 60px;
left: 0;
right: 0;
}
div.header {
height: 60px;
margin: 0 auto;
position: relative;
width: 952px;
}
div.header-wrapper {
margin-left: 240px;
}
div.main-container {
bottom: 0;
left: 0;
right: 0;
}
div.main {
margin: 0 auto;
margin-top: 30px;
position: relative;
width: 952px;
}
div.main-wrapper {
margin-left: 240px;
}
input[type=checkbox] {
transform: scale(2);
margin: 15px;
}
button {
transform: scale(1.5);
margin: 20px;
}
span.checkboxtext {
display: inline;
font-size: 200%;
}
span.helptext {
display: block;
margin: -10px 0px 0px 50px;
}