Difference between revisions of "MediaWiki:Quiet.css"

From HaskellWiki
Jump to navigation Jump to search
(id selectors)
 
(84 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
/*
/* :: general text formatting :: */
 
  +
== Div Boxes ==
  +
*/
   
  +
body
a {
 
  +
{
color: #0000CC;
 
  +
background-color: #EEEEEE;
text-decoration: none;
 
font-size: 100%;
+
margin: 0px;
border: none;
+
padding: 4px;
  +
font-size:100%;
border-bottom: 1px dashed #dddddd;
 
  +
color: black;
  +
font-family: sans-serif;
 
}
 
}
   
  +
#content
  +
{
  +
padding: 4px;
  +
margin: 4px 4px 20px 4px;
  +
border: 1px solid #BDBDBD;
  +
background-color: white;
  +
}
   
  +
#article
a:hover {
 
  +
{
color: #888800;
 
border-color: #888800;
+
padding: 20px;
 
}
 
}
   
  +
#toolbar
a.plain {
 
  +
{
border: none;
 
  +
padding:0px;
 
}
 
}
   
  +
#infobox
p {
 
  +
{
  +
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
  +
{
  +
}
  +
  +
#pagelinks
  +
{
  +
}
  +
  +
#siteNotice
  +
{
  +
text-align: center;
  +
}
  +
  +
/*
  +
  +
== Tables ==
  +
*/
  +
  +
td
  +
{
  +
empty-cells:show;
  +
}
  +
  +
td.bottom
  +
{
  +
border-top: 1px solid gray;
  +
}
  +
  +
td.top
  +
{
  +
border-bottom: 1px solid gray;
  +
}
  +
  +
/*
  +
== Paragraphs ==
  +
*/
  +
  +
p
  +
{
 
font-size:100%;
 
font-size:100%;
  +
margin: 0 0;
  +
padding: 0;
  +
}
  +
  +
p.subpages
  +
{
  +
font-size:small;
  +
}
  +
  +
p.subtitle
  +
{
  +
margin-top: 0;
  +
padding-top: 0;
  +
text-align: center;
  +
font-style: italic;
  +
}
  +
  +
p.subpages
  +
{
  +
text-align: center;
  +
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;
 
margin: 12px 0;
 
}
 
}
   
  +
/*
h1 {
 
  +
background: white;
 
  +
== Headings & Rules ==
  +
*/
  +
  +
h2, h3, h4, h5, h6
  +
{
  +
margin-bottom: 0;
  +
}
  +
  +
h1, 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: 200%;
 
line-height: 150%;
 
line-height: 150%;
 
color: maroon;
 
color: maroon;
Line 33: Line 185:
 
}
 
}
   
h2 {
+
h2
  +
{
background: white;
 
 
font-family: Verdana, sans-serif;
 
font-family: Verdana, sans-serif;
 
font-size:130%;
 
font-size:130%;
 
line-height: 130%;
 
line-height: 130%;
 
line-height: 130%;
 
line-height: 130%;
color: #222222;
 
 
}
 
}
   
h3 {
+
h3
  +
{
background: white;
 
 
font-family: Verdana, sans-serif;
 
font-family: Verdana, sans-serif;
 
font-size:120%;
 
font-size:120%;
color: #333333;
 
 
}
 
}
   
h4 {
+
h4
  +
{
background: white;
 
 
font-family: Verdana, sans-serif;
 
font-family: Verdana, sans-serif;
font-size:110%;
+
font-size:100%;
color: #333333;
 
 
}
 
}
   
h5 {
+
h5
  +
{
background: white;
 
 
font-family: Verdana, sans-serif;
 
font-family: Verdana, sans-serif;
font-size:110%;
+
font-weight: normal;
color: #3A3A3A;
+
font-style: italic;
  +
font-size:100%;
 
}
 
}
   
  +
h6
img {
 
  +
{
border: none;
 
  +
font-weight: normal;
}
 
  +
font-style: italic;
  +
font-size: 100%;
  +
}
   
  +
hr.sep
/* :: header graphics :: */
 
  +
{
  +
color:gray;
  +
height:1px;
  +
background-color:gray;
  +
}
   
  +
/*
img.site-header {
 
  +
position: absolute;
 
  +
== Images ==
left: 240px;
 
  +
*/
top: 27px;
 
  +
z-index: 20;
 
  +
img
  +
{
 
border: none;
 
border: none;
 
}
 
}
   
  +
/*
img.site-logo {
 
  +
== Forms ==
position: absolute;
 
  +
*/
left: 27px;
 
  +
top: 27px;
 
  +
form.inline
z-index: 30;
 
  +
{
  +
display: inline;
  +
}
  +
  +
textarea
  +
{
  +
overflow: auto;
  +
}
  +
  +
/*
  +
== Links ==
  +
*/
  +
  +
a
  +
{
  +
color: #0000CC;
  +
text-decoration: none;
  +
font-size: 100%;
 
border: none;
 
border: none;
 
}
 
}
   
  +
#article a
/* :: outer boxes :: */
 
  +
{
  +
border-bottom: 1px dashed #dddddd;
  +
}
   
  +
a:hover
body {
 
  +
{
margin: 4px 12px 4px 4px;
 
  +
color: #888800;
font-size:100%;
 
background-color: #3D3D3D;
+
border-color: #888800;
color: black;
 
 
}
 
}
   
  +
a.plain
.main-box {
 
  +
{
padding: 19px;
 
  +
border: none;
background: white url("/main-box-bg.gif") repeat-x;
 
 
}
 
}
   
  +
a.interwiki, a.external
div#content {
 
  +
{
border: 1px solid #BDBDBD;
 
min-height: 900px;
+
color: #3366BB;
background-color: white;
 
 
}
 
}
   
  +
a.printable
/* :: inner boxes :: */
 
  +
{
  +
text-decoration: underline;
  +
}
   
  +
a.stub
div#article {
 
  +
{
margin: 120px 40px 25px 35px;
 
  +
color:#772233;
font-family: Georgia, serif;
 
font-size:100%;
+
text-decoration:none;
line-height: 125%;
 
 
}
 
}
   
  +
a:visited
.firstpage {
 
  +
{
margin: 200px 40px 25px 35px;
 
  +
color: #5A3696;
  +
}
  +
  +
/*
  +
== Spans ==
  +
*/
  +
  +
/*
  +
=== Table of contents ===
  +
*/
  +
.toctoggle, .editsection
  +
{
  +
font-size: smaller;
 
}
 
}

Latest revision as of 05:55, 22 January 2009

/*
== Div Boxes ==
*/

body
{
  background-color: #EEEEEE;
  margin: 0px;
  padding: 4px;
  font-size:100%;
  color: black;
  font-family: sans-serif;
}

#content
{
  padding: 4px;
  margin: 4px 4px 20px 4px;
  border: 1px solid #BDBDBD;
  background-color: white;
}

#article
{
  padding: 20px;
}

#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
{
}

#pagelinks
{
}

#siteNotice
{
  text-align: center;
}

/*

== 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
{
  margin-top: 0;
  padding-top: 0;
  text-align: center;
  font-style: italic;
}

p.subpages
{
  text-align: center;
  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, h1.pagetitle
{
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, sans-serif;
  font-size: 200%;
  line-height: 150%;
  color: maroon;
  text-align: center; 
}

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

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

h4
{
  font-family: Verdana, sans-serif;
  font-size:100%;
}

h5
{
  font-family: Verdana, sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size:100%;
}

h6
{
  font-weight: normal;
  font-style: italic;
  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;
}