Difference between revisions of "MediaWiki:Quiet.css"

From HaskellWiki
Jump to navigation Jump to search
(paste in from wikistandard.css)
(clean up)
Line 1: Line 1:
  +
/* Div Boxes */
#article { padding: 4px; }
 
  +
#content { margin: 0; padding: 0; }
 
  +
body
#footer { padding: 4px;font-size:95%;clear: both; }
 
  +
{
#pagestats { font-size: 9pt; }
 
  +
margin: 4px 4px 4px 4px;
#powersearch {
 
  +
font-size:100%;
background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px;
 
  +
background-color: #3D3D3D;
  +
color: black;
 
}
 
}
#quickbar { width: 140px; padding: 4px; visibility: visible; z-index:99;font-size:95%;}
 
#topbar { padding: 4px;font-size:95%; }
 
   
  +
#main-box
  +
{
  +
padding: 19px;
  +
background: white url("/main-box-bg.gif") repeat-x;
  +
}
   
  +
#inner-box
/* Table of contents */
 
  +
{
.toctoggle, .editsection { font-size: smaller; }
 
  +
border: 1px solid #BDBDBD;
  +
background-color: white;
  +
padding: 4px;
  +
}
   
  +
#content
/* ... */
 
  +
{
#toolbar { padding:0px; }
 
  +
padding: 0;
#infobox { background:#eeeeff;color:black;}
 
#editform { margin-top:1px; }
+
margin: 4px 40px 0px 35px;
  +
}
a.interwiki, a.external { color: #3366BB; }
 
a.printable { text-decoration: underline; }
 
a.stub { color:#772233; text-decoration:none; }
 
a:visited { color: #5A3696; }
 
body { margin: 0px; padding: 4px; color: black; }
 
form.inline { display: inline; }
 
textarea { overflow: auto; }
 
   
  +
#article
  +
{
  +
font-family: Georgia, serif;
  +
font-size:100%;
  +
line-height: 125%;
  +
padding: 0;
  +
}
   
  +
#toolbar
h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0;
 
  +
{
font-size:150%; }
 
  +
padding:0px;
h2 { font-size: 120%; }
 
  +
}
h2, h3, h4, h5, h6 { margin-bottom: 0;}
 
h3 { font-size: 106.25%; }
 
h4 { font-size: 103.125%; }
 
h5 { font-size: 100%; }
 
h6 { font-size: 95%; }
 
hr.sep { color:gray;height:1px;background-color:gray;}
 
p.subpages { font-size:small;}
 
p.subtitle { padding-top: 0; margin-top: 0;}
 
p.catlinks { font-size:small; margin-top:0; text-align:right;}
 
td { empty-cells:show; }
 
td.bottom { border-top: 1px solid gray; }
 
td.top { border-bottom: 1px solid gray; }
 
   
  +
#infobox
  +
{
  +
background:#eeeeff;
  +
color:black;
  +
}
   
  +
#editform
  +
{
  +
margin-top:1px;
  +
}
   
  +
#footer
  +
{
  +
padding: 4px;
  +
}
   
  +
#powersearch
/* Overrides */
 
  +
{
  +
background: #DDEEFF;
  +
border-style: solid;
  +
border-width: 1px;
  +
padding: 2px;
  +
}
   
  +
#quickbar
#topbar {padding: 0;}
 
  +
{
#bottombar {}
 
  +
width: 140px;
#pagestats { font-size: 100%; }
 
  +
padding: 4px;
  +
visibility: visible;
  +
z-index:99;
  +
font-size:95%;
  +
}
   
  +
#footer
/* :: general text formatting :: */
 
  +
{
  +
padding: 0;
  +
font-size:95%;
  +
clear: both;
  +
}
   
  +
#topbar
a {
 
  +
{
color: #0000CC;
 
  +
padding: 0;font-size:95%;
text-decoration: none;
 
font-size: 100%;
 
border: none;
 
 
}
 
}
   
  +
#bottombar
#article a {
 
  +
{
border-bottom: 1px dashed #dddddd;
 
 
}
 
}
   
  +
#pagestats
a:hover {
 
  +
{
color: #888800;
 
border-color: #888800;
 
 
}
 
}
   
  +
/* Tables */
a.plain {
 
  +
border: none;
 
  +
td
  +
{
  +
empty-cells:show;
 
}
 
}
   
  +
td.bottom
p {
 
  +
{
  +
border-top: 1px solid gray;
  +
}
  +
  +
td.top
  +
{
  +
border-bottom: 1px solid gray;
  +
}
  +
  +
/* Paragraphs */
  +
  +
p
  +
{
 
font-size:100%;
 
font-size:100%;
 
margin: 0 0;
 
margin: 0 0;
Line 79: Line 120:
 
}
 
}
   
  +
p.subpages
#article p {
 
  +
{
margin: 12px 0;
 
  +
font-size:small;
 
}
 
}
   
  +
p.subtitle
#footer {
 
  +
{
padding: 0;
 
  +
padding-top: 0;
  +
margin-top: 0;
 
}
 
}
   
  +
p.catlinks
p#categories {
 
  +
{
  +
font-size:small;
  +
margin-top:0;
  +
text-align:right;
  +
}
  +
  +
p#categories
  +
{
 
text-align: center;
 
text-align: center;
 
margin: 0 0;
 
margin: 0 0;
 
}
 
}
   
  +
#article p
h1.pagetitle {
 
  +
{
  +
margin: 12px 0;
  +
}
  +
  +
/* Headings & Rules */
  +
  +
h2, h3, h4, h5, h6
  +
{
  +
margin-bottom: 0;
  +
}
  +
  +
h1.pagetitle
  +
{
  +
padding-top: 0;
  +
padding-bottom: 0;
  +
margin-top: 0;
  +
margin-bottom: 0;
 
font-family: Verdana, sans-serif;
 
font-family: Verdana, sans-serif;
 
font-size:150%;
 
font-size:150%;
Line 100: Line 169:
 
}
 
}
   
h2 {
+
h2
  +
{
 
font-family: Verdana, sans-serif;
 
font-family: Verdana, sans-serif;
 
font-size:130%;
 
font-size:130%;
Line 108: Line 178:
 
}
 
}
   
h3 {
+
h3
  +
{
 
font-family: Verdana, sans-serif;
 
font-family: Verdana, sans-serif;
 
font-size:120%;
 
font-size:120%;
Line 114: Line 185:
 
}
 
}
   
h4 {
+
h4
  +
{
 
font-family: Verdana, sans-serif;
 
font-family: Verdana, sans-serif;
 
font-size:110%;
 
font-size:110%;
Line 120: Line 192:
 
}
 
}
   
h5 {
+
h5
  +
{
 
font-family: Verdana, sans-serif;
 
font-family: Verdana, sans-serif;
 
font-size:110%;
 
font-size:110%;
Line 126: Line 199:
 
}
 
}
   
  +
h6
img {
 
  +
{
  +
font-size: 100%;
  +
}
  +
  +
hr.sep
  +
{
  +
color:gray;
  +
height:1px;
  +
background-color:gray;
  +
}
  +
  +
/* Images */
  +
  +
img
  +
{
 
border: none;
 
border: none;
}
+
}
   
/* :: outer boxes :: */
+
/* Forms */
   
  +
form.inline
body {
 
  +
{
margin: 4px 4px 4px 4px;
 
  +
display: inline;
font-size:100%;
 
background-color: #3D3D3D;
 
color: black;
 
 
}
 
}
   
  +
textarea
#main-box {
 
  +
{
padding: 19px;
 
  +
overflow: auto;
background: white url("/main-box-bg.gif") repeat-x;
 
 
}
 
}
   
  +
/* Links */
#inner-box {
 
  +
border: 1px solid #BDBDBD;
 
  +
a
background-color: white;
 
  +
{
padding: 4px;
 
  +
color: #0000CC;
  +
text-decoration: none;
  +
font-size: 100%;
  +
border: none;
 
}
 
}
   
  +
#article a
#content {
 
  +
{
margin: 4px 40px 0px 35px;
 
  +
border-bottom: 1px dashed #dddddd;
 
}
 
}
   
  +
a:hover
#article {
 
  +
{
font-family: Georgia, serif;
 
  +
color: #888800;
font-size:100%;
 
line-height: 125%;
+
border-color: #888800;
  +
}
padding: 0;
 
  +
  +
a.plain
  +
{
  +
border: none;
  +
}
  +
  +
a.interwiki, a.external
  +
{
  +
color: #3366BB;
  +
}
  +
  +
a.printable
  +
{
  +
text-decoration: underline;
  +
}
  +
  +
a.stub
  +
{
  +
color:#772233;
  +
text-decoration:none;
  +
}
  +
  +
a:visited
  +
{
  +
color: #5A3696;
  +
}
  +
  +
/* Spans */
  +
  +
/* Table of contents */
  +
.toctoggle, .editsection
  +
{
  +
font-size: smaller;
 
}
 
}

Revision as of 06:00, 9 January 2006

/* Div 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;
  background-color: white;
  padding: 4px;
}

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

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

#toolbar
{
  padding:0px;
}

#infobox
{
  background:#eeeeff;
  color:black;
}

#editform
{
  margin-top:1px;
}

#footer
{
  padding: 4px;
}

#powersearch
{
  background: #DDEEFF;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
}

#quickbar
{
  width: 140px;
  padding: 4px;
  visibility: visible;
  z-index:99;
  font-size:95%;
}

#footer
{
  padding: 0;
  font-size:95%;
  clear: both;
}

#topbar
{
  padding: 0;font-size:95%;
}

#bottombar
{
}

#pagestats
{
}

/* Tables */

td
{
  empty-cells:show;
}

td.bottom
{
  border-top: 1px solid gray;
}

td.top
{
  border-bottom: 1px solid gray;
}

/* Paragraphs */

p
{
  font-size:100%;
  margin: 0 0;
  padding: 0;
}

p.subpages
{
  font-size:small;
}

p.subtitle
{
  padding-top: 0;
  margin-top: 0;
}

p.catlinks
{
  font-size:small;
  margin-top:0;
  text-align:right;
}

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

#article p
{
  margin: 12px 0;
}

/* Headings & Rules */

h2, h3, h4, h5, h6
{
  margin-bottom: 0;
}

h1.pagetitle
{
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  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;
}

h6
{
  font-size: 100%;
}

hr.sep
{
  color:gray;
  height:1px;
  background-color:gray;
}

/* Images */

img
{
  border: none;
}

/* Forms */

form.inline
{
  display: inline;
}

textarea
{
  overflow: auto;
}

/* Links */

a
{
  color: #0000CC;
  text-decoration: none;
  font-size: 100%;
  border: none;
}

#article a
{
  border-bottom: 1px dashed #dddddd; 
}

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

a.plain
{
  border: none;
}

a.interwiki, a.external
{
  color: #3366BB;
}

a.printable
{
  text-decoration: underline;
}

a.stub
{
  color:#772233;
  text-decoration:none;
}

a:visited
{
  color: #5A3696;
}

/* Spans */

/* Table of contents */
.toctoggle, .editsection
{
  font-size: smaller;
}