Header

From Wizah

(Difference between revisions)
m (Reverted edit of Admin, changed back to last version by 67.81.111.63)
Line 1: Line 1:
-
#toolbar {
+
<style type="text/css">
-
  display: none;
+
-
}
+
-
div.center {
+
  /*
-
  text-align: center;
+
      Notes:
-
}
+
      -You must log as admin to edith 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>
-
#contentSub {
 
-
  padding-left: 2em;
 
-
}
 
-
 
-
a {
 
-
  text-decoration: underline;
 
-
  color: white;
 
-
}
 
-
 
-
a.visited {
 
-
  color: #999999;
 
-
}
 
-
 
-
a:hover {
 
-
  text-decoration: underline;
 
-
 
 
-
}
 
-
 
-
#column-content {
 
-
 
-
  float: center;
 
-
 
-
  padding:0;
 
-
}
 
-
 
-
ul {
 
-
list-style-type: square;
 
-
}
 
-
 
-
#content {
 
-
    margin: 0px auto 0 auto;
 
-
    padding: 0 auto 0 auto;
 
-
    border-left: 0px solid #959595;
 
-
    line-height: 1.7em;
 
-
width: 670px;
 
-
}
 
-
 
-
#column-one {
 
-
  position: absolute;
 
-
  top: 0px; left: 0px;
 
-
}
 
-
 
-
 
-
 
-
 
-
 
-
body {
 
-
    margin: 5px 0 0 0;
 
-
    padding: 0;
 
-
    font-family: Lucida Sans Unicode, Lucida Sans, Lucida Grande, Helvetica, Arial;
 
-
    text-align: justify;
 
-
    background-color: black;
 
-
    color: #bbbbbb;
 
-
text-align: justify;
 
-
font-size: 80%;
 
-
 
-
}
 
-
 
-
.visualClear { clear: both; }
 
-
 
-
hr {
 
-
color: #999999;
 
-
}
 
-
 
-
img {
 
-
    border: none;
 
-
}
 
-
p {
 
-
    margin: 0.4em 0em 0.5em 0em;
 
-
    color: #bbbbbb; 
 
-
    text-decoration: none;
 
-
    text-indent:20px;
 
-
 
-
}
 
-
p img { margin: 0; }
 
-
 
-
h1, h2, h3, h4, h5, h6 {
 
-
    margin: 0;
 
-
    padding-top: 0.5em;
 
-
    padding-bottom: 0.17em;
 
-
    color: #bbbbbb;
 
-
    font-weight: normal;
 
-
    text-align: left;
 
-
}
 
-
 
-
h1 { font-size: 180%; padding-top: 3em;}
 
-
h2 { font-size: 150%; }
 
-
h3 { font-size: 132%; }
 
-
h4 { font-size: 116%; }
 
-
h5 { font-size: 100%; }
 
-
h6 { font-size: 80%;  }
 
-
 
-
fieldset {
 
-
    margin: 1em 0em 1em 0em;
 
-
    padding: 0em 1em 1em 1em;
 
-
}
 
-
.usermessage {
 
-
    background-color: green;
 
-
    border: 0px solid #ffa500;
 
-
    color: Black;
 
-
    font-weight: bold;
 
-
    margin: 2em 0em 1em 0em;
 
-
    padding: 0.5em 1em;
 
-
    vertical-align: middle;
 
-
}
 
-
.error {
 
-
    color: red;
 
-
    font-size: larger;
 
-
}
 
-
 
-
table.rimage {
 
-
    float:right;
 
-
    position:relative;
 
-
    margin-left:1em;
 
-
    margin-bottom:1em;
 
-
    text-align:center;
 
-
}
 
-
 
-
div.townBox {
 
-
    position:relative;
 
-
    float:right;
 
-
    margin-left:1em;
 
-
    padding:0.3em;
 
-
    width: 200px;
 
-
    overflow: hidden;
 
-
    clear: right;
 
-
}
 
-
div.townBox dl {
 
-
    padding: 0;
 
-
    margin: 0 0 0.3em 0;
 
-
}
 
-
div.townBox dl dt {
 
-
    background: none;
 
-
    margin: 0.4em 0 0 0;
 
-
}
 
-
div.townBox dl dd {
 
-
    margin: 0.1em 0 0 1.1em;
 
-
}
 
-
.portlet {
 
-
    border: none;
 
-
    float: none;
 
-
    padding: 0;
 
-
    width: 11.8em;
 
-
    overflow: hidden;
 
-
}
 
-
.portlet h4 {
 
-
    font-weight: normal;
 
-
    white-space: nowrap;
 
-
}
 
-
.portlet h5 {
 
-
  padding: 0em 1em 0em 0.5em;
 
-
  display: inline;
 
-
  height: 1em;
 
-
  font-weight: normal;
 
-
  white-space: nowrap;
 
-
}
 
-
.portlet h6 {
 
-
    padding: 0em 1em 0em 1em;
 
-
    display: block;
 
-
    height: 1.2em;
 
-
    font-weight: normal;
 
-
    white-space: nowrap;
 
-
}
 
-
.pBody {
 
-
    border-collapse: collapse;
 
-
    padding: 0 0.8em 0.3em 0.5em;
 
-
}
 
-
.portlet h1,
 
-
.portlet h2,
 
-
.portlet h3,
 
-
.portlet h4 {
 
-
  margin: 0;
 
-
  padding: 0;
 
-
  font-size: small;
 
-
}
 
-
 
-
#p-search .pBody {
 
-
    text-align: center;
 
-
}
 
-
 
-
#searchInput {
 
-
  width: 100%;
 
-
  clear: both;
 
-
  margin: 0 0 0 0;
 
-
}
 
-
 
-
input.searchButton {
 
-
    margin-top:1px;
 
-
    padding: 0 0.4em;
 
-
    cursor: pointer;
 
-
}
 
-
 
-
#p-search .pBody {
 
-
    padding: 0.5em 0.4em 0.4em 0.4em;
 
-
}
 
-
 
-
textarea {
 
-
  width: 100%;
 
-
}
 
-
 
-
#p-personal li, #p-personal ul,
 
-
#p-tb li, #p-tb ul,
 
-
#p-navigation li, #p-navigation ul,
 
-
#p-cactions li, #p-cactions ul,
 
-
#p-newlinks li, #p-newlinks ul {
 
-
  padding-left: 0em;
 
-
  margin-left: 0.5em;
 
-
  color: green;
 
-
}
 
-
 
-
#p-cactions li, #p-cactions ul {
 
-
  margin-left: 0.7em;
 
-
}
 
-
 
-
pre {
 
-
  margin: 2em;
 
-
  border: solid 1px #red;
 
-
}
 
-
 
-
h1.firstHeading, h2 {
 
-
  border-bottom: solid 1px #999999;
 
-
}
 
-
#bodyContent a[href ^="http://"],
 
-
#bodyContent a[href ^="gopher://"] {
 
-
    background: url("external.png") center right no-repeat;
 
-
    padding-right: 13px;
 
-
}
 
-
#bodyContent a[href ^="https://"],
 
-
.link-https {
 
-
    background: url("lock_icon.gif") center right no-repeat;
 
-
    padding-right: 16px;
 
-
}
 
-
#bodyContent a[href ^="mailto:"],
 
-
.link-mailto {
 
-
    background: url("mail_icon.gif") center right no-repeat;
 
-
    padding-right: 18px;
 
-
}
 
-
#bodyContent a[href ^="news://"] {
 
-
    background: url("news_icon.png") center right no-repeat;
 
-
    padding-right: 18px;
 
-
}
 
-
#bodyContent a[href ^="ftp://"],
 
-
.link-ftp {
 
-
    background: url("file_icon.gif") center right no-repeat;
 
-
    padding-right: 18px;
 
-
}
 
-
#bodyContent a[href ^="irc://"],
 
-
.link-irc {
 
-
    background: url("discussionitem_icon.gif")  center right no-repeat;
 
-
    padding-right: 18px;
 
-
}
 
-
 
-
#bodyContent a.extiw,
 
-
#bodyContent a.extiw:active {
 
-
  color: #bbbbbb;
 
-
  background: none;
 
-
  padding: 0;
 
-
}
 
-
 
-
td.diff-addedline {
 
-
    background-color: #555555;
 
-
}
 
-
 
-
td.diff-deletedline {
 
-
    background-color: #555555;
 
-
}
 
-
 
-
span.diffchange { background-color: #ff0000; }
 
-
.autocomment { color:  grey; }
 
-
#pagehistory span.user {
 
-
    margin-left: 1.4em;
 
-
    margin-right: 0.4em;
 
-
}
 
-
#pagehistory span.minor { font-weight: bold; }
 
-
#pagehistory li.selected {
 
-
    background-color:#555555;
 
-
    border:1px dashed #aaaaaa;
 
-
}
 
-
span.urlexpansion {
 
-
  display: none;
 
-
}
 
-
 
-
div.tocindent {
 
-
  margin-left: 2em;
 
-
}
 
-
#toc {
 
-
  text-align: left;
 
-
  border-top: solid 1px #999999;
 
-
  border-bottom: solid 1px #999999;
 
-
  bachground-color: #555555;
 
-
}
 
-
 
-
div.floatright, table.floatright {
 
-
    clear: right;
 
-
    float: right;
 
-
    margin: 0;
 
-
    position: relative;
 
-
    border-width: 0.5em 0 0.8em 1.4em;
 
-
}
 
-
div.floatright p { font-style: italic; }
 
-
div.floatleft, table.floatleft {
 
-
    float: left;
 
-
    margin: 0.3em 0.5em 0.5em 0;
 
-
    position: relative;
 
-
    border-width: 0.5em 1.4em 0.8em 0;
 
-
}
 
-
div.floatleft p { font-style: italic; }
 
-
/* thumbnails */
 
-
div.thumb {
 
-
    margin-bottom: 0.5em;
 
-
    width: auto;
 
-
}
 
-
div.thumb div {
 
-
    padding: 3px !important;
 
-
    text-align: center;
 
-
    overflow: hidden;
 
-
}
 
-
 
-
div.thumb div div.thumbcaption {
 
-
    border: none;
 
-
    text-align: left;
 
-
    line-height: 1.4;
 
-
    padding: 0.3em 0 0.1em 0;
 
-
}
 
-
div.magnify {
 
-
    float: right;
 
-
    border: none !important;
 
-
    background: none !important;
 
-
}
 
-
div.magnify a, div.magnify img {
 
-
    display: block;
 
-
    border: none !important;
 
-
    background: none !important;
 
-
}
 
-
div.tright {
 
-
    clear: right;
 
-
    float: right;
 
-
    border-width: 0.5em 0 0.8em 1.4em;
 
-
}
 
-
div.tleft {
 
-
    float: left;
 
-
    margin-right:0.5em;
 
-
    border-width: 0.5em 1.4em 0.8em 0;
 
-
}
 
-
 
-
a.stub {
 
-
      text-decoration: underline;
 
-
      color: #bbbbbb; }
 
-
a.new, #p-personal a.new {
 
-
      text-decoration: underline;
 
-
    color: #bbbbbb;
 
-
}
 
-
 
-
p.catlinks {
 
-
  text-align: center;
 
-
  width: 80%;
 
-
  margin-left: auto;
 
-
  margin-right: auto;
 
-
  padding: 3px;
 
-
}
 
-
 
-
#mytabs {
 
-
  background-color: inherit;
 
-
}
 
-
#p-cactions {
 
-
  background-color: inherit;
 
-
}
 
-
 
-
 
-
#ca-addsection a:before {
 
-
  content: "Add section";
 
-
  font-size: 10pt;
 
-
}
 
-
 
-
#ca-addsection a {
 
-
  font-size: 0px;
 
-
}
 
-
 
-
#n-portal,
 
-
#n-currentevents,
 
-
#n-help,
 
-
#n-sitesupport {
 
-
  display: none;
 
-
}
 
-
 
-
span.searchmatch {
 
-
  font-weight: bold;
 
-
}
 
-
 
-
#preftoc {
 
-
    float: left;
 
-
    margin: 1em;
 
-
    width: 13em;
 
-
}
 
-
#preftoc li {
 
-
}
 
-
#preftoc li.selected {
 
-
    border: 1px dashed #aaa;
 
-
}
 
-
#preftoc a,
 
-
#preftoc a:active {
 
-
    display: block;
 
-
}
 
-
#prefcontrol {
 
-
    clear: both;
 
-
    float: left;
 
-
    margin-top: 1em;
 
-
}
 
-
div.prefsectiontip {
 
-
    font-size: 95%;
 
-
    margin-top: 1em;
 
-
}
 
-
 
-
#mw_trackbacks {
 
-
        border-style: groove;
 
-
        padding: 0.2em;
 
-
}
 
-
 
-
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
 
-
</script>
 
  <script type="text/javascript">
  <script type="text/javascript">
-
_uacct = "UA-783274-2";
+
  //Feel free to add your javascript code here.
-
urchinTracker();
+
  </script>
  </script>
-
 
-
<META name="verify-v1" content="sVmBhO6wKox7l47QEkUAhe34RGlH6wUg5XL3Ibv6P3Q=" />
 

Revision as of 02:17, 24 November 2006

<style type="text/css">
  /*
     Notes: 
      -You must log as admin to edith 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>
<script type="text/javascript">
  //Feel free to add your javascript code here.
</script>
Personal tools