MediaWiki:Common.css

From Organic Design wiki

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: 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.
body {
  text-align: justify;
}

/* style for next/prev links in "Image slider" page */
.image-slider .is-next, .image-slider .is-prev {
  background-color: black;
  color: white;
  text-decoration: none;
  outline: 0;
  font-size: 15px;
  font-weight: bold;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  -khtml-border-radius: 11px;
  border-radius: 11px;
  padding: 5px 14px;
  margin: 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
  filter: alpha(opacity=50);  /* IE 5-7 */
  -moz-opacity: 0.5;          /* Netscape */
  -khtml-opacity: 0.5;        /* Safari 1.x */
  opacity: 0.5;               /* Good browsers */
}
.image-slider .is-next:hover, .image-slider .is-prev:hover {
  text-decoration: none;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.image-slider .thumbs {
  width: 525px !important;
}
.image-slider .thumbs img {
  margin: 5px 5px 0 0;
}


table.zebra tr.odd {
  background-color: #eee;
}

/* writing table */
table.writing .t { font-weight: bold }
table.writing .t p { font-size: 90%; font-style: italic; font-weight:normal }
table.writing .t p.st { font-size: 90%; font-style: normal; font-weight:bold; color: #666 }
table.writing th,table.writing td { vertical-align: top }
table.writing td { border-bottom: 10px solid #f4f4f4; padding: 20px 0 }
table.writing .s img { padding-top:5px }
table.writing tr {
  padding: 5px;
  background: #eee
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  -khtml-border-radius: 11px;
  border-radius: 11px;
}