/[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 5 - (hide annotations)
Fri Jun 25 16:16:08 2004 UTC (19 years, 10 months ago) by dpavlin
File MIME type: text/css
File size: 1142 byte(s)
a lot of changes, poll is in it's own database,
edit and delete of questions, display of status messages

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 dpavlin 4 clear: left;
43 dpavlin 1 border: 1px solid #ff0000;
44     }
45    
46 dpavlin 4 /* float right */
47    
48     .right {
49     float: right;
50     clear: right;
51     }
52    
53 dpavlin 1 .hint {
54     padding: 5px;
55     background: #f0f0c0;
56     width: 200px;
57     }
58    
59 dpavlin 4 .question_list {
60     padding: 5px;
61     border: 1px dotted #0000ff;
62     width: 200px;
63     }
64    
65 dpavlin 1 /* box around preview of question */
66     .preview {
67 dpavlin 4 float: left;
68     clear: left;
69 dpavlin 1 margin: 0px;
70     /* border: 1px dotted #c0c0c0; */
71     border: 1px dotted #00ff00;
72     color: #808080;
73     }
74 dpavlin 5
75     .status {
76     padding: 1px;
77     background #f0e0e0;
78     }

  ViewVC Help
Powered by ViewVC 1.1.26