initial import of cut up site
[scpubgit/nwepm.git] / share / static / style / basic.css
CommitLineData
ce585b65 1
2body {
3 background: #ffffff url(513.png);
4 font-size: medium;
5}
6
7p {
8 padding: 10px 50px 0px 20px;
9 display: block;
10}
11
12#footer p {
13 padding: 0;
14 display: block;
15 color: #3f3f3f;
16 font-size: 80%;
17}
18
19
20h1 {
21 font-size: 140%;
22 padding: 0px 0px 0px 20px;
23 display: block;
24}
25
26
27
28
29
30/* ---navbar links--- */
31
32#navbar ul {
33 color: #999;
34 display: block;
35 margin: 0 20px 0 0;
36}
37
38#navbar li {
39 float: right;
40 text-decoration: none;
41 list-style-type: none;
42 border: 1px black solid;
43}
44
45#navbar li:hover {
46 background: #3771c8;
47 border: 1px black solid;
48 color: #fff;
49}
50
51#navbar li.current {
52 background: #888;
53 border: 1px black solid;
54 color: #333;
55}
56
57#navbar li.current:hover {
58 background: #3771c8;
59 border: 1px black solid;
60 color: #fff;
61}
62
63#navbar a {
64 text-decoration: none;
65 color: #ccc;
66 line-height: 28px;
67 padding: 10px;
68}
69
70#navbar a:hover {
71 text-decoration: none;
72 color: #fff;
73 line-height: 28px;
74 padding: 10px;
75}
76
77
78
79
80
81
82