MediaWiki:Themes.css

From The Sims Wiki, a collaborative database for The Sims series
This is an old revision of this page, as edited by sims>C.Syde65 at 04:51, 6 December 2017 (Dunno why it wasn't cooperating. Maybe it's lagging too much.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Jump to navigation Jump to search

Note: After saving, 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)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Edge: Press Ctrl-Shift-Del, select Cached data and files, and click Clear
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/*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;
    text-align: center;
    font-weight: bold;
}

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

.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 .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.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;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

.pi-theme-sim2 section:nth-of-type(1) .pi-header {
	font-size: 90%;
	background: #4466ff;
	text-align: center;
	color: #ffffff;
}

.pi-theme-sim2 .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;
}