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-old.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-old.css
37 lines
1 /*
2 Document : style.css
3 Created on : 2013/01/21, 16:04:46
4 Updated on : 2014/01/26, 22:28
5 Author : tai
6 Description:
7 The stylesheet for the plugin.
8 */
9 #wpadminbar .show-template-name, #wpadminbar .hover .show-template-name {
10 font-family: monospace;
11 text-shadow: none;
12 }
13
14 #wpadminbar #wp-admin-bar-included_files_path .ab-item {
15 height: auto;
16 }
17
18 #wpadminbar #wp-admin-bar-included_files_path .ab-item div {
19 font-family: monospace;
20 text-shadow: none;
21 }
22
23 #wpadminbar .show-template-name {
24 color: #ccc;
25 }
26
27 #wpadminbar #included-files-list li, #wpadminbar .menupop.hover .show-template-name {
28 color: #333;
29 }
30
31 #wpadminbar #included-files-list li {
32 margin-left: 20px;
33 text-shadow: none;
34 }
35
36 /*# sourceMappingURL=style-old.css.map */
37