113 lines
2.5 KiB
CSS
113 lines
2.5 KiB
CSS
.iwb-notice {
|
|
display: block !important;
|
|
margin: .5em .5em 1em .5em !important;
|
|
padding: .5em .5em .5em 1em !important;
|
|
border-left: 3px solid #FFCC33 !important;
|
|
font-size: 14px !important;
|
|
color: white !important;
|
|
mix-blend-mode: difference !important;
|
|
}
|
|
.iwb-notice a {
|
|
text-decoration: underline !important;
|
|
color: white !important;
|
|
mix-blend-mode: difference !important;
|
|
}
|
|
.iwb-notice button {
|
|
cursor: pointer !important;
|
|
display: inline-block !important;
|
|
padding: 2px 8px !important;
|
|
margin: 8px 8px 0 0 !important;
|
|
background-color: transparent !important;
|
|
border: 1px solid !important;
|
|
border-radius: 5px !important;
|
|
font-size: 12px !important;
|
|
color: white !important;
|
|
mix-blend-mode: difference !important;
|
|
text-align: left !important;
|
|
}
|
|
.iwb-hide {
|
|
display: none !important;
|
|
}
|
|
.iwb-show {
|
|
display: block !important;
|
|
}
|
|
.iwb-notice button:hover {
|
|
outline: 1px solid !important;
|
|
}
|
|
.iwb-new-link-container {
|
|
display: inline-block;
|
|
font-size: 12px !important;
|
|
text-decoration: none;
|
|
padding-left: 5px;
|
|
position: relative;
|
|
}
|
|
.iwb-new-link {
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
position: relative;
|
|
}
|
|
.iwb-new-link:hover {
|
|
text-decoration: none;
|
|
z-index: 9999999;
|
|
}
|
|
.iwb-new-link button {
|
|
cursor: pointer;
|
|
color: white;
|
|
background: #005799;
|
|
border: 0px solid #fff;
|
|
border-radius: 10px;
|
|
padding: 5px 10px;
|
|
margin: .5em 0;
|
|
font-size: 1.2em;
|
|
width: fit-content;
|
|
}
|
|
.iwb-new-link button:hover {
|
|
background: #00467a;
|
|
}
|
|
.iwb-new-link button * {
|
|
vertical-align: middle;
|
|
}
|
|
.iwb-new-link div:first-of-type {
|
|
display: inline-block;
|
|
background: white;
|
|
border-radius: 16px;
|
|
margin-right: 10px;
|
|
width: fit-content;
|
|
height: fit-content;
|
|
line-height: 12px;
|
|
padding: 5px;
|
|
}
|
|
.iwb-new-link img {
|
|
width: 12px;
|
|
}
|
|
.iwb-disavow > *:not([class^="iwb-"]):not(.scs_child_rpr) {
|
|
opacity: 60%;
|
|
pointer-events: none;
|
|
cursor: default;
|
|
}
|
|
.iwb-disavow > a:not([class^="iwb-"]):not(.scs_child_rpr),
|
|
.iwb-disavow > *:not([class^="iwb-"]):not(.scs_child_rpr) a,
|
|
.iwb-disavow > *:not([class^="iwb-"]):not(.scs_child_rpr) a * {
|
|
text-decoration: line-through !important;
|
|
}
|
|
|
|
.iwb-result-controls {
|
|
display: inline-block;
|
|
margin: .5em;
|
|
font-size: 12px;
|
|
color: white !important;
|
|
mix-blend-mode: difference !important;
|
|
}
|
|
.iwb-result-controls > div {
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
text-decoration-style: dotted;
|
|
text-decoration-thickness: 1px;
|
|
padding: 0 1em;
|
|
}
|
|
|
|
.iwb-notice .iwb-result-controls {
|
|
margin: 8px 0 0 0;
|
|
}
|