MediaWiki:Mobile.css: Difference between revisions

no edit summary
(nvm)
Tag: Manual revert
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 23: Line 23:
.bannerpedia {
.bannerpedia {
color: black !important;
color: black !important;
}
.homenavigation {
display: none;
}
@font-face {
font-family: "Rocket Rinder";
src: url("/fonts/Rocket Rinder.otf") format('opentype')
}
/* Infobox styling */
.portable-infobox {
    border-radius: 5px;
    overflow: hidden;
position: relative;
box-shadow: black 2px 2px 10px;
right: 5px;
background: #1b1e1f;
}
.portable-infobox .pi-border-color {
border-color: #484e51;
}
.portable-infobox .pi-secondary-background {
background-color: #222526;
}
.pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current {
background: #222526;
}
.pi-section-navigation .pi-section-tab, .pi-media-collection .pi-tab-link {
border-color: #353a3c;
}
.portable-infobox .pi-header, .portable-infobox .pi-title {
text-align: center;
}
.portable-infobox .pi-title {
font-family: "Rocket Rinder";
letter-spacing: 1px;
}
.pi-data-value {
margin: auto;
}
/* Site Notice */
#siteNotice {
padding: 10px;
border-radius: 10px;
border: 2px solid white;
text-align: center;
margin-bottom: 10px;
}
}