todomvc
Version:
> Helping you select an MV\* framework
52 lines (43 loc) • 817 B
CSS
.splash {
text-align: center;
margin: 10% 0 0 0;
}
.splash .message {
font-size: 5em;
line-height: 1.5em;
-webkit-text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
text-transform: uppercase;
}
.splash .icon-spinner {
text-align: center;
display: inline-block;
font-size: 5em;
margin-top: 50px;
}
.page-host {
position: relative;
top: 40px;
}
.navbar-fixed-top .navbar-inner {
padding-left: 1em;
padding-right: 1em;
}
.navbar-fixed-top .icon-home {
font-size: 18px
}
.loader {
margin: 6px 8px 4px 8px;
visibility: hidden;
}
.loader.active {
visibility: visible;
}
@media (max-width: 979px) {
.page-host {
top: 0;
}
.navbar-fixed-top {
margin-bottom: 0;
}
}