PluginProbe ʕ •ᴥ•ʔ
Show Current Template / trunk
Show Current Template vtrunk
trunk 0.2.0 0.2.1 0.2.2 0.3.0 0.3.1 0.3.2 0.3.3 0.3.4 0.4.0 0.4.1 0.4.2 0.4.3 0.4.4 0.4.4-alpha 0.4.4-beta 0.4.5 0.4.6 0.5.0 0.5.1 0.5.2 0.5.3 0.5.4
show-current-template / css / style.css
show-current-template / css Last commit date
style-old.css 2 years ago style-old.css.map 2 years ago style.css 2 years ago style.css.map 2 years ago
style.css
63 lines
1 /*
2 Document : style.css
3 Created on : 2013/01/21, 16:04:46
4 Updated on : 2022/01/29, 13:47
5 Author : tai
6 Description:
7 The stylesheet for the plugin.
8 */
9 #wpadminbar .quicklinks #wp-admin-bar-show_template_file_name_on_top a {
10 display: inline;
11 padding: 0;
12 text-decoration: underline;
13 line-height: 1rem;
14 }
15 #wpadminbar .quicklinks #wp-admin-bar-show_template_file_name_on_top .ab-item {
16 height: auto;
17 white-space: normal;
18 }
19 #wpadminbar .quicklinks #wp-admin-bar-show_template_file_name_on_top .ab-sub-wrapper {
20 width: 300px;
21 }
22 #wpadminbar .quicklinks p {
23 line-height: 1rem;
24 margin-bottom: 1rem;
25 }
26 #wpadminbar .show-template-name,
27 #wpadminbar .hover .show-template-name {
28 font-family: monospace;
29 text-shadow: none;
30 }
31 #wpadminbar #wp-admin-bar-included_files_path .ab-item {
32 height: auto;
33 padding-bottom: 1rem;
34 }
35 #wpadminbar #wp-admin-bar-included_files_path .ab-item div {
36 font-family: monospace;
37 text-shadow: none;
38 color: #fff;
39 }
40 #wpadminbar .hover .show-template-name:hover {
41 color: #2ea2cc;
42 }
43 #wpadminbar #wp-admin-bar-included_files_path .ab-item #included-files-list li {
44 line-height: 1.5;
45 }
46 #wpadminbar #wp-admin-bar-included_files_path .ab-item #included-files-list li:hover {
47 color: #2ea2cc;
48 }
49 #wpadminbar #included-files-list {
50 margin-left: 20px;
51 }
52
53 #wp-admin-bar-show_template_file_name_on_top-default {
54 max-height: 90vh;
55 overflow-x: hidden;
56 }
57
58 #included-files-fie-on-wp-footer {
59 display: none;
60 }
61
62 /*# sourceMappingURL=style.css.map */
63