/[wopi2]/trunk/style.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 /trunk/style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations)
Fri Jun 25 11:46:24 2004 UTC (19 years, 10 months ago) by dpavlin
File MIME type: text/css
File size: 1093 byte(s)
smaller fixes, unbless variables for tt

1 body {
2 font-family: "Trebuchet MS", Verdana, Arial,, helvetica, sans-serif;
3 font-size: 12pt;
4 background-color: #f0f0f0;
5 }
6
7 div {
8 font-family: "Trebuchet MS", Verdana, Arial,, helvetica, sans-serif;
9 font-size: 12pt;
10 }
11
12 textarea {
13 font-family: Andele Mono, Courier New, courier, monospace;
14 font-size: 12pt;
15 word-wrap: break-word;
16 }
17
18 .note {
19 font-family: "Trebuchet MS", Verdana, Arial,, helvetica, sans-serif;
20 font-size: 10pt;
21 border: 1px #e0e0e0 solid;
22 padding: 2px;
23 background: #c0c0c0;
24 word-wrap: break-word;
25 }
26
27 h1 {
28 margin: 3px 0px 3px 0px;
29 }
30 h2 {
31 margin: 2px 0px 2px 0px;
32 }
33 h3 {
34 margin: 1px 0px 1px 0px;
35 }
36
37
38
39
40 .left {
41 float: left;
42 clear: left;
43 border: 1px solid #ff0000;
44 }
45
46 /* float right */
47
48 .right {
49 float: right;
50 clear: right;
51 }
52
53 .hint {
54 padding: 5px;
55 background: #f0f0c0;
56 width: 200px;
57 }
58
59 .question_list {
60 padding: 5px;
61 border: 1px dotted #0000ff;
62 width: 200px;
63 }
64
65 /* box around preview of question */
66 .preview {
67 float: left;
68 clear: left;
69 margin: 0px;
70 /* border: 1px dotted #c0c0c0; */
71 border: 1px dotted #00ff00;
72 color: #808080;
73 }

  ViewVC Help
Powered by ViewVC 1.1.26