2016-05-23 14:34:56 +02:00
|
|
|
button.h5p-core-button:visited,
|
|
|
|
button.h5p-core-button:link,
|
|
|
|
button.h5p-core-button {
|
2016-12-20 13:08:49 +01:00
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-weight: 600;
|
2016-04-05 18:35:02 +02:00
|
|
|
font-size: 1em;
|
|
|
|
line-height: 1.2;
|
|
|
|
padding: 0.5em 1.25em;
|
|
|
|
border-radius: 2em;
|
|
|
|
|
2017-01-02 15:30:42 +01:00
|
|
|
background: #2579c6;
|
2016-12-20 13:08:49 +01:00
|
|
|
color: #fff;
|
2016-04-05 18:35:02 +02:00
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
|
|
|
outline: none;
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
text-align: center;
|
|
|
|
text-shadow: none;
|
|
|
|
vertical-align: baseline;
|
2016-04-07 16:31:41 +02:00
|
|
|
text-decoration: none;
|
2017-01-02 15:30:42 +01:00
|
|
|
|
2016-04-05 18:35:02 +02:00
|
|
|
-webkit-transition: initial;
|
|
|
|
transition: initial;
|
|
|
|
}
|
2017-01-02 15:30:42 +01:00
|
|
|
button.h5p-core-button:focus {
|
|
|
|
background: #1f67a8;
|
|
|
|
}
|
|
|
|
button.h5p-core-button:hover {
|
|
|
|
background: rgba(31, 103, 168, 0.83);
|
|
|
|
}
|
2016-05-23 14:34:56 +02:00
|
|
|
button.h5p-core-button:active {
|
2016-04-05 18:35:02 +02:00
|
|
|
background: #104888;
|
|
|
|
}
|
2016-05-23 14:34:56 +02:00
|
|
|
button.h5p-core-button:before {
|
2016-04-05 18:35:02 +02:00
|
|
|
font-family: 'H5P';
|
|
|
|
padding-right: 0.15em;
|
|
|
|
font-size: 1.5em;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 0.7;
|
|
|
|
}
|
2016-05-23 14:34:56 +02:00
|
|
|
button.h5p-core-cancel-button:visited,
|
|
|
|
button.h5p-core-cancel-button:link,
|
|
|
|
button.h5p-core-cancel-button {
|
|
|
|
border: none;
|
2016-04-05 18:35:02 +02:00
|
|
|
background: none;
|
|
|
|
color: #a00;
|
|
|
|
margin-right: 1em;
|
|
|
|
font-size: 1em;
|
2016-04-07 16:31:41 +02:00
|
|
|
text-decoration: none;
|
2016-05-24 11:18:42 +02:00
|
|
|
cursor: pointer;
|
2016-04-05 18:35:02 +02:00
|
|
|
}
|
2016-05-23 14:34:56 +02:00
|
|
|
button.h5p-core-cancel-button:hover,
|
|
|
|
button.h5p-core-cancel-button:focus {
|
2016-04-05 18:35:02 +02:00
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
color: #e40000;
|
|
|
|
}
|