×
Create a new article
Write your page title here:
We currently have 24 articles on The Kildovian Federation Wiki. Type your article name above or click on one of the titles below and start writing!



The Kildovian Federation Wiki

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the Cosmos skin */
/* Minimal Scrollbar *//* WebKit and Blink */
::-webkit-scrollbar {
	width: 15px;
	height: 15px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(50,50,50,0.5);
}

::-webkit-scrollbar-track {
	background-color: #fff;
}

/* Special Version, nonstandard so it flags it as unkown property (Gecko only at the time of this addition) */
body {
	scrollbar-width: thin;
	scrollbar-color: rgba(50,50,50,0.5) transparent;
}

/** Round footer/header edges **/
.cosmos-footer {
	border-radius: 0 0 4px 4px;
}
#cosmos-header {
	border-radius: 4px 4px 0 0;
}