nagtrap.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. /*
  2. ###########################################################################
  3. #
  4. # nagtrap.css - NagTrap class with funtions to create the frontend
  5. #
  6. # Copyright (c) 2006 - 2007 Michael Luebben (michael_luebben@web.de)
  7. # Last Modified: 25.12.2007
  8. #
  9. # License:
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License version 2 as
  13. # published by the Free Software Foundation.
  14. #
  15. # This program is distributed in the hope that it will be useful,
  16. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. # GNU General Public License for more details.
  19. #
  20. # You should have received a copy of the GNU General Public License
  21. # along with this program; if not, write to the Free Software
  22. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  23. ###########################################################################*/
  24. /* ******************** ----- Links ----- ******************** */
  25. a:link {
  26. font-family: arial,serif;
  27. font-size: 8pt;
  28. color: #000000;
  29. text-decoration: none;
  30. }
  31. a:visited {
  32. font-family: arial,serif;
  33. font-size: 8pt;
  34. color: #000000;
  35. text-decoration: none;
  36. }
  37. a:hover {
  38. font-family: arial,serif;
  39. font-size: 8pt;
  40. color: #339966;
  41. text-decoration: none;
  42. }
  43. /* ******************** ----- Status ----- ******************** */
  44. td.statusNormal {
  45. font-family: arial,serif;
  46. font-size: 8pt;
  47. background-color: #FFFFFF;
  48. }
  49. /* ******************** ----- Search ----- ******************** */
  50. div.updateSearch {
  51. width: 350px;
  52. background: #FFFFFF;
  53. font-family: verdana,arial,serif; color: #000000;
  54. font-size: 8pt;
  55. }
  56. div.updateSearch ul {
  57. border: 1px solid #888;
  58. margin: 0;
  59. padding: 0;
  60. width: 100%;
  61. list-style-type: none;
  62. font-size: 8pt;
  63. }
  64. div.updateSearch ul li {
  65. margin: 0;
  66. padding: 3px;
  67. font-size: 8pt;
  68. }
  69. div.updateSearch ul li.selected {
  70. background-color: #F0E68C
  71. }
  72. div.updateSearch ul strong.highlight {
  73. color: #C3C4C3;
  74. margin:0;
  75. padding:0;
  76. }
  77. tr.searchField {
  78. background: #FFFFE0;
  79. }
  80. td.searchField {
  81. border: 1px solid #888;
  82. }
  83. input.searchField {
  84. background: #FFFFE0;
  85. border-style: none;
  86. display: block;
  87. width: 100%;
  88. }