style.css 2.2 KB

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