annotate poster/os9/ui/pretty.css @ 8:7fd82a802a66

add os9
author anatofuz
date Fri, 19 Apr 2019 18:23:10 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
1 /* Flower Theme 2004 by Martin Hense ::: www.lounge7.de */
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
2
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
3 /* Following are the presentation styles -- edit away!
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
4 Note that the 'body' font size may have to be changed if the resolution is
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
5 different than expected. */
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
6
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
7 body {background: #fff url(blume.jpg) no-repeat; color: #222; font-size: 2em;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
8 :link, :visited {text-decoration: none;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
9 #controls :active {color: #88A !important;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
10 #controls :focus {outline: 1px dotted #227;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
11 h1, h2, h3, h4 {font-size: 100%; margin: 0; padding: 0; font-weight: inherit;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
12 ul, pre {margin: 0; line-height: 1em;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
13 html, body {margin: 0; padding: 0;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
14
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
15 blockquote, q {font-style: italic;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
16 blockquote {padding: 0 2em 0.5em; margin: 0 1.5em 0.5em; text-align: center; font-size: 1em;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
17 blockquote p {margin: 0;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
18 blockquote i {font-style: normal;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
19 blockquote b {display: block; margin-top: 0.5em; font-weight: normal; font-size: smaller; font-style: normal;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
20 blockquote b i {font-style: italic;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
21
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
22 kbd {font-weight: bold; font-size: 1em;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
23 sup {font-size: smaller; line-height: 1px;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
24
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
25 code {padding: 2px 0.25em; font-weight: bold; color: #533;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
26 code.bad, code del {color: red;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
27 code.old {color: silver;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
28 pre {padding: 0; margin: 0.25em 0 0.5em 0.5em; color: #533; font-size: 90%;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
29 pre code {display: block;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
30 ul {margin-right: 7%; margin-left: 50px; padding: 0; list-style: circle;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
31 li {margin-top: 0.75em; margin-right: 0;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
32 ul ul {line-height: 1;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
33 ul ul li {margin: .2em; font-size: 85%; list-style: disc;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
34 img.leader {display: block; margin: 0 auto;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
35
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
36 div#header, div#footer {background: transparent; color: #BA9384;
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
37 font-family: Verdana, Helvetica, sans-serif;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
38 div#header {line-height: 1px;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
39 div#footer {font-size: 0.5em; font-weight: bold; padding: 1em 0;
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
40 border-top: 1px solid #999999; background: #FFF0CF;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
41 #footer h1, #footer h2 {display: block; padding: 0 1em;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
42 #footer h2 {font-style: italic;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
43
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
44 div.long {font-size: 0.75em;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
45 .slide {
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
46 font-family: georgia, times, 'Times New Roman', serif; background: transparent url(blumerechts.jpg) right top no-repeat;
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
47 }
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
48 .slide h1 {position: absolute; z-index: 1;
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
49 margin: 0; padding: 0.3em 0 0 50px; white-space: nowrap;
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
50 top: 35px; left: 60px; color: #4A040A;
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
51 font: 200%/1em georgia, times, 'Times New Roman', serif;
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
52 background: transparent;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
53 .slide h3 {font-size: 230%;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
54 h1 abbr {font-variant: small-caps;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
55
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
56 div#controls {position: absolute; z-index: 1; left: 50%; top: 0;
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
57 width: 50%; height: 100%;
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
58 text-align: right;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
59 #footer>div#controls {position: fixed; bottom: 0; padding: 1em 0;
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
60 top: auto; height: auto;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
61 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
62 margin: 0; padding: 0;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
63 div#controls a {font-size: 2em; padding: 0; margin: 0 0.5em;
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
64 background: transparent; color: #BA9384; border: none;
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
65 cursor: pointer;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
66 div#controls select {visibility: hidden; background: #DDD; color: #227;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
67 div#controls div:hover select {visibility: visible;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
68
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
69 #currentSlide {text-align: center; font-size: 0.5em;
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
70 color: #646587; font-family: Verdana, Helvetica, sans-serif; font-weight: bold;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
71
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
72 #slide0 {padding-top: 3.5em; font-size: 90%;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
73 #slide0 h1 {position: static; margin: 1em 0 1.33em; padding: 0;
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
74 white-space: normal;
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
75 color: #000; background: transparent;
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
76 font: 10em georgia, times, 'Times New Roman', serif;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
77 #slide0 h3 {margin-top: 0.5em; font-size: 15em;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
78 #slide0 h4 {margin-top: 0; font-size: 10em*;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
79
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
80 ul.urls {list-style: none; display: inline; margin: 0;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
81 .urls li {display: inline; margin: 0;}
7fd82a802a66 add os9
anatofuz
parents:
diff changeset
82 .note {display: none;}