Difference between revisions of "MediaWiki:Common.css"

433 bytes added ,  2025 nî 11 goe̍h 30 ji̍t, 22:02
no edit summary
No edit summary
No edit summary
Tag: Manual revert
 
(29 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


html, body {
    font-family: Helvetica Neue, sans-serif;
}
#mp-topbanner {
    border-width: 6px 0 6px 0;
    border-style: solid;
    border-color: #006400;
    text-align:center;
    margin-bottom: 2em;
    padding: 2em;
}
.highlighted {
    display: inline;
    box-shadow: inset 0 -0.5em 0 #d2f5a4;
}


.mp-card-title {
.mp-card-title {
    font-family: inherit;
     font-size: 150%;
     font-size: 150%;
     font-weight: bold;
     font-weight: bold;
     border-bottom: 0;
     border-bottom: 0;
     margin: 1em 1em 0.2em;
     margin: 0 1em;
}
}




.mp-left-col {
.mp-left-col {
     background: #ecf9db;
     background: lightgoldenrodyellow;
    padding-right: 0.6em;
    border-radius: 5px;
}
 
#mp-category-list {
  columns:3; text-align:center; list-style:none;
}
 
#mp-category-list li span {
  padding:0 1em;
  white-space: nowrap;
}
}