Darkest Dungeon Wiki
Alianin (talk | contribs)
(Fixing logo positioning.)
No edit summary
Line 246: Line 246:
 
/* copyright images tweak */
 
/* copyright images tweak */
 
.skin-hydradark .copyright-icon {
 
.skin-hydradark .copyright-icon {
background-image: url("https://hydra-media.cursecdn.com/commons.cursetech.com/thumb/5/58/Copyright_darkwiki.png/32px-Copyright_darkwiki.png");
+
background-image: url("https://hydra-media.cursecdn.com/commons.gamepedia.com/thumb/5/58/Copyright_darkwiki.png/32px-Copyright_darkwiki.png");
 
background-size: 100%;
 
background-size: 100%;
 
height: 32px;
 
height: 32px;

Revision as of 13:53, 23 February 2017

/* Sitewide CSS stylesheet. Take care when making any changes as they'll be pushed to every user almost immediately. */

/* cursors all around! */
input {
    cursor: url(https://hydra-media.cursecdn.com/darkestdungeon.gamepedia.com/4/41/Arrow.png), auto;
}
a {
    cursor: url(https://hydra-media.cursecdn.com/darkestdungeon.gamepedia.com/6/68/Arrowlink.png), auto;
}

/* Tooltips */
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: rgba(0,0,0,0.9);
    background-image: url(https://hydra-media.cursecdn.com/darkestdungeon.gamepedia.com/e/eb/Ancestorface.png);
    background-repeat: no-repeat;
    background-position: 5px 15px;
    box-shadow: 3px 3px 15px #6E7A7A;
    cursor: url(https://hydra-media.cursecdn.com/darkestdungeon.gamepedia.com/2/23/Arrowbubble.png), auto;
    color: #fff;
    text-align: justify;
    border-radius: 6px;
    padding: 10px;
    padding-bottom: 2px;
    padding-left: 90px;
    min-height: 85px;
    min-width: 5em;

    position: absolute;
    z-index: 10;
    top: -5px;
    right: 105%;
}

.tooltip .tooltiptext {
    opacity: 0;
    transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
    opacity: 1;
}


.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* Pretty light-grey for visited links and other link stuffs. */
a.new:link {color: #F2852C}
a:link     {color: #F2852C}
a:visited  {color: #F2852C}

/* Adjust preformatted text size */
pre {
	font-size: 100%;
}

/* Edit notices */
.enerror { background-color: #FFDBDB; border: 1px solid #BB7070; }

/* Miscellaneous fixes */
#wpSave { font-weight: bold; }

li.gallerybox div.thumb {
    text-align: center;
    border: 1px solid #323334;
    background-color: transparent;
    margin: 2px;
}

/* Sexy bulletpoints */

ul {
list-style-type: disc;
list-style-image: url(https://hydra-media.cursecdn.com/darkestdungeon.gamepedia.com/d/dd/MiniScrollpip.png);
list-style-image: url(https://hydra-media.cursecdn.com/darkestdungeon.gamepedia.com/d/dd/MiniScrollpip.png) !ie;
}
/**************************************************************
/* Table styles *
/*************************************************************/


/*adjust table header colors*/
.table.wikitable th{
    background-color:#610704;
}

/*Bullet Points; using the same as used ingame; file is under [[File:Scrollpip.png]]*/
.ul {list-item-image: url(https://hydra-media.cursecdn.com/darkestdungeon.gamepedia.com/d/dd/MiniScrollpip.png);
}

table.wikitable {
    background: rgb(255,255,255); /* fallback for legacy support */
    background: rgba(255,255,255,.1);
}

/* for "edit this page" tab and "discussion" tab etc */
.pagetab {
     border-style: solid solid none;
     border-width: thin;
     border-color: #808080;
     padding:0.25ex 1ex 0ex;
     font-size: 95%;
}

.ambox {
    background-color: #282828;
    border-bottom-color: #383838;
    border-right-color: #383838;
    border-top-color: #383838;
    border-collapse: collapse;
    font-size: 95%;
    margin: 0 auto 2px auto;
    width: 80%;
}

.ambox-gray {
    border-left-color: #383838;
}

.ambox.ambox-tiny {
    font-size: 90%;
    margin: 2px 0;
    width: auto;
}

.ambox + .ambox {
     margin-top: -2px;
}

.ambox-text {
     padding: 0.25em 0.5em;
}

.ambox-image {
     padding: 2px 0px 2px 0.5em;
     text-align: center;
     width: 60px;
}

.ambox-tiny .ambox-image {
     padding: 2px 0.5em;
     text-align: left;
     width: auto;
}

/* Ambox colors */
.ambox-blue {
     border-left: 10px solid #1e90ff;
}

.ambox-red {
     border-left: 10px solid #b22222;
}

.ambox-orange {
     border-left: 10px solid #f28500;
}

.ambox-yellow {
     border-left: 10px solid #f4c430;
}

.ambox-purple {
     border-left: 10px solid #9932cc;
}

.ambox-gray {
     border-left: 10px solid #bba;
}

.ambox-green {
     border-left: 10px solid #228b22;
}

/* Ambox small text */
.amsmalltext {
     font-size: smaller;
     margin-left:0.8em;
     margin-top:0.5em;
}

/* INFOBOXES: game or book depended color style */
.infoboxtable {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #505050;
    color: #ffffff;
    float: right;
    font-size: 89%; 
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.2em; 
    width: 300px;
}

.infoboxtable td {
    vertical-align: top;
}

.infoboxtable td > div {
    background-color: #181818; 
    border: 2px solid inherit; 
    border-radius: 5px; 
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}

.infoboxname {
    background-color: #181818; 
    font-size: 110%; 
    font-weight: bold;
    padding: 0.5em; 
}

.infoboxdetails {
    padding: 0em;
}

/* Claim wiki button - this section can be removed if you remove the claim button from the main page */
.claimwikibutton {
  text-align: center;
}

.claimwikibutton a {
    background: url("http://media-mercury.cursecdn.com/attachments/1/716/claim_wiki_button.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
    color: transparent;
    display: block;
    height: 57px;
    margin: 0 auto;
    max-width: 100%;
    width: 200px;
}

.claimwikibutton a:hover {
    background: url("http://media-mercury.cursecdn.com/attachments/1/717/claim_wiki_button_hover.png") no-repeat scroll left center / 100% auto rgba(0, 0, 0, 0);
    color: transparent;
}

/* copyright images tweak */
.skin-hydradark .copyright-icon {
    background-image: url("https://hydra-media.cursecdn.com/commons.gamepedia.com/thumb/5/58/Copyright_darkwiki.png/32px-Copyright_darkwiki.png");
    background-size: 100%;
    height: 32px;
    width: 32px;
}

table.mw-abuselog-details {
    background: rgb(0,0,0); /* fallback for legacy support */
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000;
}

table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background: #C16911;
    text-align: center;
}

.wikitable th,
table.mw-abuselog-details th {
    background: #C16911;
    border: 1px solid #000;
    color: #fff;
    text-shadow: 1px 1px #000;
    padding: 0.2em;
}

table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
    border: 1px solid #000;
}

.wikitable td {
    color: #fff;
    padding: 0.2em;
}

table.wikipoints {
    background: rgb(255,255,255); /* fallback for legacy support */
    background: rgba(255,255,255,.1);
}

table.mw-abuselog-details {
    background: rgb(0,0,0); /* fallback for legacy support */
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #000;
}

table.wikipoints > tr > th,
table.wikipoints > * > tr > th {
    background: #C16911;
    text-align: center;
}

.wikipoints th,
table.mw-abuselog-details th {
    background: #C16911;
    border: 1px solid #000;
    color: #fff;
    text-shadow: 1px 1px #000;
    padding: 0.2em;
}

table.wikipoints > tr > th,
table.wikipoints > tr > td,
table.wikipoints > * > tr > th,
table.wikipoints > * > tr > td {
    border: 1px solid #000;
}

.wikipoints td {
    border: 1px solid #3badc0;
    color: #fff;
    padding: 0.2em;
}

/* PootTabs */
/* "Poot" tab boxes */
.poot-tabs-container a:active,.poot-tabs :focus
{
  outline:none;
  -moz-outline-style:none;
}

.poot-tabs-hidelink
{
  float: right;
}

.poot-tabs-showhide
{
  display: none;
}

.poot-tabs-navbar
{
  float: left;
}

.poot-tabs-container
{
  display:block;
  margin-left:auto;
  margin-right:auto;
  border:1px solid #b44335;
  padding:3px;
}

.poot-tabs-container + .poot-tabs-container, .poot-tabs-container + table.navbox, table.navbox + .poot-tabs-container {
  margin-top:-1px; /* Single pixel border between adjacent navboxes/tabboxes */
}

.poot-tabs-vertical .poot-tabs
{
  float:left;
}

.poot-tabs-horizontal .poot-tabs
{
  text-align:center;
}

.poot-tabs-title
{
  background:#1e90ff;
  font-weight:bold;
  text-align:center;
  padding-left:1em;
  padding-right:1em;
  margin-bottom:2px;
}

.poot-tabs > ul
{
  list-style-type:none;
  list-style-image:none;
  margin:0px;
}

.poot-tabs-vertical .poot-tabs > ul > li
{
  display:block;
  padding:4px 6px 4px 4px;
  margin-top:1px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
}

.poot-tabs-vertical .poot-tabs > ul > li:first-child
{
  margin-top:0px;
}


.poot-tabs-horizontal .poot-tabs > ul > li
{
  display:inline;
  padding:4px 4px 4px 4px;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:4px;
  margin-right:4px;
}

.poot-tabs > ul > li
{
  cursor:pointer;
}

/* Vertical uses white space between tabs, horizontal doesn't */
.poot-tabs-vertical .poot-tabs > ul > li, .poot-tabs-horizontal .poot-tabs > ul
{
  background:#adddff;
}

.poot-tabs > ul > li.poot-tabs-selected
{
  background:#1e90ff;
}

.poot-tabs-content > div
{
  position:absolute;
  top:0px;
  right:0px;
  left:2px; /* Simulate padding */
}

.poot-tabs-content > div:not(.poot-tabs-selected)
{
  display:none;
}

.poot-tabs-content
{
  position:relative;
  background:#f7fcff;
}
/* End PootTabs */

/* Diff styles */
.diff-file {
    font-family: monospace;
}
.diff-contents {
    display: none; /* Hidden by default */
    margin: 4px;
    margin-left: 64px;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    background: #F9F9F9;
}
.diff-name-text, .diff-name-binary .diff-file-renamed {
    display: block;
}
.diff-name-binary, .diff-file-renamed {
    color: #606060;
}
.diff-name-text {
    font-weight: bold;
    cursor: pointer;
}
.diff-file-deleted .diff-name-text {
    font-weight: normal;
    cursor: auto;
    color: #6F0000;
}
.diff-name-text:before {
    content: "[+] ";
}
.diff-name-binary:before {
    content: "[B] ";
}
.diff-file-renamed:before {
    content: "[R] ";
}
.diff-name-text:hover {
    text-decoration: underline;
    color: #303090;
}
.diff-file-deleted .diff-name-text:hover {
    text-decoration: none;
    color: #6F0000;
}
.diff-line-entry, .diff-line-ellipsis {
    display: block;
    white-space: pre-wrap;
    clear: both;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
}
.diff-line-ellipsis {
    background: #FFFFFF;
}
.diff-line-old, .diff-line-new {
    width: 52px;
    text-align: right;
    border-right: 1px solid #E0E0E0;
    padding-right: 4px;
    color: #696969;
    float: left;
    font-size: 0.9em;
}
.diff-line-na {
    font-style: italic;
    color: #A0A0A0;
}
.diff-line-entry .diff-line-old, .diff-line-entry .diff-line-new {
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: -1px;
}
.diff-line-ellipsis + .diff-line-entry .diff-line-old, .diff-line-ellipsis + .diff-line-entry .diff-line-new {
    border-top: 1px solid #D0D0D0;
    margin-top: -1px;
}
.diff-line-ellipsis {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.4em;
    color: #666666;
    text-indent: 114px;
}
.diff-line-add .diff-line {
    background: #D9FFD9;
    border-left: 1px solid #60CC60;
    border-right: 1px solid #60CC60;
}
.diff-line-add.diff-line-first .diff-line {
    border-top: 1px solid #60CC60;
}
.diff-line-add.diff-line-last .diff-line {
    border-bottom: 1px solid #60CC60;
}
.diff-line-remove .diff-line {
    background: #FFD9D9;
    border-left: 1px solid #CC6060;
    border-right: 1px solid #CC6060;
}
.diff-line-remove.diff-line-first .diff-line {
    border-top: 1px solid #CC6060;
}
.diff-line-remove.diff-line-last .diff-line {
    border-bottom: 1px solid #CC6060;
}
.diff-line {
    display: block;
    padding-left: 4px;
    margin-left: 114px;
}

/* Alternating shading of table rows */
.oddrowsgray tr:nth-child(odd) {
    background-color: #ededed;
}

/* Client-side image scaling */
.images40pxwidth img {
    width: 40px;
    height: auto;
}

/* Disambig header */
.dablink { font-style: italic; padding-left: 1.5em; margin-bottom: 1em; 
}

/******************
/* Sidebar styles *
/******************/

div#mw-panel div.portal h5 {
    color: #FFFFFF;
}
 
div#mw-panel div.portal div.body ul li a {
    color: #FFFFFF;
}

div#mw-panel div.portal div.body ul li a:visited {
    color: #FFFFFF;
}

div#mw-panel div.portal div.body ul li a:hover {
    color:#ffffff;
}

div#mw-panel div.portal div.body ul li a:link {
    color:#ffffff;
}

/* social media add-on fix */
div#mw-panel div.portal#p-socialProfiles {
    background: none;
    border: none;
    padding: 0;
    margin: 10px 0;
}

.promoSidebar {
    margin-left: 10px;
}

div#mw-panel div.portal#p-socialProfiles h5,
div#mw-panel div.portal#p-sitePromos h5 {
    display: none;
}

div#mw-panel div.portal#p-socialProfiles div.body,
div#mw-panel div.portal#p-sitePromos div.body {
    background: none;
    padding: 0;
    margin-left: 0 !important;
    text-align: center;
}

.socialSidebar {
    width: auto;
    max-width: 100%;
}

/* CSS placed here will affect users of the Vector skin */
body {
        background-attachment: fixed;
        background-color: #000000;
        background-image: url(https://hydra-media.cursecdn.com/darkestdungeon.gamepedia.com/8/82/WebBG.png);
        background-size: cover;
	min-width: 500px;
        cursor: url(https://hydra-media.cursecdn.com/darkestdungeon.gamepedia.com/4/41/Arrow.png),auto;
}

#pageWrapper {
	margin-right: 10px;
}

div#mw-panel {
	margin-top: -20px;
}

div#content {
	background-color: rgba(0,0,0,0.6);
	background-image: none;
	border: 1px solid #424242;
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
}

div#mw-page-base {
	background: transparent;
}

div#mw-head-base {
	background: transparent;
}

/* Logo */
#p-logo {
    left: 50vw;
    margin-left: -250px;
    margin-top: 10px;
}

#p-logo a {
    height: 120px;
    width: 494px;
}

div#p-logo {
	background-color: transparent;
}

div#p-personal h5 {
	color:;
}

div#p-personal a {
	color:;
}

div#p-personal a:hover {
	color:;
	background: transparent;
}

div#mw-panel div.portal h3,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a {
	color: #d72402;
	text-shadow: 1px 1px #000000;
	font-weight: bold;
	font-size: 105%;
}

div#mw-panel div.portal div.body ul li a:visited {
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

div#mw-panel div.portal div.body ul li a {
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}

div#mw-panel div.portal div.body,
.skin-hydradark #mw-panel.collapsible-nav .portal {
	border-bottom:;
}

div.skin-hydradark #mw-panel.collapsible-nav div#p-socialProfiles.portal,
.skin-hydradark #mw-panel.collapsible-nav #p-sitePromos.portal {
    background-image: none;
}

div#footer {
	background-image: none;
}

div#footer ul li {
	color: #A4A294;
}

div#footer a {
	color:;
}

table {
	font-size: 100%;
	color: #2D2723;
	/* we don't want the bottom borders of <h2>s to be visible through
	 * floated tables */
	background-color:;
}

