User:Valento/common.css

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search

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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.dialog-text {
    position: relative;
    display: inline-block;
    padding: 1px 4px;
    background-color: #333;
    margin-left: 0.5em;
}
.dialog-text:before {
    position: absolute;
    display: inline-block;
    border-left: 0.5em solid transparent;
    border-top: 1.7em solid #333;
    left: -0.5em;
    top: 0;
    content: '';
}
.dialog-text:after {
    position: absolute;
    display: inline-block;
    border-left: 0.5em solid #333;
    border-top: 1.7em solid transparent;
    left: 100%;
    top: 0;
    content: '';
}

.dialog-text.golden-warning {
    text-shadow: 0 0.02em 0.2em #ab6a07;
    color: #ffecb3;
    font-weight: bold;
}