Difference between revisions of "User:Toshiya/common.css"

From Baka-Tsuki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
*{background-color:black !important; color:white !important; font-family: Calibri !important; font-weight:300 !important;}
 
*{background-color:black !important; color:white !important; font-family: Calibri !important; font-weight:300 !important;}
  +
div#mw-panel {
  +
font-size: inherit;
  +
position: absolute;
  +
top: 160px;
  +
padding-top: 1em;
  +
width: 8em;
  +
left: 0;
  +
}
  +
.mw-body {
  +
margin-left: 9em;
  +
padding: 1.25em 1.5em 1.5em 1.5em;
  +
}

Revision as of 10:50, 24 January 2017

*{background-color:black !important; color:white !important; font-family: Calibri !important; font-weight:300 !important;}
div#mw-panel {
    font-size: inherit;
    position: absolute;
    top: 160px;
    padding-top: 1em;
    width: 8em;
    left: 0;
}
.mw-body {
    margin-left: 9em;
    padding: 1.25em 1.5em 1.5em 1.5em;
}