aboutsummaryrefslogtreecommitdiffstats
path: root/static/main.css
blob: c546e8c88934384ae588f02669201afe3f9f6662 (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
.borderless td,
.borderless tr {
    border: none !important;
}

.comment + .comment{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1em;
}

.date {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}

article > header {
    margin-bottom: 2em;
}

nav .fa {
    margin-left: 1em;
}

.login {
    margin:10em auto
}

p.kadoscope{
    opacity : 0;
    text-align : center;
    color : #E61000;
    font-size : 20px;
    font-weight : bold;
}

#kadobutton{
    background-image : url('gfx/gift.png');
    background-repeat : no-repeat;
    background-position : center;
    height : 130px;
}

.media-left img{
    width: 64px;
}