-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
111 lines (105 loc) · 2.2 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
div.Header {
font-size: 100%;
vertical-align: baseline;
position: relative;
float: left;
width: 100%;
height: auto;
text-align : center;
color : rgb(10, 74, 122);
margin-bottom: 4%;
background-color : rgb(220, 220, 220)
}
td{
text-align: center;
overflow: hidden;
}
div.h1{
text-align: center;
width:50%;
font-size: 150%;
font-family: georgia;
}
div.titleRect{
background-color : rgb(218, 218, 218);
color : rgb(256, 256, 256);
font-size: 100%;
margin-top: 0%;
margin-bottom: 0%;
margin-left: 0%;
width: 100%;
height: 100%;
}
td {
text-align: center;
}
div.title2 {
background-color : inherit;
font-size: 40%;
vertical-align: baseline;
position: relative;
float: left;
width: 96%;
actualWidth: 1598;
actualHeight: 253;
text-align : left;
color : rgb(44, 44, 44);
margin-top: 2%;
margin-bottom: 1%;
margin-left: 2%;
}
div.footer1 {
font-size: 100%;
vertical-align: baseline;
position: relative;
float: left;
width: 100%;
actualWidth: 1598;
actualHeight: 253;
text-align : center;
background-color : rgb(10, 74, 122);
}
div.footer2 {
font-size: 100%;
vertical-align: baseline;
position: relative;
float: left;
width: 100%;
background-color: rgb(76, 77, 79);
actualWidth: 1598;
actualHeight: 60;
color: rgb(255, 255, 255);
white-space: nowrap;
}
div.footer3 {
font-size: 100%;
vertical-align: baseline;
opacity: 1;
text-decoration-line: none;
transition-duration: 0.25s, 0.25s, 0.25s;
transition-timing-function: ease, ease, ease;
transition-delay: 0s, 0s, 0s;
transition-property: color, background, opacity;
color: rgb(200, 200, 200);
font-weight: 400;
line-height: 1;
text-transform: uppercase;
font-family: Oswald, sans-serif;
actualWidth: 43;
white-space: nowrap;
font-variant: small-caps;
}
img.HeaderLogo {
font-size: 100%;
vertical-align: middle;
opacity: 1;
transition-duration: 0.25s, 0.25s, 0.25s;
transition-timing-function: ease, ease, ease;
transition-delay: 0s, 0s, 0s;
transition-property: color, background, opacity;
margin-top: 10%;
margin-right: 10%;
margin-bottom: 10%;
margin-left: 10%;
white-space: nowrap;
}