From Beocat
Jump to: navigation, 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.
/* CSS placed here will affect users of the Modern skin */
#mw_header {
    background-color: #4f2684;
}
#p-personal ul {
    background-color: #512888;
}
#p-personal li:hover {
    background-color: #4f2684;
}
.portlet h3,
.portlet h5 {
    border-bottom: solid 1px #512888;
}
#p-cactions li a,
#p-cactions li a:hover,
#p-cactions li a:visited {
    color: #7137bd;
}
a {
    color: #7137bd;
}
h1, h2 {
    border-bottom: solid 1px #7137bd;
}
#preftoc li a,
#preftoc li a:hover,
#preftoc li a:visited {
    color: #7137bd;
}
#toctitle {
    border-bottom: solid 1px #512888;
}
pre, .mw-code {
    border: solid 1px #512888;
}