|
39 | 39 | <p class="S_spetxt">.S_spetxt</p> |
40 | 40 | <div class="svg-bg">svg-bg</div> |
41 | 41 | <div class="svg-bg-inpage">svg-bg-inpage</div> |
| 42 | + <button class="not-focus">focus</button> |
42 | 43 | <iframe src="./iframe/index.html" frameborder="0"></iframe> |
43 | 44 | <p> |
44 | 45 | Compare text below with result in devtools, with <html> tag |
|
72 | 73 | body{color:#333;text-decoration:none;} |
73 | 74 | a{color:#76a513;} |
74 | 75 | /*! end @import */ |
75 | | -:AFTER{content:'after';background:#38c;color:#fff;font-size:12px;opacity:0.1;} |
| 76 | +:AFTER{content:'after';background:#38c;color:#fff;font-size:12px;opacity:0;pointer-events:none;} |
76 | 77 | html{height:100%;} |
77 | 78 | A{background:url(${prefix}img/logo.jpg);background-size:100%;animation:teatnamekey;} |
78 | 79 | @media screen and (min-width:500px){ |
|
85 | 86 | } |
86 | 87 | body{font-family:"Cutive Mono";} |
87 | 88 | .font-style{font-family:'Cutive Mono', icon-font, Inter, Avenir, Helvetica , Arial, sans-serif;} |
| 89 | +.svg-bg{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(0,0,0,.54)' d='M20.49 19l-5.73-5.73C15.53 12.2 16 10.91 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.41 0 2.7-.47 3.77-1.24L19 20.49 20.49 19zM5 9.5C5 7.01 7.01 5 9.5 5S14 7.01 14 9.5 11.99 14 9.5 14 5 11.99 5 9.5z'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:20px;height:20px;padding:10px;width:20px;font-size:0;} |
| 90 | +.not-focus{width:50px;height:50px;border:1px solid #000;} |
| 91 | +.not-focus:not(:focus){background:rgb(10, 149, 86);} |
| 92 | +.not-focus:focus{background:rgb(158, 51, 204);} |
88 | 93 | @media print{ |
89 | 94 | i{font-size:10pt;} |
90 | 95 | } |
|
98 | 103 | @media print{ |
99 | 104 | i{color:#789;font-family:icon-font;} |
100 | 105 | } |
| 106 | +/*! CSS Used from: Embedded */ |
| 107 | +.svg-bg-inpage{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(0,0,0,.54)' d='M20.49 19l-5.73-5.73C15.53 12.2 16 10.91 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.41 0 2.7-.47 3.77-1.24L19 20.49 20.49 19zM5 9.5C5 7.01 7.01 5 9.5 5S14 7.01 14 9.5 11.99 14 9.5 14 5 11.99 5 9.5z'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:20px;height:20px;padding:10px;width:20px;font-size:0;} |
101 | 108 | /*! CSS Used keyframes */ |
102 | 109 | @-webkit-keyframes teatnamekey{0%{width:10px;}100%{height:10px;}} |
103 | 110 | @keyframes teatnamekey{0%{width:10px;}100%{height:10px;}} |
|
0 commit comments