/brightaction/dist/doc/print.css

http://github.com/BrightcoveOS/BrightAction · CSS · 110 lines · 97 code · 1 blank · 12 comment · 0 complexity · 703adabf4dcabf11c44fea4ff7e47ede MD5 · raw file

  1. /*
  2. ////////////////////////////////////////////////////////////////////////////////
  3. //
  4. // ADOBE SYSTEMS INCORPORATED
  5. // Copyright 2005-2007 Adobe Systems Incorporated
  6. // All Rights Reserved.
  7. //
  8. // NOTICE: Adobe permits you to use, modify, and distribute this file
  9. // in accordance with the terms of the license agreement accompanying it.
  10. //
  11. ////////////////////////////////////////////////////////////////////////////////
  12. */
  13. body {
  14. color: #000000;
  15. background: #ffffff;
  16. font-family: "Times New Roman", Times, serif;
  17. font-size: 12pt;
  18. }
  19. a {
  20. text-decoration: none;
  21. color: #000000;
  22. }
  23. pre {
  24. white-space: -moz-pre-wrap; /* Mozilla */
  25. white-space: -pre-wrap; /* Opera 4-6 */
  26. white-space: -o-pre-wrap; /* Opera 7 */
  27. word-wrap: break-word; /* IE */
  28. }
  29. .titleTableTopNav, .titleTableSubNav, .logoImage {
  30. display: none;
  31. }
  32. .packageFrame {
  33. display: none;
  34. }
  35. .titleTableSubTitle {
  36. font-weight: bold;
  37. }
  38. .classHeaderTableLabel {
  39. padding-right: 10px;
  40. vertical-align: top;
  41. }
  42. .showHideLinks {
  43. display: none;
  44. }
  45. html>body code {
  46. font-size: 10pt;
  47. }
  48. .summaryTableTitle, .detailSectionHeader {
  49. font-size: 14pt;
  50. font-weight: bold;
  51. padding-top: 15px;
  52. padding-bottom: 5px;
  53. }
  54. .summaryTable {
  55. border: 1px solid #000000;
  56. border-collapse: collapse;
  57. width: 100%;
  58. }
  59. .summaryTableDescription {
  60. padding-bottom: 20px;
  61. }
  62. .summaryTableSignatureCol, .summaryTableOwnerCol, .summaryTableLastCol, .summaryTableCol {
  63. border: 1px solid #000000;
  64. }
  65. .summaryTablePaddingCol {
  66. border: 1px solid #000000;
  67. border-right: 0px;
  68. }
  69. .summaryTableInheritanceCol, .summaryTableOperatorCol, .summaryTableStatementCol, .summaryTableSecondCol {
  70. border: 1px solid #000000;
  71. border-left: 0px;
  72. }
  73. .summaryTableLastCol {
  74. vertical-align: top;
  75. }
  76. .detailHeader {
  77. font-size: 13pt;
  78. padding-top: 100px;
  79. }
  80. .detailHeaderName {
  81. font-weight: bold;
  82. }
  83. .detailHeaderType {
  84. padding-left: 5px;
  85. }
  86. .detailHeaderRule {
  87. background: #FF0000;
  88. }
  89. .seeAlso {
  90. padding-bottom: 20px;
  91. margin-top: -20px;
  92. }
  93. .innertable {
  94. border-collapse: collapse;
  95. }
  96. .innertable td,.innertable th {
  97. border: 1px solid #000000;
  98. padding-left: 5px;
  99. padding-right: 5px;
  100. }
  101. .listing {
  102. font-size: 10pt;
  103. }
  104. .feedbackLink {
  105. display: none;
  106. }
  107. .copyright {
  108. font-size: 10pt;
  109. }