summaryrefslogtreecommitdiff
path: root/lisp/webapps/woodriverlessons/static/css/stylesheet.css
blob: fc36d93a1086e52a3b1d4135c5c53263617e0402 (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
body {
    background-color: #161012;
    color: white;
}

p {
    font-size: 14px;
}

#container {
    width: 100%;
    margin: 20px auto;
}

.table {
    color: white;
}

.nav-link {
    color: white;
    cursor: pointer;
}

.well {
    background-color: #2c180d;
    border: 1px black solid;
    text-align: center;
}

.banner {
    height: 90px;
    background-image: url("/static/images/violin-strip.jpg");
    background-repeat: repeat;
    background-position: left;
}

.form-control {
    width: 600px;
    background-color: #ffd081;
}

.contact-info {
    color: #59200e;
    font-size: 15px;
    font-weight: bold;
    line-height: 0.4;
}

.banner-title {
    color: #59200e;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: right;
    align-items: center;
}

.modal-content {
    background-color: #2c180d;
}

#footer {
    text-align: center;
}

hr {
    border: 1px #ffd081 solid;
    width: 200px;
}