-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
133 lines (114 loc) · 1.96 KB
/
style.css
File metadata and controls
133 lines (114 loc) · 1.96 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
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
127
128
129
130
131
132
133
html {
background-color: rgb(225, 225, 100);
}
body{
width: 1000px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
}
nav {
margin-right: auto;
margin-left: auto;
margin-top: 50px;
font-family: Arial;
text-align: center;
}
.horizonBar{
list-style-type: none;
}
.horizonBar li{
display: inline-block;
width: 150px;
margin-bottom: 4px;
margin-left: 2px;
border: 1px solid #000;
}
.horizonBar a{
display:block;
padding:3px;
text-decoration:none;
background-color:#fff;
color:#009;
}
h1 {
font-family: Arial;
size: 4em;
padding-bottom: 10px;
}
h2{
font-family: Arial;
size: 3em;
padding-bottom: 10px;
}
h3{
font-family: Arial;
size: 2.75em;
padding-bottom: 10px;
}
h4{
font-family: Arial;
size: 2.25em;
padding-bottom: 10px;
}
p {
padding-bottom: 10px;
font-family: Arial;
}
.homeText{
font-family: Arial;
font-size: 1em;
color: black;
text-align: left;
margin-left: auto;
margin-right: auto;
}
.navButtons{
list-style-type: none;
}
.block {
display: block;
width: 50%;
border-color: #000000;
background-color: #afafaf;
padding: 14px 28px;
font-size: 16px;
margin-left: auto;
margin-right: auto;
cursor: pointer;
text-align: center;
margin-bottom: 15px;
}
aside {
width: 40%;
padding-left: .5rem;
margin-left: .75rem;
margin-bottom: .1rem;
float: right;
box-shadow: inset 5px 0px 5px -5px #0084ff;
font-style: italic;
color: #000000;
}
aside > p {
margin: .5rem;
}
p {
font-family: 'Fira Sans', sans-serif;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 70%;
}
figure {
float: right;
width: 100%;
text-align: center;
font-style: italic;
font-size: medium;
text-indent: 0;
margin: 0.5em;
padding: 0.5em;
}