TI-BASIC Wiki
Advertisement

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

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@import url("/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css");

/** button colors */
a.wikia-button.secondary {
  background-color: #006CB0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.35, #2094DD), color-stop(0.65, #006CB0));
  background-image: -moz-linear-gradient(top, #2094dd 35%, #006cb0 65%);
  border: 1px solid #006CB0;
  color: white;
}
a.wikia-button.secondary:hover {
  background-color: #005f9c; 
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #1d88cb), color-stop(65%, #005f9c));
  background-image: -moz-linear-gradient(top, #1d88cb 35%, #005f9c 65%);
}
.WikiHeader h1.wordmark a {
  color: black;
}

/** topicon location */
.topicon {position:absolute; z-index:100; right:-100px; top:-51px;}
.topicon#protected-icon {right:55px;}
Advertisement