| author | ymh <ymh.work@gmail.com> |
| Sun, 27 Nov 2011 23:48:40 +0100 | |
| changeset 45 | e25a00a6f9e1 |
| parent 40 | 1d4af6751f5b |
| child 52 | e804ae133f27 |
| 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 */ |
|
36
540607cf3447
Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents:
33
diff
changeset
|
91 |
/* These styles are not meant to be changed. There are needed in order to place and display the context div. */ |
|
540607cf3447
Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents:
33
diff
changeset
|
92 |
.wikitag_context_static { |
|
31
b910b4f7485f
First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents:
11
diff
changeset
|
93 |
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
|
94 |
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
|
95 |
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
|
96 |
} |
|
40
1d4af6751f5b
Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents:
36
diff
changeset
|
97 |
.wikitag_context_static { |
|
1d4af6751f5b
Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents:
36
diff
changeset
|
98 |
width: 300px; |
|
1d4af6751f5b
Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents:
36
diff
changeset
|
99 |
} |
|
36
540607cf3447
Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents:
33
diff
changeset
|
100 |
/* These styles can be changed. */ |
|
540607cf3447
Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents:
33
diff
changeset
|
101 |
.wikitag_context_change { |
|
540607cf3447
Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents:
33
diff
changeset
|
102 |
width: 260px; |
|
540607cf3447
Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents:
33
diff
changeset
|
103 |
border: 2px; |
|
540607cf3447
Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents:
33
diff
changeset
|
104 |
background: #97fefd; |
|
540607cf3447
Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents:
33
diff
changeset
|
105 |
} |
|
540607cf3447
Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents:
33
diff
changeset
|
106 |
.wikitag_context_change input { |
|
540607cf3447
Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents:
33
diff
changeset
|
107 |
width: 250px; |
|
540607cf3447
Context search v1 is finished. Context allowing various configuration is set. Css and templates are clearly set.
cavaliet
parents:
33
diff
changeset
|
108 |
} |
|
40
1d4af6751f5b
Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents:
36
diff
changeset
|
109 |
.wikitag_context_result { |
|
1d4af6751f5b
Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents:
36
diff
changeset
|
110 |
width: 500px !important; |
|
1d4af6751f5b
Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents:
36
diff
changeset
|
111 |
} |
|
1d4af6751f5b
Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents:
36
diff
changeset
|
112 |
.wikitag_context_result_item { |
|
1d4af6751f5b
Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents:
36
diff
changeset
|
113 |
text-indent:-5px; |
|
1d4af6751f5b
Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents:
36
diff
changeset
|
114 |
} |
|
1d4af6751f5b
Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents:
36
diff
changeset
|
115 |
.wikitag_context_result_title { |
|
1d4af6751f5b
Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents:
36
diff
changeset
|
116 |
font-weight: bold; |
|
1d4af6751f5b
Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents:
36
diff
changeset
|
117 |
} |
|
1d4af6751f5b
Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents:
36
diff
changeset
|
118 |
.wikitag_context_result_snippet { |
|
1d4af6751f5b
Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents:
36
diff
changeset
|
119 |
font-size: 11.5px; |
|
1d4af6751f5b
Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents:
36
diff
changeset
|
120 |
} |
|
1d4af6751f5b
Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents:
36
diff
changeset
|
121 |
.searchmatch { |
|
1d4af6751f5b
Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents:
36
diff
changeset
|
122 |
color: #0000ff; |
|
1d4af6751f5b
Update js and css context search. Now displays the snippet of the wikipedia entry with highlighted text.
cavaliet
parents:
36
diff
changeset
|
123 |
} |
|
31
b910b4f7485f
First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents:
11
diff
changeset
|
124 |
|
|
b910b4f7485f
First step of context menu to add tag by selecting a part of text in the page.
cavaliet
parents:
11
diff
changeset
|
125 |