User:SplatOdyssey157/common.css

From Inkipedia, the Splatoon wiki

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
body {
font-family: verdanda;
}
div {
font-family: verdanda;
color: #000099;
}
a {
font-family: verdanda;
}
h1 {
font-family: verdanda;
color: #000099;
}
a:hover {
text-decoration: underline;
color: #009900;
}
a:visted {
color: #990000;
}
a:active {
color: #009900;
background-color: #990000;
}
div.box-content {
background-color: #990000;
}
div.box-content:hover {
background-color: #502550;
}
img {
background-color: #000000;
}
a.mw-wiki-logo {
background-color: #990000;
}
a.mw-wiki-logo:active {
background-color: #009900;
}
textarea {
border: 4px solid #990000;
border-radius: 10px;
}
input {
border: 4px solid #990000;
border-radius: 10px;
}