fd
This commit is contained in:
parent
bad22322bd
commit
2265d60b22
1400 changed files with 44951 additions and 45061 deletions
174
files/assets/css/tron.css
Normal file → Executable file
174
files/assets/css/tron.css
Normal file → Executable file
|
@ -1,88 +1,88 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:400,600,700');
|
||||
|
||||
:root {
|
||||
--dark: #00001f;
|
||||
--secondary: var(--primary);
|
||||
--white: #f0f0f0;
|
||||
--black: #f0f0f0;
|
||||
--light: #00001f;
|
||||
--muted: var(--primary);
|
||||
--gray: var(--primary);
|
||||
--gray-100: var(--primary);
|
||||
--gray-200: var(--primary);
|
||||
--gray-300: #00001f;
|
||||
--gray-400: #var(--primary);
|
||||
--gray-500: #00001f;
|
||||
--gray-600: #00001f;
|
||||
--gray-700: #00001f;
|
||||
--gray-800: #00001f;
|
||||
--gray-900: #00001f;
|
||||
}
|
||||
|
||||
|
||||
.comment-box {
|
||||
border: 2px solid var(--gray-200);
|
||||
}
|
||||
|
||||
.btn {
|
||||
color: var(--primary);
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: 'Roboto Mono' !important;
|
||||
}
|
||||
|
||||
.arrow-up::before {
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
.arrow-down::before {
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
background-color: var(--gray-300);
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
background-color: var(--gray-300);
|
||||
}
|
||||
|
||||
.modal .comment-actions .list-group-item {
|
||||
background-color: var(--gray-300);
|
||||
}
|
||||
|
||||
.comment-actions .score {
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
.badge-count {
|
||||
color: var(--light);
|
||||
}
|
||||
|
||||
.transparent {
|
||||
background: None !important;
|
||||
}
|
||||
|
||||
.btn-danger.disabled, .btn-danger:disabled {
|
||||
color: var(--primary) !important;
|
||||
}
|
||||
|
||||
#frontpage .post-title a:visited {
|
||||
color: #b0b0b0 !important;
|
||||
}
|
||||
|
||||
.followsyou {
|
||||
background-color: var(--dark) !important;
|
||||
border: 1px solid var(--primary) !important;
|
||||
}
|
||||
|
||||
.badge-count {
|
||||
color: var(--primary);
|
||||
}
|
||||
|
||||
#frontpage .pseudo-submit-form.card, .form-inline.search .form-control, .form-control[readonly] {
|
||||
border: 2px solid var(--gray-200) !important;
|
||||
@charset "UTF-8";
|
||||
|
||||
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:400,600,700');
|
||||
|
||||
:root {
|
||||
--dark: #00001f;
|
||||
--secondary: var(--primary);
|
||||
--white: #f0f0f0;
|
||||
--black: #f0f0f0;
|
||||
--light: #00001f;
|
||||
--muted: var(--primary);
|
||||
--gray: var(--primary);
|
||||
--gray-100: var(--primary);
|
||||
--gray-200: var(--primary);
|
||||
--gray-300: #00001f;
|
||||
--gray-400: #var(--primary);
|
||||
--gray-500: #00001f;
|
||||
--gray-600: #00001f;
|
||||
--gray-700: #00001f;
|
||||
--gray-800: #00001f;
|
||||
--gray-900: #00001f;
|
||||
}
|
||||
|
||||
|
||||
.comment-box {
|
||||
border: 2px solid var(--gray-200);
|
||||
}
|
||||
|
||||
.btn {
|
||||
color: var(--primary);
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: 'Roboto Mono' !important;
|
||||
}
|
||||
|
||||
.arrow-up::before {
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
.arrow-down::before {
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
background-color: var(--gray-300);
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
background-color: var(--gray-300);
|
||||
}
|
||||
|
||||
.modal .comment-actions .list-group-item {
|
||||
background-color: var(--gray-300);
|
||||
}
|
||||
|
||||
.comment-actions .score {
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
.badge-count {
|
||||
color: var(--light);
|
||||
}
|
||||
|
||||
.transparent {
|
||||
background: None !important;
|
||||
}
|
||||
|
||||
.btn-danger.disabled, .btn-danger:disabled {
|
||||
color: var(--primary) !important;
|
||||
}
|
||||
|
||||
#frontpage .post-title a:visited {
|
||||
color: #b0b0b0 !important;
|
||||
}
|
||||
|
||||
.followsyou {
|
||||
background-color: var(--dark) !important;
|
||||
border: 1px solid var(--primary) !important;
|
||||
}
|
||||
|
||||
.badge-count {
|
||||
color: var(--primary);
|
||||
}
|
||||
|
||||
#frontpage .pseudo-submit-form.card, .form-inline.search .form-control, .form-control[readonly] {
|
||||
border: 2px solid var(--gray-200) !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue