Advertisement
Guest User

sadsa

a guest
Aug 25th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. html:= '
  2.  
  3. <title>test</title>
  4.  
  5. <STYLE type=text/css>
  6.  
  7. body,a:link {
  8. background-color: black;
  9. color:red;
  10. Courier New;
  11. cursor:crosshair;
  12. font-size: small;
  13. }
  14.  
  15. input,table.outset,table.bord,table,textarea,select,fieldset,td,tr {
  16. font: normal 10px Verdana, Arial, Helvetica,
  17. sans-serif;
  18. background-color:black;
  19. color:red;
  20. border: solid 1px #00FF0red0;
  21. border-color:red
  22. }
  23.  
  24. a:link,a:visited,a:active {
  25. color: red;
  26. font: normal 10px Verdana, Arial, Helvetica,
  27. sans-serif;
  28. text-decoration: none;
  29. }
  30.  
  31. </style>
  32.  
  33. ';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement