-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlogo_dark.css
89 lines (77 loc) · 1.55 KB
/
logo_dark.css
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
html, body {
height: 100%;
overflow: hidden;
}
body {
background: url(https://github.com/Moutard3/mcjukebox-templates/raw/master/background_image.png);
background-position: center;
}
body:before {
content: '';
position: absolute;
width: 100%;
height:100%;
top:0;
left:0;
background:rgba(62,62,62,0.7);
z-index: -1;
}
.header {
display: none;
}
.branding {
position: absolute;
bottom: 0;
right: 0;
}
.branding > span:first-of-type {
display: none;
}
#ping-meter {
color: white;
}
.box {
background: transparent;
box-shadow: none;
margin: 0;
padding: 0;
}
.box:not(.controls) {
position: absolute;
bottom:0;
left:0;
padding: 10px;
width: auto;
}
#skull {
display: inline-block;
width: 37px;
height: 37px;
border: none;
margin: 0;
vertical-align: top;
}
#username {
display: inline-block;
padding: 10px;
}
.box.controls {
margin: 0 auto;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.box.controls:before {
position: absolute;
top: 0;
left: auto;
content: '';
/* ===========================================================\ */
background: url(https://www.mcjukebox.net/images/logo.png); /* | McJukebox logo is the property of McJukebox (http://mcjukebox.net) */
/* ===========================================================/ */
background-size: cover;
width: 650px; /* Logo Width */
height: 280px; /* Logo Height */
}