OSDN Git Service

728b9ceaf97a326a878df3dbea67bc48081af148
[nucleus-jp/nucleus-jp-ancient.git] / 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;\r
11         background: #fff;\r
12         color: #000;\r
13 /*    font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;*/\r
14         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
15 }               \r
16 \r
17 textarea {\r
18 /*      font-family: "Hiragino Kaku Gothic Pro W3", "MS P Gothic", "Osaka", sans-serif;*/\r
19 }\r
20 \r
21 h1 {\r
22         border-bottom: 1px dotted gray;\r
23         font-size: medium;\r
24         color: #596d9d;\r
25 }\r
26 \r
27 /* \r
28         Hide switch buttons initially, we'll enable them again if we are sure\r
29         the browser supports DOM\r
30 *\r
31 #switchbuttons {\r
32         display: none;\r
33 }\r
34 /*\r
35         Hide preview also when no DOM is supported\r
36 *\r
37 #preview {\r
38         display: none;\r
39 }\r
40 \r
41 .buttonbar {\r
42    margin-bottom: 5px;\r
43    background: rgb(187, 187, 204);\r
44    padding: 3px;\r
45 }\r
46 \r
47 .buttonbar input {\r
48    background: #C5C5D3;\r
49     border: 1px solid #CACAD7;\r
50     border-right: 2px solid #8E8EAB;\r
51     border-bottom: 2px solid #8E8EAB;\r
52     color: #000000;\r
53 /*    font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;*\r
54     font-weight: bold;   \r
55 }\r
56 */\r
57 .contentblock {\r
58         /*background: #ddd;*/\r
59 /*      height: 500px;*/\r
60         height: 370px;\r
61         overflow: auto; /* temporary removed, to make the select box work in Mozilla */\r
62         padding: 1px !important;\r
63     margin: 0px;\r
64         vertical-align: top;\r
65 }\r
66 \r
67 *:first-child+html .contentblock {\r
68         height: 330px;\r
69 }\r
70 \r
71 .shortcuts {\r
72         float: right; \r
73         text-align: right;\r
74         font-size: x-small;\r
75 }\r
76 /*\r
77 #options {\r
78    margin-top:-15px;\r
79    }*/\r
80 #options h2 {\r
81    margin:15px 0 0 0;\r
82 }\r
83 \r
84 h2 {\r
85    font-size: 1.5em;\r
86    color: gray;\r
87     margin-top: 0px;\r
88     padding-top: 0px;\r
89     padding-bottom: 0px;\r
90     margin-top: 0px;\r
91 }\r
92 \r
93 a:link, a:visited {\r
94         color: #1D3565; \r
95         font-weight: bold;\r
96         text-decoration: none;\r
97 }\r
98 \r
99 a:hover {\r
100         text-decoration: underline;\r
101 }                       \r
102 \r
103 img { \r
104         border: none;\r
105 }\r
106 \r
107 .indent {\r
108         margin-left: 40px;\r
109 }\r
110 \r
111 label           { cursor: pointer; }\r
112 \r
113 table {\r
114         border: none;\r
115 /*      width: 95%;*/\r
116         width: 98%;\r
117         border-collapse: collapse;\r
118         margin: 10px auto;\r
119 /*      margin-bottom: 10px;\r
120         margin-top: 10px;*/     \r
121 }\r
122 \r
123 *:first-child+html .table {\r
124         width: 93%;\r
125 }\r
126 \r
127 th {\r
128         background: #bbc;\r
129         color: #000;\r
130         font-size: small;\r
131 }\r
132 \r
133 th, td {\r
134         padding: 4px;\r
135         empty-cells: show;      \r
136 }\r
137 \r
138 td {\r
139         background: #fff;\r
140         border: 1px solid #ddd;\r
141         font-size: small;\r
142         vertical-align: top;\r
143         text-align: left;\r
144 }\r
145 \r
146 td a:link, td a:visited { \r
147         text-decoration: underline;\r
148         color: black;\r
149         font-weight: normal;\r
150 }\r
151 td a:hover {\r
152         color: #1D3565;\r
153         text-decoration: underline;\r
154 }\r
155 \r
156 td.draft, td.future {\r
157         background: #ffe;\r
158 }\r
159 \r
160 tr.highlighted td {\r
161         background: green;\r
162 }\r
163 \r
164 ul.nobullets {\r
165         list-style-type: none;\r
166         padding: 0;\r
167         margin: 0;\r
168 }\r
169 \r
170 \r
171 .jsbuttonbar,\r
172 #body input[type=text],\r
173 #body textarea,\r
174 #body select,\r
175 #more input[type=text],\r
176 #more textarea,\r
177 #more select {\r
178         margin: auto;\r
179         display: block;\r
180         width: 90%;\r
181 }\r
182 \r
183 *:first-child+html #body input[type=text],\r
184 *:first-child+html #body textarea,\r
185 *:first-child+html #body select,\r
186 *:first-child+html #more input[type=text],\r
187 *:first-child+html #more textarea,\r
188 *:first-child+html #more select {\r
189         display: inline;\r
190 }\r
191 \r
192 textarea {\r
193         margin-top: 1px;\r
194 }\r
195 \r
196 .submitbuttons {\r
197         line-height: 2em;\r
198         margin: 8px;\r
199 }\r
200 \r
201 .submitbuttons input {\r
202         float: left;\r
203         width: 9em;\r
204         height: 2em;\r
205         margin: 0 3px;\r
206 }\r
207 \r
208 .submitbuttons span.autosavestatus {\r
209         display: block;\r
210         clear: both;\r
211         height: 2em;\r
212         margin: 0 3px;\r
213 }\r
214 \r