-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
111 lines (100 loc) · 1.94 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Result
body,
h1,
h2,
h3,
h4,
h5,
h6,
p
{ font-family: cursive;
}
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:black;
}
.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}
.social-icons {
padding:6px 12px;
display:inline-block;
}
.social-icons .fa {
font-size: 1.8em;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
color: #FFF;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.social-icons.icon-rounded .fa{
border-radius:5px;
}
.social-icons .fa:hover, .social-icons .fa:active {
color: #FFF;
-webkit-box-shadow: 1px 1px 3px #333;
-moz-box-shadow: 1px 1px 3px #333;
box-shadow: 1px 1px 3px #333;
}
.social-icons .fa-twitter {
background-color:#490A3D;
border-color:none;}
.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; }
}