MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus DropNet AG - Dokumentation
Wechseln zu: Navigation, Suche
(Die Seite wurde geleert.)
Zeile 1: Zeile 1:
 +
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 +
body {
 +
background-color: #ffffff;
 +
background-image: none;
 +
font-family: arial, sans-serif; color: red;
 +
}
 +
p, td, div {
 +
color: #555;
 +
}
  
 +
/* Kopfzeile */
 +
#mw-head-base {
 +
height: 10em;
 +
margin-right: 24px;
 +
}
 +
 +
div#p-search {
 +
margin-right: 25px;
 +
}
 +
 +
div#left-navigation {
 +
left: 200px;
 +
top: 120px;
 +
}
 +
div#right-navigation {
 +
margin-top: 120px;
 +
}
 +
 +
/* Inhalt */
 +
div#content {
 +
margin-left: 176px;
 +
border-bottom: 1px solid #99ccff;
 +
}
 +
 +
/* Logo */
 +
#p-logo {
 +
top: -136px;
 +
left: 27px;
 +
width: 590px;
 +
height: 111px;
 +
}
 +
#p-logo a {
 +
width: 590px;
 +
height: 111px;
 +
background-position: left top;
 +
}
 +
#mw-page-base {
 +
background-image: none;
 +
}
 +
h1 {
 +
color: #08329b;
 +
border: none;
 +
}
 +
h2 {
 +
color: #555;
 +
border-bottom-color: #ddd;
 +
}
 +
h3 {
 +
color: #555;
 +
font-size: 13px;
 +
font-weight: 600;
 +
}
 +
h4 {
 +
color: #555;
 +
font-size: 13px;
 +
font-weight: normal;
 +
text-decoration: underline;
 +
}
 +
h5 a {
 +
font-size: 13px;
 +
}
 +
 +
/* Links alle in einheitlichem Blau */
 +
a {
 +
color: #3366bb;
 +
text-decoration: none;
 +
}
 +
a:visited {
 +
color: #3366bb;
 +
text-decoration: none;
 +
}
 +
div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited {
 +
color: #3366bb;
 +
text-decoration: none;
 +
line-height: 15px;
 +
font-size: 13px;
 +
margin-bottom: 5px;
 +
}
 +
div#mw-panel div.portal div.body ul li a:hover {
 +
color: #99ccff;
 +
}
 +
 +
/* Fusszeile */
 +
div#footer {
 +
margin-left: 176px;
 +
border-left: 2px solid #000;
 +
margin-top: 10px;
 +
background-image: none;
 +
padding-top: 0px;
 +
margin-right: 24px;
 +
}
 +
#footer-poweredbyico {
 +
display: none;
 +
}
 +
 +
/* Navigation */
 +
div#mw-panel {
 +
padding-top: 0px;
 +
padding-left: 0px;
 +
top: 159px;
 +
width: 160px;
 +
border-top: 1px solid #aaa;
 +
border-bottom: 1px solid #aaa;
 +
border-right: 1px solid #aaa;
 +
background-color: #f2f2f2;
 +
}
 +
div#mw-panel.collapsible-nav .portal {
 +
background: none;
 +
background-image: none;
 +
border-bottom: 1px solid #ccc;
 +
}
 +
div#mw-panel div.portal div.body {
 +
background-image: none;
 +
border-top: 0px solid #99ccff;
 +
}
 +
 +
/* Inhaltsverzeichnis */
 +
.toctext, .tocnumber {
 +
font-size: 13px;
 +
}
 +
#toc {
 +
border-color: #ddd;
 +
background-color: #f2f2f2;
 +
}
 +
code {
 +
display: block;
 +
padding: 5px;
 +
margin-top: 4px;
 +
border: 1px solid #ddd;
 +
background-color: #f2f2f2;
 +
}
 +
.tagcloud {
 +
width: 98%;
 +
text-align: center;
 +
background-color: #FDFDFD;
 +
border: 1px solid #EEEEEE;
 +
padding: 15px 10px 15px 10px;
 +
}
 +
.tagcloud a {
 +
color: #0052CB;
 +
margin-left: 10px;
 +
margin-right: 10px;
 +
font-weight: bold;
 +
}
 +
 +
