MediaWiki:Common.css

From ExoticA
Revision as of 12:36, 16 May 2007 by BuZz (talk | contribs) (tweak)

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* css placed here will affect all users (no matter what skin) */


/* Infobox template style */

.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

.captiongallery {
  margin: auto;
}

.captiongallery td {
  vertical-align: top;
}

.protected {
  background-color: #fefe88;
  padding: .5em;
  border: 1px solid black;
}

.copyrightbox {
  padding: .5em;
  border: 1px solid #aaaaaa;
  background-color: #ffcccc;
}

.copyrightbox img {
  float: left;
  display: block;
}

.copyrightbox div {
  margin-left: 1em;
  text-align: center;
}

.jpegformatbox {
  padding: .5em;
  border: 1px solid #aaaaaa;
  background-color: #ffcccc;
}

.jpegformatbox div {
  margin-left: 1em;
  text-align: center;
}


table.gallery {
  margin: auto;
}

div.gallerytext {
  text-align: center;
}

/* "quote" styles */

div.quote {
  position: relative;
  border: 1px #cccccc solid;
  background-color: #eeeeee;
  padding: 1em;
  width: 50%;
  margin-top: 0.5em; /* aligns with floated thumbs */
  _padding-bottom: 1em;
  margin-bottom: 0.5em;
}

div.quote span.quote_left, div.quote span.quote_right {
  font-family: "Times New Roman", serif;
  font-size: 300%;
  font-weight: bold;
  line-height: .75em;
  position: absolute;
}

div.quote span.quote_left {
  left: .25em;
  top: .25em;
}

div.quote span.quote_right {
  right: .25em;
  bottom: .5em;
  /* ie6 */
  _bottom: .75em;
}

div.quote div {
  margin-left: 2em;
  margin-right: 2em;
}

div.quote span.quote_author {
 float: right;
 margin-right: 2em;
 margin-top: 1em;
 font-size: 90%;
}