summaryrefslogtreecommitdiff
path: root/lisp/webapps/woodriverlessons/static/css/stylesheet.css
blob: ce50d966a4ebf446c6cef4e5e5575c717cb41822 (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
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 {
    background-image: url("/static/images/violin-strip.jpg");
    background-repeat: repeat;
    background-position: left;
}

.form-control {
    width: 600px;
}

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

.banner-title {
    color: #59200e;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 0.4;
}

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