Skip to content

Instantly share code, notes, and snippets.

@searls
Last active May 11, 2021 16:33
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save searls/ad6d5a2748e8a276673a to your computer and use it in GitHub Desktop.
Save searls/ad6d5a2748e8a276673a to your computer and use it in GitHub Desktop.
Some CSS that will make Github Wiki content full-screen friendly (useful when presenting). Override with your browser or an extension like greasemonkey or Stylish to apply to the wikis you want.
/* and now with 100% more branding */
body { border: 10px solid #82FA32; min-height: 720px; }
.container { width: inherit; }
.header { display: none; }
.gh-header { padding: 30px 0px 30px 0px; background-color: black; color: white; }
.gh-header-actions { float: inherit; text-align: center; }
.btn-primary { border-color: #000; background-image: linear-gradient(#333, #000); }
.gh-header-actions .btn { float: inherit; }
.gh-header-title { padding-top: 20px; text-align: center; font-size: 4.2em; margin-right: 0px; font-weight: 100; }
.pagehead { display: none; }
#wiki-content .markdown-body { margin: 0px 20px 0px 20px; }
form { padding: 0px 20px 0px 20px; }
.repository-with-sidebar .repository-content { width: inherit; float: inherit; }
.repository-sidebar { display:none }
.gh-header-meta { display:none; }
#wiki-wrapper { margin-bottom: 20px; }
#wiki-rightbar { display: none; }
.has-rightbar #wiki-body { margin-right: 0px; }
#wiki-footer { display: none; }
.site-footer { display: none; }
.header { display: none; }
.pagehead { display: none; }
.repository-with-sidebar .repository-content { width: inherit; float: inherit; }
.repository-sidebar { display:none }
.gh-header-meta { display:none; }
#wiki-wrapper { margin-top: 30px; margin-bottom: 20px; }
#wiki-rightbar { display: none; }
.has-rightbar #wiki-body { margin-right: 0px; }
#wiki-footer { display: none; }
.site-footer { display: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment