style.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. /*
  2. Software Index, Copyright 2010, Software Index Project Team
  3. Link: http://swi.sourceforge.net
  4. This file is part of Software Index Tool.
  5. Software Index 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. Software Index 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 Software Index. If not, see <http://www.gnu.org/licenses/>.
  14. */
  15. /***********************************************/
  16. /* HTML tag styles */
  17. /***********************************************/
  18. body{
  19. font-family: Arial, sans-serif;
  20. color: #333333;
  21. line-height: 1.166;
  22. margin: 0px;
  23. padding: 10px;
  24. font-size: 14px;
  25. }
  26. pre{
  27. font-size: 100%;
  28. }
  29. td{
  30. background-position: left;
  31. background-repeat: no-repeat;
  32. }
  33. a{
  34. color: #AA0033;
  35. text-decoration: none;
  36. }
  37. a:link{
  38. color: #AA0033;
  39. text-decoration: none;
  40. }
  41. a:visited{
  42. color: #AA0033;
  43. text-decoration: none;
  44. }
  45. a:hover{
  46. color: #FF9933;
  47. text-decoration: underline;
  48. }
  49. h1{
  50. font-family: Verdana,Arial,sans-serif;
  51. font-size: 130%;
  52. color: #116633;
  53. margin: 0px;
  54. padding: 0px;
  55. }
  56. h2{
  57. font-family: Arial,sans-serif;
  58. font-size: 120%;
  59. color: #330099;
  60. margin: 0px;
  61. padding: 0px;
  62. }
  63. h3{
  64. font-family: Arial, sans-serif;
  65. font-size: 120%;
  66. color: #AA0033;
  67. margin: 0px;
  68. padding: 0px;
  69. }
  70. h4{
  71. font-family: Verdana,Arial,sans-serif;
  72. font-size: 100%;
  73. color: #334d55;
  74. margin: 0px;
  75. padding: 0px;
  76. }
  77. h5{
  78. margin: 0px;
  79. padding: 0px;
  80. font-family: Verdana,Arial,sans-serif;
  81. font-size: 100%;
  82. color: #334d55;
  83. }
  84. ul{
  85. list-style-type: disc;
  86. }
  87. ul ul{
  88. list-style-type: circle;
  89. }
  90. ul ul ul{
  91. list-style-type: disc;
  92. }
  93. label{
  94. font-family: Arial, sans-serif;
  95. font-size: 100%;
  96. color: #116633;
  97. }
  98. .highImportance {
  99. color: #FF0000
  100. }
  101. .normalImportance {
  102. color: #009900}