MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Mikiwiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(216 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* principal settings in "skins/monobook/main.css" */


/* replace the book in the background with something else */
/* replace the book in the background with something else */
Zeile 6: Zeile 7:
   background: gold;
   background: gold;
   background-attachment: fixed;
   background-attachment: fixed;
}
#mw-head {
  background: gold;
}
#mw-page-base {
  background: gold;
}
div.floatleft {
  margin: 1 0 0 0;
}
div.floatright {
  margin: 0 0 0 0;
}
div.gallerytext {
  font-size: 85%;
}
}


h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
   color: #FF0000;
   color: #FF0000;
}
h1 {
  font-weight: bold;
}
}


h2 {
h2 {
   margin-top: 0.5em;
   margin-top: 0.5em;
}
h3, h4 {
  font-weight: normal;
}
img {
  border: 1em;
}
}


Zeile 20: Zeile 53:
}
}


/* changes the background of pre areas  */
pre {  
pre {  
   background: lightyellow;
   background: lightyellow;
   background-color: lightyellow;
   background-color: lightyellow;
   border: 1px hidden #aaaaaa;
   border: 1px solid #ffd700;
   padding: 1em;
   font-family: monospace;
   line-height: 1.1em;
  font-size: 1em;
  margin-left: 1em;
   margin-right: 1em;
  padding: 0.5em;
  width: 49em;
}
}


pre.wiki {
  background: white;
  background-color: white;
  border: 0px solid #000000;
  width: 95%;
}
table th, table td {
  vertical-align: top;
}
table.lang {
  margin: 1em 1em 1em 0;
  margin-left: 17px;
  margin-right: auto;
  margin-top: 0;
  background: #f9f9f9;
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
  width: 300px;
}
table.lang th, table.lang td {
  border: 1px solid #aaaaaa;
  padding: 0.2em;
  vertical-align: top;
}
table.lang th {
  background: #f2f2f2;
  text-align: left;
}
table.list {
  margin: 0 0 0 0;
  background: #f9f9f9;
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
  width: 100%;
}
table.list th, table.list td {
  border: 1px solid #aaaaaa;
  padding: 0.2em;
  vertical-align: top;
}
table.list th {
  background: #f2f2f2;
  text-align: left;
}
table.wiki {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
}
table.wiki th, table.wiki td {
  border: 1px solid #aaaaaa;
  padding: 2px;
  vertical-align: top;
}
table.wiki th {
  background: #f2f2f2;
  text-align: left;
}
table.wikismall {
  background: #FFFFFF;
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
}
table.wikismall th, table.wikismall td {
  border: 1px solid #aaaaaa;
  line-height: 100%;
  padding: 0.2em;
  vertical-align: top;
}
/* Soll in der ganzen Datenbank durch "wiki" ersetzt werden */
table.wikitable {
table.wikitable {
   margin: 1em 1em 1em 0;
   margin: 1em 1em 1em 0;
   background: #f9f9f9;
   background: #f9f9f9;
   border: 1px #aaaaaa solid;
   border: 1px solid #aaaaaa;
   border-collapse: collapse;
   border-collapse: collapse;
}
}


/* Soll in der ganzen Datenbank durch "wiki" ersetzt werden */
table.wikitable th, table.wikitable td {
table.wikitable th, table.wikitable td {
   border: 1px #aaaaaa solid;
   border: 1px solid #aaaaaa;
   padding: 0.2em;
   padding: 0.2em;
   vertical-align: top;
   vertical-align: top;
}
}


/* Soll in der ganzen Datenbank durch "wiki" ersetzt werden */
table.wikitable th {
table.wikitable th {
   background: #f2f2f2;
   background: #f2f2f2;
Zeile 47: Zeile 169:
}
}


/* Soll in der ganzen Datenbank durch "wiki" ersetzt werden */
table.wikitable caption {
table.wikitable caption {
   margin-left: inherit;
   margin-left: inherit;
Zeile 52: Zeile 175:
}
}


/* Links vom Inhaltsverzeichnis 10 Pixel Abstand */
/* Links vom Inhaltsverzeichnis 17 Pixel Abstand */
#toc, .toc, .mw-warning {
#toc, .toc, .mw-warning {
   margin-left: 10px;
  background-color: #f2f2f2;
  border: 1px solid #aaaaaa;
   margin-left: 17px;
  padding: 5px;
  font-size: 95%;
  width: 310px;
}
}


