summaryrefslogtreecommitdiff
path: root/src/main.css
blob: 1e0d2b9683a651df100dc385fd2a05fc8445bdc7 (plain)
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
body {
    padding: 0px 0px 0px 0px;
    background: white;
}

header {
    width: 100%;
    height: 100px;
    background-color: black;
}

header h1 {
    color: white;
    font-size: 50px;
    height: 50px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
}

.headercontainer {
    width: 25%;
    height: 50px;
    background-color: Maroon;
    float: left;
    margin: 10px 0px 0px 0px;
}

#logobar {
    display: block;
}

.headerlink:hover, .headerlink:visited {
    color: GoldenRod;
}

.headerlink:active {
    color: Black;
}

.headerlink {
    color: GoldenRod;
    font-size: 40px;
    text-decoration: none;
    margin: 0px 0px 0px 85px;
}

#constructionBanner {
    height: 50px;
    background-color: #f89406;
}

#constructionMessage {
    text-align: center;
    padding: 12px;
}

#search {
    padding: 10px;
}

#sidebar {
    border: 1px solid black;
    padding: 5px;
    margin: 5px;
    float: right;
}

li {
    font-size: 14px;
}

.spacer {
    width: 50px;
    display: inline;
    padding: 0px 50px 0px 50px;
}

.tag {
    font-size: 11px;
    height: 13px;
    padding: 4px 7px 5px 7px;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    color: white;
}

.FF { background: FireBrick; }
.SS { background: SeaGreen; }
.ES { background: DarkViolet; }
.HB { background: DimGray; }
.DM { background: DarkSlateGray; }
.WP { background: GhostWhite; color: black; }