MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus biosorten.de
Wechseln zu: Navigation, Suche
Zeile 76: Zeile 76:
  
  
 +
/* Seiten-Spezifisches */
 
.ns-14 #mw-pages > h2, .ns-14 #mw-pages > h2 + p {
 
.ns-14 #mw-pages > h2, .ns-14 #mw-pages > h2 + p {
 
     display: none;
 
     display: none;
 
}
 
}
 +
.page-WEIZENSORTEN ul {
 +
    list-style-type: none;
 +
    margin-left: 0px;
 +
}
 +
  
 
/* Footer */
 
/* Footer */

Version vom 4. November 2015, 12:43 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

/**** Seitenbreite auf 960px setzen und Inhalt zentrieren ****/
#center {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    border-bottom: 1px solid #BBBBBB;
    border-radius: 0 0 10px 10px;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.3);
    background-color: #F6F6F6;
}
#mw-head {
    max-width: 960px;
    right: auto !important; 
    width: 99% !important; 
}
#mw-panel {
  right: auto;
  left: auto !important;
}
div#content {
    min-height: 500px;
}


/************************* Sonstiges *********************/

#p-logo a {
    background-size: 119px auto;
}

/* Farben */
div#content {
    border: none;
}
a, div#mw-panel div.portal div.body ul li a {
    color: #008455;
}
a:hover, a:visited, div#mw-panel div.portal div.body ul li a:hover {
    color: #13d075;
}
ul {
    list-style-image: none;
}
html, body {
    font-family: Verdana,sans-serif;
}
body, #center {
    background-color: #f6f7f1;
}


/* Schriftgröße um 10 % anheben und Fixes die dadurch nicht verändert werden sollen */
html {
    font-size: 1.1em;
}
div#mw-panel, #p-logo, #p-logo a {
    width: 160px; /* statt 10em */
}
div#content, #left-navigation {
    margin-left: 176px;
}


/* SMW */
.checkboxLabel {
    display: block;
}
/* "Fortsetzung" abschneiden */
.smw-column-header {
    overflow: hidden;
    white-space: nowrap;
    max-width: 20px;
}


/* Seiten-Spezifisches */
.ns-14 #mw-pages > h2, .ns-14 #mw-pages > h2 + p {
    display: none;
}
.page-WEIZENSORTEN ul {
    list-style-type: none;
    margin-left: 0px;
}


/* Footer */
#footer-poweredbyico, #footer-places-privacy, .page-Hauptseite #footer-info {
    display: none;
}