PluginProbe ʕ •ᴥ•ʔ
Simple Author Box / 2.52
Simple Author Box v2.52
trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.9 2.0 2.0.1 2.0.2 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.2 2.3.0 2.3.1 2.3.11 2.3.12 2.3.15 2.3.16 2.3.2 2.3.20 2.3.21 2.3.22 2.4 2.41 2.42 2.45 2.46 2.47 2.48 2.49 2.50 2.51 2.52 2.54 2.55 2.56 2.57 2.59 2.60
simple-author-box / assets / css / sabox.css
simple-author-box / assets / css Last commit date
images 7 years ago jquery-ui.min.css 7 years ago sab_gutenberg_editor_style.css 4 years ago sabox-admin-style.css 4 years ago sabox.css 4 years ago sabox.min.css 4 years ago simple-author-box.css 4 years ago sweetalert2.min.css 4 years ago
sabox.css
122 lines
1 #adminmenu #toplevel_page_simple-author-box-options .wp-menu-image img {
2 height: 18px;
3 padding-top: 8px;
4 }
5 #adminmenu #toplevel_page_simple-author-box-options.current .wp-menu-image img {
6 opacity: 1;
7 }
8 img.sab-custom-avatar {
9 height: auto;
10 max-width:75px;
11 }
12
13 .sabox-modal {
14 display: none;
15 top: 0px;
16 width: 100%;
17 height: 100%;
18 background: white;
19 border: 1px solid black;
20 z-index: 99999;
21 position: fixed;
22 left:0px;
23 }
24
25 .sabox-modal-close-btn {
26 background: #007cba;
27 color: white;
28 position: absolute;
29 top: 2px;
30 right: 2px;
31 width: 32px;
32 height: 32px;
33 font-size: 24px;
34 text-align: center;
35 padding: 0;
36 border: none;
37 }
38
39 .sabox-modal-close-btn .dashicons{
40 font-size: 28px;
41 width: 28px;
42 height: 28px;
43 line-height: 32px;
44 }
45
46 .sabox-modal-header-right .toggle-wrapper{
47 float:left;
48 }
49
50 .sabox-modal-content {
51 position: absolute;
52 top: 80px;
53 bottom: 0;
54 left: 0px;
55 right: 0px;
56 overflow: auto;
57 }
58
59 .sabox-modal-footer {
60 position: absolute;
61 bottom: 32px;
62 height: 32px;
63 left: 0px;
64 right: 0px;
65 overflow: hidden;
66 }
67
68 .sabox-modal-header-logo {
69 width: 256px;
70 float: left;
71 padding: 8px;
72 }
73
74 .sabox-modal-header-logo img {
75 vertical-align: middle;
76 margin-top: -25px;
77 }
78 .sabox-modal-header-logo .sabox-header-title {
79 display: inline-block;
80 }
81
82 .sabox-modal-header-logo .sabox-header-title h2 {
83 margin: 6px 0 4px 0;
84 font-size: x-large;
85 display: block;
86 margin-bottom: 5px;
87 padding: 0px;
88 }
89 .sabox-modal-header-info {
90 width: calc(100% - 540px);
91 float: left;
92 text-align: center;
93 }
94
95 .sabox-modal-header-right {
96 width: 180px;
97 float: left;
98 padding-left:40px;
99 }
100
101 .sabox-modal-header-info .modal-title {
102 font-size: 14px;
103 font-weight: bold;
104 }
105
106 .sabox-modal-header-right .toggle-wrapper{
107 vertical-align: middle;
108 }
109 .sabox-modal-selected-path {
110 color: #007cba;
111 }
112
113 .sabox-modal-header {
114 position: absolute;
115 top: 0px;
116 left: 0px;
117 height: 80px;
118 right: 0px;
119 overflow: hidden;
120 box-shadow: 1px 1px 13px #0000007a;
121 z-index: 9999;
122 }