Difference between revisions of "MediaWiki:Common.css"

From Istaria Lexica

(changed quest template description width)
Line 381: Line 381:
 
.InfoboxQuest td div {
 
.InfoboxQuest td div {
 
   display: inline-block;
 
   display: inline-block;
   width: 95px;
+
   width: 140px;
 
   padding-right: 3px;
 
   padding-right: 3px;
 
   text-align: right;
 
   text-align: right;

Revision as of 13:03, 11 August 2018

/************************
*
* Trophy Hunter page tables
*
*****/
.trophyHunter {
  width: 769px;
}









/************************
*
* MediaWiki general overrides
*
*****/
.toc, #toc { 
  float: right; 
  clear: right;
  max-width: 350px;
  padding: 5px;
  margin: 0 0 10px 15px;
}
hr {
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  border-color: transparent transparent #525252 transparent;
}
body.page-Istaria_Lexica h1.firstHeading {
  display:none; 
}
optgroup {
  color: #fff;
  background-color: #353535;
}
optgroup option {
  color: #fff;
  background-color: #000;
}








/************************
*
* Wikitable and Prettytable
*
*****/
table.wikitable > tr > th, 
table.prettytable > tr > th, 
table.wikitable > * > tr > th,
table.prettytable > * > tr > th {
  background-color: #4C443B;
  text-align: center;
  vertical-align: middle;
  font-size: 1.3em;
}
table.wikitable > tr > th, 
table.prettytable > tr > th, 
table.wikitable > tr > td, 
table.prettytable > tr > td, 
table.wikitable > * > tr > th, 
table.prettytable > * > tr > th, 
table.wikitable > * > tr > td,
table.prettytable > * > tr > td {
  border: 1px solid #837668;
  padding: 0.2em 0.4em;
}
table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #332D27;
  border: 1px solid #837668;
  border-collapse: collapse;
  vertical-align: middle;
  font-size: 90%;
  color: inherit;
}










/************************
*
* Common formatting
*
*****/
.bg-global-darkbrown {
  background-color: #332D27;
}
.bg-global-lightbrown {
  background-color: #4C443B;
}

/** these may be used as a headline-replacement to override the Table of Contents enlisting **/
.no-heading-H2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: .6em !important;
}

.no-heading-H3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: .3em;
}

.no-heading-H4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: .3em;
}

.no-heading-H5 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: .3em;
}

.no-heading-H2,
.no-heading-H3,
.no-heading-H4,
.no-heading-H5 {
  margin: 0;
  padding-top: .5em;
  padding-bottom: .17em;
  border-bottom: 1px solid #525252;
  overflow: hidden;
}








/************************
*
* SMW Gallery
*
*****/
.srf-gallery-slideshow .rslides li {
  height: calc(100% - 10px);
  border: 1px solid #525252 !important;
  border-radius: 5px;
  padding: 4px;
}
li.gallerybox div.thumb {
  margin: 0;
  border: initial;
  background: initial;
}










