User:Zeal/Sandbox/Templates/quote.css

From Warcraft 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.
 /* common.css */
 /* - Quote Styling */
 div.quote {
  border-width: 1px;
  border-style: solid;
  margin: 1em;
 }
 div.quote > blockquote,
 div.quote > p.cite {
  position: relative;
  margin: 0.5em;
 }
 div.quote div.open,
 div.quote div.close {
  position: absolute;
  font-size: 2em;
  font-family: 'Times New Roman';
  font-weight: bold;
 }
 div.quote div.open {
  bottom: -0.5em;
  right: -0.5em;
 }
 div.quote div.open {
  top: -0.5em;
  left: -0.5em;
 }
 div.quote > p.cite cite {
  font-size: 0.75em;
  padding-left: 0.75em;
  font-style: normal;
 }

 /* wowwiki.css */
 /* - Quote Styling */
 div.quote {
  border-color: #444;
  background-color: #2A2A2A;
 }