new.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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. font-family: Verdana, Arial, sans-serif;
  36. font-size: 13px;
  37. text-align: left;
  38. }
  39. .male, .male a {
  40. color: #0000DD;
  41. }
  42. .female, .female a {
  43. color: #f013c5;
  44. }
  45. .bot, .bot a {
  46. color: #339933;
  47. }
  48. .title {
  49. font-family: verdana, Arial, sans-serif;
  50. font-size: 16px;
  51. font-weight: bold;
  52. }
  53. /* Les titres des rubriques */
  54. .headtext {
  55. color: #000000;
  56. font-weight: bold;
  57. font-size: 14px;
  58. text-align: center;
  59. background-color: #f0802b;
  60. }
  61. /* Bords des titres */
  62. .headlinebg {
  63. background-color: #000000;
  64. }
  65. /* Les sous-titres des rubriques */
  66. .tdtop {
  67. background-color: #bbbbbb;
  68. color: #000000;
  69. }
  70. /* Cellules "Big Numbers" */
  71. .hicell {
  72. background-color: #dddddd;
  73. }
  74. /* Cellules "Users with most nicknames" */
  75. .hicell10 {
  76. background-color: #dddddd;
  77. font-size: 10px;
  78. }
  79. /* Nombres des listes (2+) */
  80. .rankc {
  81. background-color: #bbbbbb;
  82. }
  83. /* Nombres des listes (1) */
  84. .hirankc {
  85. background-color: #999999;
  86. font-weight: bold;
  87. }
  88. .rankc10 {
  89. background-color: #cccccc;
  90. font-size: 10px;
  91. }
  92. /* heure autre que la plus frequentee */
  93. .rankc10center {
  94. background-color: #dddddd;
  95. font-size: 10px;
  96. text-align: center;
  97. }
  98. /* heure la plus frequentee */
  99. .hirankc10center {
  100. background-color: #999999;
  101. color: #000000;
  102. font-weight: bold;
  103. font-size: 10px;
  104. text-align: center;
  105. }
  106. .small {
  107. font-family: Verdana, Arial, sans-serif;
  108. font-size: 10px;
  109. }
  110. .asmall {
  111. font-family: Verdana, Arial, sans-serif;
  112. font-size: 10px;
  113. text-align: center;
  114. }