2015-12-24 01:15:13 +00:00
|
|
|
h1 {
|
2015-12-24 16:36:32 +00:00
|
|
|
font-size: 75px;
|
2015-12-24 01:15:13 +00:00
|
|
|
}
|
2015-12-24 03:00:20 +00:00
|
|
|
::-webkit-input-placeholder {
|
2015-12-25 03:38:00 +00:00
|
|
|
color: #999999;
|
2015-12-24 03:00:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
:-moz-placeholder { /* Firefox 18- */
|
2015-12-25 03:38:00 +00:00
|
|
|
color: #999999;
|
2015-12-24 03:00:20 +00:00
|
|
|
}
|
2015-12-24 01:15:13 +00:00
|
|
|
|
2015-12-24 03:00:20 +00:00
|
|
|
::-moz-placeholder { /* Firefox 19+ */
|
2015-12-25 03:38:00 +00:00
|
|
|
color: #999999;
|
2015-12-24 03:00:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
:-ms-input-placeholder {
|
2015-12-25 03:38:00 +00:00
|
|
|
color: #999999;
|
2015-12-24 03:00:20 +00:00
|
|
|
}
|
2015-12-24 01:15:13 +00:00
|
|
|
.intro {
|
2015-12-24 16:36:32 +00:00
|
|
|
text-align: center;
|
2015-12-24 16:49:08 +00:00
|
|
|
}
|
|
|
|
.column {
|
|
|
|
max-width: 450px;
|
2015-12-25 03:38:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: #F0F0F0;
|
|
|
|
}
|
|
|
|
.ui.menu .item img.logo {
|
|
|
|
margin-right: 1.5em;
|
|
|
|
}
|
|
|
|
.main.container {
|
|
|
|
margin-top: 7em;
|
|
|
|
}
|
|
|
|
.wireframe {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
.ui.footer.segment {
|
|
|
|
margin: 5em 0em 0em;
|
|
|
|
padding: 5em 0em;
|
2015-12-24 16:36:32 +00:00
|
|
|
}
|