rDrama/files/assets/css/themes/light.css

102 lines
1.7 KiB
CSS
Raw Normal View History

2022-07-16 21:00:02 +00:00
@charset "UTF-8";
:root {
--dark: #c7c7c7;
--secondary: #c7c7c7;
--gray: #c7c7c7;
--gray-300: #c7c7c7;
2023-01-01 11:36:20 +00:00
--gray-400: #cfcfcf;
2022-07-16 21:00:02 +00:00
--gray-500: #ffffff;
--gray-600: #ffffff;
--gray-700: #ffffff;
--gray-800: #ffffff;
--gray-900: #ffffff;
--light: #ffffff;
--muted: #1e1e1e;
--gray-100: #1e1e1e;
--gray-200: #1e1e1e;
--white: #1e1e1e;
2022-11-29 01:00:56 +00:00
--black: #262b32;
2022-12-07 17:53:29 +00:00
--background: 255, 255, 255;
2022-07-16 21:00:02 +00:00
}
* {
border-color: var(--primary);
}
.border {
border-color: var(--primary) !important;
}
.form-control {
background: transparent;
2022-07-16 21:00:02 +00:00
border-color: var(--primary) !important;
}
.btn {
background: transparent;
2022-07-16 21:00:02 +00:00
border-color: var(--primary) !important;
}
2022-09-09 09:13:50 +00:00
.form-control:disabled, [readonly] {
background: transparent;
2022-07-16 21:00:02 +00:00
border-color: var(--primary) !important;
}
.btn-success {
border-color: #38A169 !important;
}
.btn-danger {
border-color: #E53E3E !important;
}
#frontpage .pseudo-submit-form.card .card-body .form-control {
border-color: transparent !important;
}
.btn-lg {
border-color: transparent !important;
}
pre {
color: #CFCFCF;
}
.transparent {
2023-12-01 14:43:03 +00:00
background: none !important;
2022-07-16 21:00:02 +00:00
}
blockquote {
background-color: #bbbbbb;
2022-07-16 21:00:02 +00:00
}
#profilestuff > * {
color: var(--gray-400) !important;
}
.unread {
background: #dddddd !important;
2022-07-16 21:00:02 +00:00
}
2023-10-02 06:04:05 +00:00
*:target {
2023-09-28 23:58:09 +00:00
background: rgba(var(--primary_rgb), 0.2) !important;
}
2022-07-16 21:00:02 +00:00
2024-02-10 12:11:59 +00:00
.visited, h5.post-title a:not(.effortpost-flair):visited, a[href^="https://"]:not([href^="https://rdrama.net" i], [href^="https://watchpeopledie.tv" i], .dropdown-item, .nav-link, .novisited):visited {
2022-07-16 21:00:02 +00:00
color: #7a7a7a !important;
}
.award-name {
2023-09-28 23:58:09 +00:00
color: var(--black);
}
.gold-text:not(a), h1.gold-text.post-title a, :not(td) > a[href="/h/highrollerclub"]:not(.hole-flair) {
background: repeating-linear-gradient(
45deg,
#9e8600,
#887400 20px,
#6d5d00 60px
);
}