Header

From Modifieddesign

(Difference between revisions)
Line 45: Line 45:
     text-align: center;
     text-align: center;
     background: #ffffff;
     background: #ffffff;
 +
}
 +
/* quickbar: article, edit, ... watch tags */
 +
 +
#p-cactions {
 +
    position:absolute;
 +
    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;
 +
    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;
 +
    text-decoration: none;
 +
    text-transform: lowercase;
 +
    position: relative;
 +
    z-index: 0;
 +
    margin: 0;
}
}
</style>
</style>

Revision as of 00:02, 18 November 2006

<style type="text/css">

  1. content {
   background-color: transparent;
   border: 1px solid #ff0099;

} body {

   font: x-small sans-serif;
   background: #ffffff url("blank_header.jpg") 0px 0px no-repeat;
   color: black;

} a {

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

} a:visited { color: #cc0066; } a:active { color: #ff0099; } a:hover { text-decoration: underline; } a.stub { color: #ff0099; } a.new {font-weight: bold; }

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

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

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

/* Page history styling */

  1. pagehistory a {color:#ff0099;

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

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

.pBody {

   font-size: 95%;
   background: #ffffff;
   border-collapse: collapse;
   border: 1px solid #000000;

} .portlet li {

   padding: 0;
   margin: 0;
   background: #ffffff;

} .portlet a {color:#ff0099;}

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

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

  1. p-cactions {
   position:absolute;
   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;
   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;
   text-decoration: none;
   text-transform: lowercase;
   position: relative;
   z-index: 0;
   margin: 0;

} </style>

Personal tools