User:Yatsufusa/vector.css

From A KoL 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.
/* 
 * Disclaimer:
 * Please be notified that this css doesn't look overwhelmingly good.
 * I used an old and somewhat incompatible savecopy of the wiki's old monobook style and hit it with a hammer.
 * It's a 'little' easier on the eyes, but no sensible fine-tuning was done here.
 */

/*
 * MediaWiki Dusk Skin by Gregory S. Hayes
 * Copyright: Gregory S. Hayes - http://www.icebreaker.net
 * License: GPL (http://www.gnu.org/copyleft/gpl.html)
 *
 * Based on WordPress "Dusk" Theme by Becca Wei
 * and MonoBook Wiki skin by Gabriel Wicke
*/

/* 
 * One Font to rule them all,
 * One Font to find them,
 * One Font to bring them all
 * and in the darkness bind them.
 */
*{ font-family: Verdana; }


/* 
 * Search bar mover, courtesy of Fig bucket.
 */
#p-search {
	left: 0;
	position: absolute;
	top: 100px;
	z-index: 1;
	width: 130px;
}
#mw-panel.collapsible-nav .portal.first {
	margin-top: 40px;
}


/* 
 * border-radius (rounded corners) (requires CSS3)
 * update "#mw-head" as well?
 */
#container, #p-logo {
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#mw-page-base, #wikiContentContainer {
	/* -moz-border-top-left-radius: 12px; */
	-moz-border-top-right-radius: 12px;
	/* border-top-left-radius: 12px; */
	border-top-right-radius: 12px;
}

#mw-panel {
	-moz-border-top-left-radius: 12px;
	-moz-border-bottom-left-radius: 12px;
	-moz-border-bottom-right-radius: 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

#wikiContentContainer, #footer {
	-moz-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
}


/* 
 * Stuff
 */

#column-one {
	float: left;
	width: 210px;
	padding: 80px 25px 0 15px;
	background: url(http://cdn.coldfront.net/thekolwiki/skins/monobook/images/sidebar.gif) no-repeat top right;
	color: #878584;
	font-size: 0.92em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 170px;
}
html>body #column-one {
	width: 170px;
}

	/* Right Column Styles */
	#column-one h5 {
		margin: 0 0 0.6em 0;
		border-bottom: 1px dotted #5E5D5D;
		padding-top: 1.1em;
		font-size: 1.1em;
	}
	#column-one a:link {
		color: #7599B7;
	}
	#column-one a:visited, #column-one a:active {
		color: #8B99B7;
	}
	#column-one a:hover {
		color: #497CA7;
		text-decoration: none;
	}
	#column-one ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#column-one ul ul, #column-one ol {
		margin: 1.2em 0 1.2em 1.3em;
	}
	#column-one ul ul {
		list-style-type: disc;
	}
	#column-one ul ul ul {
		margin-top: 0;
		margin-bottom: 0;
	}

#content {
	float: left;
	width: 550px;
	padding: 0 20px 0 35px;
	/* background: url(http://cdn.coldfront.net/thekolwiki/skins/monobook/images/content.gif) no-repeat; */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 495px;
}
html>body #content {
/* #Obviously, this is a rather personal number, so you'll probably want to adjust the pixel-width or use a percentage value, like a more sensible person would. */
	width: 1280px;
}
/* #column-one { padding-top: 160px; } */
/* #column-content { } */
/* the left column width is specified in class .portlet */

/* Font size:
** We take advantage of keyword scaling- browsers won't go below 9px
** More at http://www.w3.org/2003/07/30-font-size
** http://style.cleverchimp.com/font_size_intervals/altintervals.html
*/

