r665: Renaming product from "BugStrike" to "Bugdar"
[bugdar.git] / install / install.css
1 /*=====================================================================*\
2 || ################################################################### ||
3 || # Bugdar [#]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
29 {
30 margin-top: 20px;
31 }
32
33 .buttonlink a
34 {
35 font-weight: bold;
36 padding: 5px;
37 border: 1px solid black;
38 text-decoration: none;
39 color: rgb(37, 37, 37);
40 background-color: rgb(239, 239, 239);
41 margin-top: 20px;
42 }
43
44 /*=====================================================================*\
45 || ###################################################################
46 || # $HeadURL$
47 || # $Id$
48 || ###################################################################
49 \*=====================================================================*/