/[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 6 - (show annotations)
Fri Jun 25 20:51:16 2004 UTC (19 years, 10 months ago) by dpavlin
File MIME type: text/css
File size: 1331 byte(s)
improvements, mostly in design.

1 body {
2 font-family: "Trebuchet MS", Verdana, Arial,, helvetica, sans-serif;
3 font-size: normal;
4 background-color: #f0f0f0;
5 margin: 0px;
6 padding: 3px;
7 }
8
9 textarea {
10 font-family: Andele Mono, Courier New, courier, monospace;
11 font-size: normal;
12 word-wrap: break-word;
13 }
14
15 .note {
16 font-size: x-small;
17 border: 1px #e0e0e0 solid;
18 padding: 2px;
19 background: #c0c0c0;
20 word-wrap: break-word;
21 }
22
23 .button {
24 font-weight: bold;
25 font-size: x-small;
26 }
27
28 h1 {
29 margin: 3px 0px 3px 0px;
30 }
31 h2 {
32 margin: 2px 0px 2px 0px;
33 }
34 h3 {
35 margin: 1px 0px 1px 0px;
36 }
37
38 .left {
39 float: left;
40 clear: left;
41 width: 70%;
42 padding: 0px;
43 margin: 0px;
44 }
45
46 /* float right */
47
48 .right {
49 float: right;
50 width: 29%;
51 padding: 0px;
52 margin: 0px;
53 }
54
55 .hint {
56 padding: 5px;
57 background: #f0f0c0;
58 word-wrap: break-word;
59 }
60
61 .question_list {
62 padding: 0px;
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 color: #808080;
72 }
73
74 .status {
75 padding: 3px;
76 color: #808080;
77 font-size: x-small;
78 }
79
80 #zebra {
81 border: 1px solid #666666;
82 }
83
84 #zebra tbody tr td {
85 font-size: small;
86 padding: 3px 8px;
87 border-left: 1px solid #D9D9D9;
88 }
89
90 #zebra tbody tr.selected td {
91 background-color: #3d80df;
92 color: #ffffff;
93 font-weight: bold;
94 border-left: 1px solid #346DBE;
95 border-bottom: 1px solid #7DAAEA;
96 }

  ViewVC Help
Powered by ViewVC 1.1.26