Header

From Spira

(Difference between revisions)
Line 3: Line 3:
body {
body {
     font: x-small sans-serif;
     font: x-small sans-serif;
-
     background: #f9f9f9 url("http://www.freewebs.com/final_trek/Logo.jpg") 0.1em 0px no-repeat;
+
     background: #000000 url("http://www.freewebs.com/final_trek/Logo.jpg") 0.1em 0px no-repeat;
-
     color: Black;
+
     color: White;
     margin: 0;
     margin: 0;
     padding: 16.0em 0.2em;
     padding: 16.0em 0.2em;

Revision as of 21:52, 4 March 2006

<style type="text/css"> /*background */ body {

   font: x-small sans-serif;
   background: #000000	 url("Logo.jpg") 0.1em 0px no-repeat;
   color: White;
   margin: 0;
   padding: 16.0em 0.2em;

} /*height of nav bar */

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

/*navbar style */ .portlet {

   border: 3px;
   background: transparent;
   margin: 0 0 0.5em 0em;
   float: none;
   padding: 0;
   width: 11.6em;
   overflow: hidden;

} /* article, edit, ... watch tags */

  1. p-cactions {
   position:absolute;
   top: 14.3em;
   left: 62.3em;
   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%;

} /*user bar */

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

}

</style>

Personal tools