fork init

This commit is contained in:
Ben Harris
2019-01-15 11:51:18 -05:00
parent ef9c2e2cc0
commit b0c55e3c8e
4 changed files with 93 additions and 38 deletions

View File

@@ -1,10 +1,38 @@
/*!
* Solarized
*
* URL: https://github.com/thelounge/lounge-theme-solarized
* URL: https://github.com/benharri/lounge-theme-solarized
* License: MIT
* forked by benharri
*/
/* my custom stuff */
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,400i');
* {
font-family: 'IBM Plex Mono', monospace;
}
#user-specified-css-input {
height: 500px;
}
#sidebar .networks {
padding: 5px 0;
}
#sidebar .network {
margin-bottom: 10px;
}
#sidebar .chan {
padding: 3px 10px;
}
::-webkit-scrollbar {
display: none;
}
/* Samsung Internet and Microsoft Edge (yes, both of them use -webkit- prefix) */
::-webkit-input-placeholder {
color: rgba(131, 148, 150, 0.9);
@@ -56,10 +84,6 @@ html {
display: inline-block;
}
#sidebar .logo-container {
padding-top: 5px;
}
#sidebar .logo-inverted {
height: 35px;
}
@@ -154,6 +178,16 @@ body {
color: #93c7eb;
}
#sidebar .chan.query::before,
#sidebar .chan.channel::before {
content: "";
}
#sidebar .network,
#sidebar .network-placeholder {
margin-bottom: 1em;
}
/* Hide close button on channels, it is not used that frequently */
.channel-list-item[data-type="channel"] .close-tooltip {
display: none;
@@ -191,6 +225,18 @@ body {
border-color: var(--background-light-color);
}
#chat .user-mode::before {
content: "" !important;
border: none;
line-height: inherit;
padding: 0;
margin-bottom: 0;
}
#form {
border: 1px solid var(--background-light-color);
}
#chat .userlist .search,
#form .input {
border: 0;