Skip to content

Instantly share code, notes, and snippets.

@meilione
Created April 26, 2017 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meilione/aa025c14228f280478b04fc6877e7cb3 to your computer and use it in GitHub Desktop.
Save meilione/aa025c14228f280478b04fc6877e7cb3 to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/roboto/v15/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: oblique;
font-weight: 700;
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
p, b, td, strong, font {
font-family: 'Roboto', Helvetica, Verdana;
font-weight: 400;
letter-spacing: 0.05em;
font-size: 1em;
line-height: 1.6em;
}
td {
color: #666;
}
.vacancies {
margin-top: 20px;
}
.KopRegel a {
font-size: 1.2em;
color: #3a536e;
text-decoration: none;
margin-bottom: 10px;
display: block;
}
tr.SubRegelEven td, tr.SubRegelOneven td {
padding: 5px 0px;
}
input.Button {
padding: 5px 10px;
background-color: #830d28;
border: 1px solid white;
color: white;
cursor: pointer;
font-size: 1.0rem;
}
input.Button:hover {
background-color: #a92341;
}
h1 {
color: #3a536e;
margin-top: 0px;
line-height: 1.6em;
margin-bottom: 10px;
font-size: 1.5em;
font-family: 'Roboto', Helvetica, Verdana;
}
.Datalabel b {
font-weight: 700;
color: #3a536e;
}
a.linkbutton {
color: #830D28;
}
a:hover {
color: #a92341;
}
input[type=text],
textarea {
padding: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment