-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
141 lines (141 loc) · 2.21 KB
/
Copy pathstylesheet.css
File metadata and controls
141 lines (141 loc) · 2.21 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
134
135
136
137
138
139
140
141
html {
min-width: 1000px;
}
.heading {
text-align: center;
color: gray;
font-family: "Quicksand"; /*News Cycle";*/
font-weight: normal;
margin-bottom: 0px;
}
.nav {
list-style: none;
padding: 0;
margin-left: 0;
margin-right: 0;
text-align: center;
width: 100%;
display: inline-block;
height: 71px;
}
.nav li {
display: inline;
font-family: "Quicksand", Trebuchet;
text-align: center;
text-transform: uppercase;
}
.nav a {
display: inline-block;
padding: 10px;
text-decoration: none;
text-align: center;
}
.nav a:link{
text-decoration: none;
color: gray;
}
.nav a:visited{
text-decoration: none;
color: gray;
}
.nav a:hover{
text-decoration: none;
color: gray;
border-bottom: 1px solid gray;
}
.nav a:active {
text-decoration: none;
color: gray;
border-bottom: 1px solid gray;
}
.normalimg {
display: block;
margin-left: auto;
margin-right: auto;
padding-left: 2em;
height: 360px;
}
span #date {
font-color: gray;
text-align: center;
font-family: "Quicksand";
margin-top: 5px;
color: gray;
font-size: 150%;
position: relative;
}
#footer {
font-color: gray;
text-align: right;
font-family: "Quicksand";
color: gray;
font-size: 10;
position: absolute;
bottom: 0;
right: 0;
}
a {
color: gray;
}
#map-canvas{
width: 600px;
height: 450px;
display: block;
margin-left: auto;
margin-right: auto;
float: 0;
}
.normalp, h4 {
font-family: "Quicksand", Trebuchet;
text-align: left;
color: gray;
display: block;
margin: 10px 300px;
padding: 10px;
border-top: 1px solid gray;
}
.inline {
display: inline-block;
}
div.kidpics {
text-align: center;
width: 600px;
margin-left: auto;
margin-right: auto;
}
img.julia {
height: 200px;
padding: 5px;
margin-right: 0px;
}
img.greg {
height: 200px;
padding: 5px;
margin-left: 180px;
}
.aboutjulia {
font-family: "Quicksand", Trebuchet;
text-align: left;
color: gray;
margin: 10px 10px 10px 300px;
width: 330px;
border-top: 1px solid gray;
padding: 10px;
}
.aboutgreg {
font-family: "Quicksand", Trebuchet;
text-align: left;
color: gray;
margin: 10px 300px 10px 10px;
width: 330px;
border-top: 1px solid gray;
padding: 10px;
}
.rsvpform > input {
margin: 10px;
}
.submitbutton {
font-family: "Quicksand", Trebuchet;
height: 30px;
width: 100px;
}