-
-
Save airstrike/4339356 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: "Segoe UI", Arial; | |
} | |
.qwebirc-qui .lines { | |
color:#d9d9d9; background-color:#313131; | |
border-top: 1px solid #292929; | |
padding:0px 5px; | |
} | |
.qwebirc-qui .outertabbar { | |
border-bottom: 1px solid #202020; | |
padding-top:3px; | |
} | |
.qwebirc-qui .outertabbar div.dropdown-tab { | |
float:right; | |
width:20px; | |
overflow:hidden; | |
} | |
.qwebirc-qui span.dropdownmenu { | |
float:right; | |
background-color:#292929; | |
border:1px solid #212121; | |
} | |
.qwebirc-qui span.dropdownmenu a { | |
color:#999; | |
font-size:1em; | |
} | |
.qwebirc-qui span.dropdownmenu a:hover { | |
color:#ccc; | |
background-color:#313131; | |
} | |
.qwebirc-qui .tabbar { | |
background-color:#252525; | |
padding: 5px; | |
margin: 0px; | |
} | |
.qwebirc-qui .tabbar a.tab:hover, .qwebirc-qui .tabbar a.tab { | |
position:relative; | |
padding-right:35px; | |
color:#999999; | |
} | |
.qwebirc-qui .tabbar a.tab:hover:first-of-type, .qwebirc-qui .tabbar a.tab:first-of-type { | |
padding-right:5px; | |
} | |
.qwebirc-qui a.tab { | |
border: none; | |
padding: 5px; | |
margin: 0 2px; | |
color: #e9e9e9; | |
background-color: #313131; | |
} | |
.qwebirc-qui a.tab:hover { | |
border: none; | |
background-color: #454545; | |
margin: 0 2px; | |
padding: 5px; | |
} | |
.qwebirc-qui a.tab.tab-selected:hover, .qwebirc-qui a.tab.tab-selected { | |
background-color: #454545; | |
color:#ccc; | |
} | |
.qwebirc-qui a.tab.tab-hilight-speech:hover, .qwebirc-qui a.tab.tab-hilight-speech { | |
color:#FFFFFF; | |
} | |
.qwebirc-qui a.tab.tab-hilight-activity:hover, .qwebirc-qui a.tab.tab-hilight-activity { | |
color:#809470; | |
} | |
.qwebirc-qui .tabbar a.tab:hover .tabclose, | |
.qwebirc-qui .tabbar a.tab .tabclose { | |
position:absolute; | |
top:5px; | |
right:5px; | |
border-radius:15px; | |
padding:2px 6px; | |
border: 1px solid #272727; | |
background-color: #292929; | |
font-family: "Consolas"; | |
display:block; | |
cursor:pointer; | |
color:#fff; | |
opacity: 0.5; | |
} | |
.qwebirc-qui .tabbar a.tab .tabclose:hover { | |
opacity:0.65; | |
} | |
.qwebirc-qui .topic { | |
color:#d9d9d9; background-color:#313131; | |
border-bottom:1px solid #353535; | |
padding:5px 5px 10px; | |
border-top:1px solid #303030; | |
} | |
a:-webkit-any-link:visited { | |
color: #9DB4CF; | |
} | |
a:-webkit-any-link { | |
color: #6EB1FF; | |
} | |
a:-webkit-any-link:active { | |
color: #6EB1FF; | |
} | |
div.linestyle1.colourline .Xc4, div.linestyle2.colourline .Xc4 { | |
color: #74B840; | |
} | |
.qwebirc-qui .ircwindow div * { | |
font-family: "Ubuntu mono", Consolas, monospaced; | |
} | |
div.linestyle1.colourline, div.linestyle2.colourline { | |
font-family: "Ubuntu mono", Consolas, monospaced; | |
} | |
.qwebirc-qui hr.lastpos { | |
border-top:1px solid #202020; | |
margin:3px 0; | |
} | |
.qwebirc-qui .lines>div.colourline:last-of-type { | |
margin-bottom:10px; | |
} | |
.qwebirc-qui div.input { margin:-5px 0 0; padding:0; } | |
div.linestyle1.colourline>span.Xc4 ~ span:last-of-type, div.linestyle2.colourline>span.Xc4 ~ span:last-of-type { | |
color:#74B840; | |
} | |
.qwebirc-qui .outertabbar { | |
background-color:#252525; | |
} | |
.qwebirc-qui .nicklist { | |
background-color:#252525; | |
border-left: 1px solid #202020; | |
margin-left:-10px; | |
padding-right: 30px; | |
} | |
.qwebirc-qui .nicklist a { | |
color:#fff; | |
border:none; | |
padding:3px; | |
font-family: "ubuntu mono", consolas, monospaced; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment