Hurtworld Wiki
Aucun résumé des modifications
Game widow (discussion | contributions)
Aucun résumé des modifications
Ligne 16 : Ligne 16 :
 
-o-background-size: cover;
 
-o-background-size: cover;
 
background: url("gamepedia.com") repeat fixed top center / cover #c6b198;
 
background: url("gamepedia.com") repeat fixed top center / cover #c6b198;
  +
}div#mw
}
 
   
 
body #pageWrapper {
 
body #pageWrapper {
Ligne 94 : Ligne 94 :
 
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 
display: inline-block;
 
display: inline-block;
border: 1px solid #ffffff;
+
border: 1px solid #434b4d;
 
border-radius: 4px;
 
border-radius: 4px;
 
padding: 2px 10px;
 
padding: 2px 10px;
Ligne 118 : Ligne 118 :
 
.vectorTabs li a span,
 
.vectorTabs li a span,
 
div.vectorMenu h3 span {
 
div.vectorMenu h3 span {
color: #c0c0c0 !important;
+
color: #c0c0c0;
 
}
 
}
   
Ligne 156 : Ligne 156 :
 
div.vectorMenu h3 span {
 
div.vectorMenu h3 span {
 
font-weight: bold;
 
font-weight: bold;
padding-top: 0.2em;
+
margin-top: -1.2em;
}
 
 
div.vectorMenu h3 span a {
 
background: url("https://commons.gamepedia.com/media/commons.gamepedia.com/0/0b/Vector_menu_downarrow.png") no-repeat scroll center center transparent;
 
 
}
 
}
   
Ligne 193 : Ligne 189 :
 
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 
display: inline-block;
 
display: inline-block;
border: 1px solid #ffffff;
+
border: 1px solid #434b4d;
 
border-radius: 4px;
 
border-radius: 4px;
 
padding: 2px 10px;
 
padding: 2px 10px;
Ligne 199 : Ligne 195 :
 
height: 19px;
 
height: 19px;
 
text-align: center;
 
text-align: center;
}
 
 
div.vectorMenu h3 a {
 
background-color: rgba(0, 0, 0, 0);
 
background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/80/Vector_menu_downarrow_white.png");
 
background-position: 50% 50%;
 
border: medium none;
 
 
}
 
}
   
Ligne 214 : Ligne 203 :
   
 
div#mw-head div.vectorMenu li a {
 
div#mw-head div.vectorMenu li a {
color: #7AB1CC;
+
color: #c0c0c0;
 
}
 
}
   
Ligne 227 : Ligne 216 :
 
.skin-hydradark #mw-panel.collapsible-nav .portal {
 
.skin-hydradark #mw-panel.collapsible-nav .portal {
 
background-image: none;
 
background-image: none;
}
 
 
div#mw-panel {
 
margin: 6em 0em 0em 0em;
 
margin-top: 6em;
 
margin-right: 0em;
 
margin-bottom: 0em;
 
margin-left: 0em;
 
top: 100px;
 
 
}
 
}
   

Version du 8 mars 2019 à 22:46

/* CSS placed here will affect users of the Hydra skin */
/* For mobile view only */
.mobileonly {
    display: none;
}

/* Hide main page heading */
body.page-Hurtworld_Wiki h1.firstHeading {
    display:none;
}

/* Framework */
body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url("gamepedia.com") repeat fixed top center / cover #c6b198;
}div#mw

body #pageWrapper {
    margin-right: 5px;
}

/* Kustom Bulletpointz */

ul {
    list-style-type: disc;
    list-style-image: url(https://hurtworld.gamepedia.com/media/hurtworld.gamepedia.com/7/75/Bulletpoint.png);
    list-style-image: url(https://hurtworld.gamepedia.com/media/hurtworld.gamepedia.com/7/75/Bulletpoint.png) !ie;
}

/* Logo */
#p-logo {
    height: 30px;
    left: 0;
    margin-bottom: 1em;
    position: relative;
    top: -140px;
    width: 10em;
}

/* Head */
div#mw-head {
    top: 1em;
}

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

#mw-head-base {
    background: transparent;
    background-image: none;
    border-bottom: 0px;
    height: 3em;
}

