source: trunk/www.guidonia.net/wp/wp-content/plugins/simple-tags/2.5/inc/css/simple-tags.admin.css@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 3.8 KB
Line 
1/* Footer admin */
2.footer_st{text-align:center;font-size:.8em;}
3
4/* Options - Menu */
5.st_wrap .st_submenu{background:#464646;border-bottom:none;margin:0 0 3px;padding:3px 1em 0 1em;}
6.st_wrap .st_submenu li{height:25px;display:inline;line-height:200%;list-style:none;text-align:center;white-space:nowrap;}
7.st_wrap .st_submenu li a{border:none;color:#fff;font-size:12px;padding:.3em .4em .4em;text-decoration:none;}
8.st_wrap .st_submenu li a:hover{background:#D54E21;color:#fff;}
9.st_wrap .st_submenu li.tabs-selected {font-weight:700;background:#E4F2FD;color:#464646;padding:.3em 0 .4em;}
10.st_wrap .st_submenu li.tabs-selected a{color:#464646;}
11.st_wrap .st_submenu li.tabs-selected a:hover{background:#D54E21;color:#fff;}
12.st_wrap .tabs-hide{display:none;}
13@media projection, screen{.tabs-hide {display:none;}}
14@media print{.tabs-nav {display:none;}}
15
16/* Options Table */
17.st_wrap fieldset.options legend{display:none;}
18.st_wrap fieldset.options {border:0;}
19.st_wrap .form-table th {width:200px;}
20.st_wrap .stpexplan{font-size:0.9em;}
21.st_wrap .stpexplan ul{list-style:square;margin:0 0 0 20px;padding:0;}
22.st_wrap .stpexplan ul li {margin:0;padding:0;}
23
24/* Options - Input Color */
25.box_color{display:block;width:20px;height:20px;border:1px solid #ccc;}
26
27/* Manage tags */
28.st_wrap .auto_list{width:98%;margin:3px 0;padding:3px 5px;}
29.st_wrap .list_tags {width:240px;vertical-align:top;}
30.st_wrap .forms_manage {vertical-align:top;}
31.st_wrap .forms_manage h3 {margin-bottom:5px;}
32.st_wrap .forms_manage .form-table {margin-top:0;}
33.st_wrap .sort_order h3 {margin:0;}
34.st_wrap #ajax_area_tagslist {}
35.st_wrap #ajax_area_tagslist ul{list-style:square;margin:10px 0 10px 20px;padding:0;}
36.st_wrap #ajax_area_tagslist ul li{margin:0;padding:0;line-height:1.4;}
37.st_wrap #ajax_area_tagslist ul li span{cursor:pointer;}
38
39.form-table
40
41/* Auto tags */
42.st_wrap .auto_list{width:98%;margin:3px 0;padding:3px 5px;}
43
44/* Mass Edit Tags */
45.st_wrap input.tags_input {margin:3px 0 8px;width:90%;padding:3px 10px;}
46
47/* Suggested Click Tags */
48a#clicktags, a#close_clicktags {font-weight:700;color:red;border:0;text-decoration:none;}
49a#close_clicktags{display:none;}
50
51/* Ajax Click Tags */
52#st_click_tags { padding:6px; border:3px dashed #D1E6EF; margin:3px 0 0; display:none;max-height:300px;overflow:auto; }
53
54/* Click Tags */
55.container_clicktags span{background:#f0f0ee url(../images/tag_purple.png) 3px 50% no-repeat;}
56.container_clicktags span:hover{background:#b6bdd2 url(../images/tag_purple.png) 3px 50% no-repeat;}
57.container_clicktags span{display:block;float:left;background:#f0f0ee;border:solid 1px;color:#333;cursor:pointer;border-color:#ccc #999 #999 #ccc;margin:3px;padding:3px 4px;padding-left:22px;}
58.container_clicktags span:hover{color:#000;background:#b6bdd2;border-color:#0a246a;}
59.container_clicktags span.ttn_topic{background:#f0f0ee url(../images/tag_blue.png) 3px 50% no-repeat;}
60.container_clicktags span.ttn_location{background:#f0f0ee url(../images/map.png) 3px 50% no-repeat;}
61.container_clicktags span.ttn_person{background:#f0f0ee url(../images/user.png) 3px 50% no-repeat;}
62.container_clicktags span.yahoo{background:#f0f0ee url(../images/yahoo_logo.gif) 3px 50% no-repeat;}
63.container_clicktags span.local{background:#f0f0ee url(../images/tag_purple.png) 3px 50% no-repeat;}
64.container_clicktags span.ttn_topic:hover{background:#b6bdd2 url(../images/tag_blue.png) 3px 50% no-repeat;}
65.container_clicktags span.ttn_location:hover{background:#b6bdd2 url(../images/map.png) 3px 50% no-repeat;}
66.container_clicktags span.ttn_person:hover{background:#b6bdd2 url(../images/user.png) 3px 50% no-repeat;}
67.container_clicktags span.yahoo:hover{background:#b6bdd2 url(../images/yahoo_logo.gif) 3px 50% no-repeat;}
68.container_clicktags span.local:hover{background:#b6bdd2 url(../images/tag_purple.png) 3px 50% no-repeat;}
69
70/* Old tags input */
71#old_tags_input {width:98%;}
Note: See TracBrowser for help on using the repository browser.