Header

From Picklewiki

(Difference between revisions)
Line 20: Line 20:
}
}
-
/*
+
/*Sidebar*/
-
** general portlet styles (elements in the quickbar)
+
-
*/
+
.portlet {
.portlet {
     border: none;
     border: none;
Line 33: Line 31:
.portlet h4 {
.portlet h4 {
     font-size: 95%;
     font-size: 95%;
-
     font-weight: bold; /*normal;*/
+
     font-weight: bold;
     white-space: nowrap;
     white-space: nowrap;
}
}
.portlet h5 {  
.portlet h5 {  
-
     background: #EBB805; /*transparent;*/
+
     background: #e0ffe0;
-
    /*padding: 0em 1em 0em 0.5em;*/
+
     padding: 0.5em 0.5em 1em 0.5em;
     padding: 0.5em 0.5em 1em 0.5em;
-
    text-transform: lowercase;
 
-
    /*display: inline;*/
 
     font-size: 91%;
     font-size: 91%;
     height: 0.7em;
     height: 0.7em;
-
     font-weight: bold; /*normal;*/
+
     font-weight: normal;
     white-space: nowrap;
     white-space: nowrap;
-
 
-
    /*padding: 4px 5px 4px 15px; */
 
-
    /*width: 100%;*/
 
     display: block;  
     display: block;  
-
    /* font-weight: bold; font-size: 0.8em; */
+
     margin-bottom: 1px;
-
     margin-bottom: 1px; /*MARKER*/
+
     border: 1px solid #00bb00;
-
 
+
-
     border: 1px solid #EBB805;
+
     -moz-border-radius-topleft: 2.0em;
     -moz-border-radius-topleft: 2.0em;
     border-radius-topleft: 2.0em;
     border-radius-topleft: 2.0em;
-
 
}
}
.portlet h6 {  
.portlet h6 {  
-
     background: #ff00ff;
+
     background: #e0ffe0;
-
     border: 1px solid #ff00ff;
+
     border: 1px solid #00bb00;
     border-style: solid solid none solid;
     border-style: solid solid none solid;
-
    /*padding: 0em 1em 0em 1em;*/
 
-
    text-transform: lowercase;
 
     display: block;
     display: block;
     font-size: 1em;
     font-size: 1em;
Line 69: Line 56:
     font-weight: normal;
     font-weight: normal;
     white-space: nowrap;
     white-space: nowrap;
-
    /*background: transparent; */
 
}
}
-
 
.pBody {
.pBody {
     font-size: 95%;
     font-size: 95%;
-
     background: #FFE381;
+
     background: #e0ffe0;
     border-collapse: collapse;
     border-collapse: collapse;
-
     border: 1px solid #EBB805;
+
     border: 1px solid #00bb00;
     padding: 0 0.8em 0.3em 0.5em;
     padding: 0 0.8em 0.3em 0.5em;
     -moz-border-radius-bottomright: 2.0em;
     -moz-border-radius-bottomright: 2.0em;
-
     border-radius-bottomright: 2.05em; /*MARKER*/
+
     border-radius-bottomright: 2.05em;
-
 
+
}
}
-
 
.portlet a { text-decoration: none;}
.portlet a { text-decoration: none;}
-
 
.portlet h1,  
.portlet h1,  
.portlet h2,  
.portlet h2,  
Line 95: Line 77:
     line-height: 1.5em;
     line-height: 1.5em;
     list-style: none;
     list-style: none;
-
     list-style-type: none; /*square;*/
+
     list-style-type: none;
     font-size:95%;
     font-size:95%;
}
}
-
 
+
/*Navigation*/
-
/*
+
-
** the navigation portlet
+
-
*/
+
-
 
+
#p-nav {
#p-nav {
     position:relative;
     position:relative;
Line 109: Line 87:
}
}
-
/*
+
/*Search*/
-
** Search portlet
+
-
*/
+
#p-search {
#p-search {
     position:relative;
     position:relative;
Line 157: Line 133:
     border: 1px solid #00bb00;
     border: 1px solid #00bb00;
}
}
-
 
#p-cactions li.selected {
#p-cactions li.selected {
     background-color: #e0ffe0;
     background-color: #e0ffe0;
     border-color: #00bb00;
     border-color: #00bb00;
}
}
-
 
#p-cactions li a {
#p-cactions li a {
     background-color: #e0ffe0;
     background-color: #e0ffe0;
}
}
-
 
#p-cactions .new a {  
#p-cactions .new a {  
     background-color: #e0ffe0;
     background-color: #e0ffe0;

Revision as of 21:31, 10 November 2007

<style type="text/css">

/*Watchlist edit message*/ .usermessage {

   background-color: #e0ffe0;
   /*border: 1px solid #11ff11;*/
   color: Black;
   font-weight: bold;
   margin: 2em 0em 1em 0em;
   padding: 0.5em 1em;
   vertical-align: middle;

}

/*Background*/ body { background-image: url(Background.PNG); background-repeat: repeat-x; background-position: top left }

/*Sidebar*/ .portlet {

   border: none;
   margin: 0.5em 0.5em; 0.5em 0em;
   float: none;
   padding: 0;
   width: 11.6em;
   overflow: hidden;

} .portlet h4 {

   font-size: 95%;
   font-weight: bold;
   white-space: nowrap;

} .portlet h5 {

   background: #e0ffe0;
   padding: 0.5em 0.5em 1em 0.5em;
   font-size: 91%;
   height: 0.7em;
   font-weight: normal;
   white-space: nowrap;
   display: block; 
   margin-bottom: 1px;
   border: 1px solid #00bb00;
   -moz-border-radius-topleft: 2.0em;
   border-radius-topleft: 2.0em;

} .portlet h6 {

   background: #e0ffe0;
   border: 1px solid #00bb00;
   border-style: solid solid none solid;
   display: block;
   font-size: 1em;
   height: 1.0em;
   font-weight: normal;
   white-space: nowrap;

} .pBody {

   font-size: 95%;
   background: #e0ffe0;
   border-collapse: collapse;
   border: 1px solid #00bb00;
   padding: 0 0.8em 0.3em 0.5em;
   -moz-border-radius-bottomright: 2.0em;
   border-radius-bottomright: 2.05em;

} .portlet a { text-decoration: none;} .portlet h1, .portlet h2, .portlet h3, .portlet h4 {

   margin: 0;
   padding: 0;

} .portlet ul {

   line-height: 1.5em;
   list-style: none;
   list-style-type: none;
   font-size:95%;

}

/*Navigation*/

  1. p-nav {
   position:relative;
   z-index:3;

}

/*Search*/

  1. p-search {
   position:relative;
   z-index:3;

}

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

} input.searchButton {

   margin-top:1px;
   padding: 0 0.4em !important;
   font-size: 95%;
   cursor: pointer;
   background-color: FFE381;
   border: 1px solid #EBB805;  

}

  1. searchInput {
   border: 1px solid #EBB805;  
   width:10em;
   margin: 0 0 0 0;
   font-size: 95%;

}

  1. p-search .pBody {
   padding: 0.5em 0.5em 0.5em 0.5em;

}


/*User links*/

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

}

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

}

/*Tabs*/

  1. p-cactions li {
   background-color: #e0ffe0;
   border: 1px solid #00bb00;

}

  1. p-cactions li.selected {
   background-color: #e0ffe0;
   border-color: #00bb00;

}

  1. p-cactions li a {
   background-color: #e0ffe0;

}

  1. p-cactions .new a {
   background-color: #e0ffe0;

}

</style>

Personal tools
Navigation