User:TheMcr/common.css

Boobpedia - Encyclopedia of big boobs
Revision as of 22:18, 1 April 2025 by TheMcr (talk | contribs) (my css)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump 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.
/* Change background color of the entire wiki */
body {
    background-color: #f4f4f4;
}

/* Customize the sidebar */
#mw-panel {
    background: #333;
    color: white;
}

#mw-panel a {
    color: #ffcc00;
}

/* Change the font of the content */
#mw-content-text {
    font-family: Arial, sans-serif;
    font-size: 16px;
}

/* Hide the "edit" button on all pages */
.mw-editsection {
    display: none;
}

/* Make tables look better */
table.wikitable {
    border-collapse: collapse;
    border: 2px solid #444;
    background-color: #fff;
}

table.wikitable th {
    background-color: #333;
    color: white;
    padding: 8px;
}

table.wikitable td {
    padding: 6px;
}

/* Highlight links on hover */
a:hover {
    color: red;
    text-decoration: underline;
}