Jump to content

MediaWiki:Common.css

From Carbon Accounting Alliance Wiki
Revision as of 20:19, 26 February 2025 by WikiSysop (talk | contribs) (Created page with "CSS placed here will be applied to all skins: #header { background-color: #333; color: white; padding: 10px; display: flex; justify-content: space-between; align-items: center; font-size: 18px; } #logo { font-weight: bold; font-size: 22px; padding-left: 15px; } #nav { padding-right: 15px; } #nav a { color: white; text-decoration: none; margin: 0 10px; } #nav a:hover { text-decoration: underline; } #con...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
#header {
    background-color: #333;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

#logo {
    font-weight: bold;
    font-size: 22px;
    padding-left: 15px;
}

#nav {
    padding-right: 15px;
}

#nav a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
}

#nav a:hover {
    text-decoration: underline;
}

#content {
    padding: 20px;
}