-
Notifications
You must be signed in to change notification settings - Fork 13
/
style.scss
71 lines (58 loc) · 1.23 KB
/
style.scss
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
/*
Author : Boon
URL : http://builtbyboon.com
Twitter : http://twitter.com/mattberridge
---------------------------------------*/
body {
margin: 0;
font: 1em/1.5 sans-serif; }
.strip {
background: #891434;
color: #fff;
padding: 1em 5%;
p {
text-align: left;
font-size: 1.2em; }
a {
color: #fff; }
}
.container {
width: 90%;
margin: 2em auto; }
/* -- Begin social sharing buttons
------------------------------------------------------------- */
.ss-share {
padding-left: 0;
list-style: none; }
.ss-share-item {
display: inline;
margin-right: 1em; }
.ss-share-link {
/* crude button styles */
text-decoration: none;
color: #444;
font-weight: bold;
padding: .5em .75em .5em 35px;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 2px;
&:hover,
&:active,
&:focus {
color: #891434;
}
}
[class*="ico-"] {
display: inline-block;
background-size: 16px 16px;
background-repeat: no-repeat;
background-position: 10px center; }
.ico-facebook {
background-image: url('http://www.facebook.com/favicon.ico');
}
.ico-twitter {
background-image: url('http://twitter.com/favicons/favicon.ico');
}
.ico-google {
background-image: url('https://ssl.gstatic.com/s2/oz/images/faviconr2.ico');
}