MediaWiki:Monobook.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 35: Line 35:
@media all and (min-width: 551px) {
@media all and (min-width: 551px) {
body.skin-monobook #p-logo, body.skin-monobook #p-logo a, body.skin-monobook #p-logo a:hover {
body.skin-monobook #p-logo, body.skin-monobook #p-logo a, body.skin-monobook #p-logo a:hover {
width: 196px;
height: 159px;
height: 159px;
width: 196px;
background: url(https://halo.wiki.gallery/images/logo-monobook.png) no-repeat 0 10px !important;
background: url(https://halo.wiki.gallery/images/logo-monobook.png) no-repeat 0 10px !important;
}
}
Line 42: Line 42:


body.skin-monobook #p-cactions li a:hover {
body.skin-monobook #p-cactions li a:hover {
border-bottom: 1px solid #FFFFFF;
border-bottom: 1px solid #fff;
}
}


body.skin-monobook #p-cactions li.selected a {
body.skin-monobook #p-cactions li.selected a {
border-bottom: 1px solid #FFFFFF;
border-bottom: 1px solid #fff;
padding-bottom: 2px;
padding-bottom: 2px;
}
}
Line 80: Line 80:
@media all and (min-width: 551px) {
@media all and (min-width: 551px) {
body.skin-monobook #p-personal ul {
body.skin-monobook #p-personal ul {
background: #FFFFFF;
height: 19px;
background: #fff;
border-left: 1px solid #aaa;
border-left: 1px solid #aaa;
border-bottom: 1px solid #aaa;
border-bottom: 1px solid #aaa;
width: auto;
display: inline;
position: absolute;
right: 0;
padding-left: 0px;
padding-bottom: 0px;
margin-top: -1px;
border-bottom-left-radius: 1em;
border-bottom-left-radius: 1em;
padding-left: 0;
}
}
}
}
Line 110: Line 105:


#navbox {  
#navbox {  
/* border: 1px solid #2f6fab; */
border: 1px solid #aaa;
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
background-color: #f9f9f9;
padding: 5px;
padding: 5px;
Line 152: Line 146:


body.skin-monobook input.searchButton {
body.skin-monobook input.searchButton {
background-color: #fff;
border: 1px solid #2f6fab;
padding: 0 0.4em !important;
padding: 0 0.4em !important;
font-weight: normal;
cursor: pointer;
cursor: pointer;
background-color: #fff;
border: 1px solid #2f6fab;
font-weight: normal;
}  
}  


Line 178: Line 172:
blockquote {
blockquote {
border-left: 3px solid #06f;
border-left: 3px solid #06f;
padding-left: 1em;
margin-left: 2em;
margin-left: 2em;
padding-left: 1em;
}
}


Line 236: Line 230:
}
}
.mw-indicators img {
.mw-indicators img {
width: auto !important;
max-height: 28px !important;
max-height: 28px !important;
width: auto !important;
}
}


Line 374: Line 368:
display: none !important;
display: none !important;
}
}
}
/* Echo extension */
#pt-notifications-alert .mw-echo-notifications-badge,
#pt-notifications-notice .mw-echo-notifications-badge {
height: 16px;
}
}