MediaWiki:Common.css

From How Emotions Are Made
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

body.page-Home #firstHeading {
    display: none;
}

.mw-search-formheader {
 display:none;
}

div.mw-indicators {
 display:none;
}

/* Underline links. */
#bodyContent #mw-content-text a {
 text-decoration: underline;
}

#toc a:link,
#toc a:visited,
sup a:link,
sup a:visited,
body.ns-special a,
body.action-history a,
body.action-edit a,
#bodyContent #mw-content-text .redirectMsg a {
 text-decoration: none !important;
}

#toc a:hover {
 text-decoration: underline !important;
}

div.documentation {
 margin-top: 1em;
 background-color: #ECFCF4;;
 border: 1px solid black;
 padding: 1em;
 width: 90%;
}

div.noteintro {
 background-color: #F0F0F0;
 border: 3px outset gray;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 1em;
 width: 80%;
 padding: 5px;
}

#footer-info-copyright {
 display: none !important;
}

div.sentence blockquote {
 font-style: italic;
}

div.disclaimer {
 color: red;
 font-style: italic;
}

/* Make interwiki links look like external links */
a.extiw {
background-position: center right;
    background-repeat: no-repeat;
    background-image: url(/w/resources/src/mediawiki.skinning/images/external-ltr.svg);
    padding-right: 13px;
}

div.bookcover img {
 /* box-shadow: 5px 5px 2px grey; */ /* Not needed for 3D covers */
}

div.poem {
 width: 90%;
 text-align: center;
 margin: auto;
 font-style: italic;
}

div.poemheading {
 width: 90%;
 text-align: center;
 margin: auto;
}

table.errata {
 width: 90%;
}

table.errata td {
 vertical-align: top;
}

table.errata td:nth-child(1),
table.errata td:nth-child(2) {
 text-align: center;
}

div.dplcategory table td {
 vertical-align: top;
}

div.bookstoreset {
 text-align: center;
 vertical-align: center;
}

div.bookstore {
 width:100px;
 height:133px;
 padding:1px;
 margin:2px;
 display: inline-block;
}

/* REMEMBER to update mobile.css!! */