OSDN Git Service

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