Skip to content

Instantly share code, notes, and snippets.

@Bluscream
Last active July 30, 2019 21:33
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bluscream/6a8561ea5ea556c4c171ea31d9ba468b to your computer and use it in GitHub Desktop.
Save Bluscream/6a8561ea5ea556c4c171ea31d9ba468b to your computer and use it in GitHub Desktop.
LxBTSC teamspeak-dark
body{
color:white !important;
font-size:14px !important;
font-family: 'Segoe UI', 'Segoe UI Symbol', 'Helvetica Neue',Helvetica,sans-serif !important;
}
body,.tweet-container,.generic-og-embed {
background-color:#2F3136 !important;
}
.embed-container {
background-color: rgba(146, 146, 146, 0.42) !important;
}
.emote {
max-width:15px !important;
}
.avatar {
background-color: rgba(0,0,0,0) !important;
border: none !important;
}
/* no padding around chat lines */
p {
padding: 0 !important;
margin: 0 !important;
}
/* clickable text (bold, blue) */
.TextMessage_UserLink,
.TextMessage_ChannelLink,
.TextMessage_ServerLink {
color: #1CB0F4 !important;
font-weight: bold !important;
text-decoration: none !important;
}
/* unread offline messages link (bold, gold) */
.TextMessage_OfflineLink {
color: #F1C40F !important;
font-weight: bold !important;
text-decoration: none !important;
}
/* server host name in connection messages (bold) */
.TextMessage_HostName {
font-weight: bold !important;
}
/* important messages (green) */
.TextMessage_Welcome,
.TextMessage_HostMessage,
.TextMessage_Poke {
color: #0AA537 !important;
font-weight: bold !important;
}
/* change messages (blue) */
.TextMessage_ChannelEdited,
.TextMessage_ChannelMoved,
.TextMessage_ServerEdited,
.TextMessage_TalkPowerRequested,
.TextMessage_TalkPowerAssigned,
.TextMessage_ChannelCreated,
.TextMessage_GroupAssigned,
.TextMessage_ChannelDeleted,
.TextMessage_GroupRevoked,
.TextMessage_TalkPowerRevoked
{
color: #7289DA !important;
}
/* informational messages (grey) */
.TextMessage_Normal,
.TextMessage_ClientJoined,
.TextMessage_ClientSwitched,
.TextMessage_ClientLeft
{
color: #607D8B !important;
}
.TextMessage_ClientDropped {
color: #710014 !important;
}
.TextMessage_Connected, .TextMessage_ClientConnected {
color: #004e01 !important;
}
.TextMessage_Disconnected, .TextMessage_ClientDisconnected {
color: #607D8B !important;
}
/* warning messages (red) */
.TextMessage_ClientKicked,
.TextMessage_ClientBanned {
color: #C9070A !important;
}
/* message timestamp (grey) */
.TextMessage_Time {
color: #607D8B !important;
font-weight: normal !important;
}
/* chat history markers (grey) */
.TextMessage_BeginHistory,
.TextMessage_EndHistory {
color: #707475 !important;
font-weight: bold !important;
font-style: italic !important;
}
/* error messages */
.TextMessage_ServerError {
color: #C9070A !important;
font-weight: bold !important;
}
/* Infoframe Elements */
.InfoFrame_Title {
font-size: x-large !important;
}
.InfoFrame_Title .TextMessage_UserLink,
.InfoFrame_Title .TextMessage_ChannelLink,
.InfoFrame_Title .TextMessage_ServerLink {
color: #1CB0F4 !important;
font-weight: normal !important;
}
.InfoFrame_Title .InfoFrame_CustomNick {
color: #1CB0F4 !important;
}
.InfoFrame_Table {
border-collapse: collapse !important;
border-spacing: 0px !important;
}
.InfoFrame_Table td {
padding: 0px 4px 0px 1px !important;
}
.Highlight,
.InfoFrame_Table td.Highlight {
color: #1CB0F4 !important;
}
.Important,
.InfoFrame_Table td.Important {
color: #E33938 !important;
}
.Active,
.InfoFrame_Table td.Active {
color: #43B56E !important;
}
.Inactive,
.InfoFrame_Table td.Inactive {
color: #72767D !important;
}
.InfoFrame_Table td.Label {
font-weight: bold !important;
}
.InfoFrame_Table td.Bottom {
vertical-align: bottom !important;
}
.InfoFrame_Table td.List {
padding: 0px 1px 0px 8px !important;
}
.InfoFrame_Table td.Space-Top {
padding: 10px 0px 0px 0px !important;
}
.InfoFrame_Table td.Space-Bot {
padding: 0px 0px 10px 0px !important;
}
.InfoFrame_Table.Space-Top {
margin: 10px 0px 0px 0px !important;
}
.InfoFrame_Table.Space-Bot {
margin: 0px 0px 10px 0px !important;
}
a {
color: #1CB0F4 !important;
}
a:hover {
text-decoration: underline !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment