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.

mensia.css 528B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. body {
  2. /* position:relative;*/
  3. max-width:11in;
  4. margin:0 auto;
  5. /*background:url('doc-bg.png') #fff left repeat-y;*/
  6. }
  7. #sidebar {
  8. width:200px;
  9. float:left;
  10. border-left:1px solid #C4CFE5;
  11. border-right:1px solid #C4CFE5;
  12. padding-bottom:100%;
  13. }
  14. #sidebar ul, #sidebar div {
  15. padding-left:10px;
  16. }
  17. #sidebar li {
  18. list-style:none;
  19. }
  20. #sidebar b {
  21. font-weight:bold;
  22. }
  23. #search input {
  24. border:1px solid black;
  25. width:180px;
  26. }
  27. #content {
  28. margin-left:200px;
  29. }
  30. hr.footer {
  31. clear:both;
  32. }
  33. div.fragment *
  34. {
  35. white-space: pre;
  36. }