Difference between revisions of "MediaWiki:Common.css"

From Disobiki
Jump to navigation Jump to search
 
(158 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
 +
/**
 +
* Make all blockquotes look prettier, beholder.
 +
*/
 +
blockquote {
 +
  background-color: #eee;
 +
  border-left: 3px solid #ccc;
 +
  padding: 0.5em 1em;
 +
}
 +
 +
/**
 +
* Hide the heading on the Main Page.
 +
*/
 
.page-Main_Page #firstHeading {
 
.page-Main_Page #firstHeading {
 
   display: none;
 
   display: none;
 
}
 
}
  
table tr.even {
+
/**
  background-color: #edf3fe;
+
* Hatnotes and disambiguation notices per [[wikipedia:MediaWiki:Common.css]].
}
+
*
 
+
* Used by [[Template:Index explanation]] and likely others.
table.gallery {
+
*/
  border: 0;
+
.hatnote {
  width: 100%;
+
   font-style: italic;
}
 
 
 
table.gallery td .gallerybox {
 
   margin: auto;
 
 
}
 
}
 
+
.hatnote i {
table.wikitable {
+
   font-style: normal;
   background: #f9f9f9;
 
  border: 1px #aaa solid;
 
  border-collapse: collapse;
 
  margin: 1em 1em 1em 0;
 
 
}
 
}
 
+
div.hatnote {
table.wikitable th {
+
   padding-left: 1.6em;
  background: rgb(248,248,248);
+
   margin-bottom: 0.5em;
  border: 1px solid rgb(196,196,196);
 
   padding: 0.2em;
 
   text-align: center;
 
  vertical-align: top;
 
 
}
 
}
 
+
div.hatnote + div.hatnote {
table.wikitable tr, table.wikitable td {
+
   margin-top: -0.5em;
   border: 1px solid rgb(235,235,235);
 
  padding: 0.2em;
 
  vertical-align: top;
 
 
}
 
}
  
table.wikitable caption {
+
/**
  font-weight: bold;
+
* Show and hide text with [[Template:Spoiler]].
  margin-left: inherit;
+
*/
   margin-right: inherit;
+
.spoiler {
 +
   display: inline;
 
}
 
}
 
+
.spoiler-click {
table.wikitable code {
+
   color: #002BB8;
   background-color: transparent;
+
  cursor: pointer;
 
}
 
}
 
+
.spoiler-data {
.collapseButton {
+
   display: none;
   float: right;
 
  font-weight: normal;
 
  text-align: right;
 
  width: auto;
 
 
}
 
}
  
 +
/**
 +
* Potentially old stuff Morbus still has to revise.
 +
*/
 
.infobox {
 
.infobox {
  background: #eff0ff;
+
background: #eff0ff;
  border: 1px solid #b5b7cf;
+
border: 1px solid #b5b7cf;
  clear: none;
+
clear: none;
  float: right;
+
float: right;
  margin: 0 1em 1em 1em;
+
margin: 0 1em 1em 1em;
  padding: 0.8em;
+
padding: 0.8em;
  text-align: center;
+
text-align: center;
  width: 235px;
+
width: 235px;
 
}
 
}
  
 
.infobox .title {
 
.infobox .title {
  font-size: 125%;
+
font-size: 125%;
  font-weight: bold;
+
font-weight: bold;
  margin: auto;
+
margin: auto;
 
}
 
}
  
 
.infobox table {
 
.infobox table {
  background: transparent;
+
background: transparent;
  font-size: 90%;
+
font-size: 90%;
  width: 100%;
+
width: 100%;
 
}
 
}
  
 
.infobox table .section {
 
.infobox table .section {
  background: #ccf;
+
background: #ccf;
 
}
 
}
  
 
.infobox table .section th {
 
.infobox table .section th {
  text-align: center !important;
+
text-align: center !important;
 
}
 
}
  
 
.infobox table th {
 
.infobox table th {
  text-align: left;
+
text-align: left;
  vertical-align: top;
+
vertical-align: top;
  width: 100px;
+
width: 100px;
 
}
 
}
  
 
.infobox table td {
 
.infobox table td {
  text-align: left;
+
text-align: left;
  vertical-align: top;
+
vertical-align: top;
 +
}
 +
 
 +
.infobox.game.horizontal {
 +
  float: none;
 +
  font-size: 1.4em;
 +
  margin: auto;
 +
  margin-bottom: 0.8em;
 +
  text-align: center;
 +
  width: 96%;
 +
}
 +
 
 +
.infobox.game.horizontal ul {
 +
  display: inline;
 +
}
 +
 
 +
.infobox.game.horizontal li {
 +
  display: inline;
 +
  padding-right: 0.8em;
 +
}
 +
 
 +
table#death-sleaze-index td {
 +
  padding: 0.4em;
 
}
 
}
  
