Add external.css
This commit is contained in:
commit
28cbaebe54
|
@ -0,0 +1,71 @@
|
|||
textarea#user-specified-css-input {
|
||||
height: 400px;
|
||||
width: 600px;
|
||||
}
|
||||
#sidebar {
|
||||
background: #262626;
|
||||
}
|
||||
#sidebar .networks {
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
#sidebar .network {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#chat {
|
||||
background: #434343;
|
||||
}
|
||||
#chat .userlist {
|
||||
width: 150px;
|
||||
background: #262626;
|
||||
}
|
||||
#chat .names {
|
||||
background: #262626;
|
||||
}
|
||||
#chat .toggle-text {
|
||||
background: #616161;
|
||||
}
|
||||
#chat .user.active {
|
||||
background: #434343;
|
||||
}
|
||||
#chat .userlist .count {
|
||||
background: #434343;
|
||||
}
|
||||
#chat .userlist .search,
|
||||
#windows #form .input {
|
||||
background: #262626;
|
||||
}
|
||||
.channel-list-item {
|
||||
padding: 5px 15px;
|
||||
}
|
||||
#sidebar-overlay {
|
||||
background: #434343;
|
||||
}
|
||||
.channel-list-item[data-type="lobby"].active,
|
||||
.channel-list-item[data-type="lobby"]:hover,
|
||||
.channel-list-item[data-type="channel"].active,
|
||||
.channel-list-item[data-type="channel"]:hover,
|
||||
.channel-list-item[data-type="query"].active,
|
||||
.channel-list-item[data-type="query"]:hover,
|
||||
.channel-list-item[data-type="special"].active,
|
||||
.channel-list-item[data-type="special"]:hover {
|
||||
background: #434343;
|
||||
}
|
||||
#form {
|
||||
background: #616161;
|
||||
}
|
||||
.logo-container {
|
||||
display: none;
|
||||
}
|
||||
#footer .icon:hover,
|
||||
#footer .icon.settings.active,
|
||||
#footer .icon.connect.active,
|
||||
#footer .icon.help.active {
|
||||
background: #434343;
|
||||
}
|
||||
#viewport {
|
||||
background: #262626;
|
||||
}
|
||||
#settings {
|
||||
background: #434343;
|
||||
}
|
Loading…
Reference in New Issue