PageRenderTime 36ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/html/en-us/help-offline/index.html

https://bitbucket.org/lindenlab/viewer-beta/
HTML | 29 lines | 29 code | 0 blank | 0 comment | 0 complexity | 1ef43664b1a9af13262812c79af6e698 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Offline Help</title>
  5. <style>
  6. body {background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;width:100%;padding:0px;margin:0px;}
  7. a {color:#93a9d5;}
  8. a:active {color:#50607C;text-decoration:underline;}
  9. a:hover {color:#ff7900;text-decoration:underline;}
  10. #infobox{position:absolute;top:40%;left:50%;z-index:1;padding:0;width:592px;margin-left:-296px;margin-top:-150px;text-align:center;font-size:1.2em; color:#ccc;}
  11. #infobox #submitbtn {padding:15px 3px 5px 15px;height:28px;width:127px;margin-left:244px;}
  12. #infobox #submitbtn input {text-transform:capitalize;color:#fff;font-size:1.0em;height:28px;width:127px;border:none;font-weight:normal;background:url(../../btn_purplepill_bg.png) bottom left no-repeat;vertical-align:text-bottom;font-weight:bold;}
  13. #infobox #submitbtn input:hover.input_over, #login_box #submitbtn input:hover.input_off {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) bottom right no-repeat;}
  14. #infobox #submitbtn input:active.input_over {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) top left no-repeat;}
  15. #infobox #submitbtn input.pressed {color:#888;border:none;background:url(../../btn_purplepill_bg.png) top right no-repeat;}
  16. </style>
  17. </head>
  18. <body>
  19. <div id="infobox">
  20. <p>
  21. Second Life Offline Help.
  22. </p>
  23. <p>
  24. You are not online and are configured not to fetch help remotely. This is all the help that is available
  25. until more stuff is done. Yeah.
  26. </p>
  27. </div>
  28. </div>
  29. </body>