Header

From Eacceleration T4c

(Difference between revisions)
m
m (Reverted edit of Litha, changed back to last version by Admin)
 
(12 intermediate revisions not shown)
Line 1: Line 1:
  <style type="text/css">
  <style type="text/css">
-
body {
+
  /*
-
    font: x-small sans-serif;
+
      Notes:  
-
    background: #000000 url("http://editthis.info/eacceleration_t4c/images/eacceleration_t4c/1/16/Stars.gif") 0.8em 0px no-repeat;
+
      -You must log as admin to edit this page
-
    color: White;
+
      -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.  
-
    margin: 0;
+
      -if you want your code to look nice on this page, put a space at the beginning of each line
-
    padding: 16.0em 0.2em;
+
      -This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css
-
}
+
     
-
/*navbar style: black background, gray line items, white text... */
+
      For example uncomment this next section to turn all the text green:
-
 
+
  */
-
.portlet h6,h5,h4 {color:white;}
+
  /*
-
 
+
body {
-
.pBody {
+
     color: green;
-
    font-size: 95%;
+
}
-
    background: #000033  ;
+
  */  
-
    border-collapse: collapse;
+
-
    border: 5px solid #B9D3EE;
+
-
    padding: 0 0.8em 0.3em 0.5em;
+
-
}
+
-
.portlet li {
+
-
    padding: 0;
+
-
    margin: 0;
+
-
    background: #000033;
+
-
}
+
-
.portlet a {color:#B9D3EE;}
+
-
 
+
-
#p-search .pBody {
+
-
    text-align: center;
+
-
    background: #104E8B;
+
-
}
+
-
 
+
-
/* quickbar: article, edit, ... watch tags */
+
-
 
+
-
#p-cactions {
+
-
    position:absolute;
+
-
    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 */
+
-
#p-personal {
+
-
    width:100%;
+
-
    white-space:nowrap;
+
-
    padding: 0;
+
-
    margin: 0;
+
-
    position:absolute;
+
-
    left: 40 px;
+
-
    top:2em;
+
-
    z-index: 0;
+
-
    border: none;
+
-
    background: none;
+
-
    overflow: visible;
+
-
    line-height: 1.2em;
+
-
}
+
-
#p-personal li {
+
-
    z-index:0;
+
-
    border:none;
+
-
    padding:0;
+
-
    display: inline;
+
-
     color: #2f6fab;
+
-
    margin-left: 1em;
+
-
    line-height: 1.2em;
+
-
    background: #c2c2c2;
+
-
}
+
-
/* footer needs to be black too */
+
-
#footer {
+
-
    background-color: black;
+
-
    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>
  </style>

Current revision as of 06:55, 7 November 2007

<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>
<script type="text/javascript">
  //Feel free to add your javascript code here.
</script>
Personal tools