| author | cavaliet |
| Thu, 10 Nov 2011 12:40:22 +0100 | |
| changeset 32 | 38dcd2db04e4 |
| parent 31 | b910b4f7485f |
| child 33 | 6c87166b819c |
| 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 |
|
|
31
b910b4f7485f
First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents:
11
diff
changeset
|
89 |
|
|
b910b4f7485f
First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents:
11
diff
changeset
|
90 |
/* Styles for hidden context div, displayed on text selected */ |
|
b910b4f7485f
First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents:
11
diff
changeset
|
91 |
#wikitag_context_div { |
|
b910b4f7485f
First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents:
11
diff
changeset
|
92 |
width: 260px; |
|
b910b4f7485f
First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents:
11
diff
changeset
|
93 |
border: 2px; |
|
b910b4f7485f
First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents:
11
diff
changeset
|
94 |
background: lightgreen; |
|
b910b4f7485f
First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents:
11
diff
changeset
|
95 |
display: none; |
|
b910b4f7485f
First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents:
11
diff
changeset
|
96 |
float: none; |
|
b910b4f7485f
First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents:
11
diff
changeset
|
97 |
position: absolute; |
|
b910b4f7485f
First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents:
11
diff
changeset
|
98 |
} |
|
b910b4f7485f
First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents:
11
diff
changeset
|
99 |
|
|
b910b4f7485f
First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents:
11
diff
changeset
|
100 |
|
|
b910b4f7485f
First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents:
11
diff
changeset
|
101 |
|
| 2 | 102 |
/* |
103 |
||
104 |
||
105 |
#count_nav_top, |
|
106 |
#count_nav_bottom { |
|
107 |
text-align: right; |
|
108 |
} |
|
109 |
#count_nav_bottom p, |
|
110 |
#count_nav_top p { |
|
111 |
font-size: 12px; |
|
112 |
font-weight : bold; |
|
113 |
} |
|
114 |
||
115 |
||
116 |
*/ |