MediaWiki:Common.css: Difference between revisions

Added styles for namespace badges
(Hide main page title)
(Added styles for namespace badges)
Line 89:
body.skin-minerva .page-heading {
display: none;
}
 
/* change heading font */
h1, h2, h3, h4, h5, h6 {
font-family: Helvetica, sans-serif;
}
 
/* style namespace badges */
.firstHeading {
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
}
 
.namespace-badge {
display: flex;
align-items: center;
justify-content: center;
 
margin: 0px 4px 0px 0px;
padding: 0.2px 6px;
min-width: 56px;
min-height: 21px;
 
background-color: #265cad;
 
color: white;
font-family: Geneva, Verdana, Tahoma, sans-serif;
font-size: 14px;
 
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 8px;
 
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
 
cursor: default;
}