-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
68 lines (54 loc) · 927 Bytes
/
stylesheet.css
File metadata and controls
68 lines (54 loc) · 927 Bytes
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
/*CSS Stylesheet*/
/*form source: http://www.tutwow.com/htmlcss/create-a-simple-and-secure-contact-form-with-jquery-and-php/comment-page-1/*/
/** {border: 1px solid black;}*/
body {
margin: 0;
}
img {
max-width: 100%;
height: auto;
}
.main {
text-align: center;
}
ul {
list-style: none;
padding: 0 0 10px 0;
text-align: center;
margin: 0 auto;
}
#menuList li {
font-size: .85em;
text-align: left;
list-style: disc;
line-height: 1.2em;
}
#hours {
align-content: center;
}
#sourceCredit {
font-size: .6em;
}
table {
margin: 0 auto;
}
tr, td, input, textarea {
margin: 0;
padding: 0;
}
td {
padding: 0 0 5px;
}
tr td:first-child {
padding-right: 10px;
padding-top: 11px;
text-align: right;
}
textarea {
height: 240px;
resize: vertical;
}
a:link, a:visited, a:hover, a:active {
color: #fff;
text-decoration: none;
}