/[BackupPC]/upstream/2.1.0/conf/BackupPC_stnd.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 /upstream/2.1.0/conf/BackupPC_stnd.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Wed Jun 22 19:12:04 2005 UTC (18 years, 10 months ago) by dpavlin
File MIME type: text/css
File size: 2614 byte(s)
import of version 2.1.0

1 /*
2 * BackupPC standard CSS definitions
3 *
4 * Version 2.1.0, released 20 Jun 2004.
5 *
6 * See http://backuppc.sourceforge.net.
7 *
8 * AUTHOR
9 * Craig Barratt <cbarratt@users.sourceforge.net>
10 *
11 * COPYRIGHT
12 * Copyright (C) 2004 Craig Barratt
13 */
14
15 body {
16 font-family:arial,sans-serif;
17 font-size:11pt;
18 background-color:#ffffff;
19 margin:2px 5px 0px 2px;
20 height:100%
21 }
22
23 h1 {
24 font-family:arial,sans-serif;
25 font-size:16pt;
26 color:#000000
27 }
28
29 h2 {
30 font-family:arial,sans-serif;
31 font-size:12pt;
32 color:#000000
33 }
34
35 a {
36 font-family:arial,sans-serif;
37 color:#3333ff
38 }
39
40 dt {
41 color:#3333ff
42 }
43
44 a:hover {
45 color:#cc0000;
46 text-decoration:none
47 }
48
49 a.NavCurrent {
50 font-weight:bold;
51 }
52
53 a.navbar {
54 padding-left:5px;
55 padding-right:5px;
56 }
57
58 .h1 {
59 font-family:arial,sans-serif;
60 font-size:16pt;
61 color:#000000;
62 font-weight:bold;
63 background-color:#99cc33;
64 padding:3px;
65 padding-left:6px;
66 margin-bottom:5px;
67 }
68
69 .h2 {
70 font-family:arial,sans-serif;
71 font-size:12pt;
72 color:#000000;
73 font-weight:bold;
74 background-color:#ddeeee;
75 padding:3px;
76 padding-left:6px;
77 margin-top:3px;
78 margin-bottom:1px;
79 }
80
81 .tableStnd {
82 font-size:11pt;
83 }
84
85 .tableheader {
86 font-size:9pt;
87 font-weight:bold;
88 background-color:#cccccc;
89 }
90
91 .border {
92 font-size:10pt;
93 }
94
95 .fviewheader {
96 font-weight:bold;
97 font-size:10pt;
98 color:#ffffff;
99 background-color:#999999;
100 }
101
102 .fviewborder {
103 border-bottom:1px solid #000000;
104 border-left:1px dotted #666666;
105 background-color:#dddddd;
106 font-size:11pt;
107 }
108
109 .fviewon {
110 background-color:#cccccc;
111 }
112
113 .fviewoff {
114 background-color:#ffffff;
115 }
116
117 .fview {
118 font-size:9pt;
119 font-family:arial,sans-serif;
120 text-decoration:none;
121 line-height:15px;
122 }
123
124 .fviewbold {
125 font-size:10pt;
126 font-family:arial,sans-serif;
127 text-decoration:none;
128 line-height:15px;
129 font-weight:bold;
130 }
131
132 .histView {
133 border-bottom:1px solid #000000;
134 border-left:2px solid #ffffff;
135 background-color:#dddddd;
136 font-size:10pt;
137 }
138
139 .histViewMis {
140 border-bottom:1px solid #000000;
141 background-color:#ffdddd;
142 }
143
144 div.NavMenu {
145 width:18%;
146 margin:0px;
147 background-color:#ddeeee;
148 }
149
150 div.NavMenu a {
151 font-size:10pt;
152 display:block;
153 margin-left:8px;
154 padding:2px;
155 }
156
157 div.NavTitle {
158 padding-left:10px;
159 background-color:#99cc33;
160 font-family:arial,sans-serif;
161 color:#000000;
162 font-weight:bold;
163 margin-bottom:2px;
164 }
165
166 #Content {
167 float:right;
168 width:80%;
169 left:20%;
170 top:10px;
171 position:absolute;
172 }

  ViewVC Help
Powered by ViewVC 1.1.26