Lucifer 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.
@import url("/load.php?mode=articles&only=styles&articles=u:dev:InterlanguageFlags/code.css");
@font-face {
	font-family: "SupernaturalKnight";
	src: url("https://cdn.rawgit.com/BlackQuimera08/fonts/e0a35275/Supernatural_Knight.ttf");
}


/* START site edits */

/* page headers */
.WikiaPage h1 {
	font-family: 'SupernaturalKnight', serif;
}

/* headers within page */
.WikiaPage h3 {
	font-weight: bold;
}

/* END site edits */


/* START infobox */

.portable-infobox {
	box-shadow: 0px 0px 10px 1px #8b0101;
	width: 280px;
	margin-right: 10px;
	color: #fff;
}

.portable-infobox a {
	color: #FFD700;
}

.portable-infobox.pi-background {
	background-color: #5e0202;
}

ul.pi-image-collection-tabs li.pi-tab-link {
	background: transparent;
	border-color: transparent;
}

ul.pi-image-collection-tabs li.pi-tab-link:not(.current) {
	font-weight: bold;
	color: #FFD700;
}

ul.pi-image-collection-tabs li.pi-tab-link:not(.current):hover {
	text-decoration: underline;
}

.portable-infobox .pi-image-collection ul {
	margin: 0px;
}

ul.pi-image-collection-tabs li {
	margin-top: -3px;
	font-size: 11px;
	padding: 0 5px 1px !important;
	margin: 1px !important;
	border: 0px !important;
}

.portable-infobox .pi-border-color {
	border-color: #ad0101;
}

.pi-image-thumbnail {
	width: 280px;
	height: auto;
}

.portable-infobox .pi-title {
	font-size: 19px;
	text-shadow: 2px 1px 2px #000;
	text-align: center;
	color: #f2f2f2;
	background: #5e0202;
}

.portable-infobox .pi-data-label {
	font-size: 11px;
	-ms-flex-preferred-size: 140px;
	-webkit-flex-basis: 140px;
	-moz-flex-basis: 140px;
	flex-basis: 140px;
}

.portable-infobox .pi-data-value {
	font-size: 11px;
	-ms-flex-preferred-size: 200px;
	-webkit-flex-basis: 200px;
	-moz-flex-basis: 200px;
	flex-basis: 200px;
}

.portable-infobox .pi-item-spacing {
	padding: 6px 15px;
}

.portable-infobox .pi-horizontal-group-item {
	text-align: center !important;
}

.pi-header,
.pi-navigation {
	background-color: #000;
	text-align: center;
}

.pi-navigation a {
	color: white;
	text-shadow: 1px 1px 1px #000;
}

.pi-header {
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
}

.pi-horizontal-group-item a {
	color: white;
}

.pi-horizontal-group-item a {
	color: #a11008;
}

.pi-background,
.pi-image {
	background-color: #ad0101;
	border-bottom: 4px solid #ad0101;
}

.pi-horizontal-group-item.pi-data-value {
	color: #a11008;
}

/* END infobox */


/* START tabber */

.tabberlive .tabbertab {
	border: none !important;
	padding: 0px !important;
}

.tabberlive>.tabbernav {
	font: 14px Helvetica, Arial, sans-serif;
	font-weight: normal;
	border-bottom: 5px solid #414141;
}

.tabberlive>.tabbernav>li>a {
	margin: 0;
	padding: 5px 12px 3px 12px;
	border: 1px solid #414141 !important;
	background: #808080 !important;
	color: #000000 !important;
}

.tabberlive>.tabbernav>li>a:hover {
	background: #b3b3b3 !important;
}

.tabberlive>.tabbernav>li.tabberactive>a {
	background: #e6e6e6 !important;
}

/* END tabber */


/* START columns */

div.div-col {
	margin-bottom: 7px;
}

div.div-col dl,
div.div-col ol,
div.div-col ul {
	margin-top: 0;
	margin-bottom: 0;
}

div.div-col ol {
	list-style-type: inherit !important;
}

/* END columns */


/* START mp-box */

.mp-box {
	color: White;
	margin: 0px;
	width: 100%;
	background: #ad0101;
	border-radius: .1em;
	overflow: hidden;
}

.mp-box a {
	color: #FFD700;
}

.mp-box_header {
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
	border-bottom: 3px solid #000;
	font-family: SupernaturalKnight;
	text-align: center;
	font-size: 25px;
	color: #FFD700;
}

/* END mp-box */

/* main page headers */
.MainpageHeading {
	padding-top: 0.5em;
	font-family: 'SupernaturalKnight', serif;
	font-size: 140%;
	text-align: center;
}


/* START Mainpage Box */

