Dollhouse Wiki
Advertisement

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/***** CSS placed here will be applied to all skins on the entire site. *****/
/* Makes redirects appear in italics on [[Special:AllPages]] */
.allpagesredirect, .redirect-in-category { font-style: italic; }
/* Begin Hidden List Stuff */
.hiddenlist { display:none; }
.visiblelist { display:block; }

.listexpand { text-decoration: none; color: #66BBFF; }
.listexpand:hover { text-decoration: underline; color: #66BBFF; }
/* End Hidden List Stuff */
/* Begin Panel Stuff */
table.panel {
	background: #270D00;
}
table.panel tr th {
	background: brown;
	font-weight: bold;
}
table.panel td {
	background: #6F2700;
}
/* End Panel Stuff */
/* Begin Sidebar Template (Use for Sidebars Only) */
table.sidebar {
	border: 1px solid #666;
	width: 300px;
	float: right;
	background: #270D00;
        margin-top: 0em;
	margin-left: 1.5em;
	margin-right: 0em;
	margin-bottom: 1.3em;
	clear:right;
}
table.sidebar tr th {
	background: brown;
	text-align: center;
	font-weight: bold;
	font-size:larger;
}
table.sidebar td {
	background: #6F2700;
}
table.sidebar td.sb-left {
	width: 33%;
	font-weight: bold;
	text-align: left;
	vertical-align:top;
}
table.sidebar td.sb-right {
}
table.sidebar td.sb-both {
	text-align: center;
}
/** Deactivate thumbnail formatting in sidebars */

table.sidebar tr td div.thumb,
table.sidebar tr td div.tright,
table.sidebar .thumbinner {
	clear: none;
	float: none;
	border:0 !important;
	margin:0 auto !important;
	padding:0 !important;
	width:auto !important;
	text-align:center;
	display:inline;
}
table.sidebar .thumbinner img {margin:0 auto !important;}
table.sidebar tr td div.thumb div.thumbcaption {display:none;}
/* End Sidebar Template (Use for Sidebars Only) */
/* Begin bigwikitable (User for Full Page Width Tables Only) */
table.bigwikitable {
	border: 1px solid #666;
	width: 100%;
	background: #270D00;
}
table.bigwikitable tr th {
	background: brown;
	font-weight: bold;
}
table.bigwikitable td {
	background: #6F2700;
}
/* End bigwikitable (User for Full Page Width Tables Only) */
/* Begin episodetable (For use on List of Dollhouse episodes Only) */
table.episodetable {
	border: 1px solid #aaa;
	width: 100%;
	background: #270D00;
}
table.episodetable tr th {
	background: brown;
	font-weight: bold;
}
table.episodetable td {
	background: #6F2700;
}
table.episodetable td.txt {
	background: #6F2700;
	text-align: center;
}
table.episodetable td.syn {
	background: #6F2700;
}
/* End episodetable (For use on List of Dollhouse episodes Only) */
/* Begin widetable (Use for Full Page Width Tables Only - no center text) */
table.widetable {
	border: 1px solid #666;
	width: 100%;
	background: #270D00;
}
table.widetable tr th {
	background: brown;
	text-align: left;
	font-weight: bold;
}
table.widetable td {
	background: #6F2700;
}
/* End widetable (Use for Full Page Width Tables Only - no center text) */
table.copyright {
	border: 1px solid #666;
	width: 100%;
	background: #270D00;
	clear: both;
        margin-top: 0em;
	margin-bottom: 1.3em;
}
table.copyright tr th {
	background: brown;
	text-align:center;
	font-weight: bold;
}
table.copyright td.lefttag {
	background: brown;
	text-align: right;
	font-weight: bold;
	vertical-align:middle;
	width:15%;
}
table.copyright td.lefttagpic {
	background: brown;
	text-align: center;
	font-weight: bold;
	vertical-align:middle;
	width:15%;
}
table.copyright td {
	background: #6F2700;
}
Advertisement