MediaWiki:EditTemplates.css

From Donate
Revision as of 17:20, 25 August 2017 by Pcoombe (talk | contribs)
Jump to navigation Jump to search

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.
#toolBox {
    display: inline-block;
    position: absolute;
    top: 180px;
    left: 30px;
    padding: 0 8px;

    background-color: #fcfcfc;
    border: 1px solid #a7d7f9;

    cursor: pointer;
    z-index: 30;

    font-size: 12px;
    line-height: 24px;
    color: #000;
}

#toolList {
    display: none;
    position: absolute;
    top: 180px;
    left: 94px;

    font-size: 12px;
    line-height: 16px;

    min-height: 200px;
    min-width: 200px;

    padding: 8px;

    background-color: #fcfcfc;
    border:1px solid #a7d7f9;

    z-index: 31;
}

#toolList ul {
    list-style: none;
}