style.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. /*
  2. Metrix++, Copyright 2009-2013, Metrix++ Project
  3. Link: http://swi.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. }
  27. td{
  28. background-position: left;
  29. background-repeat: no-repeat;
  30. }
  31. a{
  32. color: #AA0033;
  33. text-decoration: none;
  34. }
  35. a:link{
  36. color: #AA0033;
  37. text-decoration: none;
  38. }
  39. a:visited{
  40. color: #AA0033;
  41. text-decoration: none;
  42. }
  43. a:hover{
  44. color: #FF9933;
  45. text-decoration: underline;
  46. }
  47. h1{
  48. font-family: Verdana,Arial,sans-serif;
  49. font-size: 130%;
  50. color: #116633;
  51. margin: 0px;
  52. padding: 0px;
  53. }
  54. h2{
  55. font-family: Arial,sans-serif;
  56. font-size: 120%;
  57. color: #330099;
  58. margin: 0px;
  59. padding: 0px;
  60. }
  61. h3{
  62. font-family: Arial, sans-serif;
  63. font-size: 120%;
  64. color: #AA0033;
  65. margin: 0px;
  66. padding: 0px;
  67. }
  68. h4{
  69. font-family: Verdana,Arial,sans-serif;
  70. font-size: 100%;
  71. color: #334d55;
  72. margin: 0px;
  73. padding: 0px;
  74. }
  75. h5{
  76. margin: 0px;
  77. padding: 0px;
  78. font-family: Verdana,Arial,sans-serif;
  79. font-size: 100%;
  80. color: #334d55;
  81. }
  82. ul{
  83. list-style-type: disc;
  84. }
  85. ul ul{
  86. list-style-type: circle;
  87. }
  88. ul ul ul{
  89. list-style-type: disc;
  90. }
  91. label{
  92. font-family: Arial, sans-serif;
  93. font-size: 100%;
  94. color: #116633;
  95. }
  96. .highImportance {
  97. color: #FF0000
  98. }
  99. .normalImportance {
  100. color: #009900
  101. }
  102. .lowImportance{
  103. color: #999999;
  104. }