cologneblue.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. body { margin: 0px; padding: 0px; color: black; }
  2. #specialform { display: inline; }
  3. #content { top: 0; margin: 0; padding: 0; }
  4. #mw-data-after-content {
  5. font-family: Verdana, Arial, sans-serif;
  6. color: black;
  7. font-size: 8pt;
  8. }
  9. #topbar { padding: 0px; }
  10. #powersearch {
  11. background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px;
  12. }
  13. #quickbar {
  14. width: 140px; top: 18ex; padding: 2px; visibility: visible; z-index: 99;
  15. }
  16. #article, #article td, #article th, #article p {
  17. font-family: Verdana, Arial, sans-serif;
  18. font-size: 10pt; color: black;
  19. }
  20. #article p {
  21. padding-top: 0; padding-bottom: 0;
  22. margin-top: 1ex; margin-bottom: 0;
  23. }
  24. p, pre, td, th, li, dd, dt { line-height: 12pt; }
  25. textarea { overflow: auto; }
  26. #footer { padding: 4px; }
  27. #footer form { display: inline; }
  28. #sitetitle {
  29. font-family: Times, serif;
  30. color: white;
  31. font-weight: normal; font-size: 32pt;
  32. line-height: 32pt;
  33. }
  34. td.top {
  35. background-color: #6688AA; color: white;
  36. margin-top: 4px; margin-bottom: 4px;
  37. padding-top: 0; padding-bottom: 0;
  38. text-transform: uppercase;
  39. font-family: Verdana, Arial, sans-serif; font-size: 8pt;
  40. }
  41. td.top a {
  42. font-family: Verdana, Arial, sans-serif;
  43. background-color: #6688AA; color: white;
  44. text-decoration: none; font-size: 10pt;
  45. }
  46. td.bottom {
  47. font-family: Verdana, Arial, sans-serif;
  48. font-size: 10pt;
  49. padding: 0;
  50. }
  51. #pagestats {
  52. font-family: Verdana, Arial, sans-serif;
  53. color: black;
  54. font-size: 9pt;
  55. }
  56. #sitesub {
  57. font-family: Verdana, Arial, sans-serif;
  58. font-size: 9pt; font-weight: bold;
  59. color: black;
  60. padding-top: 0;
  61. }
  62. #quickbar {
  63. font-family: Verdana, Arial, sans-serif;
  64. font-size: 8pt; font-weight: bold; line-height: 9.5pt;
  65. text-decoration: none;
  66. color: black;
  67. padding: 0; margin-top: 0;
  68. }
  69. #quickbar a { color: #446688; }
  70. #quickbar h6 {
  71. font-family: Verdana, Arial, sans-serif;
  72. font-size: 10pt; font-weight: bold; line-height: 12pt;
  73. text-decoration: none;
  74. color: #666666;
  75. padding: 0; margin-bottom: 2px; margin-top: 6px;
  76. }
  77. #quickbar form { padding: 0; margin-top: 0; }
  78. h1 {
  79. color: #666666;
  80. font-family: Verdana, Arial, sans-serif;
  81. font-size: 180%; line-height: 21pt;
  82. }
  83. h1 .editsection { font-size: 55.6%; }
  84. h1.pagetitle { padding-bottom: 0; margin-bottom: 0; }
  85. #article p.subtitle {
  86. color: #666666; font-size: 11pt; font-weight: bold;
  87. padding-top: 0; margin-top: 0; padding-bottom: 1ex;
  88. }
  89. a { color: #223366; }
  90. a.external { color: #336644; }
  91. a:visited { color: #8D0749; }
  92. a.printable { text-decoration: underline; }
  93. a.stub, #quickbar a.stub { color:#772233; text-decoration:none; }
  94. a.new, #quickbar a.new { color: #CC2200; }
  95. h2, h3, h4, h5, h6 { margin-bottom: 0; }
  96. small { font-size: 75%; }
  97. input.mw-searchInput { width: 106px; }