MediaWiki:Monobook.css

From AOLserver 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: 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.
/* edit this file to customize the monobook skin for the entire site */

/* <pre><nowiki> */

/* Style for "notices" */

.notice {
    text-align: justify;
    margin: 1em;
    padding: 0.2em;
}

#disambig {
    border-top: 3px double #cccccc; 
    border-bottom: 3px double #cccccc;
}

#spoiler {
    border-top: 2px solid #ddd;
    border-bottom:2px solid #ddd;
}

/* Standard talk template style */

.Talk-Notice  {
    border: 1px solid #C0C090;
    background-color: #F8EABA;
    margin-bottom: 3px;
    width: 85%;
    border-spacing: 3px;
    margin-left: auto;
    margin-right: auto;
}

/* Make template background appear correctly on all browsers */
.Talk-Notice td {
    background: inherit;
}

/* Borderless tabular data style, alternating white/grey rows. */

table.tabulardata {
  border: 1px solid #999;
}

table.tabulardata tr.header {
  background-color: #ccc;
  text-align: left;
}

table.tabulardata tr.alt {
  background-color: #eee;
}

/* Inline comment style box. */

.inline-comment {
  padding: 0.5em;
  margin: 1em 0;
  background: #eef;
  border: 1px dashed #009;
}

/* </nowiki></pre> */