User:逆襲的天邪鬼/CheckDiff.css

From TestWiki
Revision as of 12:55, 26 April 2017 by 逆襲的天邪鬼 (talk | contribs) (via Wikiplus)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
#checkdiff {
    font-size: 90%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #ccc;
    height: 560px;
    overflow: hidden;
}

#checkdiff-toolbar {
    position: absolute;
    right: 50px;
}

#checkdiff-toolbar-ul {
    list-style-type: none;
    margin-top: 0;
}

li.checkdiff-toolbar-item {
    display: inline-block;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 4px 0;
}

li.checkdiff-toolbar-item:hover {
    background-color: #eee;
}

li.checkdiff-toolbar-item > a {
    padding: 9px 10px;
}

li.checkdiff-toolbar-item > a:hover {
    text-decoration: none;
}

#checkdiff-content {
    padding: 20px;
    clear: both;
    margin-top: 40px;
    height: 480px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.checkdiff-current {
    background-color: orange;
}

#checkdiff-loading {
    width: 100%;
    height: 520px;
    margin-top: 40px;
    position: absolute;
}

#checkdiff-loading > .background {
    background-color: white;
    opacity: .5;
    width: 100%;
    height: 100%;
}

#checkdiff-loading > .icon {
    position: absolute;
    width: 100%;
    height: 32px;
    top: 250px;
}

#checkdiff-loading > .icon > img {
    margin: 0 auto;
    display: block;
    width: 32px;
}

.checklink-diff-link {
    color: #009999;
}