OSDN Git Service

f2e6b959a13f3fee02efb1ca0e62dd16e49483ae
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / styles / bookmarklet.css
1 @charset 'UTF-8';\r
2 /* \r
3         style definitions for the bookmarklet \r
4 \r
5         $Id$\r
6         $NucleusJP: bookmarklet.css,v 1.6 2007/01/30 07:35:20 kimitake Exp $\r
7 */\r
8 \r
9 body {\r
10 /*  font-size: small;*//*mod yotaka 090323*/\r
11         font-size: 9pt;/*add yotaka 090323*/\r
12         background: #fff;\r
13         color: #000;\r
14 /*      font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;*/\r
15         font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック", "MS PGothic", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif !important;\r
16         margin:0;/* add 090313 */\r
17         padding:5px;/* add 090313 */\r
18 }\r
19 \r
20 /*textarea {\r
21         font-family: "Hiragino Kaku Gothic Pro W3", "MS P Gothic", "Osaka", sans-serif;\r
22 }*/\r
23 \r
24 h1 {\r
25         border-bottom: 1px dotted gray;\r
26 /*      font-size: medium;*//*mod yotaka 090323*/\r
27         font-size: 10pt;/*add yotaka 090323*/\r
28         color: #596d9d;\r
29         margin:0;/* add 090313 */\r
30         padding:5px;/* add 090313 */\r
31 }\r
32 \r
33 /* \r
34         Hide switch buttons initially, we'll enable them again if we are sure\r
35         the browser supports DOM\r
36 *\r
37 #switchbuttons {\r
38         display: none;\r
39 }\r
40 /*\r
41         Hide preview also when no DOM is supported\r
42 *\r
43 #preview {\r
44         display: none;\r
45 }\r
46 \r
47 .buttonbar {\r
48    margin-bottom: 5px;\r
49    background: rgb(187, 187, 204);\r
50    padding: 3px;\r
51 }\r
52 \r
53 .buttonbar input {\r
54    background: #C5C5D3;\r
55     border: 1px solid #CACAD7;\r
56     border-right: 2px solid #8E8EAB;\r
57     border-bottom: 2px solid #8E8EAB;\r
58     color: #000000;\r
59 /*    font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;*\r
60     font-weight: bold;   \r
61 }\r
62 */\r
63 \r
64 .contentblock {\r
65         /*background: #ddd;*/\r
66 /*      height: 500px;*/\r
67 /*      height: 370px;*/\r
68         height: 410px;/*mod 090309*/\r
69         overflow: auto; /* temporary removed, to make the select box work in Mozilla */\r
70         padding: 1px !important;\r
71         margin: 0px;\r
72         vertical-align: top;\r
73 }\r
74 \r
75 .shortcuts {\r
76         float: right; \r
77         text-align: right;\r
78 /*      font-size: x-small;*//*mod yotaka 090323*/\r
79         font-size: 8pt;/*add yotaka 090323*/\r
80 }\r
81 /*\r
82 #options {\r
83    margin-top:-15px;\r
84    }*/\r
85 #options h2 {\r
86    margin:15px 0 0 0;\r
87 }\r
88 \r
89 h2 {\r
90 /*      font-size: 1.5em;*//*mod yotaka 090323*/\r
91         font-size: 10pt;/*add yotaka 090323*/\r
92         color: gray;\r
93         margin-top: 0px;\r
94         padding-top: 0px;\r
95         padding-bottom: 0px;\r
96         margin-top: 0px;\r
97 }\r
98 \r
99 a:link, a:visited {\r
100         color: #1D3565; \r
101         font-weight: bold;\r
102         text-decoration: none;\r
103 }\r
104 \r
105 a:hover {\r
106         text-decoration: underline;\r
107 }                       \r
108 \r
109 img { \r
110         border: none;\r
111 }\r
112 \r
113 .indent {\r
114         margin-left: 40px;\r
115 }\r
116 \r
117 label           { cursor: pointer; }\r
118 \r
119 table {\r
120         border: none;\r
121 /*      width: 95%;*/\r
122         width: 98%;\r
123         border-collapse: collapse;\r
124 /*      margin: 10px auto; */\r
125         margin: auto;/* mod 090313 */\r
126 /*      margin-bottom: 10px;\r
127         margin-top: 10px;*/\r
128         height: 95%;    /* add 090309*/\r
129 /*      table-layout:fixed;*//* mod 090528 */\r
130 }\r
131 \r
132 th {\r
133 /*      background: #bbc;\r
134         color: #000;\r
135         font-size: small;*//* mod 090313 */\r
136 /*      width:130px;*//* mod 090606 */\r
137 /*      font-weight:normal;*//* mod 090606 */\r
138 }\r
139 \r
140 th, td {\r
141         padding: 4px;\r
142         empty-cells: show;\r
143 /*}\r
144 \r
145 td {*//* mod 090313 */\r
146         background: #fff;\r
147         border: 1px solid #ddd;\r
148 /*      font-size: small;*//*mod yotaka 090323*/\r
149         font-size: 9pt;/*add yotaka 090323*/\r
150         vertical-align: top;\r
151         text-align: left;\r
152 /*}\r
153 \r
154 #body td,\r
155 #more td {*//* mod 090313 */\r
156 /*      white-space: nowrap;*//*mod 090606*/\r
157 }\r
158 \r
159 td a:link, td a:visited { \r
160         text-decoration: underline;\r
161         color: black;\r
162         font-weight: normal;\r
163 }\r
164 td a:hover {\r
165         color: #1D3565;\r
166         text-decoration: underline;\r
167 }\r
168 \r
169 td.draft, td.future {\r
170         background: #ffe;\r
171 }\r
172 \r
173 tr.highlighted td {\r
174         background: green;\r
175 }\r
176 \r
177 ul.nobullets {\r
178         list-style-type: none;\r
179         padding: 0;\r
180         margin: 0;\r
181 }\r
182 \r
183 form {/* add 090313 */\r
184                 margin:0;\r
185                 padding:0;\r
186 }\r
187 \r
188 .jsbuttonbar,\r
189 /*#body input[type=text],*//* mod 090313 */\r
190 #inputtitle,/* add 090313 */\r
191 #body textarea,\r
192 #body select,\r
193 /*#more input[type=text],*//* mod 090313 */\r
194 #more textarea,\r
195 #more select {\r
196         margin: auto;\r
197         padding:0;/* add 090313 */\r
198         display: block;\r
199 /*      width: 90%;*/\r
200         width: 98%      /*mod 090309*/\r
201 }\r
202 \r
203 #body textarea {/* add 090313 */\r
204         height: 270px;/*add 090316*/\r
205         margin-top: 4px;\r
206 }\r
207 #more textarea {/* add 090313 */\r
208         height: 300px;\r
209         margin-top: 4px;\r
210 }\r
211 \r
212 /*textarea {/*mod 090313 /\r
213         margin-top: 1px;\r
214 }*/\r
215 \r
216 .submitbuttons {\r
217         line-height: 2em;\r
218         margin: 8px;\r
219 }\r
220 \r
221 .submitbuttons input {\r
222         float: left;\r
223         width: 9em;\r
224         height: 2em;\r
225         margin: 0 3px;\r
226 }\r
227 \r
228 .submitbuttons span.autosavestatus {\r
229         display: block;\r
230         clear: both;\r
231         height: 2em;\r
232         margin: 0 3px;\r
233 }\r