blob: 88598a76ac1aa8e733625d7b5821474d450b2432 (
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
|
.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;
}
.media-body .edit {
display: none;
margin-right: 1em;
}
.media-body:hover .edit {
display: initial;
}
.comment-source {
display: none;
}
article > header {
margin-bottom: 2em;
}
nav .fa {
margin-left: 1em;
}
.login {
margin:10em auto auto;
width: 400px;
}
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;
}
|