MediaWiki:Nimbus.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 2: Line 2:


#site-logo {
#site-logo {
padding-top: 10px;
margin-bottom: -10px;
margin-bottom: -10px;
padding-top: 10px;
}
}


#site-logo a {
#site-logo a {
width: 222px;
height: 164px;
height: 164px;
width: 222px;
display: block;
display: block;
background: transparent no-repeat;
background: transparent no-repeat;
Line 39: Line 39:
background: #fff;
background: #fff;
border: 2px solid #555;
border: 2px solid #555;
border-radius: 1.4em;
padding: 3px 10px;
padding: 3px 10px;
border-radius: 1.4em;
margin-bottom: 5px;
margin-bottom: 5px;
}
}
Line 49: Line 49:


#article-body, #content {
#article-body, #content {
overflow: hidden;
background: #fff;
background: #fff;
border: 1px solid #C9D6E0;
border: 1px solid #C9D6E0;
padding: 10px 1em 0;
padding: 10px 1em 0;
overflow: hidden;
}
}


.pagetitle {
.pagetitle {
overflow: visible;
line-height: 0.85em;
padding-top: 5px;
padding-top: 5px;
margin-bottom: 1px;
margin-bottom: 1px;
line-height: 0.85em;
overflow: visible;
}
}