iecap
Version:
JavaScript library to detect the version of Internet Explorer and display a warning screen
57 lines (49 loc) • 732 B
CSS
/**
* Demo
*/
body {
width: 100%;
height: 100%;
position: relative;
font-family: 'Lato', Helvetica, Arial, sans-serif;
font-size: 100%;
line-height: 1.3em;
color: #2e3444;
background-color: #f7f7f7;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
h1 {
margin: 0;
font-size: 1.8em;
line-height: 1em;
font-weight: 900;
}
h2 {
font-size: 1.2em;
line-height: 1.5em;
font-weight: 400;
}
a {
color: #69aeec;
text-decoration: none;
}
a:hover {
color: #525252;
}
/**
* Container
*/
.container {
max-width: 495px;
position: relative;
z-index: 1;
padding: 75px;
}
.container-output {
display: block;
margin: 0;
padding: 10px 15px;
font-size: 0.9em;
background-color: #eee;
}