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.
 
 
 
 
 

121 lines
2.5 KiB

  1. body {
  2. font-family: helvetica, arial, clean, sans-serif;
  3. font-size: 14px;
  4. color: #000;
  5. background-color: #000;
  6. margin: 0;
  7. }
  8. ul, ol {
  9. line-height: 1.75;
  10. }
  11. div#header {
  12. margin: 30px 60px 30px 60px;
  13. padding: 2px 15px 2px 15px;
  14. border: 1px solid #777;
  15. background-color: #FFF;
  16. }
  17. div#container {
  18. line-height: 1.5;
  19. margin: 0 60px 100px 60px;
  20. padding: 2px 15px 10px 15px;
  21. border: 1px solid #777;
  22. background-color: #FFF;
  23. }
  24. div#footer {
  25. position: fixed;
  26. width: 100%;
  27. height: 70px;
  28. bottom: 0;
  29. font-size: 12px;
  30. text-align: center;
  31. line-height: 1.5;
  32. background: #EEEEEE;
  33. background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F7F7F7), to(#CCCCCC)); /* Chrome, Safari 4+ */
  34. background: -webkit-linear-gradient(top, #F7F7F7, #CCCCCC); /* Chrome 10+, Safari 5+ */
  35. background: -moz-linear-gradient(top, #F7F7F7, #CCCCCC); /* Firefox 3.6+ */
  36. background: -ms-linear-gradient(top, #F7F7F7, #CCCCCC); /* IE 10+ (lol) */
  37. background: -o-linear-gradient(top, #F7F7F7, #CCCCCC); /* Opera 11.10+ */
  38. background: linear-gradient(top, #F7F7F7, #CCCCCC);
  39. }
  40. div#foot-divider {
  41. border-bottom: 1px solid #777;
  42. }
  43. p#heading {
  44. font-size: 3em;
  45. font-weight: bold;
  46. margin: 15px 0 12px 0;
  47. }
  48. p#links {
  49. font-size: 1.65em;
  50. font-weight: bold;
  51. margin: 8px 0 14px 0;
  52. }
  53. table#footer-box {
  54. width: 100%;
  55. height: 100%;
  56. }
  57. fieldset#result {
  58. margin: 25px 5px 5px 5px;
  59. border: 2px solid #676;
  60. }
  61. div.toolbox {
  62. margin: 15px 0 15px 0;
  63. padding: 0 6px 0 6px;
  64. border: 1px solid #999;
  65. background-color: #F5F5F5;
  66. }
  67. p.toolname {
  68. font-size: 18px;
  69. margin: 6px 0 6px 0;
  70. background-color: #E7E7E7;
  71. }
  72. p.tooldesc {
  73. margin: 6px 0 6px 0;
  74. }
  75. span.offline {
  76. color: #900;
  77. font-weight: bold;
  78. }
  79. span.online {
  80. color: #090;
  81. font-weight: bold;
  82. }
  83. span.light { color: #CCC; }
  84. span.medium { color: #AAA; }
  85. a:link { color: #373; text-decoration: none; }
  86. a:visited { color: #373; text-decoration: none; }
  87. a:hover { color: #040; text-decoration: underline; }
  88. a:active { color: #404; text-decoration: underline; }
  89. a.black:link { color: #000; }
  90. a.black:visited { color: #000; }
  91. a.black:hover { color: #000; }
  92. a.black:active { color: #000; }
  93. a.dark:link { color: #777; }
  94. a.dark:visited { color: #777; }
  95. a.dark:hover { color: #777; }
  96. a.dark:active { color: #333; }
  97. a.mid:link { color: #AAA; }
  98. a.mid:visited { color: #AAA; }
  99. a.mid:hover { color: #888; }
  100. a.mid:active { color: #666; }