| author | ymh <ymh.work@gmail.com> |
| Wed, 09 Nov 2011 16:25:13 +0100 | |
| changeset 30 | d2fba1e3b94b |
| parent 11 | 5f038a505cd7 |
| child 31 | b910b4f7485f |
| permissions | -rwxr-xr-x |
| 2 | 1 |
@charset "UTF-8"; |
2 |
||
3 |
.wikitag_hand_cursor, .wikitag_remove_wp_link, .wikitag_remove_tag_from_list, .wikitag_reset_wp_info { |
|
4 |
cursor: pointer; |
|
5 |
} |
|
6 |
#wikitag_actions span { |
|
7 |
margin-left: 5px; |
|
8 |
} |
|
9 |
#wikitag_table { |
|
10 |
width: 100%; |
|
11 |
border-spacing: 0px; |
|
12 |
} |
|
13 |
#wikitag_table td, th { |
|
14 |
padding: 3px; |
|
15 |
} |
|
16 |
.wikitag_text_centered { |
|
17 |
text-align: center; |
|
18 |
} |
|
19 |
.wikitag_large_25 { |
|
20 |
width: 25px; |
|
21 |
} |
|
22 |
tr.wikitag_oddline { |
|
|
11
5f038a505cd7
Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents:
2
diff
changeset
|
23 |
background: white; |
| 2 | 24 |
} |
25 |
tr.wikitag_evenline { |
|
|
11
5f038a505cd7
Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents:
2
diff
changeset
|
26 |
background: #d8d8d8; |
| 2 | 27 |
} |
28 |
tr.wikitag_oddline:hover, tr.wikitag_evenline:hover { |
|
29 |
background: lightblue; |
|
30 |
} |
|
31 |
.wikitag_updown_td { |
|
32 |
width: 12px; |
|
33 |
cursor: n-resize; |
|
34 |
} |
|
35 |
tr.wikitag_dragged_row td { |
|
36 |
color: yellow; |
|
37 |
background-color: black; |
|
38 |
} |
|
39 |
||
40 |
/* styles for the 4 types of STATUS */ |
|
41 |
.wikitag_null_result { |
|
42 |
color: #000000; |
|
43 |
} |
|
44 |
.wikitag_redirection { |
|
45 |
color: #0000ff; |
|
46 |
font-weight: bold; |
|
47 |
font-style: italic; |
|
48 |
} |
|
49 |
.wikitag_homonyme { |
|
50 |
color: #000000; |
|
51 |
font-weight: bold; |
|
52 |
} |
|
53 |
.wikitag_match { |
|
54 |
color: #0000ff; |
|
55 |
font-weight: bold; |
|
56 |
} |
|
57 |
/* END styles for the 4 types of STATUS */ |
|
58 |
||
59 |
||
60 |
#search_form_div { |
|
61 |
text-align: center; |
|
62 |
padding: 10px; |
|
63 |
margin: 10px 10px; |
|
64 |
margin-bottom: 30px; |
|
65 |
background-color:#ececec; |
|
66 |
border: 1px solid #7E7E7E |
|
67 |
} |
|
68 |
||
69 |
#search_form ul { |
|
70 |
list-style-type: none; |
|
71 |
margin: 0; |
|
72 |
padding: 0; |
|
73 |
} |
|
74 |
||
75 |
#search_form ul li { |
|
76 |
display: inline; |
|
77 |
} |
|
78 |
||
|
11
5f038a505cd7
Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents:
2
diff
changeset
|
79 |
|
|
5f038a505cd7
Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents:
2
diff
changeset
|
80 |
/* Styles for all tags list table */ |
|
5f038a505cd7
Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents:
2
diff
changeset
|
81 |
#wikitag_alltags_table { |
|
5f038a505cd7
Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents:
2
diff
changeset
|
82 |
min-width: 600px; |
|
5f038a505cd7
Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents:
2
diff
changeset
|
83 |
border-spacing: 0px; |
|
5f038a505cd7
Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents:
2
diff
changeset
|
84 |
} |
|
5f038a505cd7
Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents:
2
diff
changeset
|
85 |
#wikitag_alltags_table td, th { |
|
5f038a505cd7
Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents:
2
diff
changeset
|
86 |
padding: 3px; |
|
5f038a505cd7
Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents:
2
diff
changeset
|
87 |
} |
|
5f038a505cd7
Debug Category on tag list and document. Finish pagination for tag list.
cavaliet
parents:
2
diff
changeset
|
88 |
|
| 2 | 89 |
/* |
90 |
||
91 |
||
92 |
#count_nav_top, |
|
93 |
#count_nav_bottom { |
|
94 |
text-align: right; |
|
95 |
} |
|
96 |
#count_nav_bottom p, |
|
97 |
#count_nav_top p { |
|
98 |
font-size: 12px; |
|
99 |
font-weight : bold; |
|
100 |
} |
|
101 |
||
102 |
||
103 |
*/ |