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