wikipoints/public/css/lp.css

33 lines
915 B
CSS

.lp-header a {color: white;}
.list-marker {height: 40px; margin: 0 10px 0 0;}
.paralax { width: 100%;
background-size: cover;
text-align: center;
vertical-align: middle;
position: relative;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: 50% 50%;
padding: 30px 0 50px 0;}
table.header-table {margin: 20px 0; font-size: 18px;}
table tr td.header {font-size: 18px; color: #333; border-top: none;}
.header-big {font-size: 40px; font-weight: bold;}
.header-middle {font-size: 30px;}
.header-small {font-size: 20px;}
form {
border: solid 2px #999;
padding:10px;
background-color: #333;
}
form h2 {margin-top: 0;}
.digits-big {font-size: 80px; font-weight: bold;}
.digits-annotation {font-size: 18px;}
.paralax .container h2 {color: #fff; margin-bottom: 40px}
.paralax .container .table {background-color: #fff; border-radius: 5px 5px 0 0;}