-
Notifications
You must be signed in to change notification settings - Fork 8
/
darkspace.diff.css
83 lines (83 loc) · 3.8 KB
/
darkspace.diff.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
/* This is made from the original dark theme from lemmy, darkly. And is heavily inspired by Disqordia-FE. Made by 2xx04 */
body {
background-image: url(https://github.com/2xx04/lemmy-ui-themes/raw/main/pictrs/image/darkspace2560x1440.wallpaper.jpg); background-attachment:fixed; background-size: cover; background-position: center;}
label.btn.btn-outline-secondary.pointer.false {
color: #fff ;
}
hr{
border-top: 1px solid rgba(256,256,256,.1)
}
hr.my-3 {
opacity: 0;
}
/* button colors */
label.btn.btn-outline-secondary.pointer.active {
background-color: black;
}
.btn-secondary {
background-color: black;
}
select.custom-select.w-auto.mr-2.mb-2 {
background-color: black;
}
.my-3 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
h5.mb-0, h5.mb-2 {
color: white;
}
.comments {
padding: 5px;
border-radius: 4px;
background: rgba(0,0,0, 0.6);
}
span.mr-2 {
color: var(--gray) !important;
}
html body div#root div nav.navbar.navbar-expand-lg.navbar-light.shadow-sm.p-0.px-3 {
background: #111;
}
.card {
background: rgba(0,0,0, 0.6);
border: 1px solid rgba(0,0,0) !important;
}
html body div#root div div.mt-4.p-0.fl-1 div.container div div.table-responsive table#community_table.table.table-sm.table-hover {
background: rgba(0,0,0, 0.6);
}
html body div#root div div.mt-4.p-0.fl-1 div.container div div.row div.col-md-6 h4 {
color: #c6c6c6;
}
html body div#root div nav.container.navbar.navbar-expand-md.navbar-light.navbar-bg.p-3 {
background: transparent;
} /* Transparent Background color */
html body div#root div div.mt-4.p-0.fl-1 div.container div.row div.col-12.col-lg-6.offset-lg-3 form {
padding-right: 10px;
padding-left: 10px;
} /* Login Background color */
html body div#root div div.mt-4.p-0.fl-1 div.container div div.table-responsive table#modlog_table.table.table-sm.table-hover {
background-color: rgb(0,0,0, 0.6);
} /* modlog background color*/
html body div#root div div.mt-4.p-0.fl-1 div.container div.row div.col-12.col-md-8 div.mb-2 div.position-relative.mb-2 picture img.img-fluid.banner.img-expanded.slight-radius {
border-radius: 4px;
}
html body div#root div div.mt-4.p-0.fl-1 div.container div.row div.col-12.col-lg-6.offset-lg-3.mb-4 h5, html body div#root div div.mt-4.p-0.fl-1 div.container div h5 span {
color: lightgrey;
}
html body div#root div div.mt-4.p-0.fl-1 div.container div.row div.col-12.col-md-8.mb-3 div div.comments div.comment div.comments {
padding: 0px;
}
div.comments:nth-child(1) {
padding-right: 10px;
padding-left: 10px;
}
.col-12.col-md-8, html body div#root div div.mt-4.p-0.fl-1 div.container div.row div.col-12.col-lg-6.offset-lg-3.mb-4{
background-color: rgb(0,0,0, 0.6);
}
.mt-4, .my-4 {margin-top: 0rem !important;}
html body div#root div div.mt-4.p-0.fl-1 div.container div.row main.col-12.col-md-8 div.main-content-wrapper, html body div#root div div.mt-4.p-0.fl-1 div.container div.row aside.d-none.d-md-block.col-md-4, div.col-12:nth-child(2), .d-md-block > div:nth-child(1) > div:nth-child(1) > div:nth-child(1), html body div#root div div.mt-4.p-0.fl-1 div.container div.row div.col-12.col-md-8.mb-3 div.post-listing, html body div#root div div.mt-4.p-0.fl-1 div.container div.row div.col-12.col-lg-6.offset-lg-3.mb-4 h5, h5.mb-2, .nav, html body div#root div div.mt-4.p-0.fl-1 div.container div div.row div.col-md-6 h4, html body div#root div div.mt-4.p-0.fl-1 div.container div div.row div.col-md-6 div.float-md-right form.form-inline,html body div#root div div.mt-4.p-0.fl-1 div.container div.row div.col-12.col-md-8 div div.position-relative.mb-2, html body div#root div div.mt-4.p-0.fl-1 div.container div.row main.col-12.col-md-8 div.d-block.d-md-none div.row div.col-12 button.btn.btn-secondary.d-inline-block.mb-2.mr-3 {
margin-top: 1.5rem;
}
.mark {
background-color: rgba(43, 43, 43, 0.5);
}