A tool that evaluates high-risk Wikipedia templates https://tools.wmflabs.org/earwig-dev/tif
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.
 
 
 
 

93 lines
1.1 KiB

  1. body {
  2. font-family: sans-serif;
  3. background-color: white;
  4. color: black;
  5. }
  6. a {
  7. color: #1144BB;
  8. text-decoration: none;
  9. }
  10. a:hover {
  11. color: #112277;
  12. text-decoration: underline;
  13. }
  14. header {
  15. margin: 0 0 1em 0.5em;
  16. }
  17. header h1 {
  18. margin: 0 0 0.33em;
  19. }
  20. header p {
  21. margin: 0;
  22. }
  23. footer {
  24. position: fixed;
  25. bottom: 0;
  26. left: 0;
  27. right: 0;
  28. padding: 1em 1em 1.5em;
  29. background-color: white;
  30. text-align: center;
  31. font-size: 85%;
  32. }
  33. #container {
  34. margin: 1em 0 0 0.5em;
  35. }
  36. #main-form input[name="title"] {
  37. width: 30em;
  38. }
  39. #main-form button[type="submit"] {
  40. margin-left: 1em;
  41. }
  42. #error {
  43. margin-top: 2em;
  44. background-color: #FFE0E0;
  45. }
  46. #result {
  47. margin-top: 2em;
  48. }
  49. #result table {
  50. margin-top: 0.5em;
  51. }
  52. #result-cache {
  53. margin-top: 1em;
  54. font-size: 85%;
  55. font-style: italic;
  56. }
  57. .result-page {}
  58. .prot-autoconfirmed {
  59. color: #070;
  60. }
  61. .prot-templateeditor {
  62. color: #970;
  63. }
  64. .prot-sysop {
  65. color: #A00;
  66. }
  67. .prot-none {
  68. font-style: italic;
  69. color: #555;
  70. }
  71. .unit {
  72. font-size: small;
  73. }