styles.css 779 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:static;
  5. left:auto;
  6. width:345px;
  7. margin-left:0;
  8. margin-right:0;
  9. text-align:left;
  10. }
  11. #base {
  12. position:absolute;
  13. z-index:0;
  14. }
  15. #u85_div {
  16. border-width:0px;
  17. position:absolute;
  18. left:0px;
  19. top:0px;
  20. width:300px;
  21. height:33px;
  22. background:inherit;
  23. background-color:rgba(255, 255, 255, 0);
  24. border:none;
  25. border-radius:0px;
  26. -moz-box-shadow:none;
  27. -webkit-box-shadow:none;
  28. box-shadow:none;
  29. font-size:14px;
  30. }
  31. #u85 {
  32. border-width:0px;
  33. position:absolute;
  34. left:45px;
  35. top:38px;
  36. width:300px;
  37. height:33px;
  38. font-size:14px;
  39. }
  40. #u85_text {
  41. border-width:0px;
  42. position:absolute;
  43. left:0px;
  44. top:0px;
  45. width:300px;
  46. word-wrap:break-word;
  47. }