You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

144 lines
3.7 KiB

4 years ago
  1. <!-- $Id: cpldta_style.css,v 1.2 2003/03/20 05:15:52 soeren Exp $ -->
  2. <!-- Stylesheet for the CPLD HTML Timing Report -->
  3. <!-- style for H1 elements -->
  4. .cpldta_text_report_header {
  5. font-style: normal;
  6. font-weight: bold;
  7. font-size: 25pt;
  8. font-family: Arial, Helvetica, sans-serif;
  9. text-align: center;}
  10. <!-- style for H2 elements -->
  11. .cpldta_text_section_header {
  12. font-style: normal;
  13. font-weight: bold;
  14. font-size: 15pt;
  15. font-family: Arial, Helvetica, sans-serif;
  16. text-align: center;}
  17. <!-- style for H3 elements -->
  18. .cpldta_text_subsection_header {
  19. font-style: normal;
  20. font-weight: bold;
  21. font-size: 10pt;
  22. font-family: Arial, Helvetica, sans-serif;
  23. text-align: left;}
  24. <!-- Following used for the header of the notes and warnings table -->
  25. .cpldta_warnings_header {
  26. font-style: normal;
  27. font-weight: normal;
  28. font-size: 10pt;
  29. font-family: Arial, Helvetica, sans-serif;
  30. text-align: center;
  31. background-color: #FFFFCC; }
  32. <!-- style for general text value fields -->
  33. .cpldta_text_normal {
  34. font-style: normal;
  35. font-weight: normal;
  36. font-size: 10pt;
  37. font-family: Arial, Helvetica, sans-serif;
  38. text-align: left;}
  39. <!-- style for general text label fields -->
  40. .cpldta_text_normal_bold {
  41. font-style: normal;
  42. font-weight: bold;
  43. font-size: 10pt;
  44. font-family: Arial, Helvetica, sans-serif;
  45. text-align: left;}
  46. <!-- Following two styles are used for constraint descriptions -->
  47. .cpldta_constraint_description_normal {
  48. font-style: normal;
  49. font-weight: normal;
  50. font-size: 10pt;
  51. font-family: Arial, Helvetica, sans-serif;
  52. text-align: left;}
  53. .cpldta_constraint_description_bold {
  54. font-style: normal;
  55. font-weight: bold;
  56. font-size: 10pt;
  57. font-family: Arial, Helvetica, sans-serif;
  58. text-align: left;}
  59. <!-- Style for the name of a constraint that is met -->
  60. .cpldta_constraint_name {
  61. font-style: normal;
  62. font-weight: normal;
  63. font-size: 10pt;
  64. font-family: Arial, Helvetica, sans-serif;
  65. text-align: left;}
  66. <!-- Style for the name of a constraint that is not met -->
  67. .cpldta_constraint_name_error {
  68. font-style: normal;
  69. font-weight: normal;
  70. font-size: 10pt;
  71. font-family: Arial, Helvetica, sans-serif;
  72. text-align: left;
  73. background-color: #FFCCCC; }
  74. <!-- Style for the delay of a constraint that is met -->
  75. .cpldta_time_value {
  76. font-style: normal;
  77. font-weight: normal;
  78. font-size: 10pt;
  79. font-family: Arial, Helvetica, sans-serif;
  80. text-align: center;}
  81. <!-- Style for the delay of a constraint that is not met -->
  82. .cpldta_time_value_error {
  83. font-style: normal;
  84. font-weight: normal;
  85. font-size: 10pt;
  86. font-family: Arial, Helvetica, sans-serif;
  87. text-align: center;
  88. background-color: #FFCCCC; }
  89. <!-- Styles for the header of the delay table for a constraint -->
  90. .cpldta_delaytable_header {
  91. font-style: normal;
  92. font-weight: bold;
  93. font-size: 12pt;
  94. font-family: Arial, Helvetica, sans-serif;
  95. text-align: center;
  96. background-color: #FFFFCC; }
  97. .cpldta_constraint_header {
  98. font-style: normal;
  99. font-weight: bold;
  100. font-size: 10pt;
  101. font-family: Arial, Helvetica, sans-serif;
  102. text-align: left;
  103. background-color: #FFFFCC; }
  104. .cpldta_time_header {
  105. font-style: normal;
  106. font-weight: bold;
  107. font-size: 10pt;
  108. font-family: Arial, Helvetica, sans-serif;
  109. text-align: center;
  110. background-color: #FFFFCC; }
  111. .cpldta_text_caption {
  112. font-style: normal;
  113. font-weight: Bold;
  114. font-size: 10pt;
  115. font-family: Arial, Helvetica, sans-serif;
  116. text-align: center;}
  117. <!-- Following styles used for the datasheet section of the report -->
  118. .cpldta_datasheet_pathname {
  119. font-style: normal;
  120. font-weight: normal;
  121. font-size: 10pt;
  122. font-family: Arial, Helvetica, sans-serif;
  123. text-align: left;}
  124. .cpldta_datasheet_time_value {
  125. font-style: normal;
  126. font-weight: normal;
  127. font-size: 10pt;
  128. font-family: Arial, Helvetica, sans-serif;
  129. text-align: center;}