PluginProbe ʕ •ᴥ•ʔ
Show Current Template / 0.2.0
Show Current Template v0.2.0
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 / style.css
show-current-template Last commit date
languages 12 years ago README.md 12 years ago readme.txt 10 years ago show-current-template.php 12 years ago show-current-template.pot 12 years ago style-old.css 12 years ago style.css 12 years ago
style.css
32 lines
1 /*
2 Document : style.css
3 Created on : 2013/01/21, 16:04:46
4 Updated on : 2014/01/26, 23:16
5 Author : tai
6 Description:
7 The stylesheet for the plugin.
8 */
9
10 #wpadminbar .show-template-name,
11 #wpadminbar .hover .show-template-name,
12 #wpadminbar #wp-admin-bar-included_files_path .ab-item div {
13 font-family: monospace;
14 text-shadow: none;
15 }
16
17 #wpadminbar #wp-admin-bar-included_files_path .ab-item {
18 height: auto;
19 }
20
21 #wpadminbar #wp-admin-bar-included_files_path .ab-item div {
22 color: #fff;
23 }
24
25 #wpadminbar .hover .show-template-name:hover,
26 #wpadminbar #wp-admin-bar-included_files_path .ab-item #included-files-list li:hover {
27 color: #2ea2cc;
28 }
29
30 #wpadminbar #included-files-list {
31 margin-left: 20px;
32 }