/* Tabellen */
 +
table.wikitable { 
 +
}
 +
div.startseite_box_left {
 +
display: inline-block;
 +
width: 50%;
 +
}
 +
div.startseite_box_right {
 +
display: inline-block;
 +
width: 50%;
 +
}
 +
 +
/* Fuer Hauptseite */
 +
span.mw-usertoollinks {
 +
display: none;
 +
}
 +
a.mw-userlink {
 +
display: none;
 +
}
 +
 +
.mw-body {
 +
}

Version vom 19. Mai 2013, 10:53 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body {
background-color: #ffffff;
background-image: none;
font-family: arial, sans-serif;	color: red;
}
p, td, div { 
color: #555;
}

/* Kopfzeile */
#mw-head-base { 
height: 10em;
margin-right: 24px;
}

div#p-search {
margin-right: 25px;
}

div#left-navigation {
left: 200px; 
top: 120px; 
}
div#right-navigation { 
margin-top: 120px; 
}

/* Inhalt */
div#content { 
margin-left: 176px; 
border-bottom: 1px solid #99ccff; 
}

/* Logo */
#p-logo { 
top: -136px; 
left: 27px; 
width: 590px; 
height: 111px; 
}
#p-logo a { 
width: 590px; 
height: 111px; 
background-position: left top; 
}
#mw-page-base { 
background-image: none; 
}
h1 { 
color: #08329b; 
border: none; 
}
h2 { 
color: #555; 
border-bottom-color: #ddd; 
}
h3 { 
color: #555; 
font-size: 13px; 
font-weight: 600; 
}
h4 { 
color: #555; 
font-size: 13px; 
font-weight: normal; 
text-decoration: underline; 
}
h5 a { 
font-size: 13px; 
}

/* Links alle in einheitlichem Blau */
a { 
color: #3366bb; 
text-decoration: none; 
}
a:visited { 
color: #3366bb; 
text-decoration: none; 
}
div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited { 
color: #3366bb; 
text-decoration: none; 
line-height: 15px; 
font-size: 13px; 
margin-bottom: 5px; 
}
div#mw-panel div.portal div.body ul li a:hover { 
color: #99ccff; 
}

/* Fusszeile */
div#footer { 
margin-left: 176px; 
border-left: 2px solid #000; 
margin-top: 10px; 
background-image: none; 
padding-top: 0px; 
margin-right: 24px;
}
#footer-poweredbyico { 
display: none; 
}

/* Navigation */
div#mw-panel { 
padding-top: 0px; 
padding-left: 0px; 
top: 159px; 
width: 160px; 
border-top: 1px solid #aaa; 
border-bottom: 1px solid #aaa; 
border-right: 1px solid #aaa; 
background-color: #f2f2f2; 
}
div#mw-panel.collapsible-nav .portal { 
background: none; 
background-image: none; 
border-bottom: 1px solid #ccc; 
}
div#mw-panel div.portal div.body { 
background-image: none; 
border-top: 0px solid #99ccff; 
}

/* Inhaltsverzeichnis */
.toctext, .tocnumber { 
font-size: 13px; 
}
#toc { 
border-color: #ddd; 
background-color: #f2f2f2; 
}
code { 
display: block; 
padding: 5px;
margin-top: 4px;
border: 1px solid #ddd; 
background-color: #f2f2f2; 
}
.tagcloud {
width: 98%;
text-align: center;
background-color: #FDFDFD;
border: 1px solid #EEEEEE;
padding: 15px 10px 15px 10px;
}
.tagcloud a {
color: #0052CB;
margin-left: 10px;
margin-right: 10px;
font-weight: bold;
}

/* Tabellen */
table.wikitable {  
}
div.startseite_box_left {
display: inline-block;
width: 50%;
}
div.startseite_box_right {
display: inline-block;
width: 50%;
}

/* Fuer Hauptseite */
span.mw-usertoollinks { 
display: none; 
}
a.mw-userlink { 
display: none; 
}

.mw-body {
}
Meine Werkzeuge

Varianten
Aktionen
Navigation
Module
Werkzeuge
Drucken/exportieren