You are here

tabs.css in Loft Data Grids 7.2

Same filename and directory in other branches
  1. 6.2 vendor/aklump/loft_data_grids/doxygene/html/tabs.css
/* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */

DIV.tabs
{
   float            : left;
   width            : 100%;
   background       : url("tab_b.gif") repeat-x bottom;
   margin-bottom    : 4px;
}

DIV.tabs UL
{
   margin           : 0px;
   padding-left     : 10px;
   list-style       : none;
}

DIV.tabs LI, DIV.tabs FORM
{
   display          : inline;
   margin           : 0px;
   padding          : 0px;
}

DIV.tabs FORM
{
   float            : right;
}

DIV.tabs A
{
   float            : left;
   background       : url("tab_r.gif") no-repeat right top;
   border-bottom    : 1px solid #84B0C7;
   font-size        : 80%;
   font-weight      : bold;
   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
{
   float            : left;
   display          : block;
   background       : url("tab_l.gif") no-repeat left top;
   padding          : 5px 9px;
   white-space      : nowrap;
}

DIV.tabs #MSearchBox
{
   float            : right;
   display          : inline;
   font-size        : 1em;
}

DIV.tabs TD
{
   font-size        : 80%;
   font-weight      : bold;
   text-decoration  : none;
}



/* Commented Backslash Hack hides rule from IE5-Mac \*/
DIV.tabs SPAN {float : none;}
/* End IE5-Mac hack */

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;
}

File

vendor/aklump/loft_data_grids/doxygene/html/tabs.css
View source
  1. /* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */
  2. DIV.tabs
  3. {
  4. float : left;
  5. width : 100%;
  6. background : url("tab_b.gif") repeat-x bottom;
  7. margin-bottom : 4px;
  8. }
  9. DIV.tabs UL
  10. {
  11. margin : 0px;
  12. padding-left : 10px;
  13. list-style : none;
  14. }
  15. DIV.tabs LI, DIV.tabs FORM
  16. {
  17. display : inline;
  18. margin : 0px;
  19. padding : 0px;
  20. }
  21. DIV.tabs FORM
  22. {
  23. float : right;
  24. }
  25. DIV.tabs A
  26. {
  27. float : left;
  28. background : url("tab_r.gif") no-repeat right top;
  29. border-bottom : 1px solid #84B0C7;
  30. font-size : 80%;
  31. font-weight : bold;
  32. text-decoration : none;
  33. }
  34. DIV.tabs A:hover
  35. {
  36. background-position: 100% -150px;
  37. }
  38. DIV.tabs A:link, DIV.tabs A:visited,
  39. DIV.tabs A:active, DIV.tabs A:hover
  40. {
  41. color: #1A419D;
  42. }
  43. DIV.tabs SPAN
  44. {
  45. float : left;
  46. display : block;
  47. background : url("tab_l.gif") no-repeat left top;
  48. padding : 5px 9px;
  49. white-space : nowrap;
  50. }
  51. DIV.tabs #MSearchBox
  52. {
  53. float : right;
  54. display : inline;
  55. font-size : 1em;
  56. }
  57. DIV.tabs TD
  58. {
  59. font-size : 80%;
  60. font-weight : bold;
  61. text-decoration : none;
  62. }
  63. /* Commented Backslash Hack hides rule from IE5-Mac \*/
  64. DIV.tabs SPAN {float : none;}
  65. /* End IE5-Mac hack */
  66. DIV.tabs A:hover SPAN
  67. {
  68. background-position: 0% -150px;
  69. }
  70. DIV.tabs LI.current A
  71. {
  72. background-position: 100% -150px;
  73. border-width : 0px;
  74. }
  75. DIV.tabs LI.current SPAN
  76. {
  77. background-position: 0% -150px;
  78. padding-bottom : 6px;
  79. }
  80. DIV.navpath
  81. {
  82. background : none;
  83. border : none;
  84. border-bottom : 1px solid #84B0C7;
  85. text-align : center;
  86. margin : 2px;
  87. padding : 2px;
  88. }