MediaWiki:Timeless.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search

Note: After saving, you have to bypass your browser's cache to see the changes.

  • Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
  • Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
  • Opera, Konqueror and Safari users can just click the Reload button.
  • Chrome: press Ctrl+F5 or Shift+F5
/* CSS placed here will affect users of the Timeless skin */

/* main page proposal */
.fp-col .fp-row {
    flex-flow: row wrap;
}
.fp-col-container {
    flex-flow: column wrap !important;
}
.fp-col.fp-panel {
    border-left: none !important;
    border-right: none !important;
}
.fp-col-container > .fp-col.fp-panel {
    border-bottom: 1px solid #B0BEC5;
}
.fp-col-container > .fp-col + .fp-col.fp-panel {
    border-top: 1px solid #B0BEC5;
    border-bottom: none;
}
#dyk-list li:nth-child(n+8) {
    display: none;
}