-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapplication.css
74 lines (60 loc) · 1.11 KB
/
application.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
body {
font-family: 'Droid Serif', sans-serif;
background-color: #F6F5E0;
padding-bottom: 50px;
}
.header-title {
font-family: 'Droid Serif', serif;
color: rgb(81, 73, 83);
text-shadow: 5px 4px 7px rgb(156, 96, 20);
font-size: 36px;
}
a {
text-color: orange;
color: rgba(167, 47, 0, 0.7);
}
a:hover {
color: #000;
text-decoration: none;
}
.sub-titles{
font-family: 'Droid Serif', serif;
color: rgb(81, 73, 83);
font-shadow: 3px 1px 7px rgb(156, 96, 20);
font-size: 25px;
}
.form-titles{
font-family: 'Droid Serif', serif;
color: rgb(81, 73, 83);
font-size: 15px;
}
a:visited a:active {
color: hsl(39, 85%, 27%);
text-decoration: none;
}
.mp-navbar {
background-color: #ECEBD6;
}
#map-image img {
margin: 2em auto;
}
.center
{
text-align: center;
}
.waiting-list{
background: #F6F5E0;
}
.waiting-list-form{
background: deepskyblue;
width:22em;
margin: 1em auto;
padding-left: 40px;
background-color: #FCFBE9;
}
.all-notice {
border: 1px dotted #FFA500;
margin: 2em;
padding: 1em;
font-size: 1.2em;
}