-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
88 lines (73 loc) · 1.66 KB
/
style.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
h1 { font-size: 38px; line-height: 42px; margin-bottom: 10px; letter-spacing: -1px; }
h2 { font-size: 28px; line-height: 36px; margin-bottom: 8px; }
h3 { font-size: 22px; line-height: 30px; margin-bottom: 6px; }
h4 { font-size: 20px; line-height: 30px; margin-bottom: 3px; }
h5 { font-size: 18px; line-height: 30px; }
h6 { font-size: 14px; line-height: 30px; }
h1, h2, h3, h4, h5, h6, p, ul, form, table, select, input{
color: #313131;
font-family: 'Helvetica', sans-serif;
font-weight: normal;
}
body {
background-color: #FFFFFF;
position: relative;
margin: auto;
}
/*Section Full Scale*/
.sectionHead {
text-align: center;
}
.sectionDiv {
border: 2px solid #fbc544;
margin: 0px;
}
section.lightgraysection {
background-color: #d5d0c9;
margin: 0px;
}
section.graysection {
background-color: #9da0a0;
margin: 0px;
}
section.darkgraysection {
background-color: #272727;
margin: 0px;
}
/*END - Section Full Scale*/
/*All main tables used in website*/
table.sectTable {
width: 70vw;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
}
table.sectTable tr {
border-bottom: solid;
border-width: 1.5px;
min-width: 10%;
padding: 500px;
}
table.sectTable tr:last-child {
border-width: 0px;
}
table.sectTable th, table.sectTable td{
padding: 5px;
}
table.sectTable th{
text-align: center;
}
table.sectTable td{
text-align: center;
}
/*END - All main tables used in website*/
/*All input values*/
input:focus, select:focus{
border: 3px solid #770000;
}
select, input {
height: auto;
width: 100px;
border: 3px solid #a5a5a5;
}
/*END - All input values*/