PluginProbe
phpinfo() WP – Site Health, PHP Compatibility & Server Audit / 7.2.5
phpinfo() WP – Site Health, PHP Compatibility & Server Audit v7.2.5
7.2.7 7.2.6 7.2.5 7.2.4 7.2.3 7.2.0 7.2.1 7.2.2 7.1.0 7.0.3 7.0.4 7.0.5 trunk 6.0 7.0.0 7.0.1 7.0.2
phpinfo-wp / css / style.less

style.less in phpinfo() WP – Site Health, PHP Compatibility & Server Audit 7.2.5, at css/style.less

244 lines 4.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @default-color: #777BB3;
2
3 #phpinfo-wp-notice {
4 display: flex;
5 justify-content: space-between;
6 align-items: baseline;
7 }
8
9 #htaccess-phpinfo {
10 text-align: center;
11 }
12
13 #htaccess-warning {
14 color: red;
15 font-weight: 600;
16 font-size: 20px;
17 margin: 10px;
18 }
19
20 #phpinfo-htaccess-save, #phpinfo-htaccess-backup, #phpinfo-htaccess-restore {
21 background-color: @default-color;
22 margin: 15px 10px 10px 10px;
23 border: none;
24 border-radius: 5px;
25 height: 40px;
26 width: 100px;
27 color: white;
28 font-weight: 600;
29 cursor: pointer;
30 }
31
32 #htaccess-phpinfo-des {
33 font-size: 16px;
34 width: 1200px;
35 }
36
37 #htaccess-editor {
38 width: 50%;
39 margin-top: 10px;
40 height: 370px;
41 }
42
43 .phpinfo-extensions {
44 margin-top: 20px;
45 -webkit-column-count: 5;
46 -moz-column-count: 5;
47 column-count: 5;
48 -webkit-column-gap: 50px;
49 -moz-column-gap: 50px;
50 column-gap: 0px;
51 -webkit-column-rule: 1px single grey;
52 -moz-column-rule: 1px single grey;
53 column-rule: 1px single grey;
54 text-align: center;
55 font-size: 15px;
56 line-height: 25px;
57 font-weight: bolder;
58 }
59
60 #title-phpinfo-WP {
61 margin-top: 30px;
62 margin-bottom: 30px;
63 letter-spacing: 10px;
64 margin-left: 20px;
65 }
66
67 #heading-phpinfo-WP {
68 color: @default-color;
69 }
70
71 html {
72 scroll-behavior: smooth;
73 }
74
75 #topButtonImage-phpinfo-WP {
76 height: 30px;
77 width: 30px;
78 }
79
80 #topButton-phpinfo-WP {
81 position: fixed;
82 bottom: 20px;
83 right: 30px;
84 z-index: 99;
85 border: none;
86 outline: none;
87 background-color: @default-color;
88 color: white;
89 cursor: pointer;
90 padding: 15px;
91 border-radius: 10px;
92 font-size: 18px;
93 }
94
95 #topButton-phpinfo-WP:hover {
96 background-color: #555;
97 }
98
99 .center pre {
100 margin: 0;
101 font-family: Poppins, sans-serif;
102 }
103
104 .center a:link {
105 color: #009;
106 text-decoration: none;
107 background-color: #fff;
108 }
109
110 .center a:hover {
111 text-decoration: underline;
112 }
113
114 .center table {
115 border-collapse: collapse;
116 border: 0;
117 width: 934px;
118 box-shadow: 1px 2px 3px #ccc;
119 text-align: left;
120 margin: 10px auto;
121 }
122
123 .center table th {
124 text-align: center !important;
125 }
126 .center table td,
127 .center table th {
128 border: 1px solid #666;
129 font-size: 75%;
130 vertical-align: baseline;
131 padding: 5px 5px;
132 text-align: center;
133 }
134 .center h1,
135 .center h2 {
136 text-transform: uppercase
137 }
138 .center .p {
139 text-align: left
140 }
141 .center .e {
142 background-color: #ccf;
143 width: 300px;
144 font-weight: bold
145 }
146 .center .h {
147 background-color: #99c;
148 font-weight: bold
149 }
150 .center .v {
151 background-color: #ddd;
152 max-width: 300px;
153 overflow-x: auto;
154 word-wrap: break-word
155 }
156 .center .v i {
157 color: #999
158 }
159 .center img {
160 float: right;
161 border: 0
162 }
163 .center hr {
164 width: 934px;
165 background-color: #ccc;
166 border: 0;
167 height: 1px
168 }
169 .tab {
170 overflow: hidden;
171 border: 1px solid #ccc;
172 background-color: #f1f1f1;
173 }
174 .tab button {
175 background-color: inherit;
176 float: left;
177 border: none;
178 outline: none;
179 cursor: pointer;
180 padding: 14px 16px;
181 transition: 0.3s;
182 font-size: 17px;
183 }
184 .tab button:hover {
185 background-color: @default-color;
186 color: white;
187 }
188 .tab button.active {
189 background-color: @default-color;
190 color: white;
191 }
192
193 .tabcontent {
194 display: none;
195 padding: 6px 12px;
196 border: 1px solid #ccc;
197 border-top: none;
198 }
199
200 #phpinfo-WP {
201 text-align: center;
202 }
203
204 #phpinfo-wp {
205 margin-right: 20px;
206 }
207
208 #phpinfo-output {
209 text-align: center;
210 font-size: 30px;
211 margin-top: 20px;
212 font-weight: 600;
213 color: @default-color;
214 }
215
216 #phpinfo-log {
217 line-height: 1.5;
218 height: 400px;
219 width: 98.24%;
220 overflow:auto;
221 background-color: floralwhite;
222 color: @default-color;
223 font-family: sans-serif;
224 padding: 10px;
225 margin-top: 30px;
226 border-radius: 10px;
227 font-weight: 400;
228 font-size: 18px;
229 }
230
231 #phpinfo-disk-info {
232 font-size: 14px;
233 }
234
235 #info-phpinfo-WP {
236 display: flex;
237 justify-content: space-between;
238 }
239
240 #phpinfo_mc {
241 margin-top: 21px;
242 letter-spacing: 10px;
243 margin-left: 20px;
244 }