Skip to content

Instantly share code, notes, and snippets.

@benbristow
Created January 6, 2014 10:09
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 benbristow/8280690 to your computer and use it in GitHub Desktop.
Save benbristow/8280690 to your computer and use it in GitHub Desktop.
Labpunch Userstyle
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("lab.facepunch.com") {
body {
background-image:url('http://facepunch.com/fp/bg.png');
}
.col-md-8 {
background-color:#FFF;
}
.navbar-fixed-top {
background-image:url('http://facepunch.com/fp/navbg.png');
}
.navbar-brand {
color:#000 !important;
font-size: 18px;
text-shadow: 1px 1px 2px rgb(170, 170, 170);
}
.navbar-brand a:visited {
color:#FFF;
}
nav.navbar:nth-child(2){
background-color:#2266FF !important;
}
div.row:nth-child(1) > div:nth-child(1) {
background-color:#2890E2 !important;
color:#FFF;
}
div.row:nth-child(1) > div:nth-child(2) {
background-color:#2890E2 !important;
color:#FFF;
}
.row-fluid .ng-scope {
background-color:#FFF !important;
padding-left:15px;
padding-right:15px;
}
DIV.col-md-6 h2 {
font-size:18px !important;
}
UL.nav.navbar-nav.navbar-right a:link {
color:#FFF !important;
}
UL.dropdown-menu a:link {
color:#000 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment