MediaWiki:Mobile.css: Difference between revisions

no edit summary
imported>Smallketchup82
(Created page with "→‎All CSS here will be loaded for users of the mobile site: .pediabanner { color: black; }")
 
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */
.pediabanner {
 
color: black;
@font-face {
font-family: "Rocket Rinder";
src: url("/fonts/Rocket Rinder.otf") format('opentype')
}
 
@font-face {
font-family: "OriginTech";
src: url("/fonts/OriginTech personal use.ttf") format('truetype')
}
 
@font-face {
font-family: "Ethno Centric";
src: url("/fonts/ethnocentric rg.ttf") format('truetype')
}
 
@font-face {
font-family: "Star Jedi";
src: url("/fonts/Starjedi.ttf") format('truetype')
}
 
.bannerpedia {
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;
}
}