Änderungen

MediaWiki:Common.css

1.341 Byte hinzugefügt, 17:58, 30. Jul. 2023
K
keine Bearbeitungszusammenfassung
/* CSS an dieser Stelle wirkt sich auf alle Skins aus placed here will be applied to all skins */ /* Modify width of sidebar */#column-content { margin-left: -175px }#content { margin-left: 175px }.portlet { width: 165px } .notice_box{background-color: #f0ea9c;padding: 10px;border: 1px dashed #bab366;} .vectorTabs{margin-left:20px;} .imageTable{width:600px;border-collapse:collapse;} .imageTable td{padding:0;padding-bottom:6px;}  /* The footer CSS for monobook is in http://www.biergärtenmünchen.de/skins/monobook/main.css?207This can be overrided here */ /* hide footer texts#f-list{display:none;}*/ #footer { background: url(images/beer/Canvas.gif); border-top: 0px solid #adaaad; border-bottom: 0px solid #adaaad;margin:0px;padding:0px 0px 10px 0px; }   /* setting footer background#footer{background: url(/images/beer/Bavarian_pattern_small.png);border-top: 0px solid #001e80;border-bottom: 0px solid #001e80;height:31px;margin:0px;padding:0px;}*/
/* colour input fields */
textarea, #searchInput {
background-color: #b8deb1d9dfed;
}
textarea:focus, #searchInput:focus {
background-color: #e4f3e1cfdeff;
}
}
/* remove mediawiki logo */#ffooter-places-privacy, #footer-places-about, #footer-places-disclaimer, #footer-poweredbyico { display: none; }
}
/* remove "Main PageHauptseite" heading */body.page-Main_Page Hauptseite h1.firstHeading { display:none; } 
/* remove history tab */
#ca-history {
display: none !important;
}
/* reCaptcha style */
border-spacing: 0;
padding: 0;
font-size: 95%;"
}
 
.catlinks { display: none; }
.prettytable th {
display: none;
}
 
 
/* to use with <span class="nobr">don't break..</span> */
span.nobr {
white-space: nowrap;
}
 
/* Pad Google AdSense box in portlet in sidebar */
#p-googleadsense .pBody {
padding-top: 5px;
text-align: center;
}
 
ins.adsbygoogle[data-ad-status='unfilled'] {
display: none !important;
}
2.944
Bearbeitungen