1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00
theme.park/css/base/thelounge/thelounge-base.css
2023-10-03 20:51:06 +02:00

181 lines
4.4 KiB
CSS

/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
@import url("/css/defaults/transparent.css");
#chat .userlist .names {
background: var(--transparency-dark-25)
}
#chat .user-mode:before {
background: var(--transparency-dark-25)
}
@media (max-width: 768px) {
#chat .userlist .names {
box-shadow: 0 0 25px 0 rgba(0, 0, 0, .5);
background: var(--window-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
}
}
@media (max-width: 768px) {
#viewport.menu-dragging #sidebar,
#viewport.menu-open #sidebar {
box-shadow: 0 0 25px 0 rgba(0, 0, 0, .5);
background: var(--transparency-dark-85)
}
}
#chat .chan .notice .user,
#chat .notice .content,
#chat .notice .time {
color: var(--date-marker-color) !important;
}
#form #nick {
background: var(--theme-accent);
color: #f3f3f3;
}
#form {
background: var(--transparency-dark-45);
border-color: #0086ff00;
color: var(--body-color);
}
#sidebar .active,
#sidebar .active:hover {
background: var(--transparency-dark-25);
}
#chat .msg.motd .text,
code,
.irc-monospace {
background: var(--transparency-dark-45);
color: #f3f3f3;
}
#chat .content,
#windows #chat .header,
#chat .user-mode::before,
#chat .userlist {
border-color: rgba(255, 255, 255, 0.08);
}
#chat .msg[data-type=motd] .text {
background: var(--transparency-light-10);
}
/* Dropdown menu */
#context-menu,
.textcomplete-menu {
background: var(--body-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
/* color: white !important; */
}
.context-menu-item,
.textcomplete-item {
color: var(--body-color);
}
#chat .userlist .user.active,
.context-menu-item:focus,
.context-menu-item:hover,
.textcomplete-item:focus,
.textcomplete-item:hover,
.textcomplete-menu .active {
background: var(--transparency-light-10);
transition: none;
outline: 0;
}
#chat.table.ignore-list td,
#chat table.ban-list td,
#chat table.ban-list th,
#chat table.channel-list td,
#chat table.channel-list th,
#chat table.ignore-list th,
#chat table.invite-list td,
#chat table.invite-list th {
padding: 5px;
vertical-align: top;
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#chat .userlist .count {
background: var(--transparency-dark-60);
}
#footer button:hover,
#sidebar .chan:hover {
background: var(--transparency-light-10);
}
#settings .extra-help:before {
content: "\F059";
color: var(--body-color);
}
#windows .window h2 {
color: var(--body-color);
}
#windows .window h2 {
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.input:not(:disabled):focus,
.input:not(:disabled):hover {
border-color: #ffffff;
}
.btn:active,
.btn:focus,
.input:focus {
outline: 0;
box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.btn {
color: inherit;
}
.mentions-popup {
background: var(--body-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
}
#chat .toggle-content {
background: var(--highlight-bg-color);
}