- added main.css
[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 .subhead
48 {
49 background-color: rgb(126, 144, 171);
50 background-image: url(subhead.gif);
51 background-repeat: repeat-x;
52
53 font-weight: bold;
54 font-size: 12;
55 color: rgb(66, 66, 66);
56
57 border-color: rgb(165, 165, 165);
58 border-width: 1px 1px 0px 1px;
59 border-style: solid;
60
61 padding: 3px;
62 }
63
64 .content
65 {
66 background-color: rgb(232, 237, 247);
67
68 border-color: rgb(165, 165, 165);
69 border-width: 1px 1px 1px 1px;
70 border-style: solid;
71
72 padding: 2px;
73 }
74
75 .code, .lineheader
76 {
77 background-color: rgb(255, 255, 255);
78
79 font-family: monospace;
80 font-size: 11px;
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 .list li
90 {
91 list-style-image: url(bullet.gif);
92 }
93
94 .nodelist li
95 {
96 list-style: none;
97 }
98
99 .nodelink
100 {
101 font-family: Courier, "Courier New", monospace, serif;
102 position: absolute;
103 left: 35%;
104 }
105
106 /*=====================================================================*\
107 || ###################################################################
108 || # $HeadURL$
109 || # $Id$
110 || ###################################################################
111 \*=====================================================================*/