MediaWiki:EditTemplates.css

From Donate
Revision as of 11:06, 28 October 2014 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.
#editTemplates {
    display: inline-block;
    position: absolute;
    top: 180px;
    left: 30px;

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

    cursor:pointer;
    z-index:30;
}

#editTemplates #editText {
    font-size: 12px;
    line-height: 24px;
    color: #000;
    padding: 0 8px;
}

img#editArrow {
    float: right;
    padding: 8px 8px 8px 0;
}


#editTemplatesList {
    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;
}

#editTemplatesList ul {
    list-style: none;
}