User:Yottabyte/vector.css

From translatewiki.net

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.
/* YOTTABYTE */
.ybEditButtons {
    margin-left: 6px;
    color: #0645AD;
    display: inline-block;
    cursor: pointer;
}
.ybEditButtons:hover { text-decoration: underline; }

/* LINKS */
a:visited { color: #0645AD; }

/* EDIT */
#wpTextbox1 {
    min-height: 187px;
    min-width: calc(70% - 495px);
    max-width: calc(100% - 495px);
    padding: 5px 2px 0px 2px;
    border: 1px solid #D3D3D3;
    float: left;
}
.editOptions {
    width: 450px;
    border-top: 1px solid #CDCDCD;
    border-color: #CDCDCD;
    float: right;
}
#wpSummary { border: 1px solid #CDCDCD; }
.mw-editTools {
    padding-top: 10px;
    clear: both;
}
#specialcharss { display: none; }
.toccolours { border: 1px solid #CDCDCD; }
.templatesUsed { clear: both; }