Skip to content

Instantly share code, notes, and snippets.

@karuna
Created November 26, 2012 11:35
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 karuna/4147776 to your computer and use it in GitHub Desktop.
Save karuna/4147776 to your computer and use it in GitHub Desktop.
Github userstyles
.container, body.api #wrapper, body.platform-switch #content-wrapper, .container .discussion-timeline {
width:90% !important
}
#slider .frames .frame, #slider .frames, body.platform-switch #content-wrapper .site, .container .file-commit-form {
width:100% !important
}
.frame[style*="margin-left: -1200px;"] {
visibility: hidden !important;
display: none !important
}
body.api {
min-width:1440px !important
}
body.api #wrapper .content, .columns.blog .main {
width:920px !important
}
body.api #wrapper .sidebar-shell {
position:static !important
}
body.platform-switch #content-wrapper, body.platform-switch #content-wrapper #bootcamp, body.platform-switch #content-wrapper .outer {
margin:0 auto !important
}
body.platform-switch #content-wrapper #bootcamp, body.platform-switch #content-wrapper .outer {
width:660px !important
}
.container .last, .htabs .tab-content, .container .main {
width:auto !important;
min-width:670px !important;
max-width:1280px !important;
margin-left:50px !important;
float:left !important
}
.container #graph-shots .js-gshot {
margin:0 10px 10px 0 !important
}
.container .singleline input, .container .outer #gollum-editor-body, .container input.commit-message-summary, .container textarea.commit-message {
width:99% !important
}
.container .outer #gollum-editor-body {
margin-left:0 !important
}
pre,code,tt {
font-family:Consolas,"PT Mono","Andale Mono",Monaco,"Liberation Mono","Courier New",monospace !important
}
#files .file .data .line_numbers,.file-box .data .line_numbers {
padding:0 6px !important;
line-height:21px !important
}
.highlight,.highlight pre {
background:#23241f !important;
font-size:15px !important;
line-height:21px !important
}
.highlight,.highlight .err,.highlight .n,.highlight .nb,.highlight .ni,.highlight .nl,.highlight .nn,.highlight .nx,
.highlight .py,.highlight .nv,.highlight .bp,.highlight .vc,.highlight .vg,.highlight .vi,.highlight .p,
.highlight .w {
color:#f8f8f2 !important
}
.highlight span[class] {
font-weight:normal !important;
font-style:normal !important
}
.highlight pre { border-radius:0 !important }
.highlight .c,.highlight .cm,.highlight .cp,.highlight .c1,.highlight .cs,.highlight .diff-line { color:#75715e !important }
.highlight .err { background:#f82167 !important }
.highlight .k,.highlight .kn,.highlight .nt,.highlight .o,.highlight .ow,.highlight .gd { color:#f92672 !important }
.highlight .kc,.highlight .kd,.highlight .kp,.highlight .kr,.highlight .kt,.highlight .no { color:#66d9ef !important }
.highlight .na,.highlight .nc,.highlight .nd,.highlight .ne,.highlight .nf,.highlight .gi { color:#a6e22e !important }
.highlight .ge { font-style:italic !important }
.highlight .gs { font-weight:bold !important }
.highlight .l,.highlight .m,.highlight .mf,.highlight .mo,.highlight .mh,.highlight .mi,.highlight .il,.highlight .se {
color:#ae81ff !important
}
.highlight .ld,.highlight .s,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s1,.highlight .s2,
.highlight .sh,.highlight .si,.highlight .sx,.highlight .sr,.highlight .ss {
color:#e6db74 !important
}
.highlight .diff-line,.highlight .gd,.highlight .gi { background:#23241f !important }
.highlight .gd .x { background:#f92672 !important }
.highlight .gd .x,.highlight .gi .x {
padding:1px !important;
color:#23241f !important
}
.highlight .gi .x { background:#a6e22e !important }
.highlight .w,.highlight .gc { color:#f8f8f2 !important }
.highlight .gc,.highlight .gc .line { background:#75715e !important }
.highlight .line[style*="background-color: rgb(255, 255, 204);"],
.highlight .diff-table tr:hover .line {
background:#3b392f !important
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment