Removing the docs/ directory because we really no longer need it for anything
[viewsvn.git] / templates / default / main.css
1 /*=====================================================================*\
2 || ###################################################################
3 || # ViewSVN [#]version[#]
4 || # Copyright ©2002-[#]year[#] Blue Static
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: 12px;
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 .propbox
104 {
105 background-color: rgb(239, 239, 239);
106
107 border-color: rgb(153, 153, 153);
108 border-width: 1px 1px 1px 1px;
109 border-style: dashed;
110 }
111
112 .list, .propbox ul
113 {
114 margin: 5px;
115 padding-left: 15px;
116 }
117
118 .list li, .propbox li
119 {
120 margin: 0px;
121 padding: 0px;
122 }
123
124 .reposlist li
125 {
126 list-style-image: url(bullet.gif);
127 }
128
129 .nodelink
130 {
131 font-family: Courier, "Courier New", monospace, serif;
132 position: absolute;
133 left: 35%;
134 }
135
136 .footer
137 {
138 margin-top: 10px;
139
140 text-align: right;
141
142 font-size: 10px;
143 }
144
145 /*=====================================================================*\
146 || ###################################################################
147 || # $HeadURL$
148 || # $Id$
149 || ###################################################################
150 \*=====================================================================*/