Zeile 65: Zeile 193:
#toc .tocnumber {
#toc .tocnumber {
   display: none;
   display: none;
}
/* Unnummerierte Listen mit schwarzem Punkt */
ul {
  color: #000000;
  list-style-image: none;
  list-style-type: disc;
}
}

Aktuelle Version vom 13. August 2020, 11:51 Uhr

/* CSS placed here will be applied to all skins */
/* principal settings in "skins/monobook/main.css" */

/* replace the book in the background with something else */
/* stop background image from scrolling with content area */
body {
  background: gold;
  background-attachment: fixed;
}

#mw-head {
  background: gold;
}

#mw-page-base {
  background: gold;
}

div.floatleft {
  margin: 1 0 0 0;
}

div.floatright {
  margin: 0 0 0 0;
}

div.gallerytext {
  font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
  color: #FF0000;
}

h1 {
  font-weight: bold;
}

h2 {
  margin-top: 0.5em;
}

h3, h4 {
  font-weight: normal;
}

img {
  border: 1em;
}

p {
  text-align: justify;
}

pre { 
  background: lightyellow;
  background-color: lightyellow;
  border: 1px solid #ffd700;
  font-family: monospace;
  font-size: 1em;
  margin-left: 1em;
  margin-right: 1em;
  padding: 0.5em;
  width: 49em;
}

pre.wiki { 
  background: white;
  background-color: white;
  border: 0px solid #000000;
  width: 95%;
}

table th, table td {
  vertical-align: top;
}

table.lang {
  margin: 1em 1em 1em 0;
  margin-left: 17px;
  margin-right: auto;
  margin-top: 0;
  background: #f9f9f9;
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
  width: 300px;
}

table.lang th, table.lang td {
  border: 1px solid #aaaaaa;
  padding: 0.2em;
  vertical-align: top;
}

table.lang th {
  background: #f2f2f2;
  text-align: left;
}

table.list {
  margin: 0 0 0 0;
  background: #f9f9f9;
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
  width: 100%;
}

table.list th, table.list td {
  border: 1px solid #aaaaaa;
  padding: 0.2em;
  vertical-align: top;
}

table.list th {
  background: #f2f2f2;
  text-align: left;
}

table.wiki {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
}

table.wiki th, table.wiki td {
  border: 1px solid #aaaaaa;
  padding: 2px;
  vertical-align: top;
}

table.wiki th {
  background: #f2f2f2;
  text-align: left;
}

table.wikismall {
  background: #FFFFFF;
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
}

table.wikismall th, table.wikismall td {
  border: 1px solid #aaaaaa;
  line-height: 100%;
  padding: 0.2em;
  vertical-align: top;
}

/* Soll in der ganzen Datenbank durch "wiki" ersetzt werden */
table.wikitable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
}

/* Soll in der ganzen Datenbank durch "wiki" ersetzt werden */
table.wikitable th, table.wikitable td {
  border: 1px solid #aaaaaa;
  padding: 0.2em;
  vertical-align: top;
}

/* Soll in der ganzen Datenbank durch "wiki" ersetzt werden */
table.wikitable th {
  background: #f2f2f2;
  text-align: left;
}

/* Soll in der ganzen Datenbank durch "wiki" ersetzt werden */
table.wikitable caption {
  margin-left: inherit;
  margin-right: inherit;
}

/* Links vom Inhaltsverzeichnis 17 Pixel Abstand */
#toc, .toc, .mw-warning {
  background-color: #f2f2f2;
  border: 1px solid #aaaaaa;
  margin-left: 17px;
  padding: 5px;
  font-size: 95%;
  width: 310px;
}

/* Überschrift "Inhaltsverzeichnis" ist linksbündig */
#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {
  text-align: left;
}

/* Keine automatische Nummerierung der Inhaltsverzeichniseinträge */
#toc .tocnumber {
  display: none;
}

/* Unnummerierte Listen mit schwarzem Punkt */
ul {
  color: #000000;
  list-style-image: none;
  list-style-type: disc;
}