Header

From Spira

(Difference between revisions)
(reverting - code tag not needed)
Line 1: Line 1:
-
<style type="text/css">
+
<style type="text/css">
-
  /*
+
  /*
-
    Notes:  
+
      Notes:  
-
      -You must log as admin to edit this page
+
      -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  
+
      -Whatever you enter in this page will be added to the html in the header after the standard style sheet,  
-
      override styles.  
+
        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
+
      -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  
+
      -This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css  
-
      - color chart at http://www.december.com/html/spec/colorcodes.html   
+
     
-
  */
+
      color chart at http://www.december.com/html/spec/colorcodes.html   
-
/*black background */
+
-
#content {
+
-
    margin: 2.2em 0 0 12.2em;
+
-
    padding: 0em 1em 1.5em 1em;
+
-
    background: Black;
+
-
    border: 1px solid #aaaaaa;
+
-
    border-right: none;
+
-
    line-height: 1.5em;
+
-
    position: relative;
+
-
    z-index: 2;
+
-
}
+
-
/*banner on header */
+
-
/*Black background with white text */
+
-
body {
+
-
    font: x-small sans-serif;
+
-
    background: #000000 url("http://www.editthis.info/spira/images/spira/c/c2/SPIRAX1.jpg") 0.8em 0px no-repeat;
+
-
    color: White;
+
-
    margin: 0;
+
-
    padding: 16.0em 0.2em;
+
-
}
+
-
.firstHeading { color: White; margin-bottom:0.1em; margin-top:0.1em; background: #000033; text-align:center;}
+
-
h1, h2, h3, h4, h5, h6 {  color: White }
+
-
table {
+
-
    font-size: 100%;
+
-
    background: black;
+
-
}
+
-
/* Non existent links - on page - not red anymore (too gaudy) */
+
 +
  */
 +
 
 +
body {
 +
background: #f9f9f9 url("http://img240.imageshack.us/img240/4639/headbgp7kb.jpg") 0px 0px no-repeat;
 +
}
 +
/*body of page */
 +
#content {margin: 2.8em 0 0 12.2em;}
 +
/*height of nav bar */
 +
#column-one { padding-top: 130px; }
 +
 +
/hyperlink color
a {
a {
     text-decoration: none;
     text-decoration: none;
-
     color: #B9D3EE;
+
     color: #b4428c ;
     background: none;
     background: none;
}
}
-
a:visited { color:#B9D3EE; }
+
a:visited { color: #9400D3; }
-
a:active { color: #B9D333; }
+
a:active { color: #ffa500; }
a:hover { text-decoration: underline; }
a:hover { text-decoration: underline; }
-
a.stub { color: #7FFF00; }
+
a.stub { color: #bc8f8f; }
-
a.new,
+
a.new {font-weight: bold; }
-
.special a.new { color:#7FFFB4; }
+
#p-personal a.new { color:#C67171 ; }
-
#p-personal a.new { color: red; }
+
a.new:visited { color:#cc0099; }
-
#p-cactions .new a { color: red; }
+
#p-personal a.new:visited { color:#8B4789; }
-
a.new:visited,
+
/* Page history styling */
-
.special a.new:visited,
+
#pagehistory a {color:#8B4789; }
-
#p-personal a.new:visited { color:#B9D3EE; }
+
-
#bodyContent a.external { color:#B9D3EE; }
+
/* Image thumbnails styling */
-
/* this can be used in the content area to switch off
+
div.thumb div div.thumbcaption {
-
special external link styling */
+
     border: none;
-
#bodyContent .plainlinks a {
+
-
    background: none !important;
+
-
    padding: 0;
+
-
}
+
-
#preftoc a,
+
-
#preftoc a:active {
+
-
    display: block;
+
-
    color: #be14aa;
+
-
}
+
-
hr {color: B9D3EE;
+
-
    background-color: B9D3EE;
+
-
    border: 0;
+
-
    margin: 0.2em 0 0.2em 0;
+
-
}
+
-
 
+
-
/* gray boxes when displaying pages */
+
-
code { background-color: #0000aa; }
+
-
pre {
+
-
    padding: 1em;
+
-
    border: 1px dashed #2f6fab;
+
-
    color: White;
+
-
    background-color: #000033;
+
-
    line-height: 1.1em;
+
-
}
+
-
/* More black when displaying text */
+
-
fieldset {
+
-
    border: 1px solid #2f6fab;
+
-
    background-color: #000033;
+
-
    margin: 1em 0em 1em 0em;
+
-
    padding: 0em 1em 1em 1em;
+
-
    line-height: 1.5em;
+
-
}
+
-
legend {
+
-
    background: Black;
+
-
    padding: 0.5em;
+
-
    font-size: 95%;
+
-
}
+
-
#contentSub {    color: #000088}
+
-
#catlinks {
+
-
    border:1px solid #aaaaaa;
+
-
    background-color:#000033;
+
-
    padding:5px;
+
-
    margin-top: 1em;
+
-
    clear: both;
+
-
}
+
-
#toc {
+
-
    /*border:1px solid #2f6fab;*/
+
-
    border:1px solid #aaaaaa;
+
-
    background-color:#000033;
+
-
    padding:5px;
+
-
    font-size: 95%;
+
-
}
+
-
/* images */
+
-
div.floatright, table.floatright {
+
-
    clear: right;
+
-
    float: right;
+
-
    position: relative;
+
-
    margin: 0 0 0.5em 0.5em;
+
-
    border: 0
+
-
    background: black;
+
-
/*
+
-
    border: 0.5em solid Black;
+
-
    border-width: 0.5em 0 0.8em 1.4em;
+
-
*/
+
-
}
+
-
div.floatright p { font-style: italic; }
+
-
div.floatleft, table.floatleft {
+
-
    float: left;
+
-
    position: relative;
+
-
    margin: 0 0.5em 0.5em 0;
+
-
     border: 0
+
-
    background: black;
+
-
/*
+
-
    margin: 0.3em 0.5em 0.5em 0;
+
-
    border: 0.5em solid Black;
+
-
    border-width: 0.5em 1.4em 0.8em 0;
+
-
*/
+
-
}
+
-
div.floatleft p { font-style: italic; }
+
-
/* thumbnails */
+
-
div.thumb {
+
-
    margin-bottom: 0.5em;
+
-
    border-style: solid; border-color: black;
+
-
    background-color: 000033;
+
-
   
+
-
    width: auto;
+
-
}
+
-
div.thumb div {
+
-
    border:1px solid #cccccc;
+
-
    padding: 3px !important;
+
-
    background-color:#000033;
+
-
    font-size: 94%;
+
     text-align: center;
     text-align: center;
-
    overflow: hidden;
 
-
}
 
-
/*
 
-
** edit views etc
 
-
*/
 
-
.special li {
 
     line-height: 1.4em;
     line-height: 1.4em;
-
    margin: 0;
+
     padding: 0.3em 0 0.1em 0;
-
     padding: 0;
+
}
}
-
/* Page history styling */
 
-
/* the auto-generated edit comments */
 
-
.autocomment { color: gray; }
 
-
#pagehistory span.user {
 
-
    margin-left: 1.4em;
 
-
    margin-right: 0.4em;
 
-
}
 
-
#pagehistory span.minor { font-weight: bold; }
 
-
#pagehistory li { border: 1px solid White; }
 
-
#pagehistory li.selected {
 
-
    background-color:#000088;
 
-
    border:1px dashed #aaaaaa;
 
-
}
 
/*
/*
-
** Diff rendering
+
** general portlet styles (elements in the quickbar AKA navbar)
*/
*/
-
table.diff { background:black; }
+
.portlet a { color:#8B4789; }
-
td.diff-otitle { background:#000000; }
+
-
td.diff-ntitle { background:#000000; }
+
-
td.diff-addedline {
+
-
    background:#000088;
+
-
    font-size: smaller;
+
-
}
+
-
td.diff-deletedline {
+
-
    background:#000033;
+
-
    font-size: smaller;
+
-
}
+
-
td.diff-context {
+
-
    background:#000055;
+
-
    font-size: smaller;
+
-
}
+
-
span.diffchange { color: #7FFFDF; font-weight: bold; }
+
-
form {
+
/*
-
     background: Black;
+
** the page-related actions- page/talk, edit etc
 +
*/
 +
#p-cactions li a {
 +
     background-color: White;
 +
    color: #8B4789;
     border: none;
     border: none;
 +
    padding: 0 0.8em 0.3em 0.8em;
 +
    text-decoration: none;
 +
    text-transform: lowercase;
 +
    position: relative;
 +
    z-index: 0;
     margin: 0;
     margin: 0;
}
}
-
table.gallery {
+
#p-cactions .selected a { z-index: 3; }
-
border: 3px solid #c2c2c2;
+
#p-cactions .new a { color:#ba0000; }
-
margin: 2px;
+
#p-cactions li a:hover {
-
padding: 2px;
+
    z-index: 3;
-
background-color:#000000;
+
    text-decoration: none;
}
}
-
table.gallery td {
+
/* disable interwiki styling */
-
vertical-align:top;
+
#bodyContent a.extiw,
-
background-color:#191970;
+
#bodyContent a.extiw:active {
-
border: solid 2px #c2c2c2;
+
    color: #8B4789;
 +
    background: none;
 +
    padding: 0;
}
}
-
 
+
#bodyContent a.external { color: #91219E; }
-
/*height of nav bar */
+
/* this can be used in the content area to switch off
-
#column-one { padding-top: 30px; }
+
special external link styling */
-
 
+
#bodyContent .plainlinks a {
-
/*navbar style: black background, gray line items, white text... */
+
     background: none !important;
-
 
+
-
.portlet h6,h5,h4 {color:white;}
+
-
 
+
-
.pBody {
+
-
    font-size: 95%;
+
-
     background: #000033;
+
-
    border-collapse: collapse;
+
-
    border: 5px solid #B9D3EE;
+
-
    padding: 0 0.8em 0.3em 0.5em;
+
-
}
+
-
.portlet li {
+
     padding: 0;
     padding: 0;
-
    margin: 0;
 
-
    background: #000033;
 
}
}
-
.portlet a {color:#B9D3EE;}
+
#preftoc a,
-
 
+
#preftoc a:active {
-
#p-search .pBody {
+
     display: block;
-
     text-align: center;
+
     color: #be14a6;
-
     background: #104E8B;
+
}
}
-
/* quickbar: article, edit, ... watch tags */
+
#bodyContent a[href ^="http://"],
-
 
+
#bodyContent a[href ^="gopher://"] {
-
#p-cactions {
+
     background: url(http://img407.imageshack.us/img407/5811/external6uw.jpg) center right no-repeat;
-
    position:absolute;
+
     padding-right: 13px;
-
    top: 15.0em;
+
-
    left: 10;
+
-
    margin: 0;
+
-
    white-space:nowrap;
+
-
    width: 76%;
+
-
    line-height: 1.1em;
+
-
    overflow: visible;
+
-
     background: none;
+
-
    border-collapse: collapse;
+
-
    padding-left: 1em;
+
-
    list-style: none;
+
-
    font-size: 95%;
+
-
}
+
-
#p-cactions li {
+
-
    display: inline;
+
-
    border: 3px solid #aaaaaa;
+
-
    border-bottom: none;
+
-
    padding: 0 0 0.1em 0;
+
-
    margin: 0 0.3em 0 0;
+
-
    overflow: visible;
+
-
    background: #B9D3EE;
+
-
}
+
-
#p-cactions li.selected {
+
-
    border-color: #C6E2FF;
+
-
     padding: 0 0 0.2em 0;
+
-
}
+
-
#p-cactions li a {
+
-
    background-color: #c2c2c2;
