For the latest updates, send a blank email to our SUBSCRIPTION ADDRESS
HEADLINES | CLASSIFIED | SPORTS | FORUM | BUSINESS | ENTERTAINMENT
Vol. 1, Issue 9
The News Organ of Liberty City
Thursday October 18th, 2001
" Yesterday's News Today "
MediaWiki:Monobook.css: Difference between revisions
From Liberty Tree
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
background-image: none; | background-image: none; | ||
background-color: #fff; | background-color: #fff; | ||
} | |||
#sidebar { | |||
background-color: #ff6600; | |||
} | } | ||
div#column-one { | div#column-one { | ||
padding-top: | padding-top: 36px; | ||
} | } | ||
Line 21: | Line 25: | ||
#p-cactions #ca-unwatch, #p-cactions #ca-protect, #p-cactions #ca-watch, #p-cactions #ca-talk { | #p-cactions #ca-unwatch, #p-cactions #ca-protect, #p-cactions #ca-watch, #p-cactions #ca-talk { | ||
display: none; | display: none; | ||
} | |||
#sidebar .pBody { | |||
background-color: transparent; | |||
border: 0; | |||
padding: 0; | |||
} | |||
#sidebar ul { | |||
list-style-image: none; | |||
list-style-type: none; | |||
margin: 0; | |||
} | |||
#sidebar li { | |||
border: 1px solid #fff; | |||
} | } |
Revision as of 16:12, 10 May 2019
/* CSS placed here will affect users of the MonoBook skin */ body { max-width: 620px; margin: 0 auto; background-image: none; background-color: #fff; } #sidebar { background-color: #ff6600; } div#column-one { padding-top: 36px; } div#globalWrapper { background-image: none; } #p-logo { display: none; } #p-cactions #ca-unwatch, #p-cactions #ca-protect, #p-cactions #ca-watch, #p-cactions #ca-talk { display: none; } #sidebar .pBody { background-color: transparent; border: 0; padding: 0; } #sidebar ul { list-style-image: none; list-style-type: none; margin: 0; } #sidebar li { border: 1px solid #fff; }