Tabletop Simulator Wiki
Register
No edit summary
No edit summary
Line 158: Line 158:
 
background: #4b4b4b;
 
background: #4b4b4b;
 
font-size:
 
font-size:
  +
}
  +
  +
table.homepageTable * td {
  +
border: 1px solid #9e8c7f !important;
  +
}
  +
  +
.mf-header {
  +
color: #df7915;
  +
font-weight: bold;
  +
font-size: 24px;
  +
text-align: center;
 
}
 
}

Revision as of 12:51, 24 March 2015

/* CSS placed here will be applied to all skins */

/* Front page fix */
body.page-Tabletop_Simulator_Wiki h1.firstHeading { display:none; }

/***************************
/* Template example styles *
/***************************/
span.templateexmaple {
  font-family: fixed-width;
}

span.templateexample span.templatelink {
  font-weight: bold;
}

span.templateexample span.paramname {
}

span.templateexample span.paramvalue {
  color: #777777;
  font-style: italic;
}

/********************
/* Notice templates *
/********************/
.topNotice {
  border: 2px solid #ff9900;
  background: #ffffff;
  color: #333333;
  margin: 0 0 10px 0;
  padding: 3px 6px;
  overflow: auto;
}

.topNotice .heading {
  color: #222222;
  font-size: 132%;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0;
}

.topNotice.delete {
  border: 2px solid #ff0000;
}

.topNotice.move, .topnotice.merge, .topnotice.split {
  border: 2px solid #bb8800;
}

.topNotice.pagestub, .topNotice.imagerequest, .topNotice.nowalkthrough {
  border: 2px solid #008000;
}

/******************
/* Image licenses *
/******************/
div.imageLicense {
  border: 2px solid #ff6600;
  background: #ffffff;
  color: #333333;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div.imageLicense.nolicense {
  border: 2px solid #ff0000;
}

/*********************
/* Front page styles *
/*********************/
.claimwikibutton {
  text-align: center;
}

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

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

/******************
/* General styles *
/******************/
.contentbox {
  border: 1px solid #aaaaaa;
  background: #eeeeee;
  color: #333333;
  margin: 0 0 10px 0;
  padding: 3px 6px;
  overflow: auto;
}

span.bullet {
  background: transparent no-repeat center 60%;
  width: 9px;
  font-size: 11px;
  vertical-align: baseline;
}

.dablink {
  padding: 2px 36px 10px 36px;
  font-style: italic;
}

span.ghost {
  color: #777777; /* For any text that appear fainter for some reason */
}

.columns {
  padding: 0;
  margin: 10px 0 0 0;
  overflow: hidden;
}

.columns .leftcol {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}

.columns .centercol {
  float: left;
  margin: 0;
  padding: 0;
}

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

/* Infobox Tables */
table.infobox {
    background: #181818;
    border: 1px solid #383838;
    color: #d5d4d4;
    margin: 1em 1em 1em 0;
    max-width: 25em;
    float: right;
}

table.infobox th {
    text-align: center;
    background: #4b4b4b;
    font-size:
}

table.homepageTable * td {
    border: 1px solid #9e8c7f !important;
}

.mf-header {
    color: #df7915;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}