TLama

Untitled

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