MediaWiki:Common.css

From DIQA-Homepage
Revision as of 12:18, 3 August 2020 by WikiSysop (talk | contribs)

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
.infolink:before
{
    content: '?';
    display: inline-block;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    width: 2.2ex;
    height: 2.2ex;
    font-size: 2ex;
    border-radius: 3ex;
    margin-right: 4px;
    padding: 2px;
    color: white;
    background: lightgray;
    border: 2px solid lightgray;
    text-decoration: none;
    margin-left: 5px;
    line-height: 1.4ex;
}

.infolink:hover:before
{
    color: lightgray;
    background: white;
    border-color: white;
    text-decoration: none;
}