MediaWiki:Nimbus.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 40: Line 40:
}
}


.pagetitle {
padding-top: 5px;
}
#article-body, #content {
#article-body, #content {
border: 1px solid #C9D6E0;
border: 1px solid #C9D6E0;
}
}
.pagetitle {
#navigation-title, #footer-container h2,
padding-top: 5px;
#other-links a, #article-tabs a, #article-tabs div {
color: #344B63;
}
 
.sub-menu {
border: 1px solid #C9D6E0;
}
#searchInput {
border: 1px solid #C9D6E0;
}
#menu {
border-left: 1px solid #C9D6E0;
border-right: 1px solid #C9D6E0;
}
 
a.mw-skin-nimbus-button.positive-button {
background: #0099D9;
}
a.mw-skin-nimbus-button.positive-button:hover {
color: #01405B !important;
}
}


Line 164: Line 186:
right: -160px;
right: -160px;
box-shadow: 2px 2px 3px #999999;
box-shadow: 2px 2px 3px #999999;
border: 1px solid #C9D6E0;
}
}


Line 178: Line 199:
width: 240px;
width: 240px;
font-size: 125%;
font-size: 125%;
border: 1px solid #C9D6E0;
}
}
input.search-button {
input.search-button {
Line 250: Line 270:
#login-message {
#login-message {
margin: 1px 10px 0 1px;
margin: 1px 10px 0 1px;
}
/** Buttons **/
a.mw-skin-nimbus-button.positive-button {
background: #0099D9;
}
a.mw-skin-nimbus-button.positive-button:hover {
color: #01405B !important;
}
}


Line 273: Line 285:
#article-tabs {
#article-tabs {
top: 6px;
top: 6px;
}
#navigation-title, #footer-container h2,
#other-links a, #article-tabs a, #article-tabs div {
color: #344B63;
}
}
#other-links a:hover, #article-tabs a:hover, #article-tabs div:hover {
#other-links a:hover, #article-tabs a:hover, #article-tabs div:hover {
Line 306: Line 314:
.menu-item {
.menu-item {
background: #fff !important;
background: #fff !important;
}
#other-links a {
width: 92px;
}
}
#social-icons > a + a {
#social-icons > a + a {
margin-left: 2px;
margin-left: 2px;
}
}
#menu {
#other-links a {
border-left: 1px solid #C9D6E0;
width: 92px;
border-right: 1px solid #C9D6E0;
}
}