Guest User

Untitled

a guest
Feb 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. body {
  2. position: absolute ;
  3. left: 0px;
  4. right: 0px;
  5. top: 0px;
  6. bottom: 0px;
  7. padding: 0px;
  8. margin: 0px;
  9. overflow: hidden ;
  10. }
  11.  
  12. #workspace {
  13. position: absolute ;
  14. left: 0px;
  15. right: 0px;
  16. top: 100px;
  17. bottom: 100px;
  18. padding: 0px;
  19. margin: 0px;
  20. overflow: hidden ;
  21. }
  22.  
  23. #sidebar {
  24. position: absolute;
  25. top: 0px;
  26. width: 200px;
  27. bottom: 0px;
  28. left: 0px;
  29. padding: 0px;
  30. margin: 0px;
  31. border: none;
  32. }
  33.  
  34. #divider {
  35. position: absolute;
  36. top: 0px;
  37. width: 9px;
  38. bottom: 0px;
  39. left: 200px;
  40. padding: 0px;
  41. margin: 0px;
  42. border-top: none;
  43. border-right: 1px solid gray;
  44. border-bottom: none;
  45. border-left: 1px solid gray;
  46. }
  47.  
  48. #test {
  49. position: absolute;
  50. top: 0px;
  51. right: 0px;
  52. bottom: 0px;
  53. left: 211px;
  54. padding: 0px;
  55. margin: 0px;
  56. border: none;
  57. }
  58.  
  59. .test {
  60. background-color: #aaa;
  61. }
  62.  
  63. #test_list {
  64. position:absolute;
  65. left: 0px;
  66. right: 0px;
  67. top: 0px;
  68. bottom: 0px;
  69. border: none ;
  70. }
  71.  
  72. #test_iframe {
  73. width: 100%;
  74. height: 100%;
  75. border: none;
  76. margin: 0px;
  77. padding: 0px;
  78. }
Add Comment
Please, Sign In to add comment