PluginProbe
Social Share Buttons / 1.4
Social Share Buttons v1.4
trunk 0.9 1.0 1.1 1.1.1 1.1.2 1.10 1.11 1.12 1.15 1.16 1.17 1.18 1.19 1.2 1.20 1.3 1.30 1.4 1.5 1.6 1.7 1.8 1.9
share-button / scss / _postbox.scss

_postbox.scss in Social Share Buttons 1.4, at scss/_postbox.scss

64 lines 878 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 #mbsocial-box {
3
4 .forpro {
5 &.overlay {
6 position: absolute;
7 left: 0;
8 width: 500px;
9 bottom: 0;
10 top: 0;
11 background: rgba(136, 197, 194, 0.8);
12 z-index: 1;
13 div {
14 color: #000;
15 top: 50%;
16 left: 50%;
17 transform: translate(-55%, -50% );
18 font-size: 16px;
19 line-height: 24px;
20 position: absolute;
21 a {
22 color: #000;
23 }
24 }
25 }
26 }
27
28 .meta_box_content {
29 position: relative;
30
31 label {
32 width: 180px;
33 display: inline-block;
34 font-weight: 700;
35
36 }
37 div.input {
38 padding: 8px 5px;
39 display: inline-block;
40 height: 25px;
41 }
42
43 input[type="text"]="text""] {
44 min-width: 250px;
45 }
46
47 }
48
49 p strong {
50 border-bottom: 1px solid #808080;
51 display: inline-block;
52 width: 500px;
53 font-size: 16px;
54 }
55
56 p.note {
57 font-style: italic;
58 font-size: 13px;
59 margin-bottom: 0;
60 color: #808080;
61 }
62
63 }
64