PluginProbe
Social Share Buttons / 1.9
Social Share Buttons v1.9
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 / css / global-admin.css

global-admin.css in Social Share Buttons 1.9, at css/global-admin.css

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