/[PLies]/w3c/talk-w.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

Diff of /w3c/talk-w.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Fri May 11 14:18:25 2001 UTC revision 1.2 by dpavlin, Fri May 11 14:33:29 2001 UTC
# Line 3  BODY { Line 3  BODY {
3    margin-right: 2%;    margin-right: 2%;
4    color: black;    color: black;
5    background: white;    background: white;
6    font-size: 30px;    font-size: large;
7    font-family: arial, helvetica, sans-serif;    font-family: arial, helvetica, sans-serif;
8  }  }
9  DIV.slidebody {  DIV.slidebody {
10    color: black;    color: black;
11    margin: 0;    margin: 0;
12    height: 375px;    height: 50%;
13  }  }
14  SMALL {  SMALL {
15    font-size: 90%;    font-size: 90%;
# Line 66  EM { Line 66  EM {
66    
67  UL, OL {  UL, OL {
68    color: black;    color: black;
69    margin-left: 30px;    margin-left: 1em;
70    margin-top: 0.5em;    margin-top: 0.5em;
71    margin-bottom: 0.5em;    margin-bottom: 0.5em;
72    font-size: 30px;    font-size: large;
73  }  }
74    
75  UL UL, UL OL, OL UL, OL OL {  UL UL, UL OL, OL UL, OL OL {
# Line 92  PRE, TT, CODE { Line 92  PRE, TT, CODE {
92  PRE {  PRE {
93    font-size: 1em;               /* Redundant, but fixes bug in Opera 3.5 */    font-size: 1em;               /* Redundant, but fixes bug in Opera 3.5 */
94    margin-left: 3%;    margin-left: 3%;
95    margin-right: 20px;    margin-right: 1em;
96  }  }
97    
98  /* Inside PRE, use SPAN.keyword, SPAN.comment and SPAN.string to  /* Inside PRE, use SPAN.keyword, SPAN.comment and SPAN.string to
# Line 133  H1 { Line 133  H1 {
133  }  }
134    
135  H1.slide {  H1.slide {
136    font-size: 38px;      /* Workaround, the 120% above should've been enough */    font-size: x-large;
137    margin-top: 0.5em;    margin-top: 0.5em;
138    font-weight: bold;    font-weight: bold;
139  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26