Header

From Dxx

(Difference between revisions)
Line 23: Line 23:
  <style type="text/css">
  <style type="text/css">
-
/*
+
/*  
-
<pre>
+
* Finlay McWalter's standard.css
-
*/
+
* Licenced under the GFDL
 +
* By Finlay McWalter, ripping stuff off from Lejuf and Eequor.
 +
*/
   
   
-
.usermessage {
+
body
-
    background: yellow repeat-x scroll left top;
+
{
-
    border: 3px solid red;
+
  color:     #022;
-
    color: #FFFFFF;
+
  background: #eee url("http://upload.wikimedia.org/wikipedia/commons/9/9f/Wfm_headbg.jpg") 0px 0px no-repeat;
-
    font-weight: bold;
+
}
-
    margin: 2em 0em 1em 0em;
+
-
    padding: 0.5em 1em 0.5em 1em;
+
-
    vertical-align: middle;
+
-
}
+
   
   
-
a { font-weight:bold; color: Black; }
+
/* the "top" table is the stuff inside topbar, where search, go, disclaimers, etc. live */
-
a:visited { font-weight:bold; color: DimGray; }
+
td.top {  
-
a:active, a.new { color: crimson; }
+
  border-bottom: none;
-
a.interwiki, a.external { color: crimson; }
+
}
   
   
 +
/* rm the line over the bottom bar */
 +
td.bottom {
 +
  border: none;
 +
}
   
   
 +
p.subtitle {
 +
  border: none;
 +
}
   
   
-
body {
+
div.editsection
-
  background: Dimgray
+
{
 +
  clear: left;
}
}
   
   
-
#p-lang .pBody {
+
div#article
-
    border: 3px solid Crimson
+
{
-
    background: Silver;
+
  padding-top:   3px;
 +
  padding-left:  8px;
 +
  padding-bottom: 1em;
}
}
   
   
-
#p-navigation .pBody {
+
h2, h3, h4, h5, h6
-
    border: 3px solid Crimson;
+
{
-
    background: Silver;
+
  position: relative;
 +
  clear: left;
 +
  left: -8px;
 +
  padding-left: 8px;
 +
  padding-bottom: 1px;
 +
  margin-bottom: 0px;
 +
  overflow: hidden;
 +
  line-height: 2em;
}
}
   
   
-
#p-interaction .pBody {
+
h1.pagetitle {
-
    border: 3px solid Crimson;
+
  padding-bottom: 0;
-
    background: Silver;
+
}
}
   
   
-
#p-tb .pBody {
+
h1 {
-
    border: 3px solid Crimson;
+
  color: #000;
-
    background: Silver;
+
}
}
   
   
-
input[type="radio"],
+
h2
-
input[type="checkbox"] { border:none; }
+
{
-
input[type="text"], input[type="submit"], textarea {
+
  color: #103;
-
    border: 2px solid Crimson !important;
+
}
   
   
-
input[type="text"], input[type="submit"], textarea, pre, #toc {
+
h3
-
   -moz-border-radius: 2px;
+
{
 +
   color: #206;
 +
}
   
   
 +
h4
 +
{
 +
  color: #309;
 +
}
   
   
-
#p-cactions li {
+
h5
-
  -moz-border-radius-topleft: 12px;
+
{
-
  -moz-border-radius-topright: 12px;
+
  color: #40c;
-
  background-color: Silver;
+
}
}
-
#p-cactions li a {
+
-
  background: Silver !important;
+
h6
-
  border-bottom: Crimson;
+
{
-
  padding-bottom: 1px;
+
  color: #50f;
}
}
-
#p-cactions #ca-editfirst a {
+
-
    padding-left: .4em;
+
pre
-
    padding-right: .4em;
+
{
 +
  border: none;
 +
  padding: 8px;
 +
  margin: 1em;
 +
  overflow: auto;
 +
  display: table;
 +
  clear: left;
 +
  background: #ddd;
}
}
   
   
-
#footer {
+
pre.raw
-
  margin-left: 13.6em;
+
{
-
  border-left: 3px solid Crimson;
+
  border: none !important;
-
  border-right: 3px solid Crimson;
+
  padding: 0 !important;
-
  -moz-border-radius-bottomleft: 12px;
+
  margin: auto !important;
-
  -moz-border-radius-bottomright: 12px;
+
  display: normal !important;
 +
  clear: none !important;
 +
  background: #ddd;
}
}
   
   
-
.pBody {
+
#quickbar
-
  -moz-border-radius-topright: 12px;
+
{
-
  -moz-border-radius-bottomright: 12px;
+
  border-right: none !important;
-
  border-left: none !important;
+
}
}
   
   
-
/*
+
/* Table of contents */
-
</pre>
+
#toc {
-
*/
+
  border:            1px solid #888;
 +
  background-color:  #ddd;
 +
  padding:          3px;
 +
  font-size:        80%;
 +
  color:            #eee;
 +
}
 +
 +
/* DIV around image thumbnails */
 +
div.thumb div {
 +
    border:          1px solid #888;
 +
    padding:          3px !important;
 +
    background-color: #ddd;
 +
    font-size:        90%;
 +
}
 +
 +
/* Textarea */
 +
textarea { background : #ddd; }
 +
 +
/* Make the separator in the left side menubar invisible, just a largeish gap */
 +
hr.sep {
 +
  border: 0;
 +
  margin-top: 10px;
 +
  width: 0%;
 +
}
 +
 +
/* Fix classics HORRID difference with monobook, where images stack horizontally rather than vertically */
 +
div.tright {
 +
  clear: right;
 +
}
</style>
</style>

Revision as of 12:28, 10 December 2008

<style type="text/css">
  /*
     Notes: 
      -You must log as admin to edit this page
      -Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles. 
      -if you want your code to look nice on this page, put a space at the beginning of each line
      -This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css 
      
      For example uncomment this next section to turn all the text green:
  */
 /*
body {
   color: green;
}
 */ 
</style>




<style type="text/css">

/*

* Finlay McWalter's standard.css
* Licenced under the GFDL
* By Finlay McWalter, ripping stuff off from Lejuf and Eequor.
*/

body {

  color:      #022;
  background: #eee url("Wfm_headbg.jpg") 0px 0px no-repeat;

}

/* the "top" table is the stuff inside topbar, where search, go, disclaimers, etc. live */ td.top {

 border-bottom: none;

}

/* rm the line over the bottom bar */ td.bottom {

 border: none;

}

p.subtitle {

 border: none;

}

div.editsection {

  clear: left;

}

div#article {

  padding-top:    3px;
  padding-left:   8px;
  padding-bottom: 1em;

}

h2, h3, h4, h5, h6 {

  position: relative;
  clear: left;
  left: -8px;
  padding-left: 8px;
  padding-bottom: 1px;
  margin-bottom: 0px;
  overflow: hidden;
  line-height: 2em;

}

h1.pagetitle {

 padding-bottom: 0;

}

h1 {

  color: #000;

}

h2 {

  color: #103;

}

h3 {

  color: #206;

}

h4 {

  color: #309;

}

h5 {

  color: #40c;

}

h6 {

  color: #50f;

}

pre {

  border: none;
  padding: 8px;
  margin: 1em;
  overflow: auto;
  display: table;
  clear: left;
  background: #ddd;

}

pre.raw {

  border: none !important;
  padding: 0 !important;
  margin: auto !important;
  display: normal !important;
  clear: none !important;
  background: #ddd;

}

  1. quickbar

{

  border-right: none !important;

}

/* Table of contents */

  1. toc {
 border:            1px solid #888;
 background-color:  #ddd;
 padding:           3px;
 font-size:         80%;
 color:             #eee;

}

/* DIV around image thumbnails */ div.thumb div {

   border:           1px solid #888;
   padding:          3px !important;
   background-color: #ddd;
   font-size:        90%;

}

/* Textarea */ textarea { background : #ddd; }

/* Make the separator in the left side menubar invisible, just a largeish gap */ hr.sep {

 border: 0; 
 margin-top: 10px;
 width: 0%;

}

/* Fix classics HORRID difference with monobook, where images stack horizontally rather than vertically */ div.tright {

 clear: right;

} </style>

Personal tools
DXX Roster