+
-
    color: #002bb8;
+
-
    border: none;
+
-
    padding: 0 0.8em 0.3em 0.8em;
+
-
    text-decoration: none;
+
-
    text-transform: lowercase;
+
-
    position: relative;
+
-
    z-index: 0;
+
-
    margin: 0;
+
}
}
 +
/* User bar on top (login... ) */
/*user bar */
/*user bar */
#p-personal {
#p-personal {
Line 286: Line 104:
     margin: 0;
     margin: 0;
     position:absolute;
     position:absolute;
-
     left: 40 px;
+
     left: -200 px;
-
     top:2em;
+
     top:1em;
     z-index: 0;
     z-index: 0;
     border: none;
     border: none;
Line 294: Line 112:
     line-height: 1.2em;
     line-height: 1.2em;
}
}
-
#p-personal li {
+
#p-personal li a {
-
     z-index:0;
+
     text-decoration: none;
-
    border:none;
+
     color: #8B4789;
-
    padding:0;
+
     padding-bottom: 0.2em;
-
    display: inline;
+
     background: none;
-
     color: #2f6fab;
+
-
     margin-left: 1em;
+
-
    line-height: 1.2em;
+
-
     background: #c2c2c2;
+
}
}
-
/* footer needs to be black too */
+
 
-
#footer {
+
span.comment {
-
    background-color: black;
+
font-style: italic;
-
    border-top: 1px solid #fabd23;
+
-
    border-bottom: 1px solid #fabd23;
+
-
    margin: 0.6em 0em 1em 0em;
+
-
    padding: 0.4em 0em 1.2em 0em;
+
-
    text-align: center;
+
-
    font-size: 90%;
+
}
}
-
</style>
 
-
<plain_html>
+
</style>
 +
 
 +
<rtml>
<br>
<br>
-
</plain_html>
+
<!-- in the middle of header -->
 +
<!-- Site Meter -->
 +
<script type="text/javascript" src="http://s23.sitemeter.com/js/counter.js?site=s23kila01Wiki1">
 +
</script>
 +
<!-- noscript-->
 +
<a href="http://s23.sitemeter.com/stats.asp?site=s23kila01Wiki1" target="_top">
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="http://s23.sitemeter.com/meter.asp?site=s23kila01Wiki1" alt="Site Meter" style="margin: 0px 0px 0px 0px;"  border="0"/> visitors since 3/7/06</a>
 +
<!-- /noscript-->
 +
<!-- Copyright (c)2006 Site Meter -->
 +
</rtml>

Revision as of 19:07, 19 March 2006

<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 
      
      color chart at http://www.december.com/html/spec/colorcodes.html   
  */
 
body {
background: #f9f9f9 url("headbgp7kb.jpg") 0px 0px no-repeat; 
}

/*body of page */

  1. content {margin: 2.8em 0 0 12.2em;}

/*height of nav bar */

  1. column-one { padding-top: 130px; }

/hyperlink color a {

   text-decoration: none;
   color: #b4428c	;
   background: none;

} a:visited { color: #9400D3; } a:active { color: #ffa500; } a:hover { text-decoration: underline; } a.stub { color: #bc8f8f; } a.new {font-weight: bold; }

  1. p-personal a.new { color:#C67171 ; }

a.new:visited { color:#cc0099; }

  1. p-personal a.new:visited { color:#8B4789; }

/* Page history styling */

  1. pagehistory a {color:#8B4789; }

/* Image thumbnails styling */ div.thumb div div.thumbcaption {

   border: none;
   text-align: center;
   line-height: 1.4em;
   padding: 0.3em 0 0.1em 0;

}

/*

    • general portlet styles (elements in the quickbar AKA navbar)
  • /

.portlet a { color:#8B4789; }


/*

    • the page-related actions- page/talk, edit etc
  • /
  1. p-cactions li a {
   background-color: White;
   color: #8B4789;
   border: none;
   padding: 0 0.8em 0.3em 0.8em;
   text-decoration: none;
   text-transform: lowercase;
   position: relative;
   z-index: 0;
   margin: 0;

}

  1. p-cactions .selected a { z-index: 3; }
  2. p-cactions .new a { color:#ba0000; }
  3. p-cactions li a:hover {
   z-index: 3;
   text-decoration: none;

} /* disable interwiki styling */

  1. bodyContent a.extiw,
  2. bodyContent a.extiw:active {
   color: #8B4789;
   background: none;
   padding: 0;

}

  1. bodyContent a.external { color: #91219E; }

/* this can be used in the content area to switch off special external link styling */

  1. bodyContent .plainlinks a {
   background: none !important;
   padding: 0;

}

  1. preftoc a,
  2. preftoc a:active {
   display: block;
   color: #be14a6;

}

  1. bodyContent a[href ^="http://"],
  2. bodyContent a[href ^="gopher://"] {
   background: url(external6uw.jpg) center right no-repeat;
   padding-right: 13px;

} /* User bar on top (login... ) */ /*user bar */

  1. p-personal {
   width:100%;
   white-space:nowrap;
   padding: 0;
   margin: 0;
   position:absolute;
   left: -200 px;
   top:1em;
   z-index: 0;
   border: none;
   background: none;
   overflow: visible;
   line-height: 1.2em;

}

  1. p-personal li a {
   text-decoration: none;
   color: #8B4789;
   padding-bottom: 0.2em;
   background: none;

}

span.comment { font-style: italic; }

</style>

<rtml>
<script type="text/javascript" src="http://s23.sitemeter.com/js/counter.js?site=s23kila01Wiki1"> </script> <a href="http://s23.sitemeter.com/stats.asp?site=s23kila01Wiki1" target="_top">                                                                                                                                                                                                                                      <img src="http://s23.sitemeter.com/meter.asp?site=s23kila01Wiki1" alt="Site Meter" style="margin: 0px 0px 0px 0px;" border="0"/> visitors since 3/7/06</a> </rtml>

Personal tools