PTdecode/CImg-1.3.0/html/reference/tabs.css

changeset 5
1204ebf9340d
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/PTdecode/CImg-1.3.0/html/reference/tabs.css	Mon Aug 03 14:09:20 2009 +0100
     1.3 @@ -0,0 +1,102 @@
     1.4 +/* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */
     1.5 +
     1.6 +DIV.tabs
     1.7 +{
     1.8 +   float            : left;
     1.9 +   width            : 100%;
    1.10 +   background       : url("tab_b.gif") repeat-x bottom;
    1.11 +   margin-bottom    : 4px;
    1.12 +}
    1.13 +
    1.14 +DIV.tabs UL
    1.15 +{
    1.16 +   margin           : 0px;
    1.17 +   padding-left     : 10px;
    1.18 +   list-style       : none;
    1.19 +}
    1.20 +
    1.21 +DIV.tabs LI, DIV.tabs FORM
    1.22 +{
    1.23 +   display          : inline;
    1.24 +   margin           : 0px;
    1.25 +   padding          : 0px;
    1.26 +}
    1.27 +
    1.28 +DIV.tabs FORM
    1.29 +{
    1.30 +   float            : right;
    1.31 +}
    1.32 +
    1.33 +DIV.tabs A
    1.34 +{
    1.35 +   float            : left;
    1.36 +   background       : url("tab_r.gif") no-repeat right top;
    1.37 +   border-bottom    : 1px solid #84B0C7;
    1.38 +   font-size        : 8px;
    1.39 +   font-weight      : bold;
    1.40 +   text-decoration  : none;
    1.41 +}
    1.42 +
    1.43 +DIV.tabs A:hover
    1.44 +{
    1.45 +   background-position: 100% -150px;
    1.46 +}
    1.47 +
    1.48 +DIV.tabs A:link, DIV.tabs A:visited,
    1.49 +DIV.tabs A:active, DIV.tabs A:hover
    1.50 +{
    1.51 +       color: #1A419D;
    1.52 +}
    1.53 +
    1.54 +DIV.tabs SPAN
    1.55 +{
    1.56 +   float            : left;
    1.57 +   display          : block;
    1.58 +   background       : url("tab_l.gif") no-repeat left top;
    1.59 +   padding          : 5px 9px;
    1.60 +   white-space      : nowrap;
    1.61 +}
    1.62 +
    1.63 +DIV.tabs INPUT
    1.64 +{
    1.65 +   float            : right;
    1.66 +   display          : inline;
    1.67 +   font-size        : 1em;
    1.68 +}
    1.69 +
    1.70 +DIV.tabs TD
    1.71 +{
    1.72 +   font-size        : 8px;
    1.73 +   font-weight      : bold;
    1.74 +   text-decoration  : none;
    1.75 +}
    1.76 +
    1.77 +
    1.78 +
    1.79 +/* Commented Backslash Hack hides rule from IE5-Mac \*/
    1.80 +DIV.tabs SPAN {float : none;}
    1.81 +/* End IE5-Mac hack */
    1.82 +
    1.83 +DIV.tabs A:hover SPAN
    1.84 +{
    1.85 +   background-position: 0% -150px;
    1.86 +}
    1.87 +
    1.88 +DIV.tabs LI.current A
    1.89 +{
    1.90 +   background-position: 100% -150px;
    1.91 +   border-width     : 0px;
    1.92 +}
    1.93 +
    1.94 +DIV.tabs LI.current SPAN
    1.95 +{
    1.96 +   background-position: 0% -150px;
    1.97 +   padding-bottom   : 6px;
    1.98 +}
    1.99 +
   1.100 +DIV.navpath
   1.101 +{
   1.102 +   background       : none;
   1.103 +   border           : none;
   1.104 +   border-bottom    : 1px solid #84B0C7;
   1.105 +}