-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbasicstyle.css
57 lines (46 loc) · 1.07 KB
/
basicstyle.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
body {
background-color:#262623; /* 262623 dark grey */
/*background-image:url("images/guns_1000.jpg");*/
/*background-repeat: no-repeat;*/
font-family:Halvetica, Arial, sens-serif;
/*margin-left:10%;*/
/*margin-right:10%;*/
color:#000; /* 72A603 light green */
}
h1, h2, h3 {
color:#999; /* A6761C orange tan */
}
a {
color:#000; /* BF59BF light purple */
text-decoration: none;
}
a:hover {
color:#FFFFFF; /* BF8EBF light purple */
text-decoration: underline;
}
.specialp {
color:#000; /* 006600 green */
}
/* this is navigation style */
#topnav {
background-color:#000; /* CCFFFF light blue */
padding: 10px;
margin: 25px;
margin-top: 260px;
border: 1px solid #000; /* 999 grey */
}
#topnav a {
font-weight: bold;
text-decoration: none;
color:#999; /* 000 black */
padding: 10px;
}
#topnav a:hover {
color:#FFFFFF; /* CCFFFF light blue */
background-color:#999;
/* 999 grey */
}
/* list of common colors */
/* 999 grey */
/* 000 black */
/* FFFFFF white */