Memory Alpha, das Star-Trek-Wiki
(+margin)
Markierung: sourceedit
Keine Bearbeitungszusammenfassung
Markierung: sourceedit
Zeile 54: Zeile 54:
   
   
.dialogo {
+
.WikiaArticle .dialogo {
 
background: transparent;
 
background: transparent;
 
padding: 0;
 
padding: 0;

Version vom 1. August 2015, 19:30 Uhr

@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; }

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; }
  .dialogue cite {
    font-weight: bold;
    font-style: normal; }
  .dialogue q {
    font-style: normal; }
  .dialogue strong {
    font-weight: normal;
    text-transform: uppercase; }
  .dialogue .event {
    font-style: italic; }

.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; }


.WikiaArticle .dialogo {
  background: transparent;
  padding: 0;
  margin: 1em 0;
}

.dialogo > dl > dt {
  display: inline;
}

.dialogo > dl > dt:after {
  content: ': ';
}

.dialogo > dl > dd {
  display: inline;
  margin: 0;
}

.dialogo > dl > dd > q {
  font-style: normal;
}

.dialogo > dl > dd:after {
  content: "";
  display: block;
}

.dialogo > p {
  margin: 0;
  font-style: italic;
}
.dialogo > dl {
  margin: 0;
}