User:Sukida/global.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Notices, errors, and notifications */
.error {
color: #FF0000;
font-size: larger;
}
.siteNoticeBig, .notice-wrapper {
display:none;
}
.siteNoticeSmall, .notice-wrapper {
display:none;
}
.unpatrolled {
color:#000 !important;
}
/* Body */
body {
background: #000000 url("http://upload.wikimedia.org/wikipedia/commons/3/34/Brushedmetal.jpg") 0 0 repeat;
font: x-small sans-serif;
color: #808080;
margin: 0;
padding: 0;
}
#bodyContent pre {
border: 1px solid #aaa;
}
/* Notes, centralnotices, other things I'm already aware of. */
li#ca-watch{
display:none !important;
}
li#ca-unwatch {
display:none !important;
}
#centralNotice {
display:none !important;
}
#confirmemail {
display:none;
}
#editpage-copywarn {
display:none;
}
#footer {
display:none;
}
#siteSub {
display:none;
}
#sitenotice {
display:none;
}
#siteNotice {
display:none;
}
/* Tweaks and preferences */
a {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
body {
background:#FFFFFF !important;
}
code {
background:#6DCDAA;
color:#000000;
font-family:monospace;
}
textarea {
margin-bottom: 4px;
}
.usermessage {
background-color: #FF4500;
border: 1px solid #FFD700;
color: #000000;
margin: 2em 0 1em;
padding: .5em 1em;
vertical-align: middle;
text-align: center;
}