MediaWiki:Common.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* General color definitions */
/* General color definitions */
/* Text */
/**
/**
Native Font-Stack from Bootstrap
Native Font-Stack from Bootstrap
Zeile 48: Zeile 47:
   text-align: right !important;
   text-align: right !important;
}
}
pre,
code,
.mw-code,
.pre {
.pre {
   font-family: monospace, 'Courier';
   font-family: monospace, 'Courier';
Zeile 53: Zeile 55:
   background-color: #f8f9fa;
   background-color: #f8f9fa;
   border: 1px solid #3a3a3a;
   border: 1px solid #3a3a3a;
}
.pre {
   padding: 1em;
   padding: 1em;
   white-space: pre-wrap;
   white-space: pre-wrap;
   display: block;
   display: block;
   line-height: 1.3em;
   line-height: 1.3em;
}
code {
  padding: 1px 4px;
}
}
.img-responsive {
.img-responsive {
8.581

Bearbeitungen