.mainpage-box h2 {
	border: medium none;
	color: #FFD700;
	text-shadow: 2px 2px 2px #000;
	font-size: 26px;
	font-family: SupernaturalKnight;
	font-weight: bold;
	line-height: normal;
	margin: 35px 0 20px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

.mainpage-box h2::before,
.mainpage-box h2::after {
	background-color: #ad0101;
	content: "";
	display: inline-block;
	height: 3px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.mainpage-box h2::before {
	margin-left: -50%;
	right: 0.5em;
}

.mainpage-box h2::after {
	left: 0.5em;
	margin-right: -50%;
}

/* END Mainpage Box */

/* START red buttons */

.btn {
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	background: #ad0101;
	border: 1px solid #ad0101;
	color: #FFD700;
	font-family: SupernaturalKnight;
	display: inline-block;
	font-size: 1.2em;
	margin: auto;
	padding: 10px;
	text-decoration: none;
	transition: all 0.5s ease;
	width: 200px !important;
	text-align: center;
}

.btn:hover {
	background-color: #000;
	border: 1px solid #ad0101;
	text-align: center;
	padding: 10px;
}

/* END red buttons */


.tally {
	zoom: .7;
	font-size: 10px;
	line-height: 1em;
	padding: 10px;
	text-transform: uppercase;
}


/* START content portal */

.lucifer-table {
	padding: 10px;
}

.lucifer-table td {
	height: 150px;
	padding: 0;
}

.lucifer-table td div {
	font-family: "SupernaturalKnight", sans-serif;
	height: 24px;
	max-height: 24px;
	padding: 3px !important;
	text-transform: uppercase;
	font-size: 12px;
}

.lucifer-table td:hover div {
	height: 100%;
	max-height: 300px;
	transition: max-height 1s;
	-webkit-transition: max-height 1s;
}

.lucifer-table td:hover {
	cursor: pointer;
}

/* content portal : characters */
.lucifer-table-portals tr:first-child td:first-child {
	background: url("https://vignette.wikia.nocookie.net/lucifer/images/d/d6/S4_poster_lucifer_chloe.jpg/revision/latest?cb=20190503153214") no-repeat;
	background-position: 100% 95%;
	background-size: auto 170%;
	box-shadow: 0px 0px 10px 0 #000;
}

/* content portal : seasons */
.lucifer-table-portals tr:first-child td:last-child {
	background: url("https://vignette.wikia.nocookie.net/lucifer/images/f/f8/S4_poster_black_wings.jpg/revision/latest?cb=20190410132155") no-repeat;
	background-position: 50% 33%;
	background-size: 100% auto;
	box-shadow: 0px 0px 10px 0 #000;
}

/* content portal : species */
.lucifer-table-portals tr:nth-child(2) td:first-child {
	background: url("https://vignette.wikia.nocookie.net/lucifer/images/8/8b/205_screenshot_23xx_Uriel%27s_wings.png/revision/latest?cb=20161219024517") no-repeat;
	background-position: 40% 50%;
	background-size: 150% auto;
	box-shadow: 0px 0px 10px 0 #000;
}

/* content portal : episodes */
.lucifer-table-portals tr:nth-child(2) td:last-child {
	background: url("https://vignette.wikia.nocookie.net/lucifer/images/9/9b/215_promo_12_Lucifer_Trixie.jpg/revision/latest?cb=20170430041914") no-repeat;
	background-position: center;
	background-size: 130%;
	box-shadow: 0px 0px 10px 0 #000;
}

/* content portal : locations */
.lucifer-table-portals tr:last-child td:first-child {
	background: url("https://vignette.wikia.nocookie.net/lucifer/images/9/93/307_Hell.jpg/revision/latest?cb=20180506180146") no-repeat;
	background-size: 100%;
	box-shadow: 0px 0px 10px 0 #000;
}

/* content portal : cast */
.lucifer-table-portals tr:last-child td:last-child {
	background: url("https://vignette.wikia.nocookie.net/lucifer/images/f/f1/Tom_Welling.jpg/revision/latest?cb=20170728014858") no-repeat;
	background-position: 35% 7%;
	background-size: 140% auto;
	box-shadow: 0px 0px 10px 0 #000;
}

.lucifer-table-portals td div {
	background-color: rgba(173, 1, 1, 0.85);
	color: #fff;
}

/* END content portal */


/* START character portal - from OUAT Wiki */

.portalitem {
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	-webkit-transition-property: transform;
	backface-visibility: hidden;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	display: inline-block;
	height: 90px!important;
	margin-bottom: -42px;
	transform: translateZ(0);
	transition-duration: 0.3s;
	transition-property: transform;
	vertical-align: middle;
	width: 90px!important;
}

.portalitem .portalitemhover {
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 100px;
	color: #ebebeb;
	margin-left: -2px;
	margin-top: -93px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	transition: opacity 0.5s;
	visibility: hidden;
	z-index: 10;
}

.portalitem:hover .portalitemhover {
	height: 95px;
	opacity: 0.9;
	visibility: visible;
	width: 95px;
}

.portalitemhover div {
	margin-top: 36px;
	text-align: center;
}

.portalitemhover span {
	font-size: 14px;
	font-weight: bold;
}

.portalitemhover span a {
	color: white;
}

.portalitem p {
	margin: 0;
}

.portalitem:hover,
.portalitem:focus,
.portalitem:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* END character portal */
Advertisement