Skip to content

Instantly share code, notes, and snippets.

@yyolk
Created October 16, 2012 20:48
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 yyolk/3901895 to your computer and use it in GitHub Desktop.
Save yyolk/3901895 to your computer and use it in GitHub Desktop.
cfoutliner -stylebot
/*
*
* New css for cfoutliner.appspot.com
*/
tbody tr td {
font-size: 17px;
color: #444;
font-family: "Ubuntu Mono";
}
body.hasGoogleVoiceExt {
background-color: #ffffff;
}
/*
* Hide shit
*
*/
#header img {
visibility: hidden;
}
.cap.top.white, .cap.bottom {
background-image: none;
}
#footer {
visibility: hidden;
}
#contentBottom {
background-image: none;
}
#container {
width: 100%;
}
#leftPane {
opacity:1 !important;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment