A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.css 1.0 KiB

12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. body {
  2. font-family: helvetica, arial, clean, sans-serif;
  3. font-size: 14px;
  4. color: #000;
  5. background-color: #EEE;
  6. }
  7. div#container {
  8. width: 800px;
  9. margin: 20px auto 90px auto;
  10. border: 1px solid #999;
  11. border-radius: 10px;
  12. background-color: #FFF;
  13. }
  14. div#content {
  15. padding: 2px 15px 2px 15px;
  16. }
  17. div#footer {
  18. position: fixed;
  19. width: 100%;
  20. height: 70px;
  21. bottom: 0;
  22. background-color: #EEE;
  23. font-size: 12px;
  24. text-align: center;
  25. line-height: 1.5;
  26. }
  27. div#foot-divider {
  28. border-bottom: 1px solid #999;
  29. }
  30. table#footer-box {
  31. width: 100%;
  32. height: 100%;
  33. }
  34. a:link { color: #373; text-decoration: none; }
  35. a:visited { color: #373; text-decoration: none; }
  36. a:hover { color: #040; text-decoration: underline; }
  37. a:active { color: #404; text-decoration: underline; }
  38. a.incognito:link { color: #000; text-decoration: none; }
  39. a.incognito:visited { color: #000; text-decoration: none; }
  40. a.incognito:hover { color: #000; text-decoration: underline; }
  41. a.incognito:active { color: #000; text-decoration: none; }