1.wordlist{
2    color: green;
3    display: none;
4}
5.pg_show_wl{
6    color: forestgreen;
7    cursor: pointer;
8}
9
10#pagestat_div{
11    float: right;
12}
13
14#pagestat_rt{
15    z-index: 100;
16    position: fixed;
17    top: 0.1em;
18    left: 2%;
19    width: 95%;
20    height: 88%;
21
22    overflow-y: scroll;
23    background-color: #f1f1f1;
24    box-shadow:0px 0px 0.5em #999;
25    border: 1px solid #eee;
26    padding: 0.5em;
27    display: none;
28}
29#pagestat_ok{
30    float: right;
31}
32#pagestat_cancel{
33    float: right;
34}
35
36#pagestat_edit{
37    margin-right: auto;
38    margin-left: auto;
39    width: 99%;
40    height: 400px;
41    display: none;
42}
43
44.pt_window{
45    z-index: 50;
46    position: fixed;
47    background-color: #f1f1f1;
48    box-shadow:0px 0px 0.5em #999;
49    border: 1px solid #eee;
50    padding: 0.5em;
51    display: none;
52}
53
54.pt_window select{
55    border: 1px double #999;
56}
57
58.pt_window input[type="button"]{
59    cursor: pointer;
60    background-color: #e9e9e9;
61    border: 1px double #999;
62    font-size: 75%;
63    margin: 1px 0.5em;
64    padding: 0.1em 0.5em;
65}
66
67.pt_window input[name="search_bt"]{
68    background-color: #ccc;
69}
70.pt_window input[name="parse_bt"]{
71    background-color: #ccc;
72}
73
74
75
76.pt_window .pt_button_r{
77    float: right;
78}
79
80.pt_clientwin{
81    height: 95%;
82    overflow-y: scroll;
83    word-wrap: break-word;
84}
85
86
87
88.pt_clientwin .back_ns{
89    background-image: url(ptback.png);
90    background-repeat: no-repeat;
91    padding-left: 25px;
92}
93.pt_clientwin .show_booklist{
94    cursor: pointer;
95}
96.pt_clientwin .match_show_dl{
97    color: cadetblue;
98    cursor: pointer;
99}
100.pt_clientwin .mt_more_words{
101    display: none;
102}
103
104.pt_clientwin .sp_fold{
105    background-image: url(fold.png);
106    padding: 0 0 0 22px;
107    background-repeat: no-repeat;
108}
109
110.pt_clientwin ul.xxx{
111    list-style: none;
112    margin: 0px;
113    padding: 0px;
114}
115
116.pt_clientwin li.xxx{
117    display: block;
118    float: left;
119    margin: 0 1em 0 0;
120}
121
122#openpage_rt{
123    z-index: 100;
124    position: fixed;
125    top: 0.1em;
126    left: 10%;
127    width: 39%;
128    height: 88%;
129
130
131    display: none;
132}
133
134#openpage_txtout{
135    overflow-y: scroll;
136}
137
138.xxbk_base_title,
139.xxpg{
140    cursor:pointer;
141    margin: 2px 10px;
142    padding: 0px 5px;
143    border: 1px outset #999;
144    font-size: 0.85em;
145}
146
147div.xxpg{
148    width: 80%;
149    text-align: center;
150}
151
152div.xxbk_base_ct{
153
154}
155
156
157.pt_edit_static{
158    overflow-y: scroll;
159}
160.pt_edit_area{
161
162    border: solid 1px #999;
163}
164
165.pt_mul_edit{
166    margin-top: 20px;
167    width: 98%;
168}
169
170.pt_heightlight{
171    border: 2px solid deepskyblue !important;
172}
173
174.xxbk_slice_words{
175    color: #009900;
176    cursor: pointer;
177}
178
179.wl_unm{
180    color: green;
181}
182.wl_match{
183    color: #999999;
184}
185
186.wordlist input{
187    font-size: 75%;
188}
189
190.xxbk_sidebar{
191    color: #0066aa;
192    cursor: pointer;
193}
194
195.pt_wordcard_win li{
196    float: none;
197}
198.desktop .wc_wordcard_wp{
199    height: auto;
200    width: 70%;
201    font-size: 2em;
202    margin-left: auto;
203    margin-right: auto;
204}
205.mobile .wc_wordcard_wp{
206    height: auto;
207    width: auto;
208    font-size: 1em;
209    margin-left: auto;
210    margin-right: auto;
211}
212
213.mobile .wc_wordcard_wp ul{
214    list-style: none;
215    margin: 0px;
216    padding: 0px;
217}
218.mobile .wc_wordcard_wp li{
219    list-style: none;
220    margin: 0px;
221    padding: 0px;
222}
223
224
225
226#dokuwiki__pagetools ul li .ptools_main,
227#dokuwiki__pagetools ul li .ptools_edit{
228    background-position: right 0;
229}
230#dokuwiki__pagetools ul li .ptools_main:before {
231    content: url(pagetool2.png);
232    margin-top: 0;
233}
234#dokuwiki__pagetools:hover ul li .ptools_main,
235#dokuwiki__pagetools ul li .ptools_main:focus,
236#dokuwiki__pagetools ul li .ptools_main:active {
237    background-image: url(pagetool2.png);
238}
239
240#dokuwiki__pagetools ul li .ptools_edit:before {
241    content: url(pagetool3.png);
242    margin-top: 0;
243}
244#dokuwiki__pagetools:hover ul li .ptools_edit,
245#dokuwiki__pagetools ul li .ptools_edit:focus,
246#dokuwiki__pagetools ul li .ptools_edit:active {
247    background-image: url(pagetool3.png);
248}
249
250#dokuwiki__pagetools ul li .ptools_main:hover,
251#dokuwiki__pagetools ul li .ptools_main:active,
252#dokuwiki__pagetools ul li .ptools_main:focus ,
253#dokuwiki__pagetools ul li .ptools_edit:hover,
254#dokuwiki__pagetools ul li .ptools_edit:active,
255#dokuwiki__pagetools ul li .ptools_edit:focus {
256    background-position: right -45px;
257}
258
259
260
261div.pt_pa_sub{
262    position: fixed;
263    display: none;
264}
265
266#feedback { font-size: 1.4em; }
267div.pt_pa_sub .ui-selectable .ui-selecting { background: #FECA40; }
268div.pt_pa_sub .ui-selectable .ui-selected { background: #F39814; color: white; }
269div.pt_pa_sub .ui-selectable{ list-style-type: none; margin: 0; padding: 0; width: auto; }
270div.pt_pa_sub .ui-selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }