PluginProbe
Anchor Block / trunk
Anchor Block vtrunk
trunk 0.1
anchor-block / admin / block.css

block.css in Anchor Block trunk, at admin/block.css

42 lines 806 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wp-block .wrapper-anchor-block {
2 margin: 0;
3 padding: .5em 0;
4 border: 2px dashed #005ab3;
5 color: #005ab3;
6 }
7 .wp-block .anchor-block-title {
8 font-size: 1em;
9 text-align: center;
10 }
11 .wp-block .anchor-block-title::before {
12 margin-right: 0.5em;
13 content: url(anchor.svg);
14 }
15 .wp-block .anchor-block-link {
16 font-size: 0.8em;
17 text-align: center;
18 }
19 .wp-block .anchor-block-link code {
20 color: #005ab3;
21 background: #dbecff
22 }
23 .wp-block .anchor-block-link code::selection {
24 color: #b10404;
25 background: #fdcccc
26 }
27 .anchor-block-randomquote {
28 position: relative;
29 padding: 1em 1em 1em 40px;
30 background: #005ab3;
31 font-style: italic;
32 color: #fff;
33 }
34 .anchor-block-randomquote:before {
35 font-family: dashicons;
36 font-size: 30px;
37 content: "\f122";
38 color: #2480db;
39 position: absolute;
40 top: 1px;
41 left: 1px;
42 }