summaryrefslogtreecommitdiff
path: root/static/website/css/main.css
blob: 9e68e7fd5a80026109b5524e93defe1df9af7296 (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
#header-wrapper {

}
#header-inner {
    
}
#content-wrapper {
    padding: 0 0 25px 0;
}
#content-inner {
    
}
#content{
    min-height: 600px;
}
#content .category {
    min-height: 50px;
    border-bottom: 1px solid #f5f5f5;
}
#content .category .questions {
    color: #7395d9;
}
#content .category .replies {
    color: #a26dc8;
}
#content .category .helper {
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 1.5em;
    color: #cccccc;
}
#content .tutorial {
    min-height: 50px;
    border-bottom: 1px solid #f5f5f5;
}
#footer-wrapper {
    background-color: #2d2d2d;
    min-height: 60px;
}
#footer-inner {
    
}
.field_error {
    border: 1px solid red;
}