Skip to content

Instantly share code, notes, and snippets.

View razor-x's full-sized avatar

Evan Sosenko razor-x

View GitHub Profile
@-moz-document domain('wikipedia.org') {
@font-face {
font-family: 'Cinzel';
font-style: normal;
font-weight: 400;
src: local('Cinzel-Regular'), url(http://themes.googleusercontent.com/static/fonts/cinzel/v1/mLL0ZqnXRx3m16FnBy9gcg.woff) format('woff');
}
@font-face {
font-family: 'Droid Sans';
font-style: normal;
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.agony-unleashed.com/wiki/") {
body,
div#footer, div#content,
#mw-page-base, #mw-head-base,
div.vectorTabs, div.vectorTabs *,
div.vectorTabs li a, div.vectorMenu h5 a {
background-image: none;
background-color: #E8E8E8 !important;
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("eve-survival.org") {
body, h1, h2, h3, h4, h5,
#content, #header, #page, input, #footer,
#comments, #commentheader {
font-family: 'Open Sans', sans-serif !important;
color: #526175 !important;
background-color: #E8E8E8 !important;
}
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.mumbleboxes.com") {
body {
overflow-y: scroll;
overflow-x: hidden;
}
#twitter-widget-0, .fb-like {
visibility: hidden;
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forums.eveonline.com") {
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url('https://themes.googleusercontent.com/font?kit=biUEjW7P-lfzIZFXrcy-wQ') format('woff');
}
@font-face {
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("ilearn.ucr.edu") {
div.buttonCm ul.courseMenu li {
background: none !important;
}
div.buttonCm ul.courseMenu li a span {
color: black !important;
}
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("arxiv.org") {
body {
font-family: 'Open Sans', sans-serif;
background-color: #f3f3f3
}
h1, h2, .list-title {
font-family: 'Roboto', sans-serif;
@razor-x
razor-x / eve-albums.md
Last active August 29, 2015 14:01
EVE Albums
@razor-x
razor-x / .gitignore
Last active August 29, 2015 14:02
Chef Cookbook to test Apache 2.4 on Ubuntu 14.04
# Parts of this file were adapted from
# GitHub’s collection of .gitignore file templates
# which are Copyright (c) 2014 GitHub, Inc.
# and released under the MIT License.
# For more details, visit the project page:
# https://github.com/github/gitignore
# ChefCookbook
.vagrant
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://forums.agony-unleashed.com/index.php") {
.post.entry-content a, .signature a {
color: #526175 !important;
}
.post.entry-content a:visited, .signature a:visited {
color: #CC3399 !important;
}