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.
 
 
 
 
 

80 lines
1.8 KiB

  1. body {
  2. font-family: helvetica, arial, clean, sans-serif;
  3. font-size: 14px;
  4. color: #000;
  5. background-color: #E0E0E0;
  6. }
  7. ul, ol {
  8. line-height: 1.75;
  9. }
  10. div#header {
  11. margin: 20px;
  12. padding: 2px 15px 2px 15px;
  13. border: 1px solid #999;
  14. background-color: #FFF;
  15. }
  16. div#container {
  17. line-height: 1.5;
  18. margin: 0 20px 90px 20px;
  19. padding: 2px 15px 2px 15px;
  20. border: 1px solid #999;
  21. background-color: #FFF;
  22. }
  23. div#footer {
  24. position: fixed;
  25. width: 100%;
  26. height: 70px;
  27. bottom: 0;
  28. font-size: 12px;
  29. text-align: center;
  30. line-height: 1.5;
  31. background: #EEEEEE;
  32. background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F7F7F7), to(#CCCCCC)); /* Chrome, Safari 4+ */
  33. background: -webkit-linear-gradient(top, #F7F7F7, #CCCCCC); /* Chrome 10+, Safari 5+ */
  34. background: -moz-linear-gradient(top, #F7F7F7, #CCCCCC); /* Firefox 3.6+ */
  35. background: -ms-linear-gradient(top, #F7F7F7, #CCCCCC); /* IE 10+ (lol) */
  36. background: -o-linear-gradient(top, #F7F7F7, #CCCCCC); /* Opera 11.10+ */
  37. background: linear-gradient(top, #F7F7F7, #CCCCCC);
  38. }
  39. div#foot-divider {
  40. border-bottom: 1px solid #999;
  41. }
  42. h1#head {
  43. font-size: 3em;
  44. margin: 15px 0 12px 0;
  45. }
  46. h2#links {
  47. font-size: 1.75em;
  48. margin: 8px 0 8px 0;
  49. }
  50. table#footer-box {
  51. width: 100%;
  52. height: 100%;
  53. }
  54. span.light { color: #CCC; }
  55. a:link { color: #373; text-decoration: none; }
  56. a:visited { color: #373; text-decoration: none; }
  57. a:hover { color: #040; text-decoration: underline; }
  58. a:active { color: #404; text-decoration: underline; }
  59. a.dark:link { color: #777; }
  60. a.dark:visited { color: #777; }
  61. a.dark:hover { color: #555; }
  62. a.dark:active { color: #333; }
  63. a.mid:link { color: #AAA; }
  64. a.mid:visited { color: #AAA; }
  65. a.mid:hover { color: #888; }
  66. a.mid:active { color: #666; }