User:Mrwojo/myskin.css

From Wiktionary, the free dictionary
Jump to navigation Jump to search

Note – after saving, you may have to bypass your browser’s cache to see the changes.

  • Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
  • Konqueror and Chrome: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

/* Mark Wojtowicz's (en:User:Mrwojo) Mediawiki skin (MySkin) #5. */
body { 
	margin: 0; padding: 0;	
	font-family: Verdana;
	text-align: center;
	color: #0f0f0f;
	background-color: #f0f0f0; 
}
#globalWrapper {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	max-width: 850px;	/* long lines reduce readability */
}
a {
	text-decoration: none;	
	color: #000099;
}
a:visited {
	color: #660099;
}
a:hover {
	text-decoration: underline;
}
a.new, .new a {
	color: #c00000;
} 
a.stub {
	color: #c00000; 
}

img {
	border: 0;
}

.visualClear { 
	clear: both; 
}

dt {
	font-weight: bold;
}

form, input {
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
}

/* heading comments */
.autocomment { 
	color: #7f7f7f;
}

/* in history pages and in the navbar */
.selected {
}

.error {
	color: #ff0000;
	font-size: 20px;
	font-family: Verdana;
}

/* emulate center */
.center {
	width: 100%;
	text-align: center;
}
*.center * {
	margin-left: auto;
	margin-right: auto;
}

.floatright {
	float: right;
	margin-left: 1.25em;
	margin-top: 1em;
}
.floatleft {
	float: left;
	margin-right: 1.25em;
	margin-top: 1em;
}

/* small for tables and similar */
.small, .small * { font-size: 94%; }
table.small { font-size: 100% }

/* for hi-res images */
.fullImageLink {
}

/**************************************
 Navbar (column-one)
**************************************/
#column-one {
	width: 148px;
	float: left;
	margin-top: 10ex;
	margin-left: -74px;
}
#column-one h5, #column-one ul{
	color: #c0c0c0;
	margin: 0; padding: 0;
}
#column-one input {
	margin: 0; padding: 0;
	background-color: #f0f0f0;
	border: 1px solid #c0c0c0;
	color: black;
	font-family: Verdana;
}
#column-one ul {
	list-style-type: none; /*square; lower-greek;*/
 	list-style-position: inside
}
#column-one h5 {
	color: #c0c0c0;
	padding: 2px;
	margin: 4px;
}
#column-one li {
	margin-left: 8px;
 	font-size: 11px;
 	font-weight: bold;
}
#searchform {
	margin-top: 4px;
	margin-left: 6px;
}

/**************************************
 Content
**************************************/
#column-content {
	width: 700px;
	float: right;
	border-left: 1px solid #c0c0c0;
	margin-top: 20px;
	margin-bottom: 20px;

	position: relative;
	left: -74px;
}
#content {
	padding: 1em; padding-right: 2em;
	font-family: Georgia;
	line-height: 130%;
}
.firstHeading {
	margin: 0; padding: 0;
	font-size: 20px;
}
#siteSub, #contentSub {
	margin: 0; padding: 0;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana;
}

#bodyContent, #column-one {
	text-align: left;
	font-size: 12px;
}

h1 { font-size: 20px; }
h2 { font-size: 19px; margin-top: 1.5em; }
h3 { font-size: 16px; margin-bottom: 4px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 12px; font-weight: normal; }
h1,h2,h3,h4 { 
	font-family: Verdana; 
	clear: left; 
	text-align: left; 
}
h5, h6 { 
	margin-bottom: 4px; 
	padding-bottom: 0; 
	text-align: left; 
}

#catlinks {
	font-family: Verdana;
	font-size: 11px;
} 

/**************************************
 Thumbnails
**************************************/
.thumb {
	text-align: center;
	background-color: #c0c0c0;
}
.thumb img {
	padding-top: 1px;
}

.thumb div {
	float: left;
}
.tright {
	margin: 4px 0px 4px 10px; 
	float: right;
}
.tleft {
	margin: 4px 10px 4px 0px; 
	float: left;
}

.thumbcaption {
	padding: 4px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 100%;
	text-align: center;
}
.magnify {
	float: left;
}

/**************************************
 TOC 
**************************************/
#toc {
	float: right;
	margin: 1em;
	margin-right: -50%;
	
	font-family: Verdana;
	font-size: 11px;
	line-height: 100%;
	
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	text-align: left;
	padding: 0px;

	clear: right;
}

.tocindent p {
	margin: 0; padding: 0;
	margin-left: 1em;
	font-size: 10px;
}

.tocindent .tocindent {
	display: none;
}

.toccolours {
	font-family: Verdana;
	font-size: 11px;
	line-height: 100%;
	margin: 4px;
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	text-align: left;
	padding: 0px;
}

/**************************************
 Diff
**************************************/
.diff {
	font-family: Verdana;
	text-align: left;
	font-size: 11px;
	line-height: 100%;
}
.diff-otitle, .diff-ntitle {
	background-color: #c0c0c0;
	padding: 4px;
}
.diff-context {
	color: #909090;
}
.diff-deletedline {
	background-color: #ffc0c0;
}
.diff-addedline {
	background-color: #c0ffc0;
}
.diffchange {
	color: #cc0000;
	font-weight: bold; 
}

/**************************************
 Hidden stuff
**************************************/
#footer, .printfooter, .urlexpansion {
    display: none;
}

a.external {
	color: blue;
}
a.external:visited {
	color: purple;
}