2015-03-29 00:30:43 +01:00
|
|
|
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,600&subset=latin,latin-ext);
|
2015-03-28 00:30:45 +01:00
|
|
|
|
2015-03-29 00:21:51 +01:00
|
|
|
@media (max-width: 980px) {
|
2015-03-28 23:53:14 +01:00
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2015-03-29 00:21:51 +01:00
|
|
|
font-size: 120%;
|
2015-03-28 23:53:14 +01:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.wrapper {
|
|
|
|
border-radius: 0;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea.input {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-03-29 00:21:51 +01:00
|
|
|
@media (min-width: 981px) {
|
2015-03-28 23:53:14 +01:00
|
|
|
div.wrapper {
|
|
|
|
border-radius: 0.5em;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea.input {
|
|
|
|
border-radius: 0.5em;
|
|
|
|
}
|
|
|
|
}
|
2015-03-25 20:01:38 +01:00
|
|
|
body {
|
2015-03-28 00:30:45 +01:00
|
|
|
font-family: 'Open Sans', sans-serif;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
text-align: center;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
strong {
|
|
|
|
font-weight: 600;
|
2015-03-25 20:01:38 +01:00
|
|
|
}
|
2015-03-26 17:19:03 +01:00
|
|
|
|
2015-03-25 20:01:38 +01:00
|
|
|
div.wrapper {
|
2015-03-26 17:54:11 +01:00
|
|
|
background-color: #fc0;
|
|
|
|
border-color: #da0;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2015-03-26 23:10:03 +01:00
|
|
|
box-shadow: 0 0 1px 1px #ea0 inset;
|
2015-11-13 00:30:32 +01:00
|
|
|
color: #000;
|
2015-03-25 20:01:38 +01:00
|
|
|
margin-bottom: 0.5em;
|
2015-03-26 17:54:11 +01:00
|
|
|
padding: 0.5em;
|
2015-03-25 20:01:38 +01:00
|
|
|
}
|
2015-03-26 17:19:03 +01:00
|
|
|
|
2015-03-25 20:01:38 +01:00
|
|
|
textarea.input {
|
2015-03-26 17:54:11 +01:00
|
|
|
border-style: solid;
|
2015-03-26 17:19:03 +01:00
|
|
|
border-width: 1px;
|
2015-03-25 20:01:38 +01:00
|
|
|
display: block;
|
2015-03-28 00:30:45 +01:00
|
|
|
font-family: 'Open Sans', sans-serif;
|
|
|
|
font-weight: 300;
|
2015-03-26 17:19:03 +01:00
|
|
|
font-size: 80%;
|
2015-03-25 20:01:38 +01:00
|
|
|
height: 150px;
|
2015-03-26 17:19:03 +01:00
|
|
|
padding: 0.1em 0.3em;
|
2015-03-31 16:51:31 +02:00
|
|
|
resize: vertical;
|
2015-03-26 17:54:11 +01:00
|
|
|
width: -moz-available;
|
2015-03-26 18:46:19 +01:00
|
|
|
width: -webkit-fill-available;
|
2015-03-26 17:19:03 +01:00
|
|
|
}
|
|
|
|
|
2015-03-26 18:20:16 +01:00
|
|
|
textarea.input.error {
|
|
|
|
background-color: #f88;
|
|
|
|
border-color: #f00;
|
2015-11-13 00:30:32 +01:00
|
|
|
color: #000;
|
2015-03-26 18:20:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
textarea.input.error:focus, textarea.input.error:hover {
|
|
|
|
background-color: #faa;
|
|
|
|
border-color: #f00;
|
2015-11-13 00:30:32 +01:00
|
|
|
color: #000;
|
2015-03-26 18:20:16 +01:00
|
|
|
}
|
|
|
|
|
2015-03-26 17:19:03 +01:00
|
|
|
select.conversion {
|
|
|
|
border-radius: 0.2em;
|
2015-03-26 17:54:11 +01:00
|
|
|
border-style: solid;
|
2015-03-26 17:19:03 +01:00
|
|
|
border-width: 1px;
|
2015-03-28 00:30:45 +01:00
|
|
|
font-family: 'Open Sans', sans-serif;
|
|
|
|
font-weight: 300;
|
2015-03-26 17:54:11 +01:00
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea.input, select.conversion {
|
|
|
|
background-color: #fdfbf0;
|
|
|
|
border-color: #fae8e7;
|
2015-11-13 00:30:32 +01:00
|
|
|
color: #000;
|
2015-03-26 17:19:03 +01:00
|
|
|
}
|
|
|
|
|
2015-03-26 17:54:11 +01:00
|
|
|
textarea.input:focus, textarea.input:hover,
|
2015-03-26 17:19:03 +01:00
|
|
|
select.conversion:focus, select.conversion:hover {
|
|
|
|
background-color: #fff;
|
2015-03-26 17:54:11 +01:00
|
|
|
border-color: #fdfbf0;
|
2015-11-13 00:30:32 +01:00
|
|
|
color: #000;
|
2015-03-25 20:01:38 +01:00
|
|
|
}
|
2015-03-26 18:40:01 +01:00
|
|
|
|
|
|
|
textarea.input:hover,
|
|
|
|
select.conversion:hover {
|
|
|
|
box-shadow: 0 0 6px 4px #c90;
|
|
|
|
}
|