OpenCores
URL https://opencores.org/ocsvn/avs_aes/avs_aes/trunk

Subversion Repositories avs_aes

[/] [avs_aes/] [trunk/] [doc/] [sw/] [html/] [tabs.css] - Diff between revs 11 and 21

Show entire file | Details | Blame | View Log

Rev 11 Rev 21
Line 1... Line 1...
/* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */
.tabs, .tabs2, .tabs3 {
 
    background-image: url('tab_b.png');
DIV.tabs
 
{
 
   float            : left;
 
   width            : 100%;
   width            : 100%;
   background       : url("tab_b.gif") repeat-x bottom;
    z-index: 101;
   margin-bottom    : 4px;
    font-size: 13px;
 
    font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
}
}
 
 
DIV.tabs UL
.tabs2 {
{
    font-size: 10px;
   margin           : 0px;
 
   padding-left     : 10px;
 
   list-style       : none;
 
}
}
 
.tabs3 {
DIV.tabs LI, DIV.tabs FORM
    font-size: 9px;
{
 
   display          : inline;
 
   margin           : 0px;
 
   padding          : 0px;
 
}
}
 
 
DIV.tabs FORM
.tablist {
{
    margin: 0;
   float            : right;
    padding: 0;
 
    display: table;
}
}
 
 
DIV.tabs A
.tablist li {
{
 
   float            : left;
   float            : left;
   background       : url("tab_r.gif") no-repeat right top;
    display: table-cell;
   border-bottom    : 1px solid #84B0C7;
    background-image: url('tab_b.png');
   font-size        : 80%;
    line-height: 36px;
   font-weight      : bold;
    list-style: none;
   text-decoration  : none;
 
}
 
 
 
DIV.tabs A:hover
 
{
 
   background-position: 100% -150px;
 
}
 
 
 
DIV.tabs A:link, DIV.tabs A:visited,
 
DIV.tabs A:active, DIV.tabs A:hover
 
{
 
       color: #1A419D;
 
}
}
 
 
DIV.tabs SPAN
.tablist a {
{
 
   float            : left;
 
   display          : block;
   display          : block;
   background       : url("tab_l.gif") no-repeat left top;
    padding: 0 20px;
   padding          : 5px 9px;
    font-weight: bold;
   white-space      : nowrap;
    background-image:url('tab_s.png');
 
    background-repeat:no-repeat;
 
    background-position:right;
 
    color: #283A5D;
 
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
 
    text-decoration: none;
 
    outline: none;
}
}
 
 
DIV.tabs #MSearchBox
.tabs3 .tablist a {
{
    padding: 0 10px;
   float            : right;
 
   display          : inline;
 
   font-size        : 1em;
 
}
}
 
 
DIV.tabs TD
.tablist a:hover {
{
    background-image: url('tab_h.png');
   font-size        : 80%;
    background-repeat:repeat-x;
   font-weight      : bold;
    color: #fff;
 
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
   text-decoration  : none;
   text-decoration  : none;
}
}
 
 
 
.tablist li.current a {
 
    background-image: url('tab_a.png');
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    background-repeat:repeat-x;
DIV.tabs SPAN {float : none;}
    color: #fff;
/* End IE5-Mac hack */
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
 
 
DIV.tabs A:hover SPAN
 
{
 
   background-position: 0% -150px;
 
}
 
 
 
DIV.tabs LI.current A
 
{
 
   background-position: 100% -150px;
 
   border-width     : 0px;
 
}
 
 
 
DIV.tabs LI.current SPAN
 
{
 
   background-position: 0% -150px;
 
   padding-bottom   : 6px;
 
}
 
 
 
DIV.navpath
 
{
 
   background       : none;
 
   border           : none;
 
   border-bottom    : 1px solid #84B0C7;
 
   text-align       : center;
 
   margin           : 2px;
 
   padding          : 2px;
 
}
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.