style.css 2.3 KB

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