Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.50 KB | None | 0 0
  1. * { display: none;
  2. margin: 0;
  3. padding: 0;
  4. border: none;}
  5.  
  6. html, body { display: block;
  7. background: white; }
  8. div#Table_01{
  9. display: block;}
  10. div#Body-For-Repeat {
  11. display:block;
  12. }
  13.  
  14. div#contentarea {
  15. display:block;}
  16.  
  17. #contentarea div {
  18. display:block;}
  19.  
  20. fieldset#narrative {
  21. position: absolute;
  22. top: 0;
  23. left: 0;
  24. width: 100%;
  25. display: block;
  26. color: black; }
  27.  
  28. #narrative p {
  29. height: auto;
  30. display: block;}
  31.  
  32. #narrative img {
  33. display: inline;}
  34.  
  35. #narrative img.hide {
  36. display: none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement