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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 633 - (show annotations)
Sun Jan 16 18:57:15 2005 UTC (19 years, 2 months ago) by dpavlin
File MIME type: text/css
File size: 2080 byte(s)
update branches to trunk

1 body {
2 background: #F7F6F2;
3 color: black;
4 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
5 }
6
7 p {
8 font-size: 75%;
9 }
10
11 h2 {
12 font-size: 16px; font-weight: bold;
13 color: #000080;
14 }
15
16 .navigacija {
17 font-size : 11px;
18 margin: 0px 0px 0px 0px;
19 padding: 0px 0px 0px 0px;
20 border-width: 1px;
21 color: #000080;
22 background-color: #FFFFFF;
23 border-color: #000080;
24 border-top-color: #8080f0;
25 border-left-color: #8080f0;
26 border-right-color: #000080;
27 border-bottom-color: #000080;
28 }
29
30
31 .submit {
32 font-size : 17px;
33 margin: 0px 0px 0px 0px;
34 padding: 0px 0px 0px 0px;
35 color: #000080;
36 background-color: #ffffff;
37 border-color: #000080;
38 border-top-color: #8080f0;
39 border-left-color: #8080f0;
40 border-right-color: #000080;
41 border-bottom-color: #000080;
42
43 }
44
45 .reset {
46 font-size : 12px;
47 margin: 0px 0px 0px 0px;
48 padding: 0px 0px 0px 0px;
49 color: #000080;
50 background-color: #ffffff;
51 border-color: #000080;
52 border-top-color: #8080f0;
53 border-left-color: #8080f0;
54 border-right-color: #000080;
55 border-bottom-color: #000080;
56 }
57
58
59 .navigacijaDISABLED {
60 font-size : 11px;
61 margin: 0px 0px 0px 0px;
62 padding: 0px 0px 0px 0px;
63 border-width: 1px;
64 width: 19%;
65 color: #8080f0;
66 background-color: #ffffff;
67 border-top-color: #8080f0;
68 border-left-color: #8080f0;
69 border-right-color: #000080;
70 border-bottom-color: #000080;
71 }
72
73
74 .label1 {
75 font-size: 75%;
76 text-align: right;
77 }
78
79 .label2 {
80 font-size: 75%;
81 vertical-align: top;
82 }
83
84
85 .example {
86 font-size: 70%;
87 font-style: italic;
88 }
89
90 .limiter {
91 vertical-align: top;
92 font-size: 75%;
93 }
94
95 .results {
96 font-size: 70%
97 }
98
99 .small {
100 font-size: 70%;
101 }
102
103 /* links in headline shouldn't have underline (it looks ugly) */
104 .headline {
105 text-decoration: none
106 }
107
108 #head {
109 padding: 0px;
110 }
111
112 #logo {
113 padding: 10px 20px;
114 font-size: 120%;
115 font-weight: bold;
116 }
117
118 #help {
119 float: right;
120 width: 40%;
121 font-size: 90%;
122 padding: 10px 10px 10px 10px;
123 border-top: 1px dashed navy;
124 }
125
126 #H2 {
127 width: 60%;
128 font-size: 90%;
129 padding: 10px 10px 10px 10px;
130 border-top: 1px dashed navy;
131 }
132

Properties

Name Value
cvs2svn:cvs-rev 1.7

  ViewVC Help
Powered by ViewVC 1.1.26