MediaWiki:Planescape.css: Difference between revisions

From Timaresh
Jump to navigationJump to search
mNo edit summary
mNo edit summary
 
(21 intermediate revisions by the same user not shown)
Line 2: Line 2:
<pre><nowiki>*/
<pre><nowiki>*/
/* wikitable/prettytable class for skinning normal tables */
/* wikitable/prettytable class for skinning normal tables */
/* keep reference link from getting bolded, make it smaller */
sup.reference {
  font-size: 70%;
  font-variant: none;
  font-weight: normal;
}
/* Highlight clicked reference in light brown to help navigation */
ol.references > li:target {
background-color: #efd9c8;
}
sup.reference:target {
  background-color: #efd9c8;
}
.mainHeader {
font-family: Exocet, "Exocet Heavy", Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
font-size: 300%;
color: #CA9E7B;
font-weight: bold;
text-align: center;
padding: 0.1em;
}
.mainSubHeader {
font-family: Exocet, "Exocet Light", Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
font-size: 200%;
color: #CA9E7B;
text-align: center;
padding: 0.3em;
}
caption {
font-family: Exocet, "Exocet Heavy", Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
font-size: 132%;
color: #CA9E7B;
font-weight: bold;
}


table.wikitable,
table.wikitable,
table.prettytable {
table.prettytable {
   background: #efd9c8;
   background: transparent;
   border: 1px #CA9E7B solid;
   border: 0px #CA9E7B solid;
}
}


table.wikitable th, table.wikitable td,
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
table.prettytable th, table.prettytable td {
  border: 0px #CA9E7B solid;
}
table.wikitable.bordered th, table.wikitable.bordered td,
table.prettytable.bordered th, table.prettytable.bordered td {
   border: 1px #CA9E7B solid;
   border: 1px #CA9E7B solid;
}
}
Line 16: Line 63:
table.wikitable th,
table.wikitable th,
table.prettytable th {
table.prettytable th {
   background: #efd9c8;
   background: transparent;
  font-weight: bold;
  font-variant: small-caps;
  color: #CA9E7B;
  text-align: left;
}
 
table.stats {
  width: 50%;
}
 
table.stats div.header {
  border-top: 1px solid #CA9E7B;
  border-bottom: 1px solid #CA9E7B;
}
 
table.stats div.block {
  margin: 0.4em 0px 0.5em;
}
 
table.stats div.block div.entry {
  text-indent: -10px;
  padding-left: 10px;
}
 
table.stats div.block div.entry.nowrap {
  white-space: nowrap;
}
 
table.stats div.block p {
  margin: 0;
}
}


Line 22: Line 99:


.infobox {
.infobox {
   border: 1px solid #CA9E7B;
   border: 0px solid #CA9E7B;
   background-color: #efd9c8;
   background-color: transparent;
}
}
.infobox.bordered td,
.infobox.bordered td,
.infobox.bordered th {
.infobox.bordered th {
   border: 1px solid #CA9E7B;
   border: 0px solid #CA9E7B;


/* styles for bordered infobox with merged rows */
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
.infobox.bordered .mergedtoprow th {
   border-top: 1px solid #CA9E7B;
   border-top: 0px solid #CA9E7B;
   border-right: 1px solid #CA9E7B;
   border-right: 0px solid #CA9E7B;
}
}


.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
.infobox.bordered .mergedrow th {
   border-right: 1px solid #CA9E7B;
   border-right: 0px solid #CA9E7B;
}
}


Line 45: Line 122:
.infobox.geography  td,
.infobox.geography  td,
.infobox.geography  th {
.infobox.geography  th {
   border-top: solid 1px #CA9E7B;
   border-top: solid 0px #CA9E7B;
}
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
.infobox.geography .mergedtoprow th {
   border-top: solid 1px #CA9E7B;
   border-top: solid 0px #CA9E7B;
}
}


.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
.infobox.geography .mergedbottomrow th {
   border-bottom: solid 1px #CA9E7B;
   border-bottom: solid 0px #CA9E7B;
}
}


Line 64: Line 141:


#disambig {
#disambig {
     border-top: 1px solid #ccc;  
     border-top: 0px solid #ccc;  
     border-bottom: 1px solid #ccc;
     border-bottom: 0px solid #ccc;
}
}



Latest revision as of 02:47, 29 July 2013

/** CSS placed here will be applied to the Planescape skin only
<pre><nowiki>*/
/* wikitable/prettytable class for skinning normal tables */

/* keep reference link from getting bolded, make it smaller */

sup.reference {
   font-size: 70%;
   font-variant: none;
   font-weight: normal;
}

/* Highlight clicked reference in light brown to help navigation */

ol.references > li:target {
 background-color: #efd9c8;
}

sup.reference:target { 
  background-color: #efd9c8;
}

.mainHeader {
 font-family: Exocet, "Exocet Heavy", Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
 font-size: 300%;
 color: #CA9E7B;
 font-weight: bold;
 text-align: center;
 padding: 0.1em;
}

.mainSubHeader {
 font-family: Exocet, "Exocet Light", Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
 font-size: 200%;
 color: #CA9E7B;
 text-align: center;
 padding: 0.3em;
}

caption {
 font-family: Exocet, "Exocet Heavy", Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
 font-size: 132%;
 color: #CA9E7B;
 font-weight: bold;
}

table.wikitable,
table.prettytable {
  background: transparent;
  border: 0px #CA9E7B solid;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 0px #CA9E7B solid;
}

table.wikitable.bordered th, table.wikitable.bordered td,
table.prettytable.bordered th, table.prettytable.bordered td {
  border: 1px #CA9E7B solid;
}

table.wikitable th,
table.prettytable th {
  background: transparent;
  font-weight: bold;
  font-variant: small-caps;
  color: #CA9E7B;
  text-align: left;
}

table.stats {
  width: 50%;
}

table.stats div.header {
  border-top: 1px solid #CA9E7B;
  border-bottom: 1px solid #CA9E7B;
}

table.stats div.block {
  margin: 0.4em 0px 0.5em;
}

table.stats div.block div.entry {
  text-indent: -10px;
  padding-left: 10px;
}

table.stats div.block div.entry.nowrap {
  white-space: nowrap;
}

table.stats div.block p {
  margin: 0;
}

/* Infobox template style */

.infobox {
   border: 0px solid #CA9E7B;
   background-color: transparent;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 0px solid #CA9E7B;

/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
   border-top: 0px solid #CA9E7B;
   border-right: 0px solid #CA9E7B;
}

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
   border-right: 0px solid #CA9E7B;
}

/* styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */

.infobox.geography  td,
.infobox.geography  th {
   border-top: solid 0px #CA9E7B;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
   border-top: solid 0px #CA9E7B;
}

.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
   border-bottom: solid 0px #CA9E7B;
}

/* Style for "notices" */
.notice {
    margin: 1em;
    padding: 0.2em;
}

#disambig {
    border-top: 0px solid #ccc; 
    border-bottom: 0px solid #ccc;
}

/* Persondata */
table.persondata {
    border: 1px solid #CA9E7B;
}

/*</nowiki></pre>*/