oldstyle.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. /*
  2. Metrix++, Copyright 2009-2013, Metrix++ Project
  3. Link: http://metrixplusplus.sourceforge.net
  4. This file is a part of Metrix++ Tool.
  5. Metrix++ is free software: you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation, version 3 of the License.
  8. Metrix++ is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with Metrix++. If not, see <http://www.gnu.org/licenses/>.
  14. */
  15. body{
  16. font-family: Arial, sans-serif;
  17. color: #333333;
  18. line-height: 1.166;
  19. margin: 0px;
  20. padding: 10px;
  21. font-size: 14px;
  22. }
  23. pre{
  24. font-size: 100%;
  25. padding-left: 50px;
  26. font-family:Courier;
  27. }
  28. td{
  29. background-position: left;
  30. background-repeat: no-repeat;
  31. }
  32. a{
  33. color: #AA0033;
  34. text-decoration: none;
  35. }
  36. a:link{
  37. color: #AA0033;
  38. text-decoration: none;
  39. }
  40. a:visited{
  41. color: #AA0033;
  42. text-decoration: none;
  43. }
  44. a:hover{
  45. color: #FF9933;
  46. text-decoration: underline;
  47. }
  48. h1{
  49. font-family: Verdana,Arial,sans-serif;
  50. font-size: 130%;
  51. color: #116633;
  52. margin: 0px;
  53. padding: 0px;
  54. }
  55. h2{
  56. font-family: Arial,sans-serif;
  57. font-size: 120%;
  58. color: #330099;
  59. margin: 0px;
  60. padding: 0px;
  61. }
  62. h3{
  63. font-family: Arial, sans-serif;
  64. font-size: 120%;
  65. color: #AA0033;
  66. margin: 0px;
  67. padding: 0px;
  68. }
  69. h4{
  70. font-family: Verdana,Arial,sans-serif;
  71. font-size: 100%;
  72. color: #334d55;
  73. margin: 0px;
  74. padding: 0px;
  75. }
  76. h5{
  77. margin: 0px;
  78. padding: 0px;
  79. font-family: Verdana,Arial,sans-serif;
  80. font-size: 100%;
  81. color: #334d55;
  82. }
  83. ul{
  84. list-style-type: disc;
  85. }
  86. ul ul{
  87. list-style-type: circle;
  88. }
  89. ul ul ul{
  90. list-style-type: disc;
  91. }
  92. label{
  93. font-family: Arial, sans-serif;
  94. font-size: 100%;
  95. color: #116633;
  96. }
  97. .highImportance {
  98. color: #FF0000
  99. }
  100. .normalImportance {
  101. color: #009900
  102. }
  103. .lowImportance{
  104. color: #999999;
  105. }