Styling the browsing system
[viewsvn.git] / templates / default / main.css
1 /*=====================================================================*\
2 || ################################################################### ||
3 || # ViewSVN [#]version[#]
4 || # --------------------------------------------------------------- # ||
5 || # Copyright ©2002-[#]year[#] by Iris Studios, Inc. All Rights Reserved. # ||
6 || # This file may not be reproduced in any way without permission. # ||
7 || # --------------------------------------------------------------- # ||
8 || # User License Agreement at http://www.iris-studios.com/license/ # ||
9 || ################################################################### ||
10 \*=====================================================================*/
11
12 body
13 {
14 font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
15 font-size: 12px;
16 }
17
18 a
19 {
20 color: rgb(56, 95, 157);
21 text-decoration: none;
22 }
23
24 a:hover
25 {
26 color: rgb(108, 154, 209);
27 text-decoration: underline;
28 }
29
30 .head
31 {
32 background-color: rgb(255, 255, 255);
33 background-image: url(head.gif);
34 background-repeat: repeat-y;
35
36 font-weight: bold;
37 font-size: 13px;
38 color: rgb(255, 255, 255);
39
40 border-color: rgb(165, 165, 165);
41 border-width: 1px 1px 0px 1px;
42 border-style: solid;
43
44 padding: 5px;
45 }
46
47 .content
48 {
49 background-color: rgb(232, 237, 247);
50
51 border-color: rgb(165, 165, 165);
52 border-width: 1px 1px 1px 1px;
53 border-style: solid;
54
55 padding: 2px;
56 }
57
58 .list li
59 {
60 list-style-image: url(bullet.gif);
61 }
62
63 .nodelist li
64 {
65 list-style: none;
66 }
67
68 .nodelink
69 {
70 font-family: Courier, "Courier New", monospace, serif;
71 position: absolute;
72 left: 35%;
73 }
74
75 /*=====================================================================*\
76 || ###################################################################
77 || # $HeadURL$
78 || # $Id$
79 || ###################################################################
80 \*=====================================================================*/