Summary Table
| Categories |
Total Count |
| PII |
0 |
| URL |
0 |
| DNS |
0 |
| EKL |
0 |
| IP |
0 |
| PORT |
0 |
| VsID |
0 |
| CF |
0 |
| AI |
0 |
| VPD |
0 |
| PL |
0 |
| Other |
0 |
File Content
.splash-screen {
overflow-y: auto;
text-align: center;
height: 100%;
overflow-y: auto;
height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background: url('../images/landing_page-iphone-retina-portrait.jpg') no-repeat center center fixed;
.container {
width: 90%;
text-align:left;
}
h2.app-title{
margin: 3.5em 0 .5em;
font-weight: 300;
font-size: 20px;
}
button.login{
margin-top: 1.5em;
}
em {
font-weight:700;
}
}
@media screen and (min-width: 530px){
.splash-screen {
background: url('../images/landing_page-ipad-retina-landscape.jpg') no-repeat center center fixed;
.container {
max-width: 460px;
}
h2.app-title {
font-size: 30px;
span strong em {
display: inline;
}
}
}
}