CINXE.COM
NRS captions maintanance page
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>NRS captions maintanance page</title> <style> html { font-size: 100%; height: 100%; width: 100%; overflow-x: hidden; margin: 0; padding: 0; } body { font-size: 16px; font-family: open sans, sans-serif; width: 100%; height: 100%; margin: 0; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; word-wrap: break-word; overflow-x: hidden; color: #333; } .main-wrapper { height: 100%; padding: 30px; } .main-area { position: relative; z-index: 1; height: 100%; padding: 0 20px; background-size: cover; box-shadow: 2px 5px 30px rgba(0, 0, 0, .3); background: #f2f2f2; } .text-center { text-align: center; } .dt { display: table; height: 100%; width: 100%; } .dtc { display: table-cell; vertical-align: middle; } h1 { font-size: 1.5em; line-height: 50px; color: #1e4357; font-weight: 400; } b { font-weight: 600; } .nrs-mobile-branding { display: none; } @media screen and (min-width: 320px) and (max-width:720px) { .nrs-mobile-branding { display: block; margin-top: 20px; } .nrs-mobile-branding img { width: 100%; } .nrs-desktop-branding { display: none; } .main-wrapper { padding: 10px; } .main-area { box-shadow: none; } body { background: #f2f2f2; } h1 { font-size: 1.5em; line-height: 40px; } </style> </head> <body> <div class="main-wrapper"> <div class="main-area text-center"> <div class="dt"> <div class="dtc"> <div class="nrs-desktop-branding"> <img src="NRS-Horizontal-Standard-RGB.png" alt=""></div> <div class="nrs-mobile-branding"> <div class="nrs-logo"> <a href="http://www.communications.gov.au/accesshub" title="Go to NRS home page"> <img draggable="false" src="nrs-logo-mobile.png" alt=""></a> </div> <div class="gov-logo"><img src="aus-gov-logo-mobile.png" alt=""></div> </div> <h1 style="text-align:left;"> <br> The National Relay Service cannot be used to make calls from foreign points to points within Australia. Because your IP address has been identified as one originating from somewhere outside of Australia, your call will not be completed.<br> <br> If you are placing this call from within Australia please contact the NRS Helpdesk for assistance:<br> <b>TTY :</b> 1800 555 630 <br> <b>Voice :</b> 1800 555 660 <br> <b>Help desk email :</b> <a href="mailto:helpdesk@relayservice.com.au">helpdesk@relayservice.com.au</a> </h1> </div> </div> </div> </div> </body> </html>