Difference between revisions of "Nothing"
Jump to navigation
Jump to search
(Created page with "{{#css: .something:not(:focus) { display: block; position: absolute !important; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; margin: -1px; border: 0;...") |
|||
(9 intermediate revisions by 5 users not shown) | |||
Line 2: | Line 2: | ||
.something:not(:focus) { | .something:not(:focus) { | ||
display: block; | display: block; | ||
− | position: absolute !important; | + | /*position: absolute !important;*/ |
clip: rect(1px,1px,1px,1px); | clip: rect(1px,1px,1px,1px); | ||
width: 1px; | width: 1px; | ||
height: 1px; | height: 1px; | ||
− | |||
border: 0; | border: 0; | ||
padding: 0; | padding: 0; | ||
overflow: hidden; | overflow: hidden; | ||
− | }} | + | line-height: 1; |
− | <div class="something"> | + | color: rgba(0, 0, 0, 0); |
+ | } | ||
+ | .something a { | ||
+ | color: rgba(0, 0, 0, 0); | ||
+ | } | ||
+ | /*Wow, that sure is nothing!*/ | ||
+ | }}<div class="something">[[Nothing/Wiki Camp 2 Challenge Crystal|█But there was something...]]</div> | ||
+ | {{DISPLAYTITLE:<span style=display:none;></span>}} | ||
+ | {{nocat}} | ||
+ | [[Category:Intentionally blank pages]] |