User:Kremalicious/common.css: Difference between revisions
Appearance
Content deleted Content added
Kremalicious (talk | contribs) ←Created page with 'body { font-family: -apple-system, "Helvetica Neue", "Lucida Grande"; }' |
Kremalicious (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
body { |
|||
⚫ | |||
background: #fff; |
|||
} |
|||
body, .mw-body h1, .mw-body h2 { |
|||
⚫ | |||
} |
|||
#mw-page-base { |
|||
background: #fff; |
|||
} |
|||
#p-logo {} |
|||
#mw-panel .portal { display: none ; } |
|||
#content { |
|||
border-color: #eee; |
|||
margin: 0 auto; |
|||
max-width: 40em; |
|||
border-right-width: 1px; |
|||
} |
Revision as of 00:52, 22 November 2015
body {
background: #fff;
}
body, .mw-body h1, .mw-body h2 {
font-family: -apple-system, "Helvetica Neue", "Lucida Grande";
}
#mw-page-base {
background: #fff;
}
#p-logo {}
#mw-panel .portal { display: none ; }
#content {
border-color: #eee;
margin: 0 auto;
max-width: 40em;
border-right-width: 1px;
}