Difference between revisions of "MediaWiki:Common.css"

From Disobiki
Jump to navigation Jump to search
 
(165 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;
 
}
 
}
  
.page-Main_Page .block-interests td {
+
/**
   background: #eee;
+
* Hatnotes and disambiguation notices per [[wikipedia:MediaWiki:Common.css]].
  border: 1px solid #ccc;
+
*
  vertical-align: top;
+
* Used by [[Template:Index explanation]] and likely others.
  width: 32%;
+
*/
 +
.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;
 
}
 
}
  
.page-Main_Page .block-interests .block-interest {
+
.infobox .title {
  background: #eee;
+
font-size: 125%;
  width: 100%;
+
font-weight: bold;
 +
margin: auto;
 
}
 
}
  
.page-Main_Page .block-interests .block-interest h2 {
+
.infobox table {
  background: #ddd;
+
background: transparent;
  font-weight: bold;
+
font-size: 90%;
  margin: 0 !important;
+
width: 100%;
  padding: 0.2em 0.4em;
 
  text-align: left;
 
 
}
 
}
  
.page-Main_Page .block-interests .block-interest td {
+
.infobox table .section {
  border: 0;
+
background: #ccf;
 
}
 
}
  
table.wikitable {
+
.infobox table .section th {
  background: #f9f9f9;
+
text-align: center !important;
  border: 1px #aaa solid;
 
  border-collapse: collapse;
 
  margin: 1em 1em 1em 0;
 
 
}
 
}
  
table.wikitable th {
+
.infobox table th {
   background: rgb(248,248,248);
+
text-align: left;
   border: 1px solid rgb(196,196,196);
+
vertical-align: top;
   padding: 0.2em;
+
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;
 
   text-align: center;
   vertical-align: top;
+
   width: 96%;
 
}
 
}
  
table.wikitable tr, table.wikitable td {
+
.infobox.game.horizontal ul {
   border: 1px solid rgb(235,235,235);
+
   display: inline;
  padding: 0.2em;
 
  vertical-align: top;
 
 
}
 
}
  
table.wikitable caption {
+
.infobox.game.horizontal li {
   font-weight: bold;
+
   display: inline;
   margin-left: inherit;
+
   padding-right: 0.8em;
  margin-right: inherit;
 
 
}
 
}
  
table.wikitable code {
+
table#death-sleaze-index td {
   background-color: transparent;
+
   padding: 0.4em;
 
}
 
}
  
tr.even {
+
table#death-sleaze-index .indexed {
   background-color: #edf3fe;
+
   color: green;
 +
  text-align: center;
 
}
 
}
  
.infobox {
+
table#death-sleaze-index .unindexed {
   background-color: #f9f9f9;
+
   color: red;
   border: 1px solid #aaa;
+
   text-align: center;
  clear: right;
+
}
  color: #000;
+
 
  float: right;
+
.pageflipper {
  margin-bottom: 0.5em;
+
margin-top: 2em;
  margin-left: 1em;
+
text-align: center;
  padding: 0 0.6em;
+
}
 +
 
 +
.pageflipper .glyph {
 +
font-size: 4em;
 
}
 
}
  
.infobox td,
+
.pageflipper .glyph a:hover {
.infobox th {
+
text-decoration: none;
  vertical-align: top;
 
 
}
 
}
  
.timeline {
+
.pageflipper .prev {
  background: #f9f9f9;
+
float: left;
  border: 1px #aaa solid;
 
  margin: 1em auto;
 
  text-align: center;
 
 
}
 
}
  
#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;
}