orange_grey.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. /*
  2. CSS pour pisg
  3. maggic 2003/02/23 & 2003/04/26
  4. http://maggic.org
  5. */
  6. /* Liens */
  7. a {
  8. text-decoration: none;
  9. font-weight: bold;
  10. }
  11. a:link {
  12. color: #002597;
  13. }
  14. a:visited {
  15. color: #002597;
  16. }
  17. a:hover {
  18. text-decoration: underline;
  19. color: #002597;
  20. }
  21. /* Autres liens (bas de page) */
  22. a.background {
  23. text-decoration: none;
  24. }
  25. a.background:link {
  26. color: #002597;
  27. }
  28. a.background:visited {
  29. color: #002597;
  30. }
  31. a.background:hover {
  32. text-decoration: underline;
  33. color: #002597;
  34. }
  35. body {
  36. background-color: #ededed;
  37. font-family: Verdana, Arial, sans-serif;
  38. font-size: 13px;
  39. }
  40. td {
  41. font-family: Verdana, Arial, sans-serif;
  42. font-size: 13px;
  43. text-align: left;
  44. }
  45. .male, .male a {
  46. color: #0000DD;
  47. }
  48. .female, .female a {
  49. color: #DD3366;
  50. }
  51. .bot, .bot a {
  52. color: #00FFFF;
  53. }
  54. .title {
  55. font-family: verdana, Arial, sans-serif;
  56. font-size: 16px;
  57. font-weight: bold;
  58. }
  59. /* Les titres des rubriques */
  60. .headtext {
  61. color: #000000;
  62. font-weight: bold;
  63. font-size: 14px;
  64. text-align: center;
  65. background-color: #faa602;
  66. }
  67. /* Bords des titres */
  68. .headlinebg {
  69. background-color: #000000;
  70. }
  71. /* Les sous-titres des rubriques */
  72. .tdtop {
  73. background-color: #bbbbbb;
  74. color: #000000;
  75. }
  76. /* Cellules "Big Numbers" */
  77. .hicell {
  78. background-color: #dddddd;
  79. }
  80. /* Cellules "Users with most nicknames" */
  81. .hicell10 {
  82. background-color: #dddddd;
  83. font-size: 10px;
  84. }
  85. /* Nombres des listes (2+) */
  86. .rankc {
  87. background-color: #bbbbbb;
  88. }
  89. /* Nombres des listes (1) */
  90. .hirankc {
  91. background-color: #999999;
  92. font-weight: bold;
  93. }
  94. .rankc10 {
  95. background-color: #cccccc;
  96. font-size: 10px;
  97. }
  98. /* heure autre que la plus frequentee */
  99. .rankc10center {
  100. background-color: #dddddd;
  101. font-size: 10px;
  102. text-align: center;
  103. }
  104. /* heure la plus frequentee */
  105. .hirankc10center {
  106. background-color: #999999;
  107. color: #000000;
  108. font-weight: bold;
  109. font-size: 10px;
  110. text-align: center;
  111. }
  112. .small {
  113. font-family: Verdana, Arial, sans-serif;
  114. font-size: 10px;
  115. }
  116. .asmall {
  117. font-family: Verdana, Arial, sans-serif;
  118. font-size: 10px;
  119. text-align: center;
  120. }