This repository has been archived by the owner on Nov 16, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.css
196 lines (195 loc) · 6.36 KB
/
index.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
.pinterest-widget {
padding: 0 0 5px 0;
margin: 30px auto;
width: 240px;
border-radius: 5px;
font-family: "Dosis", sans-serif;
box-shadow: 0px 1px 1px 0px rgba(142, 19, 25, 0.15);
background-color: #eff0f1; }
.pinterest-widget .pin-actions {
visibility: hidden;
display: block;
box-sizing: border-box;
max-width: 100%;
width: 100%;
position: absolute;
top: 0;
margin: 50% auto;
text-align: center; }
.pinterest-widget .pin-actions .action-pin {
border-color: #bd1921;
box-shadow: 0px 1px 1px 0px rgba(142, 19, 25, 0.15);
background: url("button_pin.png") 50% 50% no-repeat, linear-gradient(90deg, #c31a22 0%, #d71d26 100%);
color: transparent;
width: 72px;
height: 28px;
margin-right: 8px; }
.pinterest-widget .pin-actions .action-pin:hover {
background: #c31a22 url("button_pin.png") 50% 50% no-repeat;
box-shadow: 0px 1px 1px 0px rgba(142, 19, 25, 0.15), inset 0px 1px 0px 0px rgba(253, 253, 255, 0.2); }
.pinterest-widget .pin-actions .action-like {
border-color: #d2d5d7;
box-shadow: 0px 1px 1px 0px rgba(177, 179, 181, 0.15);
background-image: linear-gradient(90deg, #e4e7e9 0%, #ebeef0 100%);
color: #3f4041;
font-family: "Dosis", sans-serif;
font-size: 11px;
font-weight: bold;
width: 83px;
height: 28px; }
.pinterest-widget .pin-actions .action-like:before {
content: '';
display: inline-block;
position: relative;
top: 2px;
width: 14px;
height: 11px;
margin-right: 5px;
background: url("like.png") 0 0 no-repeat;
background-size: contain; }
.pinterest-widget .pin-actions .action-pin,
.pinterest-widget .pin-actions .action-like,
.pinterest-widget .comment__add {
display: inline-block;
border-radius: 2px;
border: solid 1px;
box-shadow: 0px 1px 1px 0px rgba(142, 19, 25, 0.15); }
.pinterest-widget .pin-actions .action-like:hover,
.pinterest-widget .comment__add:hover {
border-color: #bd1921;
background: #c31a22;
box-shadow: 0px 1px 1px 0px rgba(142, 19, 25, 0.15), inset 0px 1px 0px 0px rgba(253, 253, 255, 0.2);
color: white; }
.pinterest-widget .pin-holder {
text-align: center;
background-color: transparent;
border-bottom: 1px solid rgba(49, 49, 50, 0.1);
box-shadow: 0px 1px 1px 0px rgba(177, 179, 181, 0.15);
width: 240px;
height: 249px;
position: relative; }
.pinterest-widget .pin-holder:before {
display: block;
content: '';
width: 100%;
height: 100%;
background: white url("pin_image.png") 0 0 no-repeat;
background-size: 100% auto;
border-radius: 5px 5px 0 0;
z-index: -1; }
.pinterest-widget .pin-holder:hover:before {
opacity: 0.15; }
.pinterest-widget .pin-holder:hover .pin-actions {
visibility: visible; }
.pinterest-widget .pin-info,
.pinterest-widget .pin-source {
padding: 15px 20px;
background-color: white;
border-bottom: 1px solid rgba(49, 49, 50, 0.1); }
.pinterest-widget .pin-info .pin-title {
display: block;
margin-bottom: 10px;
text-align: left;
line-height: 1.2;
font-family: "Dosis", sans-serif;
font-size: 16px;
font-weight: bold;
color: #3f4041; }
.pinterest-widget .pin-info .pin-stats {
font-size: 13px;
font-family: "Dosis", sans-serif;
color: #797b7c;
line-height: 1.2;
text-align: left;
margin-right: 10px; }
.pinterest-widget .pin-info .pin-stats:before {
content: '';
display: inline-block;
width: 16px;
height: 11px;
margin-right: 5px; }
.pinterest-widget .pin-info .repins:before {
background: url("repins.png") 0 0 no-repeat; }
.pinterest-widget .pin-info .likes:before {
background: url("likes.png") 0 0 no-repeat; }
.pinterest-widget .pin-info .comments:before {
background: url("comments.png") 0 0 no-repeat; }
.pinterest-widget .pin-source {
display: block;
font-size: 13px;
font-family: "Dosis", sans-serif;
color: #797b7c;
line-height: 1.2;
text-align: left;
font-weight: bold;
text-decoration: none; }
.pinterest-widget .pin-source:before {
content: 'Pinned from ';
font-weight: normal; }
.pinterest-widget .comments-thread {
display: block;
list-style: none;
padding: 15px 20px;
margin: 0;
border-radius: 0 0 5px 5px;
background-color: #eff0f1;
max-height: 300px;
overflow: auto;
overflow-x: hidden; }
.pinterest-widget .comments-thread .comment {
display: block;
margin-bottom: 5px;
padding: 0;
clear: both; }
.pinterest-widget .comments-thread .comment:before {
content: '';
display: block;
float: left;
width: 30px;
height: 30px;
margin-right: 10px;
border-radius: 2px;
background-size: cover;
background: url("HannahKern.png") 50% 50% no-repeat; }
.pinterest-widget .comments-thread .comment:last-child:before {
background: url("user.png") 50% 50% no-repeat; }
.pinterest-widget .comments-thread .comment__author, .pinterest-widget .comments-thread .comment__text {
display: block;
margin: 0;
padding: 0;
font-family: "Dosis", sans-serif;
color: #3f4041;
line-height: 1.2;
text-align: left; }
.pinterest-widget .comments-thread .comment__author {
font-size: 14px;
font-weight: bold;
padding-bottom: 3px;
text-decoration: none; }
.pinterest-widget .comments-thread .comment__text {
font-size: 13px;
font-weight: normal; }
.pinterest-widget .comments-thread .comment__add {
background: linear-gradient(90deg, #c31a22 0%, #d71d26 100%);
font-family: "Dosis", sans-serif;
font-size: 13px;
line-height: 1.2;
font-weight: bold;
text-align: center;
color: white;
margin-top: 5px;
display: block;
clear: both;
float: right;
width: 63px;
height: 28px;
border-color: #bd1921; }
.pinterest-widget .comments-thread .comment [name="comment-form"] > [name="text"] {
display: block;
float: right;
margin: 0;
padding: 0;
width: calc(100% - 42px);
resize: vertical;
max-height: 20em; }
/*# sourceMappingURL=index.css.map */