/* tabs */
#left-navigation {
    background: url("https://hydra-media.cursecdn.com/darkestdungeon.gamepedia.com/2/2e/Skin_tabs_background.png");
    margin-top: 128px;
}

#right-navigation {
    background: url("https://hydra-media.cursecdn.com/darkestdungeon.gamepedia.com/2/2e/Skin_tabs_background.png");
    margin-right: 10px;
    margin-top: 128px;
}

div.vectorTabs,
div.vectorTabs ul li {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;	
}

div#mw-head .vectorTabs ul {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;	
}

div#mw-head .vectorTabs span {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;	
}

div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant {
    color: #ffffff;
    padding-top: 1.375em !important;
    text-transform: uppercase;
}

div.vectorTabs li a,
div.vectorTabs li a:visited {
    color: #ffffff;
    text-transform: uppercase;
}

div.vectorTabs li.selected {
    background: rgba(0, 0, 0, 0) url("https://hydra-media.cursecdn.com/darkestdungeon.gamepedia.com/7/79/Skin_tab_background.png") repeat-x scroll center bottom;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    color: #ffffff !important;
}
 
div.vectorTabs span {
        border-top: 2px solid #505050
	border-right:;
}

div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant {
    padding-top: 0.7em;
}

div.vectorMenu {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAMAAAAlM38UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9QTFRFsbGxmpqa3d3deXl58/n79CzHcQAAAAV0Uk5T/////wD7tg5TAAAAMklEQVR42mJgwQoYBkqYiZEZAhiZUFRDxWGicEPA4nBRhNlAcYQokpVMDEwD6kuAAAMAyGMFQVv5ldcAAAAASUVORK5CYII=");
	border: medium none;
}

div.vectorMenu h3 > a {
    background-image: none;
}

#left-navigation {
    margin-top: 120px;
}

#right-navigation {
    margin-right: 10px;
    margin-top: 120px;
}

#mw-head-base,
#mw-page-base {
    height: 160px;
}

#mw-head-base {
    margin-top: -160px;
}


/* Search */

.mw-search-profile-tabs {
    background-color: transparent;
    border-color: #424242;
}

.mw-search-profile-tabs div.search-types ul li.current a {
    color: white;
}

.mw-ui-button.mw-ui-progressive, .mw-ui-button.mw-ui-primary {
    background: #D72402;
    color: #fff;
    border: 1px solid #D72402;
    text-shadow: 0 1px rgba(0,0,0,0.1);
}

.skin-hydradark fieldset#mw-searchoptions {
    background-color: transparent;
    border-color: #383838;
}

fieldset#mw-searchoptions {
    border: 1px solid #383838 !important;
}
/* Tweak to remove blue links */

div#mw-head a, .vectorTabs li a span, div#mw-head div.vectorTabs a, div#mw-head div.vectorMenu a {
    color: #F2852C;
}

.mw-body a.external {
    color: #F2852C;
}

/*Sliver Fix */

div#mw-head div.vectorMenu h3 {
    background-image: none;
}