/* Tabs */
#left-navigation {
   left: 0px;
   margin-top: 1em;
}

#right-navigation {
    margin-right: 3.5em;
    margin-top: 1em;
}

/* Menus */

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

div.vectorTabs ul li {
    margin-right: 5px;
}

div.vectorTabs li span {
    background:#434b4d;
    background:-moz-linear-gradient(top, #354145 35%, #192327 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(35%,#354145), color-stop(100%,#192327));
    background:-webkit-linear-gradient(top, #354145 35%, #192327 100%);
    background:-o-linear-gradient(top, #354145 35%, #192327 100%);
    background:-ms-linear-gradient(top, #354145 35%, #192327 100%);
    background: linear-gradient(to bottom, #354145 35%, #192327 100%);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    display: inline-block;
    border: 1px solid #434b4d;
    border-radius: 4px;
    padding: 2px 10px;
    margin-top: 0.5em;
    height: 19px;
    text-align: center;
}

div.vectorTabs li a {
    background-image: none;
    margin-top: -16px;
}

div#mw-head li.new a,
div#mw-head li.new a:visited {
    color: #fc0000 !important;
    text-shadow: 1px 1px #000000;
}

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

div.vectorTabs li span a {
    color: #222222;
    font-weight: bold;
    text-align: center;
}

div.vectorTabs ul li:first-child {
    border-image: none;
    border-left: medium none;
}

div#mw-head li.selected a,
div#mw-head li.selected a span,
div#mw-head div.vectorTabs li.selected a,
div#mw-head div.vectorTabs li.selected a:visited {
    color: #ffffff !important;
    font-weight: bold;
}

div#p-sharing .menu {
   margin-left: 45px;
   min-width: 0px;
   width: 48px;
}

#p-sharing #socialIconImages img {
   width: 100%;
}

#p-sharing #socialIconImages a {
   width: 40px;
}

div.vectorMenu h3 span {
    font-weight: bold;
    margin-top: -1.2em;
}

div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant {
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 0.2em;
    text-shadow: none;
}

#ca-unwatch.icon a,
#ca-watch.icon a {
    margin-left: 3px;
    padding: 18px 0 0;
    padding-top: 1.4em !important;
}

div.vectorMenu div.menu {
    border: none;
    margin-left: 5px;
}

div#mw-head div.vectorMenu h3 {
    background:#434b4d;
    background:-moz-linear-gradient(top, #354145 35%, #192327 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(35%,#354145), color-stop(100%,#192327));
    background:-webkit-linear-gradient(top, #354145 35%, #192327 100%);
    background:-o-linear-gradient(top, #354145 35%, #192327 100%);
    background:-ms-linear-gradient(top, #354145 35%, #192327 100%);
    background: linear-gradient(to bottom, #354145 35%, #192327 100%);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    display: inline-block;
    border: 1px solid #434b4d;
    border-radius: 4px;
    padding: 2px 10px;
    margin-top: 0.5em;
    height: 19px;
    text-align: center;
}

div#mw-head div.vectorMenu li.selected a,
div#mw-head div.vectorMenu li.selected a:visited {
    color: #c0c0c0;
}

div#mw-head div.vectorMenu li a {
    color: #c0c0c0;
}

div#mw-head div.vectorMenu ul {
    background-color: #000000;
    background-image: none;
    border-right: 5px none;
    box-shadow: 0 0.1em 0.75em #d5d4d4;
}

/* Sidebar */
.skin-hydradark #mw-panel.collapsible-nav .portal {
    background-image: none;
}

div#mw-panel div.portal h3,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a:visited,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    color: ffffff;
}
 
div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:link,
div#mw-panel div.portal div.body ul li a:visited {
    color: #FFFFFF;
    text-shadow: 1px 1px #797979;
}

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

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

div#mw-panel div.portal#p-sitePromos {
    background: none;
    border: none;
    margin-left: 10px !important;
    padding: 0;
}

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%;
}

/* Content */
div#content {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #c6b198;
    margin-top: 1.5em;
    border-radius: 2px;
    box-shadow: 0 0.1em 0.75em #012437;
    color: #ffffff;
    box-sizing: border-box;
}

/* anchors */
a, 
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external, 
div#content a.external:visited {
    color: #c6b198;
}

h1, h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #c6b198;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
}

h3, h4, h5, h6 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #c0c0c0;
}

#catlinks,
.skin-hydradark #toc,
.skin-hydradark .toc,
.mw-warning,
ul#filetoc {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: #012437;
}

.CategoryTreeEmptyBullet {
    color: #c0c0c0;
}

.catlinks li {
    border-left: none;
}

.CategoryTreeToggle {
    color: #989296;
}

code {
    background-color: #012437;
}

/* Footer */
div#footer {
    background-image: none;
}

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

div#footer a { 
    color: #ffffff;
}

div#footer a:hover { 
    color: #989296;
}

/* Page history */
.skin-hydradark #pagehistory li {
    background-color: transparent;
    border: none;
    padding: 3px;
}

.skin-hydradark #pagehistory li.selected {
    background-color: #01060c;
    background-image: none;
    border: 1px dashed #012437;
    padding: 3px;
}

.skin-hydradark table.diff {
    background: transparent;
}

/* thumbnails and galleries and image file history */
div.thumb {
    border: 1px solid #012437;
    margin: 2px;
    margin-left: 6px;
}

img.thumbborder {
    border: 1px solid #012437;
    padding: 5px;
}

div.thumbinner {
    background-color: rgba(0, 0, 0, 0.2);
    border: medium none;
}

li.gallerybox div.thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #012437;
}

html .thumbimage {
    border: 1px solid #012437;
}

div.tright div.tleft {
    border: 1px solid #012437 !important;
}

div.tright {
    clear: right;
    float: right;
}

#file img:hover,
.filehistory a img {
    background: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/84/Dark_checker.svg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.filehistory a img:hover {
    background: rgba(0, 0, 0, 0);
}

/* tables */
.skin-hydradark table.wikitable {
}

.skin-hydradark table.wikitable > caption {
}

.skin-hydradark table.wikitable > tr > th,
.skin-hydradark table.wikitable > * > tr > th {
}

.skin-hydradark table.wikitable > tr > td,
.skin-hydradark table.wikitable > * > tr > td {
}

table.jquery-tablesorter th.headerSort {
}

table.jquery-tablesorter th.headerSortDown {
}

table.jquery-tablesorter th.headerSortUp {
}

.skin-hydradark .wikitable th {
}

.skin-hydradark .wikitable td {
}

table.mw_metadata th {
    background: #c6b198;
    border: 1px solid #01060c;
    color: #FFFFFF;
}

table.mw_metadata td {
    background-color: transparent;
    border: 1px solid #01060c;
    color: #c0c0c0;
}

.skin-hydradark .mw-datatable th {
    border: 1px solid #01060c;
}

.skin-hydradark .mw-datatable,
.skin-hydradark .mw-datatable td {
    border: 1px solid #01060c;
}

.skin-hydradark .TablePager {
    border:1px solid #01060c;
    color: #c0c0c0;
    padding:0 0.15em;
}

.skin-hydradark .TablePager th {
    background-color: #c6b198;
    color: #ffffff;
    border:1px solid #01060c;
    padding:0 0.15em;
}

.skin-hydradark .TablePager tr:hover td {
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: #FFFFFF;
}

.skin-hydradark .TablePager th a {
    background-color: #c6b198;
    color: #FFFFFF !important;
}
 
.skin-hydradark .TablePager td {
    background: transparent !important;
    border: 1px solid #01060c;
    color: #c0c0c0;
}

/* colour fix for advanced search options box */
fieldset#mw-searchoptions {
    background-color: rgba(0, 0, 0, 0);
    border-color: #c6b198 !important;
}

.skin-hydradark .mw-search-profile-tabs {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #012437;
    margin-top: 1em;
}

.skin-hydradark .mw-search-profile-tabs div.search-types ul li.current a {
    color: #FFFFFF;
}

/* Preferences */
.skin-hydradark #preftoc {
    background-color: rgba(1, 36, 55, 0.5);
    border: 0px;
    margin: 0 0 4px !important;
}

.skin-hydradark #preftoc,
.skin-hydradark #preftoc li,  
.skin-hydradark #preferences, 
.skin-hydradark #preftoc li a {
    background-image: none;
    background-color: transparent;
    color: #c0c0c0;
}

.skin-hydradark #preferences legend {
    color: #c0c0c0;
}

.skin-hydradark #preftoc li.selected a {
    background-color: rgba(1, 36, 55, 0.5);
    background-image: none;
    border-color: #01060c;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #FFFFFF;
}

.skin-hydradark #preferences {
    background-color: rgba(1, 36, 55, 0.5);
    border: 1px solid #01060c;
}

.skin-hydradark #preferences fieldset {
    border-color: #01060c;
}


#mw-createaccount-join {
    box-shadow: 4px 4px 4px 4px rgba(255, 255, 255, 0.2);
}

/* Wiki editor fixes */
div.wikiEditor-ui {
    background: rgba(0, 0, 0, 0);
    border: medium none;
}

div.wikiEditor-ui-buttons {
    background-color: rgba(0, 0, 0, 0);
    border-top: medium none;
    margin-right: 5px;
}

div.wikiEditor-ui-controls {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #012437;
}

div.wikiEditor-ui-tabs {
    background-color: #01060c;
    border-left: 1px solid #012437;
    border-top: 1px solid #012437;
}

div.wikiEditor-ui-tabs div {
    background-color: #01060c;
    border-right: 1px solid #012437;
    border-bottom: 1px solid #012437;
}

div.wikiEditor-ui-tabs div a {
     background: #01060c;  /* you can use a gradient here if you want to get fancy */
     color: #ffffff;
}

div.wikiEditor-ui-tabs div.current {
    background-color: #01060c;
    border-bottom: 1px solid #012437;
}

div.wikiEditor-ui-tabs div.current a {
    color: #989296;
    font-weight: bold;
}

div.wikiEditor-ui .wikiEditor-ui-top {
   border-bottom: 1px solid #012437;
}

div.wikiEditor-toolbar-spritedButton {
    background: url('https://help.gamepedia.com/media/help.gamepedia.com/5/5c/Editbar_sprites.png');
}

div.wikiEditor-ui-toolbar {
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

div.wikiEditor-ui-toolbar .group {
    border-right: 1px solid #012437;
}

div.wikiEditor-ui-toolbar .group-search {
   border-left: 1px solid #012437;
   border-right: none;
}

div.wikiEditor-ui-toolbar .group .label {
   color: #ffffff;
}

.tab {
   border-color: transparent;
}

div.wikiEditor-ui-toolbar .tabs span.tab a,
div.wikiEditor-ui-toolbar .tabs span.tab a:visited {
   color: #ffffff;
}

div.wikiEditor-ui-toolbar .tabs span.tab a.current,
div.wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
   color: #ffffff;
}

div.wikiEditor-ui-toolbar .group .tool-select .label {
   color: #000000;
}

div.wikiEditor-ui-toolbar .sections .section {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid #012437;
}

div.wikiEditor-ui-toolbar .booklet .index div {
    color: #989296;
}

div.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: transparent;
    color: #ffffff;
}

div.wikiEditor-ui-toolbar .booklet .pages {
    background-color: transparent;
}

div.wikiEditor-ui-toolbar .page-characters div span {
    border: 1px solid #012437;
    color: #ffffff;
}

div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #012437;
    color: #989296;
}

div.wikiEditor-ui-toolbar .page-table td {
    border-top: 1px solid #012437;
    color: #ffffff;
}

div.wikiEditor-preview-loading {
    background-color: transparent;
}

div.wikiEditor-preview-contents {
    background-color: transparent;
    border-color: -moz-use-text-color #012437 #012437;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

div.editOptions {  
    background-color: transparent;
    border-color: -moz-use-text-color #012437 #012437;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

/* 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;
}

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

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

.fpbanner {
  border: 1px solid #c6b198;
  box-shadow: rgba(255, 153, 0, .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 #c6b198;
  box-shadow: rgba(255, 153, 0, .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 #c6b198;
  color: #c6b198;
  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 #c6b198;
  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;
}

/* TABS */
div.vectorMenu div.menu {
    top: 2.1em;
}