ocean.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. /* Ocean colorscheme made by: Mikko Nissinen <Gwadj>
  2. * To see it in action go to http://www.loiri.cjb.net
  3. *
  4. *
  5. * To obtain a better result, then set the these pisg options:
  6. * <set hicell="#3399cc">
  7. * <set hicell2="#006699">
  8. */
  9. A
  10. {
  11. TEXT-DECORATION: none
  12. }
  13. A:link
  14. {
  15. COLOR: #99ccff
  16. }
  17. A:visited
  18. {
  19. COLOR: #99ccff
  20. }
  21. A:hover
  22. {
  23. COLOR: #ffffff;
  24. TEXT-DECORATION: underline
  25. }
  26. A.background
  27. {
  28. TEXT-DECORATION: none
  29. }
  30. A.background:link
  31. {
  32. COLOR: #3399cc
  33. }
  34. A.background:visited
  35. {
  36. COLOR: #3399cc
  37. }
  38. A.background:hover
  39. {
  40. COLOR: #99ccff;
  41. TEXT-DECORATION: underline
  42. }
  43. BODY
  44. {
  45. FONT-SIZE: 13px;
  46. COLOR: #dedede;
  47. FONT-FAMILY: Verdana, Arial, sans-serif;
  48. BACKGROUND-COLOR: #000033
  49. }
  50. TD
  51. {
  52. border-radius: 5px;
  53. FONT-SIZE: 13px;
  54. COLOR: #dedede;
  55. FONT-FAMILY: Verdana, Arial, sans-serif;
  56. TEXT-ALIGN: left
  57. }
  58. .title
  59. {
  60. FONT-WEIGHT: bold;
  61. FONT-SIZE: 16px;
  62. FONT-FAMILY: Tahoma, Arial, sans-serif
  63. }
  64. .headtext
  65. {
  66. border-radius: 8px;
  67. FONT-WEIGHT: bold;
  68. COLOR: #dedede;
  69. BACKGROUND-COLOR: #003366;
  70. TEXT-ALIGN: center
  71. }
  72. .headlinebg
  73. {
  74. border-radius: 8px;
  75. BACKGROUND-COLOR: #003366
  76. }
  77. .tdtop
  78. {
  79. BACKGROUND-COLOR: #336699
  80. }
  81. .hicell
  82. {
  83. BACKGROUND-COLOR: #000066
  84. }
  85. .hicell10
  86. {
  87. FONT-SIZE: 10px;
  88. BACKGROUND-COLOR: #336699
  89. }
  90. .rankc
  91. {
  92. BACKGROUND-COLOR: #336699
  93. }
  94. .hirankc
  95. {
  96. FONT-WEIGHT: bold;
  97. BACKGROUND-COLOR: #6699cc
  98. }
  99. .rankc10
  100. {
  101. FONT-SIZE: 10px;
  102. BACKGROUND-COLOR: #336699
  103. }
  104. .rankc10center
  105. {
  106. FONT-SIZE: 10px;
  107. BACKGROUND-COLOR: #336699;
  108. TEXT-ALIGN: center
  109. }
  110. .hirankc10center
  111. {
  112. FONT-WEIGHT: bold;
  113. FONT-SIZE: 10px;
  114. BACKGROUND-COLOR: #6699cc;
  115. TEXT-ALIGN: center
  116. }
  117. .small
  118. {
  119. FONT-SIZE: 10px;
  120. FONT-FAMILY: Verdana, Arial, sans-serif
  121. }
  122. .asmall
  123. {
  124. FONT-SIZE: 10px;
  125. COLOR: #dedede;
  126. FONT-FAMILY: "Arial narrow", Arial, sans-serif
  127. TEXT-ALIGN: center
  128. }