annotate ui/slidy2/styles/slidy.css @ 0:b0c6281822f5

o2s5 with theme and slidy
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 23 Sep 2011 15:15:18 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 /* slidy.css
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
2
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 Copyright (c) 2005-2010 W3C (MIT, ERCIM, Keio), All Rights Reserved.
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 W3C liability, trademark, document use and software licensing
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 rules apply, see:
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
6
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 http://www.w3.org/Consortium/Legal/copyright-documents
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 http://www.w3.org/Consortium/Legal/copyright-software
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 */
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
10 body
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
11 {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
12 margin: 0 0 0 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
13 padding: 0 0 0 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
14 width: 100%;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
15 height: 100%;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
16 color: black;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
17 background-color: white;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
18 font-family: "Gill Sans MT", "Gill Sans", GillSans, sans-serif;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
19 font-size: 14pt;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
20 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
21
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
22 div.toolbar {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
23 position: fixed; z-index: 200;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
24 top: auto; bottom: 0; left: 0; right: 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
25 height: 1.2em; text-align: right;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
26 padding-left: 1em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
27 padding-right: 1em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
28 font-size: 60%;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
29 color: red;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
30 background-color: rgb(240,240,240);
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
31 border-top: solid 1px rgb(180,180,180);
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
32 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
33
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
34 div.toolbar span.copyright {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
35 color: black;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
36 margin-left: 0.5em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
37 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
38
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
39 div.initial_prompt {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
40 position: absolute;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
41 z-index: 1000;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
42 bottom: 1.2em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
43 width: 100%;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
44 background-color: rgb(200,200,200);
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
45 opacity: 0.35;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
46 background-color: rgb(200,200,200, 0.35);
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
47 cursor: pointer;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
48 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
49
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
50 div.initial_prompt p.help {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
51 text-align: center;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
52 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
53
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
54 div.initial_prompt p.close {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
55 text-align: right;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
56 font-style: italic;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
57 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
58
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
59 div.slidy_toc {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
60 position: absolute;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
61 z-index: 300;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
62 width: 60%;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
63 max-width: 30em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
64 height: 30em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
65 overflow: auto;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
66 top: auto;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
67 right: auto;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
68 left: 4em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
69 bottom: 4em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
70 padding: 1em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
71 background: rgb(240,240,240);
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
72 border-style: solid;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
73 border-width: 2px;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
74 font-size: 60%;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
75 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
76
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
77 div.slidy_toc .toc_heading {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
78 text-align: center;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
79 width: 100%;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
80 margin: 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
81 margin-bottom: 1em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
82 border-bottom-style: solid;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
83 border-bottom-color: rgb(180,180,180);
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
84 border-bottom-width: 1px;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
85 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
86
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
87 div.slide {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
88 z-index: 20;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
89 margin: 0 0 0 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
90 padding-top: 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
91 padding-bottom: 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
92 padding-left: 20px;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
93 padding-right: 20px;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
94 border-width: 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
95 clear: both;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
96 top: 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
97 bottom: 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
98 left: 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
99 right: 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
100 line-height: 120%;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
101 background-color: transparent;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
102 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
103
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
104 div.background {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
105 display: none;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
106 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
107
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
108 div.handout {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
109 margin-left: 20px;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
110 margin-right: 20px;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
111 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
112
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
113 div.slide.titlepage {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
114 text-align: center;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
115 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
116
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
117 div.slide.titlepage h1 {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
118 padding-top: 10%;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
119 margin-right: 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
120 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
121
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
122 div.slide h1 {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
123 padding-left: 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
124 padding-right: 20pt;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
125 padding-top: 4pt;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
126 padding-bottom: 4pt;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
127 margin-top: 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
128 margin-left: 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
129 margin-right: 60pt;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
130 margin-bottom: 0.5em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
131 display: block;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
132 font-size: 160%;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
133 line-height: 1.2em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
134 background: transparent;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
135 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
136
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
137 div.toc {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
138 position: absolute;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
139 top: auto;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
140 bottom: 4em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
141 left: 4em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
142 right: auto;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
143 width: 60%;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
144 max-width: 30em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
145 height: 30em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
146 border: solid thin black;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
147 padding: 1em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
148 background: rgb(240,240,240);
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
149 color: black;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
150 z-index: 300;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
151 overflow: auto;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
152 display: block;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
153 visibility: visible;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
154 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
155
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
156 div.toc-heading {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
157 width: 100%;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
158 border-bottom: solid 1px rgb(180,180,180);
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
159 margin-bottom: 1em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
160 text-align: center;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
161 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
162
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
163 pre {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
164 font-size: 80%;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
165 font-weight: bold;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
166 line-height: 120%;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
167 padding-top: 0.2em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
168 padding-bottom: 0.2em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
169 padding-left: 1em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
170 padding-right: 1em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
171 border-style: solid;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
172 border-left-width: 1em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
173 border-top-width: thin;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
174 border-right-width: thin;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
175 border-bottom-width: thin;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
176 border-color: #95ABD0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
177 color: #00428C;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
178 background-color: #E4E5E7;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
179 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
180
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
181 li pre { margin-left: 0; }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
182
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
183 blockquote { font-style: italic }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
184
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
185 img { background-color: transparent }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
186
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
187 p.copyright { font-size: smaller }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
188
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
189 .center { text-align: center }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
190 .footnote { font-size: smaller; margin-left: 2em; }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
191
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
192 a img { border-width: 0; border-style: none }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
193
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
194 a:visited { color: navy }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
195 a:link { color: navy }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
196 a:hover { color: red; text-decoration: underline }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
197 a:active { color: red; text-decoration: underline }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
198
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
199 a {text-decoration: none}
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
200 .navbar a:link {color: white}
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
201 .navbar a:visited {color: yellow}
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
202 .navbar a:active {color: red}
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
203 .navbar a:hover {color: red}
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
204
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
205 ul { list-style-type: square; }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
206 ul ul { list-style-type: disc; }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
207 ul ul ul { list-style-type: circle; }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
208 ul ul ul ul { list-style-type: disc; }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
209 li { margin-left: 0.5em; margin-top: 0.5em; }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
210 li li { font-size: 85%; font-style: italic }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
211 li li li { font-size: 85%; font-style: normal }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
212
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
213 div dt
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
214 {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
215 margin-left: 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
216 margin-top: 1em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
217 margin-bottom: 0.5em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
218 font-weight: bold;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
219 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
220 div dd
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
221 {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
222 margin-left: 2em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
223 margin-bottom: 0.5em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
224 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
225
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
226
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
227 p,pre,ul,ol,blockquote,h2,h3,h4,h5,h6,dl,table {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
228 margin-left: 1em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
229 margin-right: 1em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
230 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
231
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
232 p.subhead { font-weight: bold; margin-top: 2em; }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
233
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
234 .smaller { font-size: smaller }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
235 .bigger { font-size: 130% }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
236
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
237 td,th { padding: 0.2em }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
238
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
239 ul {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
240 margin: 0.5em 1.5em 0.5em 1.5em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
241 padding: 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
242 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
243
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
244 ol {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
245 margin: 0.5em 1.5em 0.5em 1.5em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
246 padding: 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
247 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
248
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
249 ul { list-style-type: square; }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
250 ul ul { list-style-type: disc; }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
251 ul ul ul { list-style-type: circle; }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
252 ul ul ul ul { list-style-type: disc; }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
253
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
254 ul li {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
255 list-style: square;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
256 margin: 0.1em 0em 0.6em 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
257 padding: 0 0 0 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
258 line-height: 140%;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
259 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
260
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
261 ol li {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
262 margin: 0.1em 0em 0.6em 1.5em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
263 padding: 0 0 0 0px;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
264 line-height: 140%;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
265 list-style-type: decimal;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
266 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
267
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
268 li ul li {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
269 font-size: 85%;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
270 font-style: italic;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
271 list-style-type: disc;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
272 background: transparent;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
273 padding: 0 0 0 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
274 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
275 li li ul li {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
276 font-size: 85%;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
277 font-style: normal;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
278 list-style-type: circle;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
279 background: transparent;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
280 padding: 0 0 0 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
281 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
282 li li li ul li {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
283 list-style-type: disc;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
284 background: transparent;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
285 padding: 0 0 0 0;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
286 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
287
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
288 li ol li {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
289 list-style-type: decimal;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
290 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
291
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
292
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
293 li li ol li {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
294 list-style-type: decimal;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
295 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
296
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
297 /*
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
298 setting class="outline on ol or ul makes it behave as an
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
299 ouline list where blocklevel content in li elements is
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
300 hidden by default and can be expanded or collapsed with
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
301 mouse click. Set class="expand" on li to override default
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
302 */
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
303
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
304 ol.outline li:hover { cursor: pointer }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
305 ol.outline li.nofold:hover { cursor: default }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
306
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
307 ul.outline li:hover { cursor: pointer }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
308 ul.outline li.nofold:hover { cursor: default }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
309
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
310 ol.outline { list-style:decimal; }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
311 ol.outline ol { list-style-type:lower-alpha }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
312
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
313 ol.outline li.nofold {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
314 padding: 0 0 0 20px;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
315 background: transparent url(../graphics/nofold-dim.gif) no-repeat 0px 0.5em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
316 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
317 ol.outline li.unfolded {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
318 padding: 0 0 0 20px;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
319 background: transparent url(../graphics/fold-dim.gif) no-repeat 0px 0.5em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
320 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
321 ol.outline li.folded {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
322 padding: 0 0 0 20px;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
323 background: transparent url(../graphics/unfold-dim.gif) no-repeat 0px 0.5em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
324 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
325 ol.outline li.unfolded:hover {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
326 padding: 0 0 0 20px;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
327 background: transparent url(../graphics/fold.gif) no-repeat 0px 0.5em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
328 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
329 ol.outline li.folded:hover {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
330 padding: 0 0 0 20px;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
331 background: transparent url(../graphics/unfold.gif) no-repeat 0px 0.5em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
332 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
333
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
334 ul.outline li.nofold {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
335 padding: 0 0 0 20px;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
336 background: transparent url(../graphics/nofold-dim.gif) no-repeat 0px 0.5em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
337 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
338 ul.outline li.unfolded {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
339 padding: 0 0 0 20px;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
340 background: transparent url(../graphics/fold-dim.gif) no-repeat 0px 0.5em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
341 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
342 ul.outline li.folded {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
343 padding: 0 0 0 20px;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
344 background: transparent url(../graphics/unfold-dim.gif) no-repeat 0px 0.5em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
345 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
346 ul.outline li.unfolded:hover {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
347 padding: 0 0 0 20px;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
348 background: transparent url(../graphics/fold.gif) no-repeat 0px 0.5em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
349 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
350 ul.outline li.folded:hover {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
351 padding: 0 0 0 20px;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
352 background: transparent url(../graphics/unfold.gif) no-repeat 0px 0.5em;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
353 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
354
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
355 /* for slides with class "title" in table of contents */
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
356 a.titleslide { font-weight: bold; font-style: italic }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
357
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
358 /*
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
359 hide images for work around for save as bug
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
360 where browsers fail to save images used by CSS
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
361 */
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
362 img.hidden { display: none; visibility: hidden }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
363 div.initial_prompt { display: none; visibility: hidden }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
364
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
365 div.slide {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
366 visibility: visible;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
367 position: inherit;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
368 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
369 div.handout {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
370 border-top-style: solid;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
371 border-top-width: thin;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
372 border-top-color: black;
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
373 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
374
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
375 @media screen {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
376 .hidden { display: none; visibility: visible }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
377
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
378 div.slide.hidden { display: block; visibility: visible }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
379 div.handout.hidden { display: block; visibility: visible }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
380 div.background { display: none; visibility: hidden }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
381 body.single_slide div.initial_prompt { display: block; visibility: visible }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
382 body.single_slide div.background { display: block; visibility: visible }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
383 body.single_slide div.background.hidden { display: none; visibility: hidden }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
384 body.single_slide .invisible { visibility: hidden }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
385 body.single_slide .hidden { display: none; visibility: hidden }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
386 body.single_slide div.slide { position: absolute }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
387 body.single_slide div.handout { display: none; visibility: hidden }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
388 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
389
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
390 @media print {
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
391 .hidden { display: block; visibility: visible }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
392
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
393 div.slide pre { font-size: 60%; padding-left: 0.5em; }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
394 div.toolbar { display: none; visibility: hidden; }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
395 div.slidy_toc { display: none; visibility: hidden; }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
396 div.background { display: none; visibility: hidden; }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
397 div.slide { page-break-before: always }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
398 /* :first-child isn't reliable for print media */
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
399 div.slide.first-slide { page-break-before: avoid }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
400 }
b0c6281822f5 o2s5 with theme and slidy
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
401