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.

openvibe.css 515B

12345678910111213141516171819202122232425262728293031323334353637383940
  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:10px;
  13. }
  14. #sidebar ul:not(.tablist), #sidebar div:not(.tabs) {
  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. }