Difference between revisions of "Nothing"

From The Wiki Camp 2
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;
  margin: -1px;
 
 
   border: 0;
 
   border: 0;
 
   padding: 0;
 
   padding: 0;
 
   overflow: hidden;
 
   overflow: hidden;
}}
+
  line-height: 1;
<div class="something">But there was something...</div>
+
  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]]

Latest revision as of 09:49, 28 December 2022