User:Aviram7/common.css

From Test Wiki
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.
/*!
 * =============================================================
 * wayback-links v1.0.0 - Wayback Links
 * https://github.com/internetarchive/wayback-links#readme
 *
 * (c) 2017 - Eagle19243
 * =============================================================
 */
[aria-label^=WLOuter] li, ul.WLMenu {
    list-style: none
}

[aria-label^=WLElement] ul {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0
}

.WLIcon {
    border-radius: 0;
    width: 12px;
    height: 12px;
    background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml,%3C%3Fxml version=%221.0%22 encoding=%22UTF-8%22%3F%3E%0A%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22%3E%0A%09%3Cpath fill=%22%23fff%22 stroke=%22%2336c%22 d=%22M1.5 4.518h5.982V10.5H1.5z%22/%3E%0A%09%3Cpath fill=%22%2336c%22 d=%22M5.765 1H11v5.39L9.427 7.937l-1.31-1.31L5.393 9.35l-2.69-2.688 2.81-2.808L4.2 2.544z%22/%3E%0A%09%3Cpath fill=%22%23fff%22 d=%22M9.995 2.004l.022 4.885L8.2 5.07 5.32 7.95 4.09 6.723l2.882-2.88-1.85-1.852z%22/%3E%0A%3C/svg%3E%0A');
    position: relative;
    display: inline-block;
    left: 2px
}

[aria-label^=WLOuter] a.WLArrow {
    color: #000;
    display: inline-block;
    text-decoration: none;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #000;
    top: 4px;
    position: relative;
    margin-right: 8px
}

ul.WLMenu {
    position: absolute;
    top: 20px;
    left: -50px;
    background: #fff;
    border: 1px solid #d3d3d3;
    z-index: 99999;
    width: 320px
}

[aria-label^=WLOuter] a.WLItem:hover, footer.WLFooter {
    background-color: #d3d3d3
}

[aria-label^=WLOuter] a.WLItem {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5px
}

[aria-label^=WLOuter] .WLTitle {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5px;
    font-size: 18px;
    text-align: center
}

[aria-haspopup=true] {
    position: relative
}

ul[aria-hidden=true] {
    display: none
}

ul[aria-hidden=false] {
    display: inline-block
}

footer.WLFooter {
    display: block;
    font-family: Helvetica;
    text-align: center;
    font-size: 1em
}


.successbox {
    color: #009000;
    border-color: #c7ecc6;
    background-color: #E1FDDF;
}
span#mw-wlheader-showupdated,
form#mw-watchlist-resetbutton,
div.mw-changeslist-legend {
  display: none;
}