User:UnHolyFiretruck/common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
body{ | body{ | ||
background-color:# | background-color:#888888; | ||
} | } | ||
div#content{ | div#content{ | ||
background-color:#444444; | background-color:#444444; | ||
} | |||
.mw-body-content{ | |||
font-size: 1em; | |||
width: 700px; | |||
} | |||
.mw-body{ | |||
color: #bbbbbb; | |||
} | } | ||
Latest revision as of 17:03, 7 October 2017
body{
background-color:#888888;
}
div#content{
background-color:#444444;
}
.mw-body-content{
font-size: 1em;
width: 700px;
}
.mw-body{
color: #bbbbbb;
}