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.
 
 
 
 
 

136 lines
2.8 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.5;
  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.25;
  19. margin: 0 60px 100px 60px;
  20. padding: 5px 15px 10px 15px;
  21. border: 1px solid #777;
  22. background-color: #FFF;
  23. }
  24. div#footer {
  25. position: fixed;
  26. width: 100%;
  27. height: 50px;
  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. div.toolbox {
  58. margin: 15px 0 15px 0;
  59. padding: 0 6px 0 6px;
  60. border: 1px solid #999;
  61. background-color: #F5F5F5;
  62. }
  63. div.divider {
  64. border-bottom: 1px solid #AAA;
  65. margin-top: 15px;
  66. margin-bottom: 15px;
  67. }
  68. div.green-box {
  69. padding: 0 10px 0 10px;
  70. margin: 0 5px 10px 5px;
  71. background-color: #FEE;
  72. border: 1px solid #F77;
  73. }
  74. div.red-box {
  75. padding: 0 10px 0 10px;
  76. margin: 0 5px 10px 5px;
  77. background-color: #EFE;
  78. border: 1px solid #7F7;
  79. }
  80. p.toolname {
  81. font-size: 18px;
  82. margin: 6px 0 6px 0;
  83. background-color: #E7E7E7;
  84. }
  85. p.tooldesc {
  86. margin: 6px 0 6px 0;
  87. }
  88. span.offline {
  89. color: #900;
  90. font-weight: bold;
  91. }
  92. span.online {
  93. color: #090;
  94. font-weight: bold;
  95. }
  96. span.light { color: #CCC; }
  97. span.medium { color: #AAA; }
  98. a:link { color: #373; text-decoration: none; }
  99. a:visited { color: #373; text-decoration: none; }
  100. a:hover { color: #040; text-decoration: underline; }
  101. a:active { color: #404; text-decoration: underline; }
  102. a.black:link { color: #000; }
  103. a.black:visited { color: #000; }
  104. a.black:hover { color: #000; }
  105. a.black:active { color: #000; }
  106. a.dark:link { color: #777; }
  107. a.dark:visited { color: #777; }
  108. a.dark:hover { color: #777; }
  109. a.dark:active { color: #333; }
  110. a.mid:link { color: #AAA; }
  111. a.mid:visited { color: #AAA; }
  112. a.mid:hover { color: #888; }
  113. a.mid:active { color: #666; }