Skip to content

Instantly share code, notes, and snippets.

@peel
Last active February 10, 2016 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peel/97163a8218e7e1c0e3a1 to your computer and use it in GitHub Desktop.
Save peel/97163a8218e7e1c0e3a1 to your computer and use it in GitHub Desktop.
make irccloud easy on my eyes
/* font size for my old eyes */
div.log div.row {font-size:18px; padding:20px 0 0 0;}
/* message log size */
.time-12hr.time-noseconds div.log div.messageRow,
.time-24hr.time-seconds div.log div.messageRow {padding:0 10px 0 30px !important;}
/* date to the right */
button.buffer.bufferLink.author.user.link {padding-top:5px;}
span.date {float:right; margin:10px 0 0 0 !important;}
/* content below username */
span.content {display:block; padding:5px 0 10px 0; line-height:150%;}
/* chat box */
div.timecell {display:none;}
div.nickinputcell {padding: 9px 9px 10px 9px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment