MediaWiki:Chat.css

From The Nitrome 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.
/* Credits to the My Little Pony Friendship is Magic Wiki */
 
/* Night mode */
.heading {
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 0;
    font-size: 14px;
    color: #3A3A3A;
}
 
.day-night-div {
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
 
.Rail .public .chevron {
    top: 85px;
}
 
.Rail .public .chevron.closed {
    top: 82px;
}
 
.Rail .public span.splotch {
    top: 81px;
}