add presentation files from ipw 2009
[catagits/Web-Simple.git] / docs / takahashi.css
1 @charset "UTF-8";\r
2 \r
3 /* ***** BEGIN LICENSE BLOCK *****\r
4  * Version: MPL 1.1\r
5  *\r
6  * The contents of this file are subject to the Mozilla Public License Version\r
7  * 1.1 (the "License"); you may not use this file except in compliance with\r
8  * the License. You may obtain a copy of the License at\r
9  * http://www.mozilla.org/MPL/\r
10  *\r
11  * Software distributed under the License is distributed on an "AS IS" basis,\r
12  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License\r
13  * for the specific language governing rights and limitations under the\r
14  * License.\r
15  *\r
16  * The Original Code is the Takahashi-Method-based Presentation Tool in XUL.\r
17  *\r
18  * The Initial Developer of the Original Code is SHIMODA Hiroshi.\r
19  * Portions created by the Initial Developer are Copyright (C) 2005\r
20  * the Initial Developer. All Rights Reserved.\r
21  *\r
22  * Contributor(s): SHIMODA Hiroshi <piro@p.club.ne.jp>\r
23  *\r
24  * ***** END LICENSE BLOCK ***** */\r
25 \r
26 #canvas {\r
27         background: black !important;\r
28         color: white !important;\r
29         /* font-weight: bold; */\r
30         font-family:\r
31                 "Georgia"\r
32                 "DejaVu Serif Condensed"\r
33                 "Arial"\r
34                 "Bitstream Vera Sans"\r
35                 "Verdana"\r
36                 "Apple LiGothic"\r
37                 "Arial Black"\r
38                 "Bitstream Vera Sans"\r
39                 sans-serif !important;\r
40 }\r
41 #canvas * {\r
42         cursor: pointer !important;\r
43 }\r
44 #canvas image {\r
45         width: auto;\r
46         height: auto;\r
47 }\r
48 .link-text {\r
49         color: #99CCFF !important;\r
50         text-decoration: none !important;\r
51 }\r
52 .link-text:hover {\r
53         color: #CCEEFF !important;\r
54 /*        border-bottom: dotted 1px; */\r
55 }\r
56 .link-text:active {\r
57         color: white !important;\r
58 }\r
59 .s {\r
60         text-decoration: line-through;\r
61 }\r
62 .iu {\r
63         text-decoration: underline;\r
64         font-style: italic;\r
65 }\r
66 .ui {\r
67 /*      text-decoration: underline; */\r
68         font-style: italic;\r
69 }\r
70 .u {\r
71         text-decoration: underline;\r
72 }\r
73 .i {\r
74         font-style: italic;\r
75         font-family: "Times New Roman"\r
76                      "Bitstream Vera Serif"\r
77                      serif;\r
78 }\r
79 .c {\r
80         font-family: "Anonymous"\r
81                      "Lucida Console"\r
82                      "Andale Mono"\r
83                      "Bitstream Vera Sans Mono"\r
84                      monospace;\r
85 }\r
86 .t {\r
87         font-style: italic;\r
88 }\r
89 .tag {\r
90         color: #33ff33;\r
91 }\r
92 .att {\r
93         color: #9999cc;\r
94 }\r
95 .key {\r
96         color: #00ffff;\r
97 }\r
98 .hid {\r
99         color: #999999;\r
100 }\r
101 .hidt {\r
102         color: #999999;\r
103         font-style: italic;\r
104 }\r
105 .pre {\r
106         font-family: "Anonymous"\r
107                      "Lucida Console"\r
108                      "Andale Mono"\r
109                      "Bitstream Vera Sans Mono"\r
110                      monospace;\r
111         padding-bottom: 8px;\r
112 }\r
113 #canvas[rendering="true"] image {\r
114         display: none;\r
115 }\r
116 #canvas[rendering="true"] *,\r
117 #canvas[rendering="true"] .text-link {\r
118         color: white !important;\r
119 }\r
120 \r
121 \r
122 tabbox, tabpanels, tabpanel {\r
123         margin: 0;\r
124         padding: 0;\r
125 }\r
126 \r
127 \r
128 \r
129 \r
130 #canvas[eva="true"] {\r
131         background: white !important;\r
132         color: black !important;\r
133         font-family:\r
134                 "Georgia"\r
135                 "DejaVu Serif Condensed"\r
136                 "Apple LiGothic"\r
137                 "Arial Black"\r
138                 serif !important;\r
139 }\r
140 #canvas[eva="true"] .link-text {\r
141         color: red !important;\r
142         text-decoration: none !important;\r
143 }\r
144 #canvas[eva="true"] .link-text:hover {\r
145         color: pink !important;\r
146 }\r
147 #canvas[eva="true"] .link-text:active {\r
148         color: orange !important;\r
149 }\r
150 #canvas[rendering="true"] *,\r
151 #canvas[rendering="true"] .text-link {\r
152         color: black !important;\r
153 }\r
154 \r
155 \r
156 \r
157 \r
158 #canvasToolbar {\r
159         position: relative;\r
160 }\r
161 \r