body {
	margin: 5px 10px 5px 10px;
	padding: 0;
  background-color : #cfe3eb;
  color            : #000000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
html>body {
	font-size: small;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
.pBody {
	font-size: 95%;
	background-color: white;
	color: black;
	
	border: 1px solid #999999;
	padding: 0px 15px 15px 15px;
	width: 100%;
}
#searchInput {
	width:70%;
	margin-top: 5px;
}
#p-cactions {
	/* position: absolute;
	top: 145px;
	left: 200px; */
	margin: 0;
	/* white-space: nowrap;
	width: 76%; */
	line-height: 15px;
	/*overflow: visible;*/
	/* border-collapse: collapse; */
	padding-left: 1em;
	font-size: 95%;
}
#p-cactions td {
	background-color: #ddd;
	/*border: 1px solid #aaa;*/
	padding: 0 .8em 0;
	margin: 0 .3em 0 0;
	border-bottom: 0;
}
#p-cactions td.selected {
	background-color: #fff;
	border: 1px solid #999;
	padding: 0 .8em 0;
	font-weight: bold;
	border-bottom: 0;
}
#p-cactions td a {
	color: #002bb8;
	text-decoration: none;
	text-transform: lowercase;
	z-index: 0;
	margin: 0;
	font-size:9px;
}
#p-cactions td.selected a {
	z-index: 3;
}
#p-cactions .new a {
	color: #ba0000;
}
#p-cactions .nothing {
background-color:#ededed;
border:0;
padding:0;


}
#p-cactions td a:hover {
	z-index: 3;
	text-decoration: none;
		background-color: #fff;
}
#p-cactions h5 {
	display: none;
}
#p-cactions td.istalk {
	margin-right: 0;
}
#p-cactions td.istalk a {
	padding-right: .5em;
}
#p-cactions #ca-addsection a {
	padding-left: .4em;
	padding-right: .4em;
}
.portlet {
	border: none;
	margin: 0 0 .5em;
	padding: 0;
	float: none;
	overflow: hidden;
}
.portlet h4 {
	font-size: 95%;
	font-weight: normal;
	white-space: nowrap;
}
.portlet h5 {
	background-color: #ddd;
	padding: 0 .8em .1em;
	display: inline;
	line-height: 15px;
	text-transform: lowercase;
	font-size: 95%;
	font-weight: normal;
	white-space: nowrap;
	margin: 0;
	color: #000;
	text-decoration: none;
	z-index: 0;
	font-size:9px;
}


.portlet h6 {
	background: #ffae2e;
	border: 1px solid #2f6fab;
	border-style: solid solid solid solid;
	padding: 0 1em 0 1em;
	text-transform: lowercase;
	display: block;
	font-size: 1em;
	height: 1.2em;
	font-weight: normal;
	white-space: nowrap;
}
.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
	margin: 0;
	padding: 0;
}
.portlet ul {
	line-height: 1.5em;
	list-style-type: square;
	list-style-image: url(bullet.gif);
	font-size: 95%;
}
.portlet li {
	padding: 0;
	margin:0;
}
	

ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1em 0 1em 1.2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: Verdana, serif;
	font-weight:normal;
}
h1, h2 {
	font-size: 1.5em;
}
h2 {
	margin: 0.6em 0 0 0;
	padding: 0 0 1px 0;
	border-bottom: 1px dotted #888685;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
a:link {
	color: #497CA7;
	font-size: 12px;
	text-decoration: none;
}
a:visited, a:active {
/*	color: #6E7CA7; */
	color: #497CA7;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #7599B7;
	font-size: 12px;
	text-decoration: underline;
}
input, select {
	background-color: #FFF;
	color: #4A4A49;
	font-size: 1em;
	font-family: Arial, sans-serif;
}
textarea {
        background-color: #FFF;
        color: black;
        font-size: 1em;
        font-family: Arial, sans-serif;
	width: 100%;
}

blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #888685;
}
code {
	font-family: monospace;
	color: #666;
	background-color: #f9f9f9;
}
pre {
    padding: 1em;
    border: 1px dashed #2f6fab;
    color: Black;
    background-color: #f9f9f9;
    line-height: 1.1em;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
    border: none;
    vertical-align: middle;
}

a.new, #column-content a.new, #p-personal a.new { 
	color:#a786c0; 
}

/* #6d00c0 #9f73c0 */
 
.firstHeading {
	margin: 0.6em 0 0 0;
	padding: 0 0 1px 0;
	border-bottom: 1px dotted #888685;
	font-size: 28px;
	font-weight:400;
}
.lastmod {
font-size: 10px;
font-style:italic;
}


.printfooter {
        display: none;
}

/* emulate center */
.center {
    width: 100%;
    text-align: center;
}
*.center * {
    margin-left: auto;
    margin-right: auto;
}
/* small for tables and similar */
.small, .small * {
    font-size: 84%;
}
table.small {
    font-size: 100%;
}

