2022-04-09 16:45:24 +02:00
|
|
|
/* 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 */
|
|
|
|
|
2022-09-03 11:15:15 +02:00
|
|
|
@import url("/css/defaults/transparent.css");
|
|
|
|
|
2022-04-09 16:45:24 +02:00
|
|
|
#chat .userlist .names {
|
2022-09-03 11:15:15 +02:00
|
|
|
background: var(--transparency-dark-25)
|
2022-04-09 16:45:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#chat .user-mode:before {
|
2022-09-03 11:15:15 +02:00
|
|
|
background: var(--transparency-dark-25)
|
2022-04-09 16:45:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@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);
|
2022-09-03 11:15:15 +02:00
|
|
|
background: var(--transparency-dark-85)
|
2022-04-09 16:45:24 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#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 {
|
2022-09-03 11:15:15 +02:00
|
|
|
background: var(--transparency-dark-45);
|
2022-04-09 16:45:24 +02:00
|
|
|
border-color: #0086ff00;
|
|
|
|
color: var(--body-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar .active,
|
|
|
|
#sidebar .active:hover {
|
2022-09-03 11:15:15 +02:00
|
|
|
background: var(--transparency-dark-25);
|
2022-04-09 16:45:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#chat .msg.motd .text,
|
|
|
|
code,
|
|
|
|
.irc-monospace {
|
2022-09-03 11:15:15 +02:00
|
|
|
background: var(--transparency-dark-45);
|
2022-04-09 16:45:24 +02:00
|
|
|
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 {
|
2022-09-03 11:15:15 +02:00
|
|
|
background: var(--transparency-light-10);
|
2022-04-09 16:45:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* 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 {
|
2022-09-03 11:15:15 +02:00
|
|
|
background: var(--transparency-light-10);
|
2022-04-09 16:45:24 +02:00
|
|
|
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 {
|
2022-09-03 11:15:15 +02:00
|
|
|
background: var(--transparency-dark-60);
|
2022-04-09 16:45:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#footer button:hover,
|
|
|
|
#sidebar .chan:hover {
|
2022-09-03 11:15:15 +02:00
|
|
|
background: var(--transparency-light-10);
|
2022-04-09 16:45:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#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);
|
|
|
|
|
|
|
|
}
|