PluginProbe ʕ •ᴥ•ʔ
SiteOrigin CSS / 1.0
SiteOrigin CSS v1.0
1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.10 1.5.11 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0
so-css / css / inspector.css
so-css / css Last commit date
images 11 years ago admin.css 11 years ago admin.less 11 years ago inspector.css 11 years ago inspector.less 11 years ago mixins.css 11 years ago mixins.less 11 years ago
inspector.css
200 lines
1 #socss-inspector-interface {
2 display: none;
3 position: fixed;
4 bottom: 0;
5 left: 0;
6 right: 0;
7 height: 220px;
8 background: #ffffff;
9 box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05);
10 z-index: 100000;
11 font-family: "Arial", sans-serif;
12 font-size: 14px;
13 border-top: 1px solid #a3a3a3;
14 }
15 #socss-inspector-interface .socss-toolbar {
16 box-sizing: border-box;
17 background: #e6e6e6;
18 padding: 0 4px;
19 user-select: none;
20 position: absolute;
21 top: 0;
22 left: 0;
23 right: 0;
24 height: 30px;
25 overflow: hidden;
26 }
27 #socss-inspector-interface .socss-toolbar .socss-enable-inspector {
28 font-size: 20px;
29 display: inline-block;
30 padding: 5px;
31 color: #777;
32 border-left: 1px solid transparent;
33 border-right: 1px solid transparent;
34 position: absolute;
35 top: 0;
36 left: 5px;
37 bottom: 0;
38 height: 30px;
39 width: 30px;
40 box-sizing: border-box;
41 }
42 #socss-inspector-interface .socss-toolbar .socss-enable-inspector:hover {
43 cursor: pointer;
44 background-color: #f3f3f3;
45 color: #596872;
46 }
47 #socss-inspector-interface .socss-toolbar .socss-hierarchy {
48 position: absolute;
49 top: 0;
50 right: 20px;
51 left: 40px;
52 bottom: 0;
53 display: block;
54 padding-left: 10px;
55 overflow: hidden;
56 white-space: nowrap;
57 background: #e6e6e6;
58 }
59 #socss-inspector-interface .socss-toolbar .socss-hierarchy .socss-selector {
60 font-size: 12px;
61 line-height: 1em;
62 padding: 9px 20px 9px 9px;
63 display: inline-block;
64 background: url(images/separator.png) top right no-repeat;
65 background-size: contain;
66 cursor: pointer;
67 }
68 #socss-inspector-interface .socss-toolbar .socss-hierarchy .socss-selector:last-child {
69 background: none;
70 padding-right: 9px;
71 }
72 #socss-inspector-interface .socss-selectors-window,
73 #socss-inspector-interface .socss-properties-window {
74 overflow-y: scroll;
75 font-family: "Courier New", "Lucida Console", Courier, monospace;
76 font-size: 13px;
77 border-top: 1px solid #a3a3a3;
78 }
79 #socss-inspector-interface .socss-selectors-window > div,
80 #socss-inspector-interface .socss-properties-window > div {
81 line-height: 1.2em;
82 padding: 4px 10px;
83 white-space: nowrap;
84 }
85 #socss-inspector-interface .socss-selectors-window > div:hover,
86 #socss-inspector-interface .socss-properties-window > div:hover {
87 background: #f6f6f6;
88 cursor: pointer;
89 }
90 #socss-inspector-interface .socss-selectors-window strong,
91 #socss-inspector-interface .socss-properties-window strong {
92 font-weight: bold;
93 }
94 #socss-inspector-interface .socss-selectors-window {
95 position: absolute;
96 top: 29px;
97 left: 0;
98 right: 50%;
99 bottom: 0;
100 background: #fff;
101 border-right: 1px solid #aaa;
102 }
103 #socss-inspector-interface .socss-properties-window {
104 position: absolute;
105 top: 29px;
106 right: 0;
107 left: 50%;
108 bottom: 0;
109 background: #fff;
110 }
111 body.socss-active {
112 padding-bottom: 200px !important;
113 }
114 body.socss-active #socss-inspector-interface {
115 display: block;
116 height: 200px;
117 }
118 body.socss-active #socss-inspector-interface .socss-toolbar .socss-enable-inspector {
119 border-left: 1px solid #aaa;
120 border-right: 1px solid #aaa;
121 background-color: #f3f3f3;
122 color: #005a67;
123 }
124 body.socss-inactive {
125 padding-bottom: 29px !important;
126 }
127 body.socss-inactive #socss-inspector-interface {
128 display: block;
129 height: 29px;
130 }
131 body.socss-inactive #socss-inspector-interface .socss-selectors-window,
132 body.socss-inactive #socss-inspector-interface .socss-attributes-window {
133 display: none;
134 }
135 .socss-inspector-hover {
136 pointer-events: none;
137 position: absolute;
138 /* Same index as the admin bar */
139 z-index: 99999;
140 border: 1px dashed #0075cb;
141 background: rgba(0, 117, 203, 0.15);
142 box-sizing: border-box;
143 }
144 .socss-inspector-hover .socss-guide {
145 display: none;
146 }
147 .socss-inspector-hover .socss-guide-margin,
148 .socss-inspector-hover .socss-guide-padding {
149 position: absolute;
150 }
151 .socss-inspector-hover .socss-guide-margin.socss-guide-top,
152 .socss-inspector-hover .socss-guide-padding.socss-guide-top,
153 .socss-inspector-hover .socss-guide-margin.socss-guide-bottom,
154 .socss-inspector-hover .socss-guide-padding.socss-guide-bottom {
155 right: 0;
156 left: 0;
157 }
158 .socss-inspector-hover .socss-guide-margin.socss-guide-left,
159 .socss-inspector-hover .socss-guide-padding.socss-guide-left,
160 .socss-inspector-hover .socss-guide-margin.socss-guide-right,
161 .socss-inspector-hover .socss-guide-padding.socss-guide-right {
162 top: 0;
163 bottom: 0;
164 }
165 .socss-inspector-hover .socss-guide-margin {
166 background: rgba(20, 126, 74, 0.25);
167 }
168 .socss-inspector-hover .socss-guide-margin.socss-guide-top {
169 bottom: 100%;
170 }
171 .socss-inspector-hover .socss-guide-margin.socss-guide-bottom {
172 top: 100%;
173 }
174 .socss-inspector-hover .socss-guide-margin.socss-guide-left {
175 right: 100%;
176 }
177 .socss-inspector-hover .socss-guide-margin.socss-guide-right {
178 left: 100%;
179 }
180 .socss-inspector-hover .socss-guide-padding {
181 background: rgba(0, 117, 203, 0.25);
182 }
183 .socss-inspector-hover .socss-guide-padding.socss-guide-top {
184 top: 0;
185 }
186 .socss-inspector-hover .socss-guide-padding.socss-guide-bottom {
187 bottom: 0;
188 }
189 .socss-inspector-hover .socss-guide-padding.socss-guide-left {
190 left: 0;
191 }
192 .socss-inspector-hover .socss-guide-padding.socss-guide-right {
193 right: 0;
194 }
195 body,
196 html {
197 max-width: 100% !important;
198 overflow-x: hidden !important;
199 }
200