-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStyle.css
55 lines (47 loc) · 943 Bytes
/
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
*/*\ This is Where all the styles go*/*\
.HeaderText {
font-family: "'Oleo Script', cursive", 'Quicksand', sans-serif;
font-size: 350%;
}
.HeaderBox {
margin: 0%;
}
#BackgroundColor {
background-color: #EDEBDD;
}
.FooterBox {
position:fixed;
left:0px;
bottom:0px;
height:30px;
width:100%;
}
.iconSize {
font-size: 250%;
}
.Buttons {
display: inline-block;
padding: 5px 10px 6px;
text-decoration: none;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px #999;
-webkit-box-shadow: 0 1px 3px #999;
text-shadow: 0 -1px 1px #222;
border-bottom: 1px solid #222;
position: relative;
cursor: pointer;
}
.bluez {
background-color: #00BFDC;
}
.turquoise {
background-color: #4CD9BE;
}
.boxSize {
width: 123%;
line-height:40px;
display: table;
}