Thank You for Visiting screen (v1) CSS

๐Ÿ“˜

Looking for the Hosted Login v2 version of this screen? Then see Thank You for Visiting v2.


This screen appears after a user has successfully verified their email address or successfully reset their password.


Login page HTML

To help you put the CSS classes in context, the following snippet shows the HTML markup used to define the screen. To view the latest HTML for a screen, right-click a blank spot on your Hosted Login login page, click View Page Source, then search for the screen name.

<div style="display:none;" id="visitingMessage" class="screen">  
ย <div class="auth-success-screen content-wrapper">  
ย  ย <p class="screen-description">{* textVisitingMessage *}</p>  
ย </div>  
ย <div class="footer-container">  
ย  ย <div class="content-wrapper">  
ย  ย  ย  ย <span class="help-link">{* textNeedHelp *}{* linkHelp *}</span>  
ย  ย  ย  ย <div class="footer-text">  
ย  ย  ย  ย {* textFooter *}  
ย  ย  ย  ย </div>  
ย  ย  ย  ย <div class="footer-extra-text">  
ย  ย  ย  ย {* textFooterExtra *}  
ย  ย  ย  ย </div>  
ย  ย </div>  
</div>  
</div>

CSS classes used on this screen

The following table lists all the CSS classes used on this screen; the table also includes the default CSS specified for each class. Note that some classes, such as footer-text, aren't defined in the base.css file.

ClassDefault CSS
auth-screen content-wrapper.auth-screen.content-wrapper {
max-width:500px
}
content-wrapper#content-wrapper {
background-color: #fff;
box-shadow:1px 1px 5px 2px rgba(0, 0, 0, .1)
}
.footer-container class.footer-container {
padding: 25px;
border-top: 1px solid #f2f2f2;
text-align:center
}
footer-textย 
footer-extra-textย 
help-linkย 
screen.screen {
min-width:460px
}
screen-descriptionย 

CSS classes mapped to UIย elements

The following graphic maps CSS classes to the more-visible UI elements used in the screen:


See also