/* MonoBook Icons */
#bodyContent a[href ^="http://"],
#bodyContent a[href ^="gopher://"] {
    background: url(external.png) center right no-repeat;
    padding-right: 13px;
}
#bodyContent a[href ^="https://"],
.link-https {
    background: url("lock_icon.gif") center right no-repeat;
    padding-right: 16px;
}
#bodyContent a[href ^="mailto:"],
.link-mailto {
    background: url("mail_icon.gif") center right no-repeat;
    padding-right: 18px;
}
#bodyContent a[href ^="news://"] {
    background: url("news_icon.png") center right no-repeat;
    padding-right: 18px;
}
#bodyContent a[href ^="ftp://"],
.link-ftp {
    background: url("file_icon.gif") center right no-repeat;
    padding-right: 18px;
}
#bodyContent a[href ^="irc://"],
.link-irc {
    background: url("discussionitem_icon.gif")  center right no-repeat;
    padding-right: 18px;
}
/* disable interwiki styling */
#bodyContent a.extiw,
#bodyContent a.extiw:active {
    color: #3366bb;
    background: none;
    padding: 0;
}
#bodyContent a.external { 
 color: #3366bb; 
}

/* this can be used in the content area to switch off
special external link styling */
#bodyContent .plainlinks a {
    background: none !important;
    padding: 0;
}

/* toc */

#toc,
.toc {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
}
#toc h2,
.toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: center;
}
#toc ul,
.toc ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
#toc ul ul,
.toc ul ul {
	margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
	font-size: 94%;
}

/* thumbnails */
div.thumb {
    margin-bottom: 0.5em;
    border-style: solid; border-color: #EEEAE8;
    width: auto;
}
div.thumb div {
    border:1px solid #cccccc;
    padding: 3px !important;
    background-color:#f9f9f9;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}
div.thumb div a img {
    border:1px solid #cccccc;
}
div.thumb div div.thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.4em;
    padding: 0.3em 0 0.1em 0;
}
div.magnify {
    float: right;
    border: none !important;
    background: none !important;
}
div.magnify a, div.magnify img {
    display: block;
    border: none !important;
    background: none !important;
}
div.tright {
    clear: right;
    float: right;
    border-width: 0.5em 0 0.8em 1.4em;
}
div.tleft {
    float: left;
    margin-right:0.5em;
    border-width: 0.5em 1.4em 0.8em 0;
}
.urlexpansion,
.hiddenStructure {
    display: none;
}
img.tex {  
	border:1px solid #cccccc;
    padding: 3px !important;
    background-color:#f9f9f9;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
	vertical-align: middle;
}

span.texhtml { font-family: serif; }

/* Layout */

#siteSub { display: none; }

#globalWrapper {
	width: 760px;
	margin: 0 auto;
	background: #EEEAE8 url(http://cdn.coldfront.net/thekolwiki/skins/monobook/images/wrapper.gif) repeat-y;
	font-size: 0.9em;
	text-align: left;
}

#header {
	width: 760px;
	height: 170px;
	background: url(http://cdn.coldfront.net/thekolwiki/skins/monobook/images/header.gif) no-repeat;
}

	/* Header Styles */
	
	#title {
		float: left;
		margin: 38px 0 0 9px;
		border: 1px dashed #2E3235;
		padding: 1px;
	}
	#title h1 {
		margin: 0;
		padding: 5px 15px;
		border: 0;
		background-color: #222;
		color: #878584;
		font-size: 2em;
		line-height: 32px;
		letter-spacing: 1px;
	}
	#title h1 a {
		color: #878584;
		text-decoration: none;
	}

#footer {
	clear: both;
	padding: 1.2em 230px 1.2em 35px;
}

a {
    text-decoration: none;
    background: none;
}


	/* Footer Styles */
	
	#footer p {
		margin: 0;
		/* padding: 0.6em 0; */
		border-top: 1px dotted #888685;
		font-size: 0.92em;
	}
	#footer li {
    	display: inline;
    	margin: 0 1.3em;
	}
	/* hide from incapable browsers */
	head:first-child+body #footer li { white-space: nowrap; }
	#f-poweredbyico, #f-copyrightico {
    	margin: 0 8px;
    	/* position: abolute; */
    	bottom: 10px; /* Bump it up just a tad */
		right: 35px;
	}
	#f-poweredbyico {
    	float: right;
    	height: 1%;
	}
	#f-copyrightico {
  		float: left;
    	height: 1%;
	}
.toplogo {
position:absolute;
width: 196px;
height: 125px;
top: 5px;
left: 10px;
}
.coldfront {
margin: 10px 0 10px 0;
font-size: 10px;
}


/* additions by Mag */
/* Classes for article validation */

table.revisionform_default {
        border: 1px solid #000000;
}

table.revisionform_focus {
        border: 1px solid #000000;
        background-color:#00BBFF;
}

tr.revision_tr_default {
        background-color:#EEEEEE;
}

tr.revision_tr_first {
        background-color:#DDDDDD;
}

p.revision_saved {
        color: green;
        font-weight:bold;
}

#mw_trackbacks {
        border: solid 1px #bbbbff;
        background-color: #eeeeff;
        padding: 0.2em;
}

/*
** Diff rendering
*/
table.diff, td.diff-otitle, td.diff-ntitle {
    background-color: white;
}
td.diff-addedline {
    /* background: #cfc; */
    font-size: smaller;
}
td.diff-deletedline {
    /* background: #ffa; */
    font-size: smaller;
}
td.diff-context {
    background: #eee;
    font-size: smaller;
}
span.diffchange {
    color: red;
    font-weight: bold;
}

/* @bug 1714 */
input#wpSave, input#wpDiff {
        margin-right: 0.33em;
}


/* images */
div.floatright, table.floatright {
    clear: right;
    float: right;
    position: relative;
    margin: 0 0 .5em .5em;
    border: 0;
/*
    border: .5em solid white;
    border-width: .5em 0 .8em 1.4em;
*/
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
    float: left;
    position: relative;
    margin: 0 .5em .5em 0;
    border: 0;
/*
    margin: .3em .5em .5em 0;
    border: .5em solid white;
    border-width: .5em 1.4em .8em 0;
*/
}
div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
    margin-bottom: .5em;
    border-style: solid;
    border-color: white;
    width: auto;
}
div.thumb div {
    border: 1px solid #ccc;
    padding: 3px !important;
    background-color: #f9f9f9;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}
div.thumb div a img {
    border: 1px solid #ccc;
}
div.thumb div div.thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.4em;
    padding: .3em 0 .1em 0;
}
div.magnify {
    float: right;
    border: none !important;
    background: none !important;
}
div.magnify a, div.magnify img {
    display: block;
    border: none !important;
    background: none !important;
}
div.tright {
    clear: right;
    float: right;
    border-width: .5em 0 .8em 1.4em;
}
div.tleft {
    float: left;
    margin-right: .5em;
    border-width: .5em 1.4em .8em 0;
}

.hiddenStructure {
    display: none;
}
img.tex {
    vertical-align: middle;
}
span.texhtml {
    font-family: serif;
}

#catlinks {
    border:1px solid #aaaaaa;
    background-color:#f9f9f9;
    padding:5px;
    margin-top: 1em;
    clear: both;
}


/*
** classes for special content elements like town boxes
** intended to be referenced directly from the wiki src
*/

/*
** User styles
*/
/* table standards */
table.rimage {
    float: right;
    position: relative;
    margin-left: 1em;
    margin-bottom: 1em;
    text-align: center;
}
.toccolours {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 5px;
    font-size: 95%;
}
div.townBox {
    position: relative;
    float: right;
    background: white;
    margin-left: 1em;
    border: 1px solid gray;
    padding: .3em;
    width: 200px;
    overflow: hidden;
    clear: right;
}
div.townBox dl {
    padding: 0;
    margin: 0 0 .3em;
    font-size: 96%;
}
div.townBox dl dt {
    background: none;
    margin: .4em 0 0;
}
div.townBox dl dd {
    margin: .1em 0 0 1.1em;
    background-color: #f3f3f3;
}

/* Some space under the headers in the content area */
#bodyContent h1, #bodyContent h2 { margin-bottom:0.6em; }
#bodyContent h3,
#bodyContent h4,
#bodyContent h5 {
    margin-bottom: 0.3em;
}
.firstHeading { margin-bottom:0.1em; }

/* user notification thing */
.usermessage {
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    color: Black;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}
#siteNotice {
    text-align: center;
    font-size: 95%;
    padding: 0 0.9em 0 0.9em;
}
#siteNotice p {
    margin: 0;
    padding: 0;

.error {
    color: red;
    font-size: larger;
}