MediaWiki:Themes.css: Difference between revisions

From The Sims Wiki, a collaborative database for The Sims series
Jump to navigation Jump to search
Content added Content deleted
sims>C.Syde65
(Not sure if Europa will work. This was taken directly from my wiki's themes.css so I may need to go back and fix this if it doesn't turn out to be compatible with non-Europa styled info-boxes.)
 
sims>C.Syde65
mNo edit summary
Line 66: Line 66:
}
}


.pi-theme-sim2.pi-europa .pi-data-label {
.pi-theme-sim2.portable-infobox .pi-data-label {
background: #bfdfff;
background: #bfdfff;
-ms-flex-preferred-size: 104px;
-ms-flex-preferred-size: 104px;
Line 85: Line 85:
}
}


.pi-theme-sim2.pi-europa.pi-background {
.pi-theme-sim2.portable-infobox.pi-background {
background: #6495ed;
background: #6495ed;
border: 1px solid #4466ff;
border: 1px solid #4466ff;
Line 101: Line 101:
}
}


.pi-theme-sim2.pi-europa section:nth-of-type(1) .pi-header {
.pi-theme-sim2.portable-infobox section:nth-of-type(1) .pi-header {
font-size: 90%;
font-size: 90%;
background: #4466ff;
background: #4466ff;
}
}


.pi-theme-sim2.pi-europa .pi-biography {
.pi-theme-sim2.portable-infobox .pi-biography {
color: #4466ff;
color: #4466ff;
font-size: smaller;
font-size: smaller;

Revision as of 23:36, 5 December 2017

/*SIMS ALL*/

.portable-infobox.pi-theme-all {
    width: 250px;
    float: right;
    clear: right;
    margin: 0 0 1em 1em;
    border: 1px solid #007FFF;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    padding: 10px 10px 10px 10px;
}

.portable-infobox.pi-theme-all .pi-title {
    font-style: italic;
    background: white;
    color: #3A3A3A;
    font-size: 94%;
    margin: 0 3% 0 3%;
    padding-top: 0;
    padding-bottom: 0;
}

.portable-infobox.pi-theme-all .pi-caption {
    text-align: center;
    color: #3A3A3A;
    padding-top: 0;
    padding-bottom: 0;
}

.portable-infobox.pi-theme-all .pi-image-thumbnail {
    width: 235px;
    height: auto;
}

/*SIMS 2*/

.pi-theme-sim2.portable-infobox {
	border: 2px solid #6495ed;
	border-radius: 5px;
	background: #ffffff;
}

.pi-theme-sim2 .pi-title,
.pi-theme-sim2 .pi-header,
.pi-theme-sim2 .pi-navigation {
	padding: 2px;
	font-size: 11pt;
}

.pi-theme-sim2 .pi-title {
	background: #4466ff;
}

.pi-theme-sim2 .pi-header,
.pi-theme-sim2 .pi-navigation {
	background: #6495ed;
}

.pi-theme-sim2 .pi-data.pi-item-spacing {
	padding: 0;
}

.pi-theme-sim2.portable-infobox .pi-data {
	border-bottom: 1px solid #99bbff;
}

.pi-theme-sim2.portable-infobox .pi-data-label {
    background: #bfdfff;
    -ms-flex-preferred-size: 104px;
    -webkit-flex-basis: 104px;
    -moz-flex-basis: 104px;
    flex-basis: 104px;
}

.pi-theme-sim2 .pi-data-label,
.pi-theme-sim2 .pi-data-value {
	padding: 5px;
}

.portable-infobox.pi-theme-sim2 .pi-header a,
.portable-infobox.pi-theme-sim2 .pi-title a {
    color: #0000a4;
    text-decoration: none;
}

.pi-theme-sim2.portable-infobox.pi-background {
	background: #6495ed;
	border: 1px solid #4466ff;
	border-radius: 5px;
	font-size: 90%;
	overflow: hidden;
	padding: 2px;
	width: 260px;
}

.pi-theme-sim2 .pi-title {
	background: #4466ff;
	font-size: 104%;
	padding: 1px;
}

.pi-theme-sim2.portable-infobox section:nth-of-type(1) .pi-header {
	font-size: 90%;
	background: #4466ff;
}

.pi-theme-sim2.portable-infobox .pi-biography {
	color: #4466ff;
	font-size: smaller;
	font-style: italic;
	line-height: 22px;
	text-align: center;
}

.pi-theme-sim2 .pi-header {
	background: #6495ed;
	font-size: 104%;
	padding: 3px;
}

.pi-theme-sim2 .pi-item.pi-data {
	background: #ffffff;
	border-bottom: 1px solid #99bbff;
	padding: 0;
}

.pi-theme-sim2 .pi-data-label {
	background: #bfdfff;
	padding: 3px;
    -ms-flex-preferred-size: 104px;
    -webkit-flex-basis: 104px;
    -moz-flex-basis: 104px;
    flex-basis: 104px;
}

.pi-theme-sim2 .pi-data-value {	
	padding: 3px;
}

.pi-theme-sim2 .pi-image {
	background: #ffffff;
	padding: 3px 0;
}