PageRenderTime 41ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/Documentation/stylesheets/hs-simpletab.css

#
CSS | 80 lines | 78 code | 0 blank | 2 comment | 0 complexity | fb23df4b3552a5bf2f2b398e5e981fd6 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. /* End Widget Tab Strip */
  2. .SimpleTab
  3. {
  4. border-right: 1px white solid;
  5. border-top: 1px #BBBBBB solid;
  6. border-bottom: 1px #BBBBBB solid;
  7. background-color: white;
  8. border-bottom: 1px white solid;
  9. float: left;
  10. height: 1.6em;
  11. }
  12. .SimpleTabLeftEnd
  13. {
  14. width: 5px;
  15. float: left;
  16. height: 1.6em;
  17. border-top: 1px transparent solid;
  18. background: url('../images/hs-simpletableft.png') no-repeat;
  19. border-bottom: 1px white solid;
  20. }
  21. .SimpleTabRightEnd
  22. {
  23. width: 5px;
  24. float: left;
  25. height: 1.6em;
  26. margin-left: -1px;
  27. border-top: 1px transparent solid;
  28. background: url('../images/hs-simpletabright.png') no-repeat;
  29. border-bottom: 1px white solid;
  30. }
  31. .SimpleTabContentArea
  32. {
  33. clear: both;
  34. min-height: 75px;
  35. border-left: 1px #BBBBBB solid;
  36. border-right: 1px #BBBBBB solid;
  37. border-bottom: 1px #BBBBBB solid;
  38. padding-left: 12px;
  39. padding-right: 12px;
  40. padding-top: 5px;
  41. padding-bottom: 5px;
  42. border-top: 1px #BBBBBB solid;
  43. }
  44. .SimpleTabContentArea pre
  45. {
  46. padding: 0px;
  47. margin: 0px;
  48. font-size: 11pt;
  49. }
  50. .SimpleTabStripContainer
  51. {
  52. width: 100%;
  53. height: 1.78em;
  54. position: relative;
  55. top: 0.25em;
  56. overflow: hidden;
  57. margin-bottom: 0px;
  58. }
  59. .SimpleTabContainer
  60. {
  61. font-size: 1.3em;
  62. }
  63. .SimpleTabStripContainer, .TabContainer, .SimpleTab, .SimpleTabLeftEnd, .SimpleTabRightEnd
  64. {
  65. -moz-box-sizing: border-box;
  66. -webkit-box-sizing: border-box;
  67. }
  68. .SimpleTabCaption
  69. {
  70. line-height: 1.84em;
  71. padding: 6px;
  72. font-size: 0.75em;
  73. }
  74. .SimpleTabCommands
  75. {
  76. float:right;
  77. vertical-align:bottom;
  78. line-height: 24px;
  79. }
  80. /* End Widget Tab Strip */