Skin:Oreo Wiki

From Logo Creation Wiki
Jump to navigation Jump to search
Forums: IndexSkin requests → Oreo Wiki



Check mark.png This request was completed by Solar Dragon. Please remember to thank them.
  • Skin: Monobook
  • Oreo Wiki
  • Blue & White (Oreo cookie's color) Oreo logos as background
  • Repeated: Yes
  • Color of article space: Yes
  • Color of sidebar.: Yes

--Silver Knight 12:31, 6 January 2011 (UTC)

Could you please tell us what theme you're using, e.g. Monaco, Monobook, etc; otherwise we can't make a proper skin for you. -- will k 02:22, 8 January 2011 (UTC)


Try this code:

/* CSS placed here will affect users of the Monobook skin */

/* Background image */
body {
	background: #33CCFF url(http://www.shoutwiki.com/w/images/logocreation/d/db/080519_oreo_logo.jpg)
}

#content {
	background: #33CCFF;
	border: 1px solid #3366CC;
	/*border: 1px solid #73abe6 !important;*/
	border-right: none !important;
	color: #000000;
	line-height: 1.5em;
	padding: 0 1em 1.5em 1em;
	position: relative;
	z-index: 2;
	-moz-border-radius: 9px;
}

#column-one {
	padding-top: 145px;
}

#column-content {
	float: right;
	margin: 0 0 0.6em -12.2em;
	padding: 0;
	width: 100%;
	color: #FFF4C4;
}

#p-logo {
	top: 0em;
}

/* Link colors */
a {
	background: transparent none repeat scroll 0 0;
	color: #002BB8;
	text-decoration: none;
}

a:active {
	color: #000000;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	color: black;
}

/* tabs */
#p-cactions li {
	border-collapse: separate;
	border-bottom: 1px solid #aaa;
	padding-bottom: 0.4em;
}

#p-cactions li.selected {
	border-collapse: collapse;
	border-color: #000000;
	border-bottom: none;
	font-weight: bold;
	padding: 0 0 0.2em;
	padding-bottom: 0.5em;
}

#p-cactions li.selected a {
	background-color: #33CCFF;
	padding: 0 1em 0.2em !important;
	z-index: 3;
	color: #000000
}

#p-cactions .new a {
	color: #0000FF;
}

#p-cactions li a {
	text-transform: lowercase;
}

#p-cactions li a {
	background-color: #33CCFF;
	border: medium none;
	color: #000000;
	margin: 0;
	padding: 0 0.8em 0.3em;
	position: relative;
	text-decoration: none;
	z-index: 0;
}

/* toolbox */
.portlet {
	border: none;
	margin: 0 0 .5em;
	padding: 0;
	float: none;
	width: 11.6em;
	overflow: hidden;
}

.portlet h4 {
	font-size: 95%;
	font-weight: bold;
	white-space: nowrap;
}

.portlet h5 {
	background: transparent;
	padding: 0 1em 0 .5em;
	display: inline;
	height: 1em;
	text-transform: uppercase;
	font-size: 91%;
	font-weight: bold;
	white-space: nowrap;
}

.portlet h6 {
	background: transparent;
	border: 1px solid orange;
	border-style: solid solid none solid;
	padding: 0 1em 0 1em;
	text-transform: uppercase;
	display: block;
	font-size: 1em;
	height: 1.2em;
	font-weight: normal;
	white-space: nowrap;
}

.pBody {
	font-size: 95%;
	background:transparent;
	color: #6666CC;
	border-collapse: collapse;
	border: 1px solid #AAAAAA;
	padding: 0 .8em .3em .5em;
}

.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
	margin: 0;
	padding: 0;
}

.portlet li {
	padding: 0;
	margin: 0;
}

.generated-sidebar .pBody, #p-search .pBody, #p-tb .pBody, #p-lang .pBody {
	background: #33CCFF;
	/* IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFE0, endColorStr=#FFFF00, GradientType=0);
	/* IE8+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFE0, endColorStr=#FFFF00, GradientType=0)";
}

/* references */
ol.references li:target,
sup.reference:target {
	background: #FFEFD5;
	border: 1px solid yellow;
	padding: 1px 2px;
}

.portlet h5 {
	text-transform: uppercase !important;
	font-size: 1.3 em;
}

/* infobox */
.infobox {
	border: 1px solid #FFD733 !important;
}

/* footer */
#footer {
	background-color: #33CCFF;
	border-bottom: 1px solid #E1EDA6;
	border-top: 1px solid #E1EDA6;
	font-size: 90%;
	margin: 0.6em 0 1em;
	padding: 0.4em 0 1.2em;
	text-align: center;
}

.icon div {
	display: inline !important;
}

/* Main Page */
.page-Main_Page #firstHeading {
	display: none;
}

/* Tables (i.e. sitenotice, Special:SpecialPages etc.) */
table {
	background-color: transparent;
}

/* Thumb and gallery colors */
.thumb {
	background: transparent !important;
	border-color: transparent !important;
}

.gallery {
	background: #6666CC !important;
	border: 1px solid yellow !important;
}

.gallery td {
	vertical-align: top;
	padding: 0 !important;
	background: none !important;
	border: none !important;
}

.gallery .thumb {
	border-color: #6666CC !important;
	margin: 0 !important;
	background: #6666CC !important;
}

.gallerybox {
	margin: 2px;
	padding: 0 3px;
	background: none !important;
}

/* Capital letter on tabs */
#ca-edit a {
	text-transform: none !important;
	font-weight: bold !important;
}
/* @todo FIXME: this is ugly...consider replacing the following CSS snippet in the "tabs" section:
#p-cactions li a {
	text-transform: lowercase;
}

with this:
#p-cactions li a {
	text-transform: none !important;
}

It should work. --Jack Phoenix <jack@shoutwiki.com>, November 16, 2010
*/
#ca-protect a,
#ca-addsection a,
#ca-create a,
#ca-watch a,
#ca-unwatch a,
#ca-protect a,
#ca-talk a,
#ca-move a,
#ca-viewsource a,
#ca-protect a,
#ca-unprotect a,
#ca-history a,
#ca-delete a,
#ca-undelete a,
#ca-nstab-main a,
#ca-nstab-mediawiki a,
#ca-nstab-special a,
#ca-nstab-user a,
#ca-nstab-category a,
#ca-nstab-image a,
#ca-nstab-help a,
#ca-nstab-template a,
#ca-nstab-project a,
#ca-nstab-blog a,
#ca-nstab-userwiki a,
#ca-nstab-userprofile a {
	text-transform: none !important;
}

/* Template:Disambig */
#disambig {
	max-width: 1040px;

I had to use light blue as the text and links were harder to read. If you want anything changed, just ask. Copy and paste to MediaWiki:Monobook.css. ☆The Solar Dragon☆ 08:33, 8 January 2011 (UTC)

What about it not repeated? --Silver Knight 09:53, 8 January 2011 (UTC)

Umm... what? Quote from top of article: "Repeated: Yes". ☆The Solar Dragon☆ 10:00, 8 January 2011 (UTC)
Hmm... That's fine. Thanks! :-) --Silver Knight 01:55, 9 January 2011 (UTC)