You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
806 B
CSS
42 lines
806 B
CSS
.wp-block .wrapper-anchor-block {
|
|
margin: 0;
|
|
padding: .5em 0;
|
|
border: 2px dashed #005ab3;
|
|
color: #005ab3;
|
|
}
|
|
.wp-block .anchor-block-title {
|
|
font-size: 1em;
|
|
text-align: center;
|
|
}
|
|
.wp-block .anchor-block-title::before {
|
|
margin-right: 0.5em;
|
|
content: url(anchor.svg);
|
|
}
|
|
.wp-block .anchor-block-link {
|
|
font-size: 0.8em;
|
|
text-align: center;
|
|
}
|
|
.wp-block .anchor-block-link code {
|
|
color: #005ab3;
|
|
background: #dbecff
|
|
}
|
|
.wp-block .anchor-block-link code::selection {
|
|
color: #b10404;
|
|
background: #fdcccc
|
|
}
|
|
.anchor-block-randomquote {
|
|
position: relative;
|
|
padding: 1em 1em 1em 40px;
|
|
background: #005ab3;
|
|
font-style: italic;
|
|
color: #fff;
|
|
}
|
|
.anchor-block-randomquote:before {
|
|
font-family: dashicons;
|
|
font-size: 30px;
|
|
content: "\f122";
|
|
color: #2480db;
|
|
position: absolute;
|
|
top: 1px;
|
|
left: 1px;
|
|
} |