User:EhJJ/vector.css

From Simple English Wikipedia, the free encyclopedia

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.
INPUT#wpSave {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 2px solid gray;
    padding:0 3px 0 3px;
    display:inline-block;
    text-decoration:none;
    background:#ffaaaa;
    background-color:#88ff88;
    cursor:pointer;
}
INPUT#wpSave:hover {
    cursor:pointer;
    border:2px solid #FF2B06;
}

#p-logo {
    display:none;
}

div.topicon {
top:-3em
}}