pmwiki.css 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /***********************************************************************
  2. ** pmwiki.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 define the pmwiki "default" skin. DO NOT EDIT THIS FILE
  11. ** DIRECTLY OR YOU MAY LOSE CHANGES WHEN UPGRADING! If you want to make
  12. ** changes to these settings, first copy this file to another name
  13. ** (e.g., 'myskin.css'), and set $PageSkin='myskin' in your
  14. ** local/config.php file.
  15. ***********************************************************************/
  16. body { position:absolute; width:720px; }
  17. #wikilogo { border-bottom:2px solid #cccccc; }
  18. #wikihead {
  19. position:absolute; top:0px; right:0px;
  20. font-size:smaller; text-align:right;
  21. }
  22. #wikihead input { font-size:smaller; }
  23. #wikihead form { margin:0px; }
  24. #wikileft {
  25. width:150px;
  26. padding-top:0.5em; padding-right:5px;
  27. font-size:smaller;
  28. border-right:2px solid #cccccc;
  29. }
  30. #wikileft h1 {
  31. margin:0px; background-color:#eeeeff;
  32. font-size:medium; text-align:center;
  33. }
  34. #wikileft hr { color:#cccccc; }
  35. #wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }
  36. #wikibody { padding-bottom:1em; padding-top:0.5em; }
  37. #wikititle { padding-left:10px; vertical-align:top; }
  38. #wikitext { padding-left:10px; margin-top:0.5em; }
  39. #wikicmds { font-size:smaller; text-align:right; vertical-align:top; }
  40. #wikicmds a { display:block; }
  41. #wikifoot { clear:both; border-top:2px solid #cccccc; font-size:smaller; }
  42. h1.wikiaction { font-size:150%; margin:0px; }
  43. #wikiedit form { margin:0px; }