new.css 2.1 KB

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