Adopting the GPL
[viewsvn.git] / templates / default / main.css
1 /*=====================================================================*\
2 || ###################################################################
3 || # ViewSVN [#]version[#]
4 || # Copyright ©2002-[#]year[#] Iris Studios, Inc.
5 || #
6 || # This program is free software; you can redistribute it and/or modify
7 || # it under the terms of the GNU General Public License as published by
8 || # the Free Software Foundation; version [#]gpl[#] of the License.
9 || #
10 || # This program is distributed in the hope that it will be useful, but
11 || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 || # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 || # more details.
14 || #
15 || # You should have received a copy of the GNU General Public License along
16 || # with this program; if not, write to the Free Software Foundation, Inc.,
17 || # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
18 || ###################################################################
19 \*=====================================================================*/
20
21 body
22 {
23 font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
24 font-size: 12px;
25 }
26
27 a
28 {
29 color: rgb(56, 95, 157);
30 text-decoration: none;
31 }
32
33 a:hover
34 {
35 color: rgb(108, 154, 209);
36 text-decoration: underline;
37 }
38
39 .head
40 {
41 background-color: rgb(255, 255, 255);
42 background-image: url(head.gif);
43 background-repeat: repeat-y;
44
45 font-weight: bold;
46 font-size: 13px;
47 color: rgb(255, 255, 255);
48
49 border-color: rgb(165, 165, 165);
50 border-width: 1px 1px 0px 1px;
51 border-style: solid;
52
53 padding: 5px;
54 }
55
56 .subhead
57 {
58 background-color: rgb(126, 144, 171);
59 background-image: url(subhead.gif);
60 background-repeat: repeat-x;
61
62 font-weight: bold;
63 font-size: 12;
64 color: rgb(66, 66, 66);
65
66 border-color: rgb(165, 165, 165);
67 border-width: 1px 1px 0px 1px;
68 border-style: solid;
69
70 padding: 3px;
71 }
72
73 .content
74 {
75 background-color: rgb(232, 237, 247);
76
77 border-color: rgb(165, 165, 165);
78 border-width: 1px 1px 1px 1px;
79 border-style: solid;
80
81 padding: 2px;
82 }
83
84 .code, .lineheader
85 {
86 background-color: rgb(255, 255, 255);
87
88 font-family: monospace;
89 font-size: 11px;
90
91 border-color: rgb(165, 165, 165);
92 border-width: 1px 1px 1px 1px;
93 border-style: solid;
94
95 padding: 2px;
96 }
97
98 .list li
99 {
100 list-style-image: url(bullet.gif);
101 }
102
103 .nodelist li
104 {
105 list-style: none;
106 }
107
108 .nodelink
109 {
110 font-family: Courier, "Courier New", monospace, serif;
111 position: absolute;
112 left: 35%;
113 }
114
115 /*=====================================================================*\
116 || ###################################################################
117 || # $HeadURL$
118 || # $Id$
119 || ###################################################################
120 \*=====================================================================*/