-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
80 lines (70 loc) · 1.16 KB
/
style.css
File metadata and controls
80 lines (70 loc) · 1.16 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
body,
h1,
h2,
h3,
h4,
h5,
h6,
p
{ font-family: 'Raleway', sans-serif;
}
h1{font-size:35px;}
h2{font-size:30px;}
h3{font-size:25px;}
p {font-size:16px;}
body {background:#490A3D;}
.quotemark {
position: relative;
top: -12px;
padding-right: 10px;
}
blockquote {
border-left: 10px solid #490A3D;
margin: 30px 10px;
padding: 10px 30px;
}
blockquote:before {
color: #ccc;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
blockquote h1, h2, h3, p{
display: inline;
}
blockquote footer {
font-size:18px;
text-align:right;
color:transparent;
}
.container {
max-height:800px;
margin: 10% auto auto auto;
}
.quotebox {
background:#fff;
max-width:500px;
min-height:100px;
border:1px solid #222;
border-radius:5px;
margin:10px;
}
.quotebutton {
display:inline-block;
padding:6px 12px;
}
#quotesource{margin-top:20px}
.btn {margin-bottom:10px}
.btn-primary {
width: 100px;
height: 40px;
border:none;
background:#490A3D;
}
@media only screen and (max-width: 768px){
#quotetext {font-size:25px; }
.container { margin-right:20px;}
}
@media only screen and (max-width: 320px){
#quotetext {font-size:18px; }
}