-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.css
83 lines (73 loc) · 1.45 KB
/
faq.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
body {
background-color: beige;
font-family: 'Charm', cursive; /* Web font */
font-size: small;
margin: 0px;
margin-top: 0px;
position: absolute; /* Absolute or frozen layout */
}
#events {
font-size: 60px;
text-align: center;
text-shadow: 0px 0px 3px #FF0000;
margin-bottom: 0px;
}
#navevents {
margin: 10px 390px 0px 410px;
}
nav ul {
position: absolute;
list-style-type: none;
padding: 5px 0px 5px 0px;
}
nav ul li {
display: inline-block;
padding: 5px 40px 5px 20px;
}
a:link, a:visited {
text-decoration: none;
}
nav ul li a:link, nav ul li a:visited {
color: #954b4b;
border-bottom: none;
font-weight: bold;
text-shadow: 1px 1px 3px #e2c2c2;
text-transform: uppercase
}
#pagewrap3
{
width: 540px;
background-color: white;
margin-left: auto;
margin-right: auto;
}
.faqheader {
font-size: 20px;
text-align: center;
text-shadow: 0px 0px 3px #FF0000;
margin-bottom: 0px;
}
.article1 {
width: 1200px; /* Different columns + widths */
text-align: center;
display: table;
display: table-row;
display: table-cell;
padding: 16px;
padding-left: 10px;
border-bottom: thin solid black; /* Different borders */
border-width: 2px;
border-left: thin solid black;
border-width: 2.5px;
border-top: thin solid black;
border-width: 2px;
border-right: thin solid black;
border-width: 1.5px;
}
.footer1 { /* Footer background */
text-align: center;
font-size: .8em;
margin-bottom: 1px;
padding: 3px;
background-color: silver;
}