Header

From Modifieddesign

(Difference between revisions)
Line 1: Line 1:
 +
<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 
 +
  */
 +
/*navbar style: black background, gray line items, white text... */
 +
.portlet h6,h5,h4 {color:white;}
 +
 +
.pBody {
 +
    font-size: 95%;
 +
    background: #000000;
 +
    border-collapse: collapse;
 +
    border: 1px solid #ff0099;
 +
    padding: 0 0.8em 0.3em 0.5em;
 +
}
 +
.portlet li {
 +
    padding: 0;
 +
    margin: 0;
 +
    background: #000000;
 +
}
 +
.portlet a {color:#ffffff;}
 +
 +
#p-search .pBody {
 +
    text-align: center;
 +
    background: #000000;
 +
}
 +
 +
/* 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: 2px solid #ff0099;
 +
    border-bottom: none;
 +
    padding: 0 0 0.1em 0;
 +
    margin: 0 0.3em 0 0;
 +
    overflow: visible;
 +
    background: #000000;
 +
}
 +
#p-cactions li.selected {
 +
    border-color: #ffffff;
 +
    padding: 0 0 0.2em 0;
 +
}
 +
#p-cactions li a {
 +
    background-color: #000000;
 +
    color: #ffffff;
 +
    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: #ffffff;
 +
    margin-left: 1em;
 +
    line-height: 1.2em;
 +
    background: #000000;
 +
}
 +
</style>
 +
 +
<plain_html>
 +
<br>
 +
</plain_html>

Revision as of 23:22, 17 November 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   
 */

/*navbar style: black background, gray line items, white text... */

.portlet h6,h5,h4 {color:white;}

.pBody {

   font-size: 95%;
   background: #000000;
   border-collapse: collapse;
   border: 1px solid #ff0099;
   padding: 0 0.8em 0.3em 0.5em;

} .portlet li {

   padding: 0;
   margin: 0;
   background: #000000;

} .portlet a {color:#ffffff;}

  1. p-search .pBody {
   text-align: center;
   background: #000000;

}

/* quickbar: article, edit, ... watch tags */

  1. 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%;

}

  1. p-cactions li {
   display: inline;
   border: 2px solid #ff0099;
   border-bottom: none;
   padding: 0 0 0.1em 0;
   margin: 0 0.3em 0 0;
   overflow: visible;
   background: #000000;

}

  1. p-cactions li.selected {
   border-color: #ffffff;
   padding: 0 0 0.2em 0;

}

  1. p-cactions li a {
   background-color: #000000;
   color: #ffffff;
   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 */

  1. 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;

}

  1. p-personal li {
   z-index:0;
   border:none;
   padding:0;
   display: inline;
   color: #ffffff;
   margin-left: 1em;
   line-height: 1.2em;
   background: #000000;

} </style>

<plain_html>
</plain_html>

Personal tools