wikistandard.css 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #article { padding: 4px; }
  2. #content { margin: 0; padding: 0; }
  3. #footer { padding: 4px;font-size:95%;clear: both; }
  4. #pagestats { font-size: 9pt; }
  5. #powersearch {
  6. background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px;
  7. }
  8. #quickbar { width: 140px; height:100%; padding: 4px; visibility: visible; z-index:99;font-size:95%;}
  9. #topbar { padding: 4px;font-size:95%; }
  10. /* Table of contents */
  11. .toctoggle, .editsection { font-size: smaller; }
  12. /* ... */
  13. #toolbar { padding:0px; }
  14. #infobox { background:#eeeeff;color:black;}
  15. #editform { margin-top:1px; }
  16. a.interwiki, a.external { color: #3366BB; }
  17. a.printable { text-decoration: underline; }
  18. a.stub { color:#772233; text-decoration:none; }
  19. a:visited { color: #5A3696; }
  20. body { margin: 0px; padding: 4px; color: black; }
  21. form.inline { display: inline; }
  22. textarea { overflow: auto; }
  23. h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0;
  24. font-size:150%; }
  25. h1.pagetitle .editsection { font-size: 66.7%; }
  26. h2 { font-size: 120%; }
  27. h2 .editsection { font-size: 83.3%; }
  28. h2, h3, h4, h5, h6 { margin-bottom: 0;}
  29. h3 { font-size: 106.25%; }
  30. h3 .editsection { font-size: 94.1%; }
  31. h4 { font-size: 103.125%; }
  32. h4 .editsection { font-size: 97.0%; }
  33. h5 { font-size: 100%; }
  34. h5 .editsection { font-size: 100%; }
  35. h6 { font-size: 95%; }
  36. h6 .editsection { font-size: 105.3%; }
  37. hr.sep { color:gray;height:1px;background-color:gray;}
  38. p.subpages { font-size:small;}
  39. p.subtitle { padding-top: 0; margin-top: 0;}
  40. .catlinks { font-size:small; margin-top:0; text-align:right;}
  41. td { empty-cells:show; }
  42. td.bottom { border-top: 1px solid gray; }
  43. td.top { border-bottom: 1px solid gray; }