User:Qzekrom/vector.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search

Note: After saving, you have to bypass your browser's cache to see the changes.

  • Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
  • Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
  • Opera, Konqueror and Safari users can just click the Reload button.
  • Chrome: press Ctrl+F5 or Shift+F5
/* Open Sans */
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700&subset=latin,latin-ext,greek,cyrillic');
body {font-family: 'Open Sans';}

h1, h2, h3, h4, h5, h6 {font-family: Ubuntu}

/* This makes all templates using Template:Ambox appear to have round borders. */
table.ambox {
   border: 1px solid #aaa;
   border-radius: 8px;
}

/* Prevents Template:C from completely blotting out text. */
.censored { background: #a9a9a9;
                color: inherit;
}

/**
 * My addition to the sigexpand-sighidden API. (Beta)
 * When you hover over anything within a tag labeled as class="sigexpand", everything within the tag labeled as class="sigvanish" will disappear.
 * Use this alongside sighidden to make it appear as though a string of text magically becomes different text!
 * --Qzekrom
 */
.sigexpand .sigvanish { display: inline; }
.sigexpand:hover .sigvanish { display: none; }