r558: Basic installer core created
[bugdar.git] / install / install.css
1 /*=====================================================================*\
2 || ################################################################### ||
3 || # BugStrike [#]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: Verdana, Arial, Helvetica, sans-serif;
15 font-size: 12px;
16 }
17
18 body a
19 {
20 color: rgb(0, 0, 238);
21 }
22
23 h1
24 {
25 color: rgb(66, 137, 155);
26 }
27
28 .buttonlink a
29 {
30 font-weight: bold;
31 padding: 5px;
32 border: 1px solid black;
33 text-decoration: none;
34 color: rgb(37, 37, 37);
35 background-color: rgb(239, 239, 239);
36 }
37
38 /*=====================================================================*\
39 || ###################################################################
40 || # $HeadURL$
41 || # $Id$
42 || ###################################################################
43 \*=====================================================================*/