- added header
[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(59, 119, 216);
42 background-image: url(head.gif);
43 background-repeat: repeat-x;
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 .head a
57 {
58 color: rgb(255, 255, 255);
59 }
60
61 .subhead
62 {
63 background-color: rgb(126, 144, 171);
64 background-image: url(subhead.gif);
65 background-repeat: repeat-x;
66
67 font-weight: bold;
68 font-size: 12;
69 color: rgb(66, 66, 66);
70
71 border-color: rgb(165, 165, 165);
72 border-width: 1px 1px 0px 1px;
73 border-style: solid;
74
75 padding: 3px;
76 }
77
78 .content
79 {
80 background-color: rgb(232, 237, 247);
81
82 border-color: rgb(165, 165, 165);
83 border-width: 1px 1px 1px 1px;
84 border-style: solid;
85
86 padding: 2px;
87 }
88
89 .code, .lineheader
90 {
91 background-color: rgb(255, 255, 255);
92
93 font-family: monospace;
94 font-size: 11px;
95
96 border-color: rgb(165, 165, 165);
97 border-width: 1px 1px 1px 1px;
98 border-style: solid;
99
100 padding: 2px;
101 }
102
103 .list li
104 {
105 list-style-image: url(bullet.gif);
106 }
107
108 .nodelink
109 {
110 font-family: Courier, "Courier New", monospace, serif;
111 position: absolute;
112 left: 35%;
113 }
114
115 .footer
116 {
117 margin-top: 10px;
118
119 text-align: right;
120
121 font-size: 10px;
122 }
123
124 /*=====================================================================*\
125 || ###################################################################
126 || # $HeadURL$
127 || # $Id$
128 || ###################################################################
129 \*=====================================================================*/