impressive hardboiled fallback support added
This commit is contained in:
@@ -64,6 +64,7 @@ body {
|
||||
}
|
||||
|
||||
b, strong { font-weight: bold }
|
||||
i, em { font-style: italic}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
@@ -403,3 +404,34 @@ a:hover {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
/* IMPRESS NOT SUPPORTED STYLES */
|
||||
|
||||
.fallback-message {
|
||||
font-family: sans-serif;
|
||||
line-height: 1.3;
|
||||
|
||||
display: none;
|
||||
width: 780px;
|
||||
padding: 10px 10px 0;
|
||||
margin: 20px auto;
|
||||
|
||||
border-radius: 10px;
|
||||
border: 1px solid #E4C652;
|
||||
background: #EEDC94;
|
||||
}
|
||||
|
||||
.fallback-message p {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.impress-not-supported .step {
|
||||
position: relative;
|
||||
opacity: 1;
|
||||
margin: 20px auto;
|
||||
}
|
||||
|
||||
.impress-not-supported .fallback-message {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user