stdlayout.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /***********************************************************************
  2. ** stdlayout.css
  3. ** Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
  4. ** This file is part of PmWiki; you can redistribute it and/or modify
  5. ** it under the terms of the GNU General Public License as published
  6. ** by the Free Software Foundation; either version 2 of the License, or
  7. ** (at your option) any later version. See pmwiki.php for full details.
  8. ***********************************************************************/
  9. /***********************************************************************
  10. ** These definitions are needed for PmWiki's basic features such
  11. ** as text indents and page history. DO NOT EDIT THIS FILE DIRECTLY
  12. ** OR YOU MAY LOSE YOUR CHANGES WHEN UPGRADING! If you wish to override
  13. ** these settings, make your changes in pub/css/local.css, or copy this
  14. ** file to pub/css/local.css and modify it there.
  15. ***********************************************************************/
  16. body { margin-left:20px; }
  17. ul, ol, pre, dl { margin-top:0px; margin-bottom:0px; }
  18. .indent { margin-left:40px; }
  19. .pagetitle { font-size:200%; font-weight:bold; }
  20. .diffbox { border:1px #999999 solid; }
  21. .diffauthor { font-weight:bold; }
  22. .diffchangesum { font-weight:bold; }
  23. .difftime
  24. { font-family:verdana,sans-serif; font-size:66%; background-color:#dddddd; }
  25. .difftype
  26. { clear:both; font-family:verdana,sans-serif; font-size:66%; font-weight:bold; }
  27. .diffadd
  28. { border-left:5px #99ff99 solid; padding-left:5px; }
  29. .diffdel
  30. { border-left:5px #ffff99 solid; padding-left:5px; }
  31. .diffrestore
  32. { clear:both; font-family:verdana,sans-serif; font-size:66%; margin:1.5em 0px; }
  33. #wikiedit textarea { width:98%; }
  34. td#wikileft { vertical-align:top; }
  35. td#wikibody { vertical-align:top; }
  36. td#wikiright { vertical-align:top; }
  37. a.varlink { text-decoration:none; }