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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (show annotations)
Sat Jan 11 16:44:03 2003 UTC (21 years, 2 months ago) by dpavlin
File MIME type: text/css
File size: 1308 byte(s)
major modifications to produce first (non-working) version of Web CGI
interface.

1 body {
2 background: #FFFFE8 none;
3 color: black;
4 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
5 font-size: 12px
6 }
7
8 .navigacija {
9 font-size : 11px;
10 margin: 0px 0px 0px 0px;
11 padding: 0px 0px 0px 0px;
12 border-width: 1px;
13 width: 19%;
14 color: #000080;
15 background-color: #FFFFFF;
16 border-color: #000080;
17 border-top-color: #8080f0;
18 border-left-color: #8080f0;
19 border-right-color: #000080;
20 border-bottom-color: #000080;
21 }
22
23
24 .submit {
25 font-size : 17px;
26 margin: 0px 0px 0px 0px;
27 padding: 0px 0px 0px 0px;
28 color: #000080;
29 background-color: #ffffff;
30 border-color: #000080;
31 border-top-color: #8080f0;
32 border-left-color: #8080f0;
33 border-right-color: #000080;
34 border-bottom-color: #000080;
35
36 }
37
38 .navigacijaDISABLED {
39 font-size : 11px;
40 margin: 0px 0px 0px 0px;
41 padding: 0px 0px 0px 0px;
42 border-width: 1px;
43 width: 19%;
44 color: #8080f0;
45 background-color: #ffffff;
46 border-top-color: #8080f0;
47 border-left-color: #8080f0;
48 border-right-color: #000080;
49 border-bottom-color: #000080;
50 }
51
52
53 .label {
54 font-size: 12px;
55 }
56
57
58 .example {
59 font-size: small;
60 font-style: italic;
61 }
62
63
64 h2 {
65 font-size: 16px; font-weight: bold;
66 color: #000080;
67 }
68
69
70 .limiter {
71 font-size: 12px
72 }
73

Properties

Name Value
cvs2svn:cvs-rev 1.1

  ViewVC Help
Powered by ViewVC 1.1.26