MediaWiki:EditTemplates.css

From Donate
Revision as of 21:34, 5 September 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: 160px;
    left: 12px;
    padding: 0 8px;

    background-color: #fff;
    border: 1px solid #a7d7f9;
    border-radius: 2px;

    cursor: pointer;
    z-index: 30;

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

#toolList {
    display: none;
    position: absolute;
    top: 160px;
    left: 72px;

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

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

    padding: 8px;

    background-color: #fff;
    border:1px solid #a7d7f9;
    border-radius: 2px;

    z-index: 31;
}

#toolList ul {
    list-style: none;
}

@media screen and (max-width: 981px) {
    #toolBox {
        top: 12px;
    }
    #toolList {
        top: 12px;
    }
}