MediaWiki:Vector.css

From Illogicopedia
Jump to navigation Jump to search

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.
/* Modified Nesting box code for forum */

.ns-110 dl { 
   border-left: solid 1px #C4E4FB; 
   border-right: solid 1px #C4E4FB;
}

.ns-110 dl dl {
   position: relative;
   left: 1px;
}

/* Position feature star */
#featured-star, #featured-stamp {
	margin-top:-40px;
}

/* Make internal fulllinks look normal */
#content a.external[href^="http://en.illogicopedia.org"] {
	background-image: none;
	padding-right: 0;
}
.mw-body a.external[href^="http://en.illogicopedia.org"] {
	color: #0645AD;
}
.mw-body a.external[href^="http://en.illogicopedia.org"]:visited {
	color: #0B0080;
}