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.
 
 
 
 
 

27 lines
597 B

  1. body {
  2. font-family: helvetica, arial, clean, sans-serif;
  3. font-size: 14px;
  4. color: #000;
  5. background-color: #E0E0E0;
  6. }
  7. div#container {
  8. width: 800px;
  9. margin: 20px auto 32px auto;
  10. border: 1px solid #999;
  11. border-radius: 10px;
  12. background-color: #FFF;
  13. }
  14. div#footer {
  15. font-size: 11px;
  16. text-align: center;
  17. padding: 9px 4px 12px 4px;
  18. color: #222;
  19. }
  20. a:link { color: #373; text-decoration: none; }
  21. a:visited { color: #373; text-decoration: none; }
  22. a:hover { color: #040; text-decoration: underline; }
  23. a:active { color: #404; text-decoration: underline; }