-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
87 lines (84 loc) · 1.44 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
body {
background-color: #000099;
color: #ffffff;
font-family: sans-serif;
}
h1 {
text-align: center;
font-size: 70pt;
}
h2.subtitle{
text-align: center;
font-size: 30pt;
}
a {
color: #33ccff;
}
p {
color: #ffffff;
font-size: 25px;
margin-left: 2%;
}
/* deprecated in favor of using CSS instead */
/* marquee {
background-color: #990000;
font-size: 40pt;
color: #ffff00;
font-family: 'Times New Roman', Times, serif;
} */
/* 3 column portion */
.column {
float: left;
}
.left {
width: 23.5%;
margin: 0.25%;
border: 0.5%;
border-style: double;
border-color: #00cc00;
background-color: #cc0099;
}
.middle {
width: 48.5%;
margin: 0.25%;
border: 0.5%;
border-style: double;
background-color: #000066;
}
.right {
width: 23.5%;
margin: 0.25%;
border: 0.5%;
border-style: double;
background-color: #000000;
}
.row:after {
content: "";
display: table;
clear: both;
}
/* column text */
h3.columnheader {
font-size: 35pt;
font-family: 'Times New Roman', Times, serif;
margin: 1%;
}
h4.columnheader {
font-size: 25pt;
font-family: 'Times New Roman', Times, serif;
margin: 1%;
margin-top: 2%;
color: #e0ebeb;
}
ul.leftcolumn {
margin: 1%;
font-size: 20pt;
}
img.leftcolumn {
width: 55%;
margin-left: 2%;
margin-top: 2%;
margin-bottom: 2%;
border-color: #33ccff;
border-style: solid;
}