MediaWiki:Quote.css

aus Memory Alpha, der freien deutschen Star-Trek-Datenbank
Spring zu: Navigation, suche

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
@charset "CP850";
q {
  font-family: inherit;
  font-style: italic;
  quotes: "\201E" "\201D" "\2019" "\2018" !Important; }
  q:before {
    content: open-quote; }
  q:after {
    content: close-quote; }

q:lang(tlh) {
  quotes: "「" "」" '『' '』' !Important;
  font-family: serif, "pIqaD"; }

blockquote {
  margin: 0;
  background-color: #3C3C43;
  padding: 4px 10px; }
  .WikiaArticle blockquote {
    margin: 0 !Important; }
  blockquote img {
    max-width: 100%;
    height: auto; }

.dialogue {
  padding: 0;
  background-color: transparent; }
  .WikiaArticle .dialogue {
    font-size: inherit;
    line-height: inherit; }
  .dialogue > dl {
    margin: 0; }
  .dialogue > dl > dt {
    display: inline; }
    .dialogue > dl > dt:after {
      content: ': '; }
  .dialogue > dl > dd {
    display: inline;
    margin: 0; }
    .dialogue > dl > dd > q {
      font-style: normal; }
    .dialogue > dl > dd:after {
      content: "";
      display: block; }
  .dialogue > p {
    margin: 0;
    font-style: italic; }
  .dialogue > q strong {
    font-weight: normal !important;
    text-transform: uppercase; }
    
.log {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(60%, #333338), color-stop(100%, #222226));
  background: -webkit-linear-gradient(center top, #333338 60%, #222226 100%);
  background: -moz-linear-gradient(center top, #333338 60%, #222226 100%);
  background: -o-linear-gradient(center top, #333338 60%, #222226 100%);
  background: linear-gradient(center top, #333338 60%, #222226 100%);
  border: 1px solid #3C3C43;
  line-height: 135%; }
  .log dl, .log dd {
    margin: 0; }
  .log dt {
    font-weight: normal; }
  .log dd {
    border-top: 1px solid #D5D4D4;
    padding-top: 5px; }