home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 December / PCWorld_2006-12_cd.bin / komunikace / netscape / nsb-install-8-1-2.exe / chrome / toolkit.jar / content / global / mcomi.xhtml < prev    next >
Encoding:
Extensible Markup Language  |  2006-01-06  |  953 b   |  41 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html 
  3.      PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  4.      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7. <title>about:mcomi</title>
  8. <style type="text/css">
  9. html {
  10.     background: #0a4469;
  11.     color: white;
  12.     font: 16pt Times;
  13.     letter-spacing: .2em;
  14.     line-height: 1.5em;
  15. }
  16. body {
  17.     display: table;
  18.     height: 400px;
  19. }
  20. blockquote {
  21.     margin-top: 100px;
  22. }
  23. .attribution {
  24.     font: 14pt Times;
  25.     font-style: italic;
  26.     white-space: nowrap;
  27.     padding-left: 10px;
  28. }
  29. </style>
  30. </head>
  31. <body>
  32.  
  33. <blockquote>
  34.     Work is love made visible. And if you cannot work with love but only with
  35.     distaste, it is better that you should leave your work and sit at the gate
  36.     of the temple and take alms of those who work with joy.
  37.     <sub class="attribution">–Kahlil Gibran</sub>
  38. </blockquote>
  39.  
  40. </body>
  41. </html>