/[PLies]/css/talk-summary.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /css/talk-summary.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Mon Apr 16 15:28:35 2001 UTC (23 years ago) by dpavlin
Branch: DbP, MAIN
CVS Tags: pre, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/css
initial import into cvs

1 /* Style sheet fro a w3c talk "all.htm" file which is the slide
2 master but which, with this sheet, can be printed as a summary shet.
3
4 8 Sep 97 Created Tim BL
5
6 */
7 BODY {
8 margin-left: 20%;
9 margin-right: 20%;
10 color: #0;
11 background: #ffffff;
12 font-size: 10pt;
13 font-family: arial, helvetica, sans-serif;
14 }
15 SMALL {
16 font-size: smaller;
17 }
18 IMG {
19 border: 0;
20 }
21
22 CODE {
23
24 margin-left: 5%;
25 margin-right: 36pt;
26 font-weight: bold;
27 font-family: "Courier New", courier, monospace;
28 }
29
30 A:link { color: black }
31 A:visited { }
32 A:active { }
33 A.offsite { color: #ffff00 }
34
35 P.author {
36 font-size: 10pt;
37 font-style: italic;
38 }
39
40 P.top {
41 margin-top: 20px;
42 }
43
44 BLOCKQUOTE {
45 font-style: italic;
46 margin-left: 5%;
47 margin-right: 5%;
48 color: #black;
49 }
50
51 BLOCKQUOTE SPAN.attribution {
52 font-style: normal;
53 font-weight: bold;
54 }
55
56 EM {
57
58 }
59
60 UL, OL {
61 /* color: #ffffff;
62 margin-left: 36px; */
63 }
64
65 PRE, TT {
66
67 font-weight: bold;
68 font-family: "Courier New", courier, monospace;
69 }
70
71 HR {
72 /* margin-top: 5px;
73 color: #ffffe8; */
74 /* color: #666; */
75 }
76
77 HR.top {
78 /* margin-bottom: 10px; */
79 }
80 HR.bottom {
81 /* margin-top: 10px; */
82 }
83
84 H1 {
85 text-align: left;
86 /* color: yellow ; */
87 /* font-size: 12pt; */
88 font-size: x-large;
89 font-weight: bold;
90 font-family: arial, helvetica, sans-serif;
91 }
92
93 H1.slide {
94 margin-top: 10px;
95 font-weight: bold;
96 }
97
98 H1.slidelist {
99 text-align: center;
100 font-size: 22px;
101 }
102
103 H2 {
104 /* color: white; */
105 /* font-size: 12pt; */
106 font-size: large;
107 font-family: arial, helvetica, sans-serif;
108 }
109
110 H3 {
111 /* color: white;
112 font-size: 12pt;
113 */
114 font-family: arial, helvetica, sans-serif;
115 }
116
117 H4 {
118 /*
119 color: white;
120 font-size: 12pt;
121 */
122 font-family: arial, helvetica, sans-serif;
123 }
124

  ViewVC Help
Powered by ViewVC 1.1.26