Changes

Jump to: navigation, search

MediaWiki:Common.css

895 bytes removed, 20:57, 3 August 2011
m
Reverted edits by Aloisius (Talk) to last revision by BeerMaster
/* CSS placed here will be applied to all skins */
 
.notice_box{
background-color: #f0ea9c;
padding: 10px;
border: 1px dashed #bab366;
}
 
.imageTable{
width:600px;
border-collapse:collapse;
}
 
.imageTable td{
padding:0;
padding-bottom:6px;
}
 
 
/* The footer CSS for monobook is in http://www.munichbeergardens.com/skins/monobook/main.css?207
This 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: #d9dfedb8deb1;
}
textarea:focus, #searchInput:focus {
background-color: #cfdeffe4f3e1;
}
/* remove history tab
#ca-history {
display: none !important;
}
*/
/* reCaptcha style */
.MediaTransformError td {
display: none;
 
} /* to use with <span class="nobr">don't break..</span> */
span.nobr {
white-space: nowrap;
}

Navigation menu