Skip to content

Instantly share code, notes, and snippets.

@janxious
Created January 28, 2010 19:47
Show Gist options
  • Save janxious/289073 to your computer and use it in GitHub Desktop.
Save janxious/289073 to your computer and use it in GitHub Desktop.
some css for styling propane
#upload_target {
display:none ! important;
}
div.bottom {
padding:0px ! important;
margin:0px ! important;
background-image: none ! important;
}
div#last_message{
display:none ! important;
}
div#clipper {
display:none ! important;
}
div.speak {
width: 100% ! important;
padding:0px ! important;
margin:0px ! important;
}
div.Left div.col {
margin:0px ! important;
padding-top: 0px ! important;
padding-bottom: 0px ! important;
background-image:none ! important;
}
div#Header {
display:none ! important;
}
div#Sidebar {
display:fixed ! important;
right:-800px ! important;
margin:0px ! important;
padding:0px ! important;
}
div#corner_logo {
display:none ! important;
}
tbody#chat div, tbody#chat span {
font-size: 1.3em ! important;
font-family: "Gill Sans", "Cambria", "Futura", sans-serif;
}
div.Left {
width: 100% ! important;
padding: 0px ! important;
margin: 0px ! important;
}
div#Wrapper {
padding: 0px ! important;
margin: 0px ! important;
}
div#Container {
margin:0px auto 0pt ! important;
padding:0px ! important;
padding-bottom:5px ! important;
background-color:#FFFFFF ! important;
}
tr.propane_search td { background-color: #ffd8d8 ! important; }
tr.propane_current_search td { background-color: #ff9090 ! important; }
td { font-family: "Gill Sans"; }
/* user highlighting */
tr.user_344410:not(.enter_message):not(.kick_message) > td.person { color: #ff4500 !important; } /* Jason Gladish */
tr.user_304070:not(.enter_message):not(.kick_message) > td.person { color: #008000 !important; } /* Matt Gordon */
tr.user_476755:not(.enter_message):not(.kick_message) > td.person { color: #3333cc !important; } /* Michael Kuehl*/
tr.user_449247:not(.enter_message):not(.kick_message) > td.person { color: #cc6666 !important; } /* Matt Moore */
tr.user_420873:not(.enter_message):not(.kick_message) > td.person { color: #b8860b !important; } /* Joel Meador */
tr.user_472289:not(.enter_message):not(.kick_message) > td.person { color: #800517 !important; } /* Amanda Blackburn. */
tr.user_488758:not(.enter_message):not(.kick_message) > td.person { color: #87AFC7 !important; } /* Matt Sartorie */
/* tweets */
table.chat tr.tweet_message td.body { font-family: "Verdana" !important; font-size: 12px !important; }
tbody#chat td span { font-family: "Verdana" !important; font-size: 12px !important; }
/* tr.message, tr.message > td.person, tr.message > td.body, div.col { background-color: #1D1D1D !important; color: #FFF !important; } */
/* tr.message > td.body > div > pre > code, tr.message > td.body > div > pre { background-color: #4C4C4F !important; color: #FFF !important; } */
/* tr.kick_message, tr.kick_message > td.person, tr.kick_message > td.body, tr.enter_message, tr.enter_message > td.person, tr.enter_message > td.body { background-color: #4C4C4F !important; color: #A3DFF9 !important; } */
/* tr.message a { color: #00AFAF !important; } */
/* div.col { padding: 0 10px; } */
/* tr.message > td.body, tr.message > td.person { border-color: #000 !important; } */
form#search_form { display: none ! important; }
div#open_bar { display: none ! important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment