Always snap to grid

Difference between revisions of "User:00zX/monobook.css"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(fixed links, I hope)
Line 93: Line 93:
 
div div * * span{background:green;} */
 
div div * * span{background:green;} */
 
/*================================================================================*/
 
/*================================================================================*/
a:link{color: #99c9ff;text-decoration: none;background: none;line-height: 0.6em;}
 
a:visited{color: #959595;font-style: italic;line-height: 0.6em;}
 
a:hover{color: #59939c;text-decoration: none; line-height: 0.6em;}
 
  
/* Redlinks */
+
/* links */
/*a[title^="?redlink=1"]{color: #fd3e1c;line-height: 0.6em;}
+
a:link{color: #99c9ff; text-decoration: none; background: none;}
a[title^="?redlink=1"]:link{color: #fd3e1c;line-height: 0.6em;}
+
a:visited{color: #808080; font-style: italic;}
a[title^="?redlink=1"]:hover{color:#ff6600;line-height: 0.6em;}
+
a:hover{color: #59939c; text-decoration: none;}
a.new:link{color: #fd3e1c;line-height: 0.6em;}
+
/* Redlinks */
a.new:hover{color:#ff6600;line-height: 0.6em;}*/
+
a.new:link{color: #fd3e1c;}
 +
a.new:hover{color: #ff6600;}
 +
/* Interwiki links */
 +
a.external:link{color: #257ec2;}
 +
a.external:hover{color: #145789;}
 +
a.external:visited{color: #257ec2;}
 +
/* Tab links */
 +
/*#p-cactions li a:link{color: #7b749b;}
 +
#p-cactions li a:hover{color: #c4bfb2;}
 +
#p-cactions li a:visited{color: #222222;}*/
 +
div#p-cactions div.pBody ul li a:link{color:#c4bfb2;}
 +
div#p-cactions div.pBody ul li a:visited{color:#7b749b;}
 +
div#p-cactions div.pBody ul li a:hover{color:#b8b634;}
 +
/*div#p-cactions div.pBody ul li a[title^="Redlink"]{color: #fd3e1c;}*/
  
 
html,div{ color: white; background-color: #090909;}
 
html,div{ color: white; background-color: #090909;}
Line 173: Line 183:
 
}
 
}
 
#contentSub,
 
#contentSub,
#bodyContent{ background: none; }
+
#bodyContent{ padding-top: 4pt;background: none; }
  
 
div.content div{ background: none;}
 
div.content div{ background: none;}
Line 284: Line 294:
 
background: #151515;
 
background: #151515;
 
}
 
}
 
div#p-cactions div.pBody ul li a:link{color:#c4bfb2;}
 
div#p-cactions div.pBody ul li a:visited{color:#7b749b;}
 
div#p-cactions div.pBody ul li a:hover{color:#b8b634;}
 
div#p-cactions div.pBody ul li a[title^="Redlink"]{color: #fd3e1c;}
 
  
 
/**/
 
/**/
Line 326: Line 331:
  
 
div#bodyContent h1.firstHeading{padding-top: 12pt;font: 100 normal 170%/100% "Arial Narrow", sans-serif;}
 
div#bodyContent h1.firstHeading{padding-top: 12pt;font: 100 normal 170%/100% "Arial Narrow", sans-serif;}
 
/* Interwiki links */
 
/*div#bodyContent p a:link{color:#c4bfb2;line-height: 0.6em;}
 
div#bodyContent p a:visited{color:#7b749b;line-height: 0.6em;}
 
div#bodyContent p a:hover{color:#b8b634;line-height: 0.6em;}
 
 
div#bodyContent dl dd ul a:link{color:#c4bfb2;line-height: 0.6em;}
 
div#bodyContent dl dd ul a:visited{color:#7b749b;line-height: 0.6em;}
 
div#bodyContent dl dd ul a:hover{color:#b8b634;line-height: 0.6em;}*/
 
  
 
div#p-tb div.pBody,
 
div#p-tb div.pBody,
Line 346: Line 342:
 
#catlinks,
 
#catlinks,
 
div.catlinks{
 
div.catlinks{
border: #5f5f5f dotted 1px;
+
border: #5f5f5f dotted 1px;-moz-border-radius: 2px;
 
background: #090909;
 
background: #090909;
-moz-border-radius: 2px;
 
 
}
 
}
  
Line 372: Line 367:
 
/*================================================================================*/
 
/*================================================================================*/
 
div#bodyContent div.mw-geshi{
 
div#bodyContent div.mw-geshi{
border: #5f5f5f dotted 1px;
+
border: #5f5f5f dotted 1px;-moz-border-radius: 4px;
 
background: #090909;
 
background: #090909;
 
}
 
}
Line 380: Line 375:
 
border: none;
 
border: none;
 
}
 
}
 
div#bodyContent div.mw-geshi{-moz-border-radius: 4px;}
 
  
 
/* Keywords */
 
/* Keywords */

Revision as of 07:53, 21 April 2010

/*================================================================================*/
/** 00zX_CODENOIR.CSS */
/*================================================================================*/
	/* #bcb936 - UC3 Gold */
	/* #66bcd9 - UnrealEd Blue */
	/* #62613a - ol'crash */
 
	/* #090909 - Noir */
	/* #151515 - Full Moon */
	/* #8f8f8f - Grey Metal */
	/* #575757 - Dark Metal */
 
	/* #adcc63 - light green */
	/* #99aadd - light blue metal / lilac */
	/* #59939c - greyish blue light / teal */
	/* #494949 - midish grey metal */
	/* #7b749b - purple metal*/
 
	/* #257ec2 - shell beach */
	/* #fd3e1c - oraed */
	/* #ffcc00 - yellow ambox */
	/* #0a44aa - H2 blue deep */
	/* #c4bfb2 - orange off white*/
 
	/* #b8b634 - welloy */
	/* #ffff80 - mellow */
	/* #222222 - vert */
	/* #9f9f9f - grey tunr */
/*================================================================================*/
/** Namespace's */
/*================================================================================*/
 
/* UE1 */
.ns-102 h1, .ns-103 h1 {color:#7b749b;border: none;/*	border-bottom: #66bcd9 solid 1px;*/}
.ns-102 h4, .ns-103 h4 {color: #59939c;}
/*.ns-102 #highlighted-source, .ns-103 #highlighted-source{border: #494949 dashed 1px;}*/
	/* Tabs & Content */
	.ns-102 #content, .ns-103 #content,/*background: #eff7ff url(/w/images/UE1Background.png) top right no-repeat;*/
	body.ns-102 div#p-cactions div.pBody ul li,
	body.ns-103 div#p-cactions div.pBody ul li,
	body.ns-102 div#footer,
	body.ns-103 div#footer{	border: #bcb936 solid 1px;}
 
/* UE2 */
.ns-104 h1,	.ns-105 h1 {color:#7b749b;border:none;/*	border-bottom: #257ec2 solid 1px;*/}
.ns-104 #portlet a:visited, .ns-105 #portlet a:visited{border: #257ec2 solid 1px;}
	/* Tabs & Content */
	.ns-104 #content, .ns-105 #content,
	body.ns-104 div#p-cactions div.pBody ul li,
	body.ns-105 div#p-cactions div.pBody ul li,
	body.ns-104 div#footer,
	body.ns-105 div#footer{	border: #257ec2 solid 1px;}
 
/* UE3 */ /* #fd3e1c - Old Red */
.ns-106 h1,	.ns-107 h1 {color:#7b749b;border: none;/*	border-bottom: #bcb936 solid 1px;*/}
 #portlet a:visited,	#portlet a:visited{background: inherit;border-color: #bcb936;}
	/* Tabs & Content */
	.ns-106 #content, .ns-107 #content,
	body.ns-106 div#p-cactions div.pBody ul li,
	body.ns-107 div#p-cactions div.pBody ul li,
	body.ns-106 div#footer,
	body.ns-107 div#footer{	border: #bcb936 solid 1px;}
 
/* Legacy */
.ns-100 #content, .ns-101 #content {background: #151515; border: #7b749b solid 1px;}
.ns-100 h1,	.ns-101 h1 {color:#7b749b;border: none;/*	border-bottom: #7b749b solid 1px;*/}
.ns-100 h4, .ns-101 h4 {color: #257ec2;}
	/* Tabs & Content */
	body.ns-100 div#p-cactions div.pBody ul li,
	body.ns-101 div#p-cactions div.pBody ul li,
	body.ns-100 div#footer,
	body.ns-101 div#footer{	border: #7b749b solid 1px;}
/*================================================================================*/
tbody tr table tbody tr td ul li:hover{text-decoration: none;}
 
#siteNotice, #siteNotice a{background: inherit;}
 
#recent-edits tbody tr th{
	color:#090909;
	font-family: arial, trebuchet;
	font: 100 normal 130%/100% "Arial Narrow", sans-serif;
}
 
/* (codenoir) */
div#bodyContent pre{border: #494949 dotted 1px;background: #090909;color: #ffffff !important;}
 
code{border: none;/*	background: inherit !important;*/background: none;color:#ffffff;}
 
/*================================================================================*/
/** MONOBOOK-COMMON-NOIR.CSS */
 
/* WILDCARD:   *
	div div * * span{background:green;} */
/*================================================================================*/
 
/* links */
a:link{color: #99c9ff; text-decoration: none; background: none;}
a:visited{color: #808080; font-style: italic;}
a:hover{color: #59939c; text-decoration: none;}
	/* Redlinks */
	a.new:link{color: #fd3e1c;}
	a.new:hover{color: #ff6600;}
	/* Interwiki links */
	a.external:link{color: #257ec2;}
	a.external:hover{color: #145789;}
	a.external:visited{color: #257ec2;}
	/* Tab links */
	/*#p-cactions li a:link{color: #7b749b;}
	#p-cactions li a:hover{color: #c4bfb2;}
	#p-cactions li a:visited{color: #222222;}*/
	div#p-cactions div.pBody ul li a:link{color:#c4bfb2;}
	div#p-cactions div.pBody ul li a:visited{color:#7b749b;}
	div#p-cactions div.pBody ul li a:hover{color:#b8b634;}
/*div#p-cactions div.pBody ul li a[title^="Redlink"]{color: #fd3e1c;}*/
 
html,div{	color: white; background-color: #090909;}
 
div#bodyContent div{	background: none;}
 
table {		color: white;	background-color: inherit;	}
body {		/*font-size-adjust:none;*/
			font-style:normal;
			font-variant:normal;
			/*font-weight: 150 !important;*//*normal*/
			line-height:normal;
			text-indent: 0.4em;
}
 
b { 		color:#c4bfb2; font-weight: 500;}/*bolder*/
p{			color: white;background-color: inherit;padding-left: 0.8em;}
 
dl dt{}
dd b{		color: #59939c;}
 
h1, h2, h3, h4 {
			background: none;		/*background: #151515 !important;*/
			font-family: arial, trebuchet;
			font: 100 normal 130%/100% "Arial Narrow", sans-serif;
			border-bottom: none;
}
 
h1 {		color: #7b749b; border-bottom: #7b749b solid 1px;
			font: 500 normal 160%/180% "Arial Narrow", sans-serif;
}
h2 {		color:#99aadd; border-bottom: 1px solid #99aadd;
			font: 300 normal 140%/120%  "Arial Narrow", sans-serif;
		/*	line-height: 0.6em !important;
			letter-spacing: 0.025em !important;	word-spacing: 0.4em !important;*/
}
h3, h4 {	 text-indent: 0.2em;
}
 
div#mw-pages h3{color: #222222;}
 
h4 { 		color: #257ec2; font: 100 normal 130%/100% "Arial Narrow", sans-serif;}
h5 {		color: #FFFFFF;}
h6 {		color: #000000;}
 
hr {		background: #151515; color: #909;
			margin-top: 1em; margin-bottom: 1em;
}
li,
ul {		background: inherit;	}
 
#pbody,#pbody a{	background: inherit;	}
#pbody a{		border: 1px solid #99aadd;}
 
/*__TOC__*/
#toc {			background-color: #494949; border: 1px solid #9f9f9f;-moz-border-radius: 4px;}
#toctitle{		background: none;				/*font-weight: 350 !important;*/
				text-decoration: none;
}
 
#div.toctitle h2{background: inherit;	text-decoration: none;}
 
#content {		background: #151515;
				font-family: arial, trebuchet;
				font-size: 100%;
				-moz-border-radius-topleft: 0.5em;
				-moz-border-radius-bottomleft: 0.5em;
				/*font-size: 10pt !important;*/
				/*border: 0 !important;*/
}
#contentSub,
#bodyContent{	padding-top: 4pt;background: none;	}
 
div.content div{	background: none;}
 
div.thumb{			background: inherit;	}
div.plainlinks,
div.noprint{		background: #494949;	}
 
/* mediawiki */
 
/* Tabs */
#p-cactions li.selected,
#p-cactions li.selected a,
#p-cactions li a:hover,
#p-cactions li a:visited{background: none;}
 
/*#infobox,
div#infobox{	background: #9f9f9f;
			border: #090909 solid 3px;
			padding: 1em;
}*/
 
table.infobox,
div.infobox,
div#bodycontent div.infobox{
	-moz-border-radius: 4px;
	background: #5f5f5f;
	border: 1px solid #000000;/*border: #090909 solid 3px;*/
/*	padding: 1em;*/
}
 
/*div.infobox{
	background: #bcb936;
}*/
 
.ambox,
table.ambox,
table.ambox tbody{color: #c4bfb2 ; background: none; -moz-border-radius: 0.4em;}
 
.ambox-text{background: none;}
 
table.ambox-notice{background: #14344b;}
table.ambox-serious{background: #3b1818;}
table.ambox-content{background: #4b3010;}
table.ambox-style{background: #4b3f10;}
table.ambox-info{background: #303037;}
 
#mw-headline {background: inherit;}
 
h4 span.mwheadline{text-indent: 0.1em;}
h5 span.mwheadline{color: #FFFFFF;}
h6, h6 span.mwheadline{color: #FFFFFF; }
 
table.navbox,
table.navbox tbody,
table.navbox tbody tr,
table.navbox tbody tr.navbox-header,
table.navbox tbody tr.navbox-header th.navbox-header,
table.navbox tbody tr.navbox-header th.navbox-header div,
table.navbox tbody tr.navbox-body,
table.navbox tbody tr.navbox-body th.navboxgroup,
table.navbox tbody tr.navbox-body odd th.navboxgroup,
table.navbox tbody tr.navbox-body even th.navboxgroup{
	background: none;
}
 
table#recent-edits.infobox tbody tr th{
	color: #FFFFFF;
	text-align: justify;
}
 
/*	input,*/
/*form#search input#searchText,
div#content div#bodyContent form#search input#searchText {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: #000000 none;
}*/
 
/* Remove Edit Sections for minor headings */
h3 span.editsection,h4 span.editsection,h5 span.editsection,h6 span.editsection{display: none;}
 
h5 span.mw-headline{
	color: #FFFFFF;
}
 
/* Search Box */
div#p-search.portlet div#searchBody.pBody{
	background: none;
}
 
div#p-search.portlet div#searchBody.pBody form#searchForm,
div#p-search.portlet div#searchBody.pBody form#searchForm div,
div#p-search.portlet div#searchBody.pBody form#searchForm div input#searchInput{
	color: #FFFFFF;
	background: #090909;
}
 
/* Tabs */
div#p-cactions div.pBody ul li{
	-moz-border-radius-topleft: 0.4em;
	-moz-border-radius-topright: 0.4em;
	background: #151515;
	padding-top: 4pt;
}
 
div#p-cactions div.pBody ul li a{
	font-family: arial, trebuchet;
	font: 100 normal 110%/120% "Arial Narrow", sans-serif;
	background: #151515;
}
 
/**/
body.mediawiki div#globalWrapper div#footer{
	background: #151515;
}
 
/*body.mediawiki div#globalWrapper div#footer ul#f-list{
	background: #151515;
}*/
 
/* Thumb Image adjustments */
/*div#bodyContent div.thumb{		color: white;	background: none; background-color: #090909;	}*/
div#bodyContent div.thumb,
div#bodyContent div.thumb div.thumbinner,
div#bodyContent div.thumb div.thumbinner a.image{
	padding: 4px;
	padding-left: 3px;
	padding-right: 6px;
	color: white;
	background: none;
	-moz-border-radius: 4px;
}
 
div#bodyContent div.thumb,
div#bodyContent div.thumb div.thumbinner a.image img{
	border: none;
}
 
div#bodyContent div.tleft{padding-right: 12px;}
div#bodyContent div.tright{padding-left: 12px;}
 
/* Text Alignment Tweaks */
div#bodyContent h2 {text-indent: 0.2em;}
div#bodyContent h3 {text-indent: 0.4em;}
div#bodyContent h4 {text-indent: 0.6em; font: 100 normal 120%/70% "Arial Narrow", sans-serif;}
 
div#bodyContent h1.firstHeading{padding-top: 12pt;font: 100 normal 170%/100% "Arial Narrow", sans-serif;}
 
div#p-tb div.pBody,
div#p-personal,
div#p-personal div.pBody,
div#p-personal div.pBody ul{	background: none;}
 
/*================================================================================*/
/*table.infobox,
div.infobox,*/
#catlinks,
div.catlinks{
	border: #5f5f5f dotted 1px;-moz-border-radius: 2px;
	background: #090909;
}
 
/* Icons for Other-Spaces */
#bodyContent a[title^="UE3:"]{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/w/images/Icon-UDK.png) no-repeat scroll left center;
	padding-left:21px;
}
 
#bodyContent a[title^="User:"]{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/w/skins/monobook/user.gif) no-repeat scroll left center;
	padding-left:21px;
}
 
/*================================================================================*/
/** Global Highlighter (codenoir) - Supports: CSS, UScript */
/*================================================================================*/
div#bodyContent div.mw-geshi{
	border: #5f5f5f dotted 1px;-moz-border-radius: 4px;
	background: #090909;
}
 
div#bodyContent div.mw-geshi div,
div#bodyContent div.mw-geshi div pre{
		border: none;
}
 
/* Keywords */
div#bodyContent span.kw1,
div#bodyContent span.kw4,	/* UC: Types */
div#bodyContent span.kw5,
div#bodyContent span.kw6{
	color:#66bcd9;
}
 
/* Comments */
div#bodyContent span.co1,
div#bodyContent span.coMULTI{
	color:#00c000;
}
 
/* Literals */
div#bodyContent span.st0{
	color:#fd3e1c;
}
 
/*================================================================================*/
/** Uscript - Highlighter (codenoir) */
/*================================================================================*/
div.source-uscript pre{
	border: none;background: none;color: #000000;
	-moz-border-radius: 4px;
}
 
div.mw-geshi div.uscript pre.de1 span.br0,
div.mw-geshi div.uscript pre.de1 span.sy0,
div.mw-geshi div.uscript pre.de1 span.sy1,
div.mw-geshi div.uscript pre.de1 span.me1{ /* casts,enum,struct?*/
	color:#FFFFFF;
}
 
/* Keywords */
div.mw-geshi div.uscript pre.de1 span.kw8{	/* Secondary - True/None/Owner/Self? */
	color:#66bcd9;
}
 
/* Keywords - Secondary */
div.mw-geshi div.uscript pre.de1 span.kw7{
	color:#8f8f8f;
}
 
body.ns-105  div.mw-geshi div.uscript pre.de1 span.kw10,
body.ns-104  div.mw-geshi div.uscript pre.de1 span.kw10{
	color:#257ec2;
}
 
div.mw-geshi div.uscript pre.de1 span.kw10{	/* Major UE Classes */
	color:#cccc00;
}
 
div.mw-geshi div.uscript pre.de1 span.nu0{	/* Digit */
	color:#ff6600;
}
 
/*================================================================================*/
/** XML - Highlighter (codenoir) */
/*================================================================================*/
 
div.mw-geshi div.xml pre.de1 span.sc3{
	color:#ffffff;
}
 
/* Markup */
div.mw-geshi div.xml pre.de1 span.re0,
div.mw-geshi div.xml pre.de1 span.re1,
div.mw-geshi div.xml pre.de1 span.re2{
	color:#0066ff;
}
 
/* Comments */
div.mw-geshi div.xml pre.de1 span.sc-1{
	color:#00c000;
}