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