Skip to content

Instantly share code, notes, and snippets.

@tobynet
Created August 28, 2010 05:12
Show Gist options
  • Save tobynet/554756 to your computer and use it in GitHub Desktop.
Save tobynet/554756 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://rubykaigi.org/2010/live/") {
body {
background-color: #fdfeff !important;
}
#container {
background: url("http://gyazo.com/963a9bbaf8410b311449e4457cce7085.png") repeat-x scroll 0 -10px transparent !important;
}
#container, #notice {
width: auto !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.icon {
width: 24px !important;
height: 24px !important;
}
#logo {
display: none;
position: fixed !important;
bottom: 0 !important;
right: 0 !important;
}
#notice, #stream, .tweet, .irc {
font-weight: normal !important;
}
#notice {
position: fixed !important;
bottom: 0 !important;
left: 0 !important;
height: auto !important;
z-index: 9999999999 !important;
}
#stream div {
padding: 3px !important;
}
#stream div:nth-child(2n) {
background-color: #ECF7FD !important;
}
#stream div:nth-child(2n+1) {
background-color: #DBF3FB !important;
}
/*
#ustream embed {
width: 100% !important;
}
*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment