Jaws of Extinction Wiki
(fp tweaks)
mNo edit summary
Line 922: Line 922:
 
/* Editor Styling */
 
/* Editor Styling */
 
div.wikiEditor-ui .wikiEditor-ui-view {
 
div.wikiEditor-ui .wikiEditor-ui-view {
border:2px solid#000;
+
border:2px solid #000;
 
}
 
}
   

Revision as of 04:32, 3 October 2018

/* CSS placed here will affect users of the Hydra skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}
 
/* Hide main page header */
body.page-Jaws_of_Extinction_Wiki h1.firstHeading {
    display:none;
}

/* 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: #eeeeee;
    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 */
.infoboxtable {
    background-color: #f9f9f9;
    border: 1px solid #aaaaaa;
    color: #000000;
    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: #f9f9f9;
    border: 2px solid inherit; 
    border-radius: 5px; 
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}

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

.infoboxdetails {
    padding: 0em;
}

/* copyright images tweak */
.copyright-icon {
    background: url("https://commons.gamepedia.com/media/commons.gamepedia.com/thumb/b/b6/Copyright.png/32px-Copyright.png") transparent center center no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
}

.feature {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px; padding: 10px;
}

/* Navbox template style */
table.navbox {
    border: 1px solid #aaaaaa;
    clear: both;
    font-size: 88%;
    margin: auto;
    padding: 1px;
    text-align: center;
    width: 100%; 
}

/* Border between adjacent navboxes */
table.navbox + table.navbox {
    margin-top: -1px;
}

.navbox-title,
.navbox-abovebelow,
table.navbox th {
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}

.navbox-group {
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap;
}

/* Base background */
.navbox, .navbox-subgroup {
    background: rgba(255, 255, 255, 0.2);
}

.navbox-list {
    border-color: rgba(255, 255, 255, 0.2); /* Must match background color */
}

/* Level 1 color */
.navbox-title,
table.navbox th {
    background: rgba(255, 255, 255, 0.2);
    color: #444;
}

/* Level 2 styling */
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: rgba(255, 255, 255, 0.2);
    color: #333;
}

/* Level 3 styling */
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: rgba(0, 0, 0, 0.05);
    color: #333;
}

/* Even row striping */
.navbox-even {
    background: rgba(0, 0, 0, 0.05);
    color: #333;
}

/* Odd row striping */
.navbox-odd {
    background: transparent;
}
 
.collapseButton {
    font-weight: normal;
    width: auto;
}

.navbox .collapseButton {
    width: 6em;
}
 
.navbar {
    font-size: 88%;
    font-weight: normal;
}

.navbox .navbar {
    font-size: 100%;
}
 
table.collapsed tr.collapsible {
    display: none;
}
/* End of new Navbox styling */

/* this section governs the responsive 3 column main page layout */
.fpmain {
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.fpbanner {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid #505050;
    box-shadow: 0 2px 5px #505050;
    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 {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid #505050;
    box-shadow: 0 2px 5px #505050;
    margin: 5px;
    padding: 5px;
    overflow: auto;
}

.fpbox .mainheading {
    border: none;
    border-bottom: 1px solid #505050;
    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 #505050;
    text-align: center;
    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 {
    background: transparent;
    border: none;
    box-shadow: none;
}

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

@font-face {
	font-family: 'GothamProNarrow-Medium';
	src: local('GothamProNarrow-Medium'), local('GothamProNarrow-Medium'), url('/media/hydra/fonts/GothamProNarrow-Medium.ttf') format('truetype');
}

/* Base framework */
body {
  background: url(https://jawsofextinction.gamepedia.com/media/9/98/Bg.jpg) no-repeat;
  background-size:cover;
  background-attachment:fixed;
  background-color:#110c06;
}

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

#mw-head-base {
  height:3.9em;
}

div#content {
  position:relative;
  border:2px solid #fff;
  background-color:rgba(178,163,153,0.75);
  box-shadow:inset 0 0 10px rgba(0,0,0,0.75);
}

div#content::before {
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  content:"";
  background:url(https://jawsofextinction.gamepedia.com/media/b/bf/Content_paper_background.jpg) repeat;
  background-size:cover;
  background-color:#E4D39D;
  z-index:-1;
  opacity:0.8;
}

#pageWrapper {
  margin-right:10px;
}

div#content table {
  color:;
}

div#footer {
  position:relative;
  border:2px solid #fff;
  background-color:rgba(178,163,153,0.75);
  box-shadow:inset 0 0 10px rgba(0,0,0,0.75);
  margin-top:4em;
  margin-bottom:2em;
}

div#footer::before {
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  content:"";
  background:url(https://jawsofextinction.gamepedia.com/media/b/bf/Content_paper_background.jpg) repeat;
  background-size:cover;
  background-color:#E4D39D;
  z-index:-1;
  opacity:0.8;
}

div#footer ul li {
  color:;
}

footer {
  border-top:#f48020 1px solid;
}

#p-logo {
  top:-125px;
  height:50px;
  background-repeat:no-repeat;
}

#p-logo a {
  height:50px;
  background-size: contain;
}

fieldset {
  border-color:#000;
}

.oo-ui-panelLayout-framed {
  border:1px solid #000;
}
/* End base framework */

/* Headings */
h1#firstHeading {
	font-family: 'GothamProNarrow-Medium', sans-serif;
  border-bottom:1px solid #000;
}

h2 {
  border-bottom:1px solid #000;
}
/* end Headings */

/* Sidebar */
div#mw-panel {
  padding-left:.25em;
  margin-left:0.2em;
  top:190px;
}

div#mw-panel div#p-claimWiki {
  margin:0 0.6em 0 0.3em;
}

#mw-panel.collapsible-nav .portal#p-claimWiki {
	margin: 0 0 1.5em 0.2em;
}

div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles) {
  padding:0;
  margin-left:0;
  margin-right:0.1em;
  margin-bottom:15px;
}

div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:visited,
div#mw-panel div.portal div.body ul li a:link,
#mw-panel.collapsible-nav a:visited{
  color: #e6e6e6;
  font-family: sans-serif;
  font-weight:bold;
}

#mw-panel.collapsible-nav .portal div.body ul,
#mw-panel .portal div.body ul{
  margin-left: -0.75em; 
  margin-right:0.5em;
}

#mw-panel.collapsible-nav .portal div.body ul li,
#mw-panel .portal div.body ul li {
  padding-left:0.2em;
}

#mw-panel .portal div.body ul li a{
  margin-left:0.2em;
  font-size:1.1em;
}

div#mw-panel div.portal h3:not(#p-socialProfiles-label):not(#p-sitePromos-label) {
  margin:0;
  font-weight:bold;
  font-size:0.9em;
  padding:5px;
  padding-left:20px;
}

div#mw-panel div.portal h3 a,
div#mw-panel div.portal h3,
#mw-panel.collapsible-nav .portal.collapsed h3,
#mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a{
	font-family: sans-serif;
  font-size:1.1em;
  letter-spacing:0.05em;
  font-weight:bold;
  color: #E5E5E5;
  text-shadow: -1px -1px 2px rgba(63,40,20,0.95);
}

div#mw-panel div.portal div.body {
  background-image:url(https://commons.gamepedia.com/media/3/35/Underline_white.png);
}

div#mw-panel div#p-socialProfiles.portal {
  margin:0;
}
/* End Sidebar */

/* Vector tabs */
div.vectorTabs {
  background: none;
  height:1.6em;
}

#left-navigation {
  margin-left:10.85em;
}

div#mw-head div.vectorTabs ul li a,
div#mw-head div.vectorTabs ul li.new a,
h3#p-sharing-label span,
h3#p-cactions-label span {
  color:#000;
  font-size:0.8em;
  font-weight:bold;
}

div.vectorTabs li span,
div#mw-head div.vectorMenu h3 {
  border:0;
  margin:auto 4px;
  background-color:#C7C6C2;
  border-radius:5px 5px 0 0;
  border:1px solid #9D9B9A;
  border-bottom:0;
  box-shadow:-2px -2px 0 #C7C6C2, 2px -2px 0 #C7C6C2, 2px 0px 0 #C7C6C2, -2px 0px 0 #C7C6C2;  
}

div.vectorTabs li.selected span {
  padding-bottom:10px;
  margin-top:-10px;
}

div.vectorMenu h3 span,
div.vectorTabs span a {
  padding-top:0;
}

div.vectorMenu h3 span {
  padding-top:0.7em;
}

div.vectorMenu h3 a {
  height:1.3em;
}

h3#p-sharing-label span,
h3#p-cactions-label span {
  margin-top:-0.5em;
}

div.vectorTabs span,
div#mw-head div.vectorMenu h3 {
  height:1.3em;
  background-image:none;
}

div.vectorTabs span,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs ul li.selected   {
    background: none;
}

#p-search {
  margin-right:10px;
}

div#right-navigation div#simpleSearch {
  color:#fff;
  padding-top:2px;
  padding-bottom:2px;
}

div#simpleSearch #searchInput {
  padding-left:10px;
}

div#simpleSearch #searchInput::placeholder {
  color:hsla(0,0%,100%,.7);
}

div.vectorMenu div.menu {
  top:1.15em;
  padding-top:0.6em;
  border:0;
  background:0;
  margin-left:2px;
}

#p-cactions div.menu ul {
  margin-right:2px;
}

div.vectorMenu div.menu ul,
div.vectorMenu div.menu div#socialIconImages {
  background-color: #C7C6C2;
  border: 1px solid #9D9B9A;
}

div.vectorMenu div.menu a {
  color:#000;
  font-weight:bold;
  text-decoration:none;
}

div.vectorMenu div.menu li:hover {
  background-color:rgba(0,0,0,0.2);
  box-shadow:inset 0 0 10px rgba(0,0,0,0.3);
}

div.vectorMenu div.menu a:hover {
  text-decoration:none;
}

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

div#simpleSearch {
  margin-top:-0.85em;
	background: rgb(32,32,32);
}

div#simpleSearch input {
  color:#f7f7f7;
}

div#mw-head li#ca-watch a,
div#mw-head li#ca-unwatch a {
 padding-top:1.7em;
 color:transparent
}
/* End Vector Tabs */

/* Preferences */
.client-js div#preferences {
  background:rgba(0,0,0,0.1);
  border:1px solid #7f7f7f;
  margin-top:1px;
}

.client-js #preftoc,
.client-js #preftoc li,
.client-js #preftoc li a,
.client-js #preftoc li {
  background-image: none;
  background-color: transparent;
  font-family: sans-serif;
  color:#fff;
  font-size:1em;
}

.client-js #preftoc li a:active {
  font-size:1em;
}

.client-js ul#preftoc {
  margin-left:-0.1em;
  margin-bottom:5px;
}

.client-js #preftoc li.selected a {
  background-image: none;
  color: #000;
  text-decoration:none;
}

.client-js #preftoc li.selected {
  border:0;
  padding-right:0;
}

.client-js #preftoc li:not(.selected) a:hover {
  color:#fff;
  text-decoration:none;
  text-shadow:5px 5px 1px rgba(0,0,0,0.25);
}

.client-js #preferences legend {
  color: #000;
}

#preferences fieldset.prefsection fieldset {
  border-color:#000;
}

.client-js .htmlform-tip {
  color:#333;
}
/* End Preferences */


/* Page History */
#pagehistory li.selected {
  background-color:transparent;
  border:1px solid #333;
  padding:1px;
}

.mw-plusminus-null {
  color:#7f7f7f;
}

ul#pagehistory li {
  border:0;
}
/* end history */

/* tablepager styling */
table.TablePager td {
  border:1px solid #60493C;
}

table.TablePager tr th {
  background-color: #91766A;
  font-family:'GothamProNarrow-Medium', sans-serif;
  letter-spacing:0.05em;
  color: #fff;
  border:2px solid #60493C;
}

table.TablePager tbody tr td {
  background-color:rgba(0,0,0,0.1)
}

table.TablePager tbody tr:hover td {
  background:rgba(75,75,75,0.3);
}
/* end tablepager styling */

/* wikitable styling */
table.wikitable {
  border:1px solid #60493C;
  background-color:rgba(0,0,0,0.1);
  border-radius:1px;
}

table.wikitable tbody tr th
table.wikitable > tr > th,
table.wikitable > * > tr > th {
  background-color: #91766A;
  font-family:'GothamProNarrow-Medium', sans-serif;
  letter-spacing:0.05em;
  color: #fff;
  border:2px solid #60493C;
}

table.wikitable tbody tr td {
  border:1px solid #000;
}
/* End wikitable styling */

/* search styling */
div.mw-search-profile-tabs {
  background-color: #C7C6C2;
  font-family: 'GothamProNarrow-Medium', sans-serif;
  color: #000;
  border:1px solid #9D9B9A;
  font-size:0.9em;
}

fieldset#mw-searchoptions {
  border:1px solid #9D9B9A;
  background-color:rgba(0,0,0,0.1);
}

.mw-search-profile-tabs .search-types {
  padding-left:0;
}

div#content .mw-search-profile-tabs .search-types ul li a {
  color:#000;
  border-right: 1px solid #9D9B9A;
}

.mw-search-profile-tabs ul li.current {
  background-color: rgba(127,127,127,0.2);
  text-shadow:none;
}

.mw-search-profile-tabs ul li:last-child {
  border-bottom:0;
}

/* end search styling */

/* Editor Styling */
div.wikiEditor-ui .wikiEditor-ui-view {
  border:2px solid #000;
}

div.wikiEditor-ui {
    background: transparent;
    border:0;
}

div.wikiEditor-ui-buttons {
    background-color: transparent;
    border-top:0;
    margin-right: 5px;
}

div.wikiEditor-ui-controls,
div.wikiEditor-ui-tabs {
  background-color: transparent;
  border:0;
  margin-bottom:-3px;
  margin-top:10px;
  margin-left:1px;
}

div.wikiEditor-ui-tabs div {
  font-weight:bold;
  border-bottom:0;
  background-color:#C7C6C2;
  border:1px solid #9D9B9A;
  margin-right:5px;
  box-shadow:-2px -2px 0 #C7C6C2, 2px -2px 0 #C7C6C2, 2px 0px 0 #C7C6C2, -2px 0px 0 #C7C6C2;
  border-radius:5px 5px 0 0;
  height:2em;
}

#content div.wikiEditor-ui-tabs div a {
  background-color:transparent;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  line-height:2em;
}

div.wikiEditor-ui-tabs div:not(.current):hover {
  background-color:rgba(0,0,0,0.25);
}

div.wikiEditor-ui-tabs div.current {
  border-bottom:0;
  background-color:#C7C6C2;
  height:calc(2em + 15px);
  margin-top:-15px;
}

div.wikiEditor-ui-toolbar {
  background:rgba(255,255,255,0.3);
}

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

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

.tab {
   border-color: transparent;
}

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

#content div.wikiEditor-ui-toolbar .group .tool-select .label,
#content div.wikiEditor-ui-toolbar .menu .options a.option {
   color: #000000;
}

div.wikiEditor-ui-toolbar .sections .section {
  background:transparent;
  border-top:1px solid #000;
}

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

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

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

div.wikiEditor-ui-toolbar .page-characters div span {
  border: 1px solid #7f7f7f;
  color: #000;
  background:transparent;
}

div.wikiEditor-ui-toolbar .page-characters div span:hover {
  background-color:rgba(127,127,127,0.5);
  border-color:#000;
}

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

.wikiEditor-ui-toolbar .page-table th {
  color:#000;
}

div.wikiEditor-preview-contents,
div.wikiEditor-preview-loading,
div.wikiEditor-ui-toolbar div.oo-ui-widget {
    background-color: transparent;
}

div.editOptions {  
  background-color: transparent;
  border:none;
}
/* End Editor Styling */

/* thumnbail tweaks */
div.thumbinner {
  background-color:rgba(145,118,106,0.7);
  border:1px solid #60463A;
  box-shadow: 0 0 1px #000, inset 0 0 3px rgba(0,0,0,0.5);
}

li.gallerybox div.thumb {
  background-color:rgba(145,118,106,0.7);
  border:1px solid #60463A;
  box-shadow: 0 0 1px #000, inset 0 0 3px rgba(0,0,0,0.5);
}
/* end thumbnail tweaks */

/* Category bar and filetoc */
#catlinks,
ul#filetoc {
  background-color:rgba(145,118,106,0.4);
  border:1px solid #60463A;
  box-shadow: 0 0 1px #000, inset 0 0 1px rgba(0,0,0,0.5);
}
/* end Category bar */

/* Table of contents (toc) styling */
div#toc {
  background-color:rgba(145,118,106,0.4);
  border:1px solid #60463A;
  box-shadow: 0 0 1px #000, inset 0 0 1px rgba(0,0,0,0.5);
}
/* end toc */

/* Infobox styles */
.infobox {
  float: right;
  width: 23em;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0.5em;
  padding: 4px;
  border:1px solid #000;
  background-color:rgba(0,0,0,0.1);
  box-shadow: 0 0 1px #000, inset 0 0 1px rgba(0,0,0,0.5);
}

.infobox-table {
  width: 100%;
  padding: 0;
  background-color:transparent;
  border: 0;
}

.infobox-header {
  text-align:center;
  padding:0.4em;
  padding-bottom: 10px;
  font-size: 150%;
  background-color: #91766A;
  font-family:'GothamProNarrow-Medium', sans-serif;
  letter-spacing:0.05em;
  color: #fff;
  border:2px solid #000;
}

.infobox-section {
  text-align:center;
  background-color: #91766A;
  font-family:'GothamProNarrow-Medium', sans-serif;
  letter-spacing:0.05em;
  color: #fff;
  border:2px solid #000;
}

.infobox-centered {
  text-align: center;
}

.infobox-row {
  vertical-align: top;
}

.infobox-row-name {
  text-align: left;
  white-space: nowrap;
}

.infobox-spacer {
  height: 0.5em;
}
/* End infobox styles */

/* fp (front page) tweaks */
.fpbox {
  border:1px solid #000;
  color:#000;
  border-radius:1px;
}

.fpbox .heading,
.fpbox .welcome {
  font-family: 'GothamProNarrow-Medium', sans-serif;
  color:#000;
}

.fplink {
  margin:3px;
}

.fplink .box {
  background:#c7c6c2;
  border:1px solid #9D9B9A;
  box-shadow:2px 2px 0 #C7C6C2 ,2px -2px 0 #C7C6C2, -2px 2px 0 #C7C6C2, -2px -2px 0 #C7C6C2;
  border-radius:5px;
}
/* end front page tweaks */