1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- body {
- margin:0px;
- background-image:none;
- position:static;
- left:auto;
- width:345px;
- margin-left:0;
- margin-right:0;
- text-align:left;
- }
- #base {
- position:absolute;
- z-index:0;
- }
- #u85_div {
- border-width:0px;
- position:absolute;
- left:0px;
- top:0px;
- width:300px;
- height:33px;
- background:inherit;
- background-color:rgba(255, 255, 255, 0);
- border:none;
- border-radius:0px;
- -moz-box-shadow:none;
- -webkit-box-shadow:none;
- box-shadow:none;
- font-size:14px;
- }
- #u85 {
- border-width:0px;
- position:absolute;
- left:45px;
- top:38px;
- width:300px;
- height:33px;
- font-size:14px;
- }
- #u85_text {
- border-width:0px;
- position:absolute;
- left:0px;
- top:0px;
- width:300px;
- word-wrap:break-word;
- }
|