-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
110 lines (93 loc) · 1.72 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
#body {
max-width: 800px;
text-align: left;
margin: auto;
font-family: 'Arial', arial, serif;
}
a, a:visited {
color: #000099;
text-decoration: none;
}
a:hover {
color: #EE0000;
text-decoration: none;
}
#topmenu a, #topmenu a:visited {
color: #000099;
}
#topmenu a:hover {
color: #EE0000;
}
div.header {
text-align: center;
}
#header-name {
font-family: arial, serif;
font-size: 60px;
}
#header-title {
font-family: arial, serif;
margin-top: 10px;
font-size: 30px;
}
div.menu {
margin-top: 25px;
font-size: 20px;
font-family: arial, serif;
text-align: center;
}
div.title {
font-family: arial, serif;
font-size: 35px;
margin-top: 40px;
text-align: center;
}
div.title2 {
font-family: arial, serif;
font-size: 20px;
text-align: left;
font-weight: bold;
border-radius: 20px;
text-align: center;
}
div.title3 {
font-family: arial, serif;
margin-top: 15px;
font-size: 20px;
text-align: left;
}
div.entry {
border: 2px solid darkblue;
border-radius: 20px;
margin: 10px;
padding: 10px;
padding-top: 5px;
}
div.paragraph {
font-family: arial, serif;
font-size: 21px;
text-align: justify;
text-indent: 25px;
margin-bottom: 15px;
margin-top: 15px;
font-family: 'Times New Roman', Times, serif;
}
div.copyright {
font-family: arial, serif;
font-size: 18px;
}
div.details {
margin: 10px 10px 10px 10px;
padding-top: 10px;
font-size: 21px;
font-family: arial, serif;
border-top: 2px solid;
}
div.location {
margin-top: 4px;
text-align: center;
}
div.date {
font-size: 18px;
font-weight: lighter;
}