OSDN Git Service

3.15 taka-san version
[nucleus-jp/nucleus-jp-ancient.git] / nucleus / styles / bookmarklet.css
1 /* style definitions for the bookmarklet */\r
2 \r
3 body {\r
4         font-size: small;\r
5         background: #fff;\r
6         color: #000;\r
7     font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif\r
8 }               \r
9 \r
10 textarea {\r
11   font-family: "Hiragino Kaku Gothic Pro W3", "MS PGothic", "Osaka", sans-serif;\r
12 }\r
13 \r
14 h1 {\r
15         border-bottom: 1px dotted gray;\r
16         font-size: medium;\r
17         color: #596d9d;\r
18 }\r
19 \r
20 /* \r
21         Hide switch buttons initially, we'll enable them again if we are sure\r
22         the browser supports DOM\r
23 */\r
24 #switchbuttons {\r
25         display: none;\r
26 }\r
27 /*\r
28         Hide preview also when no DOM is supported\r
29 */\r
30 #preview {\r
31         display: none;\r
32 }\r
33 \r
34 .buttonbar {\r
35    margin-bottom: 5px;\r
36    background: rgb(187, 187, 204);\r
37    padding: 3px;\r
38 }\r
39 \r
40 .buttonbar input {\r
41    background: #C5C5D3;\r
42     border: 1px solid #CACAD7;\r
43     border-right: 2px solid #8E8EAB;\r
44     border-bottom: 2px solid #8E8EAB;\r
45     color: #000000;\r
46     font-family: "Trebuchet MS",Trebuchet,"Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;\r
47     font-weight: bold;   \r
48 }\r
49 \r
50 .contentblock {\r
51         /*background: #ddd;*/\r
52         height: 400px;\r
53         overflow: auto; /* temporary removed, to make the select box work in Mozilla */\r
54         padding: 1px;\r
55     margin: 0px;\r
56         vertical-align: top;\r
57 }\r
58 \r
59 .shortcuts {\r
60         float: right; \r
61         text-align: right;\r
62         font-size: x-small;\r
63 }\r
64 \r
65 #options {\r
66    margin-top:-15px;\r
67    }\r
68 #options h2 {\r
69    margin:15px 0 0 0;\r
70 }\r
71 \r
72 h2 {\r
73    font-size: 1.5em;\r
74    color: gray;\r
75     margin-top: 0px;\r
76     padding-top: 0px;\r
77     padding-bottom: 0px;\r
78     margin-top: 0px;\r
79 }\r
80 \r
81 a:link, a:visited {\r
82         color: #1D3565; \r
83         font-weight: bold;\r
84         text-decoration: none;\r
85 }\r
86 \r
87 a:hover {\r
88         text-decoration: underline;\r
89 }                       \r
90 \r
91 img { \r
92         border: none;\r
93 }\r
94 \r
95 .indent {\r
96         margin-left: 40px;\r
97 }\r
98 \r
99 label           { cursor: pointer; }\r
100 \r
101 table {\r
102         border: none;\r
103         width: 95%;\r
104         border-collapse: collapse;\r
105         margin-bottom: 10px;\r
106         margin-top: 10px;       \r
107 }\r
108 \r
109 th {\r
110         background: #bbc;\r
111         color: #000;\r
112         font-size: small;\r
113 }\r
114 \r
115 th, td {\r
116         padding: 4px;\r
117         empty-cells: show;      \r
118 }\r
119 \r
120 td {\r
121         background: #fff;\r
122         border: 1px solid #ddd;\r
123         font-size: small;\r
124         vertical-align: top;\r
125         text-align: left;\r
126 }\r
127 \r
128 td a:link, td a:visited { \r
129         text-decoration: underline;\r
130         color: black;\r
131         font-weight: normal;\r
132 }\r
133 td a:hover {\r
134         color: #1D3565;\r
135         text-decoration: underline;\r
136 }\r
137 \r
138 td.draft, td.future {\r
139         background: #ffe;\r
140 }\r
141 \r
142 tr.highlighted td {\r
143         background: green;\r
144 }\r
145 \r
146 ul.nobullets {\r
147         list-style-type: none;\r
148         padding: 0;\r
149         margin: 0;\r
150 }