Created
November 23, 2015 10:02
-
-
Save joakin/02367e7ddc1773c79845 to your computer and use it in GitHub Desktop.
irccloud align nicks & messages, use default browser monospaced, bigger font
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.app, | |
body.app button, | |
div.log div.row span a.author, | |
.nick-colors div.log div.row span a.author, | |
div.log span a.user, | |
div.log span a.server, | |
td.bufferinputcell td.nickcell a.nick, | |
body, input, td, textarea, button, | |
div.log div.me a.server, div.log div.me a.user, div.log div.messageRow, div.shim, td.inputcell textarea, td.nickcell a.nick | |
{ | |
font-family: monospace, sans-serif !important; | |
} | |
body, input, td, textarea, button, | |
div.log div.me a.server, div.log div.me a.user, div.log div.messageRow, div.shim, td.inputcell textarea, td.nickcell a.nick | |
{ | |
font-size: 16px; | |
line-height: 1.5; | |
} | |
div.log div.row.messageRow { | |
padding-top: 5px; | |
padding-bottom: 5px; | |
} | |
.time-24hr.time-noseconds div.log div.messageRow { padding-left: 20px; } | |
div.row.messageRow>.date { float: right; } | |
div.row.messageRow>.message>.authorWrap { | |
min-width: 120px; | |
max-width: 120px; | |
text-align: right; | |
display: inline-block; | |
margin-right: 5px; | |
} | |
div.row.messageRow>.message>.content { | |
/*display: block;*/ | |
margin-top: 5px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment