Difference between revisions of "MediaWiki:Quiet.css"

From HaskellWiki
Jump to navigation Jump to search
(id selectors)
(clean up)
Line 8: Line 8:
 
border-bottom: 1px dashed #dddddd;
 
border-bottom: 1px dashed #dddddd;
 
}
 
}
 
   
 
a:hover {
 
a:hover {
Line 25: Line 24:
   
 
h1 {
 
h1 {
background: white;
 
 
font-family: Verdana, sans-serif;
 
font-family: Verdana, sans-serif;
 
font-size:150%;
 
font-size:150%;
Line 34: Line 32:
   
 
h2 {
 
h2 {
background: white;
 
 
font-family: Verdana, sans-serif;
 
font-family: Verdana, sans-serif;
 
font-size:130%;
 
font-size:130%;
Line 43: Line 40:
   
 
h3 {
 
h3 {
background: white;
 
 
font-family: Verdana, sans-serif;
 
font-family: Verdana, sans-serif;
 
font-size:120%;
 
font-size:120%;
Line 50: Line 46:
   
 
h4 {
 
h4 {
background: white;
 
 
font-family: Verdana, sans-serif;
 
font-family: Verdana, sans-serif;
 
font-size:110%;
 
font-size:110%;
Line 57: Line 52:
   
 
h5 {
 
h5 {
background: white;
 
 
font-family: Verdana, sans-serif;
 
font-family: Verdana, sans-serif;
 
font-size:110%;
 
font-size:110%;

Revision as of 23:43, 6 January 2006

/* :: 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%;
  margin: 12px 0;
}

h1 {
  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;
 }

/* :: header graphics :: */

img.site-header {
  position: absolute;
  left: 240px;
  top: 27px;
  z-index: 20;
  border: none;
}

img.site-logo {
  position: absolute;
  left: 27px;
  top: 27px;
  z-index: 30;
  border: none;
}

/* :: outer boxes :: */

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

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

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

/* :: inner boxes :: */

div#article {
  margin: 120px 40px 25px 35px;
  font-family: Georgia, serif;
  font-size:100%;
  line-height: 125%;
}

.firstpage {
  margin: 200px 40px 25px 35px;
}