-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
87 lines (87 loc) · 1.61 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
.form-table input[type=text], .form-table select{
min-width: 300px;
}
.top-sharebar {
position: absolute;
right: 0;
top: 24px;
padding-right: 20px
}
.top-sharebar > * {
vertical-align: middle;
margin-left: 10px;
float: right
}
.share-text {
font-size: 10px;
text-align: right;
line-height: 1.5;
margin-right: 5px;
color: #838383
}
.share-btn {
background: #333;
color: #fff;
text-decoration: none;
padding: 2px 10px;
border-radius: 2em;
font-size: 12px;
line-height: 2em
}
.share-btn:hover {
opacity: .5;
color: #fff
}
.share-btn:active, .share-btn:focus {
color: #fff
}
.share-btn .dashicons {
font-size: 14px;
margin: 5px 2px 0 0;
height: 14px
}
.share-btn.twitter {
background-color: #2196f3
}
.share-btn.googleplus {
background-color: #dd4b39
}
.share-btn.rate-btn .dashicons {
color: #ff9800
}
@media (min-width:320px) and (max-width:480px) {
.coffee-box, .top-sharebar {
display: none
}
}
.donate {
background-color: #ffa000;
color: #fff
}
.coffee-box {
padding: 15px 5px 15px 15px;
border: 1px solid #4caf50;
padding-left: 13%;
background: url(coffee.svg) no-repeat;
border-radius: 3px;
background-position: 30px center;
margin: 30px 0 15px 0;
background-size: 84px
}
.coffee-box .coffee-amt {
width: 120px;
padding: 5px;
height: auto;
font-size: 1.5em
}
.coffee-amt-wrap {
float: right;
margin: 0 30px
}
.coffee-heading {
color: #23282d;
font-size: 1.3em;
margin: 1em 0;
display: block;
font-weight: 600
}