/[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

Annotation of /trunk/style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Wed Jun 23 11:56:27 2004 UTC (19 years, 11 months ago) by dpavlin
File MIME type: text/css
File size: 940 byte(s)
initial import of WOPI v2

1 dpavlin 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     border: 1px solid #ff0000;
43     }
44    
45     .hint {
46     float: right;
47     padding: 5px;
48     background: #f0f0c0;
49     width: 200px;
50     }
51    
52     /* box around preview of question */
53     .preview {
54     margin: 0px;
55     /* border: 1px dotted #c0c0c0; */
56     border: 1px dotted #00ff00;
57     color: #808080;
58     clear: left;
59     }

  ViewVC Help
Powered by ViewVC 1.1.26