.infobox .navcontainer {
+
table#death-sleaze-index .indexed {
   font-size: 90%;
+
   color: green;
   margin-top: 0.8em;
+
   text-align: center;
 
}
 
}
  
.infobox .navcontainer b {
+
table#death-sleaze-index .unindexed {
   font-size: 2em;
+
   color: red;
 +
  text-align: center;
 
}
 
}
  
.infobox .navcontainer b a:hover {
+
.pageflipper {
  text-decoration: none;
+
margin-top: 2em;
 +
text-align: center;
 
}
 
}
  
.infobox .navcontainer .prev {
+
.pageflipper .glyph {
  float: left;
+
font-size: 4em;
  width: 115px;
 
 
}
 
}
  
.infobox .navcontainer .next {
+
.pageflipper .glyph a:hover {
  float: right;
+
text-decoration: none;
  width: 115px;
 
 
}
 
}
  
.references-small {
+
.pageflipper .prev {
  font-size: 90%;
+
  float: left;
 
}
 
}
  
#footer {
+
.pageflipper .next {
  height: 26px;
+
float: right;
 
}
 
}
  
#footer ul {
+
.references-small {
  margin-top: 0.8em;
+
font-size: 75%;
 
}
 
}
  
#footer img {
+
/**
   margin-top: 4px;
+
* cf. https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/
 +
* and my refusal to stray from MLA URL display TOO much (yeah, I kept the protocols in, but...
 +
*/
 +
.references li {
 +
   overflow-wrap: break-word;
 +
  word-wrap: break-word;
 +
  -ms-word-break: break-all;
 +
  word-break: break-all;
 +
  word-break: break-word;
 +
  -ms-hyphens: auto;
 +
  -moz-hyphens: auto;
 +
  -webkit-hyphens: auto;
 +
  hyphens: auto;
 
}
 
}

Latest revision as of 14:27, 15 November 2018

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

/**
 * Make all blockquotes look prettier, beholder.
 */
blockquote {
  background-color: #eee;
  border-left: 3px solid #ccc;
  padding: 0.5em 1em;
}

/**
 * Hide the heading on the Main Page.
 */
.page-Main_Page #firstHeading {
  display: none;
}

/**
 * Hatnotes and disambiguation notices per [[wikipedia:MediaWiki:Common.css]].
 *
 * Used by [[Template:Index explanation]] and likely others.
 */
.hatnote {
  font-style: italic;
}
.hatnote i {
  font-style: normal;
}
div.hatnote {
  padding-left: 1.6em;
  margin-bottom: 0.5em;
}
div.hatnote + div.hatnote {
  margin-top: -0.5em;
}

/**
 * Show and hide text with [[Template:Spoiler]].
 */
.spoiler {
  display: inline;
}
.spoiler-click {
  color: #002BB8;
  cursor: pointer;
}
.spoiler-data {
  display: none;
}

/**
 * Potentially old stuff Morbus still has to revise.
 */
.infobox {
 background: #eff0ff;
 border: 1px solid #b5b7cf;
 clear: none;
 float: right;
 margin: 0 1em 1em 1em;
 padding: 0.8em;
 text-align: center;
 width: 235px;
}

.infobox .title {
 font-size: 125%;
 font-weight: bold;
 margin: auto;
}

.infobox table {
 background: transparent;
 font-size: 90%;
 width: 100%;
}

.infobox table .section {
 background: #ccf;
}

.infobox table .section th {
 text-align: center !important;
}

.infobox table th {
 text-align: left;
 vertical-align: top;
 width: 100px;
}

.infobox table td {
 text-align: left;
 vertical-align: top;
}

.infobox.game.horizontal {
  float: none;
  font-size: 1.4em;
  margin: auto;
  margin-bottom: 0.8em;
  text-align: center;
  width: 96%;
}

.infobox.game.horizontal ul {
  display: inline;
}

.infobox.game.horizontal li {
  display: inline;
  padding-right: 0.8em;
}

table#death-sleaze-index td {
  padding: 0.4em;
}

table#death-sleaze-index .indexed {
  color: green;
  text-align: center;
}

table#death-sleaze-index .unindexed {
  color: red;
  text-align: center;
}

.pageflipper {
 margin-top: 2em;
 text-align: center;
}

.pageflipper .glyph {
 font-size: 4em;
}

.pageflipper .glyph a:hover {
 text-decoration: none;
}

.pageflipper .prev {
 float: left;
}

.pageflipper .next {
 float: right;
}

.references-small {
 font-size: 75%;
}

/**
 * cf. https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/
 * and my refusal to stray from MLA URL display TOO much (yeah, I kept the protocols in, but...
 */
.references li {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}