-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
88 lines (74 loc) · 1.24 KB
/
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
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
#box {
}
#titleBox {
width: 100%;
background-color: rgb(2, 49, 189);
border-top: 10px solid rgb(158, 0, 0);
border-bottom: 10px solid rgb(158, 0, 0);
}
#banner {
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px;
}
#bannerImg {
width: 100%;
}
#title {
font-family: Trajan, Times;
font-stretch: expanded;
color: rgb(255, 207, 0);
text-shadow: 0px 4px 2px black;
margin-top: 5px;
margin-bottom: 5px;
font-size: 8vw;
}
#quoteBoxCenter {
padding: 30px 30px 30px 30px;
}
#quoteBox {
margin: 20px 0;
padding-bottom: 0px;
}
#quote {
font-family: "Arial Narrow", Arial;
font-weight: lighter;
letter-spacing: 2px;
font-size: 1.7em;
}
#buttonBox {
margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
#getMessage {
width: 300px;
height: 111px;
background: url(http://i.imgur.com/h73rKk6.png?1);
border: 0px;
margin: 0px;
title: "New Quote!";
}
#getMessage:active {
outline: 0px;
}
#getMessage:focus {
outline: 0px;
}
#sealBox {
width: 200px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding: 0px 0px 0px 0px;
}
#seal {
width: 200px;
margin-left: -15px;
title: "Tweet this!";
}
.buttonText {
font-family: Arial;
font-variant: small-caps;
font-size: 1.5em;
}