orange_grey.css 2.2 KB

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