From Fedora Project Wiki

Revision as of 09:31, 5 February 2013 by Praiskup (talk | contribs) (Created page with "/* CSS for a simple, centered, wikipedia skin %> body { font-family: verdana,sans-serif,arial; color: #252525; width: 100%; font-size: 89%; background: #E2ECF3; } #...")
(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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS for a simple, centered, wikipedia skin %>
body {
  font-family: verdana,sans-serif,arial;
  color: #252525;
  width: 100%;
  font-size: 89%;
  background: #E2ECF3;
}

#globalWrapper {
  background: #f7f7f7;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-top: 2px solid #ddd;
  padding-left: 20px;
  padding-right: 20px;
  margin: 10px auto
  width: 850px;
}

h1.firstHeading {
  border-bottom: solid 10px #FFD1A2;
  font-weight: normal;
  font-size:250%;
  margin-bottom: 20px;
  padding-top: 10px;
}

#siteSub {
  font-size: 10px;
  margin-bottom: 30px;
  font-weight: normal
}

#jump-to-nav {
  margin-bottom: 10px;
}

#ca-edit {
  font-size: 20px;
  background: #FFD1A2;
}