MediaWiki:Quiet.css

From HaskellWiki
Revision as of 10:06, 7 January 2006 by Ashley Y (talk | contribs)
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Overrides */

#topbar { padding: 10px;
background: blue;
 }
#pagestats { font-size: 100%; }

/* :: general text formatting :: */

a {
  color: #0000CC;
  text-decoration: none;
  font-size: 100%;
  border: none;
  border-bottom: 1px dashed #dddddd; 
}

a:hover {
  color: #888800;
  border-color: #888800;
}

a.plain {
  border: none;
}

p {
  font-size:100%;
background: green;
}

#article p {
  margin: 12px 0;
background: yellow;
}

#footer {
padding: 0;
background: blue;
}

p#categories {
  text-align: center;
  margin: 0 0;
}

h1.pagetitle {
  font-family: Verdana, sans-serif;
  font-size:150%;
  line-height: 150%;
  color: maroon;
  text-align: center; 
}

h2 {
  font-family: Verdana, sans-serif;
  font-size:130%;
  line-height: 130%;
  line-height: 130%;
  color: #222222;
}

h3 {
  font-family: Verdana, sans-serif;
  font-size:120%;
  color: #333333;
}

h4 {
  font-family: Verdana, sans-serif;
  font-size:110%;
  color: #333333;
}

h5 {
  font-family: Verdana, sans-serif;
  font-size:110%;
  color: #3A3A3A;
}

img {
  border: none;
 }

/* :: outer boxes :: */

body {
  margin: 4px 4px 4px 4px;
  font-size:100%;
  background-color: #3D3D3D;
  color: black;
}

#main-box {
  padding: 19px;
  background: white url("/main-box-bg.gif") repeat-x;
}

#inner-box {
  border: 1px solid #BDBDBD;
  min-height: 900px;
  background-color: white;
}

#content {
  margin: 0px 40px 0px 35px;
}

#article {
  font-family: Georgia, serif;
  font-size:100%;
  line-height: 125%;
padding: 0;
}