div.vectorMenu h3 span {
    padding-top: 1.3em;
    color: #F2852C;
    cursor: pointer;
    text-transform: uppercase;
}

/* bottom footer ads */
.btflb {
	display: block;
	height: 90px;
	margin: 0 auto;
	padding: 5px 0;
	width:728px;
}
/* End ad positioning tweaks */

.htmlform-tip {
    padding-left: 20%;
}

/* For elements which display only in the mobile view */
.mobileonly {
	display: none;
}


/*********************
/* Front page styles *
/*********************/
.fpmain {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.fpbanner {
  border: 1px solid #ffffff;
  box-shadow: rgba(215, 36, 2, .7) 0 0.1em 0.5em
  background: rgba(0, 0, 0, .2 );
  color: #ffffff;
  margin: 0 5px 5px 5px;
  padding: 5px;
  min-height: 80px;
}

.fpbannertable {
  display: table;
  border: none;
  background: transparent;
  width: 100%; 
  min-height: 75px;
  margin: 0;
  padding: 5px;
}

.fpbannercell {
  display: table-cell; 
  text-align: center; 
  vertical-align: middle;
}

.fpbannerblock {
  border: none;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.75);
  font-size: 132%;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

.fpmidsections {
  float: left;
  width: 100%;
  overflow: hidden;
}

.fpbox {
  border: 1px solid #D72402;
  box-shadow: rgba(215, 36, 2, .7) 0 0.1em 0.5em;
  background: rgba(0, 0, 0, 0.10);
  color: #ffffff;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  overflow: auto;
}

.fpbox .mainheading {
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #D72402;
  font-size: 150%;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  overflow: auto;
}

.fpbox .heading {
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 132%;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  overflow: auto;
}

.fpmain .columns .leftcol {
  width: 100%;
  margin: 0;
  padding: 0;
}

.fpmain .columns .rightcol {
  width: 100%;
  margin: 0;
  padding: 0;
}

.fpsection1, .fpsection2, .fpsection3, .fpsection4 {
  float: left;
  clear: both; 
  width: 100%;
}

div.fp2columnonly, div.fp3columnonly {
  display: none; 
}

@media (min-width: 790px) {
  .fpsection1 {
    float: left;
    clear: none;
    width: 50%;
  }

  .fpmidsections {
    clear: none;
    float: right;
    width: 50%;
  }

  .fpsection4 {
    float: left;
    clear: none;
    width: 50%;
  }

  div.fp2columnonly {
    display: block; 
  }
}

@media (min-width: 990px) {
  .fpmain .columns .leftcol {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
  }

  .fpmain .columns .rightcol {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 1390px) {
  .fpmidsections {
    clear: none;
    float: right;
    width: 66.667%;
  }

  .fpsection1 {
    clear: none;
    width: 33.333%;
  }

  .fpsection2 {
    clear: none;
    width: 50%;
  }

  .fpsection3 {
    clear: none;
    width: 50%;
  }
 
  .fpsection4 {
    clear: left;
    width: 33.333%;
  }

  div.fp2columnonly {
    display: none; 
  }

  div.fp3columnonly {
    display: block; 
  }
}

.fpbox.plain {
  border: none;
  box-shadow: none;
  background: transparent;
}

.fpimagelist ul {
  list-style-type: none;
  list-style-image: none;
}

.fpvideos {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.fpvideo {
  display: inline-block;
  margin: 0 5px;
}