/************************
*
* WIKIA Gallery
* obsolete?
*
*****/
.wikia-gallery {
  border: 1px solid #525252;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}
.wikia-gallery-item {
  margin: 5px;
  text-align: center;
  background-color: #353535;
  border-radius: 5px;
  border: 1px solid #525252;
  
}
.wikia-gallery-border-small .thumb .gallery-image-wrapper {
  border: none;
  padding-top: 1px;
}
.wikia-gallery-spacing-medium .wikia-gallery-item {
  padding: 0;  
}
.wikia-gallery-caption {
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  border-bottom: 1px solid #525252;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.wikia-gallery-item .thumb a.image img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.gallery-image-wrapper {
  top: 0 !important;
  border: none;
  background-color: transparent;
}
.wikia-button.wikia-photogallery-add  {
  margin-top: 15px;
}










/************************
*
* Template:ReadmoreStart
*
*****/
.readmorebox {
  border-radius: 5px; 
  border: 1px solid #525252; 
  padding: 5px; 
  margin-bottom: 5px; 
  background-color: #353535; 
}
.readmorebox p {
  margin: 0 0 4px;
  font-weight: bold;
  line-height: 11px;
}
.readmorebox table {
  width: 100%;
  line-height: 16px;
}
.readmorebox table td {
  vertical-align: top;
}
.readmorebox table td p {
  margin: 0;
  line-height: 15px;
  font-weight: normal;
}










/************************
*
* Googlemaps fix
*
*****/
.gm-style img {
  max-width: none;
}










/************************
*
* Template:ReadmoreStart
*
*****/
.infoboxareas {
  padding: 1px;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 1px solid #525252;
  border-radius: 5px;
  border-spacing: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  width: 300px;
  float:right;
}
.infoboxareas th {
  background-color: #4C443B; 
  vertical-align:top;
  padding: 0.4em;
}
.infoboxareas td {
  vertical-align: top;
  padding:0 0.4em;
}
.infoboxareas tr:first-of-type th {
  border-bottom: 1px solid #525252; 
  border-radius: 3px 3px 0 0;
  font-size: 1.5em;
  line-height: 1em;
  padding: 0.2em;
}
p.InfoboxScreenshot {
  margin: 1px 0 0;
}
p.InfoboxScreenshot img {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
span.InfoboxTierColoriser {
  padding: 0;
  margin: 0;
  line-height: inherit;
}
span.InfoboxTierColoriser a {
  text-decoration: none;
}










/************************
*
* Template:Quest
*
*****/
table.InfoboxQuest {
  margin: 0 auto 15px auto;
  width: 100%;
  float: none;
  background-color: #1A1A1A;
  border-radius: 10px;
}
.InfoboxQuest tr:first-of-type th {
  font-size:2em;
  line-height: 1em;
  padding-bottom: 0;
  text-shadow: 2px 2px 0px #000;
  border: none;
  border-radius: 8px 8px 0 0;
}
.InfoboxQuest tr:nth-child(3) td {
  padding-top: 5px;
}
.InfoboxQuest td {
  width: 50%;
  font-size: 12px;
  border-bottom: 1px dashed #525252;
}
.InfoboxQuest td div {
  display: inline-block;
  width: 140px;
  padding-right: 3px;
  text-align: right;
}
.InfoboxQuest td span {
  font-size: 18px;
}










/************************
*
* Template:InfoboxTierColoriser
* Template:InfoboxLevelColoriser
*
*****/
.coloriser-color1 {
  color: lightgreen !important;
}
.coloriser-color2 {
  color: green !important;
}
.coloriser-color3 {
  color: gold !important;
}
.coloriser-color4 {
  color: darkorange !important;
}
.coloriser-color5 {
  color: red !important;
}
.coloriser-color6 {
  color: purple !important;
}










/************************
*
* Template:Infobox:Creature
*
*****/
.InfoboxCreature {
  width: 300px;
  margin-bottom: 10px
  border-spacing: 0;
}
.InfoboxCreature td {
  padding: 0;
}
.InfoboxCreature-data {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.InfoboxCreature-data td {
  width: 50%;
  padding: 0;
}
.InfoboxCreature-data td:first-child {
  text-align: right;
}
.InfoboxCreature-data td {
  margin: 0;
  padding: 0 5px;
}
.InfoboxCreature-data td p {
  padding: 0;
  margin: 0;
  line-height: initial
}
.InfoboxCreature-data td p#tooltip:hover,
.InfoboxCreature-data td p#tooltip:active,
.InfoboxCreature-data td p#tooltip:focus {
  cursor: pointer;
  font-weight: bold;
}
#bigstats {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
}
#bigstats a:hover,
#bigstats a:active,
#bigstats a:focus {
  text-decoration: none;
  text-shadow: 1px 1px #FFF;
}










/************************
*
* Template:Project list entry
*
*****/
.projectListEntry {
  background-color: #323232; 
  line-height: 1em;
  margin-top: 30px;
  overflow: hidden;
}
.projectListEntry .header {
  background-color: #404040;
  color: #FFF;
  text-shadow: 2px 2px black;
}
.projectListEntry .header h3 {
  font-weight: bold;
  font-size: 180%;
  margin: 0px;
  line-height: 1.2em;
  padding: 10px 5px 0px;
}
.projectListEntry .header .state {
  float: right; 
  text-align: center; 
  font-size: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.projectListEntry .header div.addedby{
  margin-left: 15px;
}
.projectListEntry .description {
  padding: 4px;
  background-color: black;
}










/************************
*
* Slash Commands
*
*****/
#slashCommandsTable tbody tr th:first-child {
  font-family: monospace; 
  text-align: left; 
  white-space: nowrap;
  color: #00FF00;
}
#slashCommandsTable tbody tr:nth-child(odd) td,
#slashCommandsTable tbody tr:nth-child(odd) th {
  background-color: #413a36;
}
#slashCommandsTable tbody tr:nth-child(even) th {
  background-color: #332D27;
}