MediaWiki:Common.css
From UtubeTrollPedia
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.
/* =======================================================
UTubeTrollPolice Retro Theme
Version 1.0
======================================================= */
html,
body{
margin:0;
padding:0;
background:#e5ecf9;
font-family:Verdana,Arial,sans-serif;
font-size:12px;
color:#222;
}
/* Remove Vector spacing */
#content,
.mw-body,
.vector-body{
background:white;
border:1px solid #aaa;
margin:15px;
padding:15px;
border-radius:6px;
}
/* Links */
a{
color:#0033cc;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
/* Headers */
h1,h2,h3{
color:#003399;
margin-top:10px;
}
/* Tables */
table{
border-collapse:collapse;
}
th{
background:#d8e4ff;
}
td,th{
border:1px solid #ccc;
padding:4px;
}