Difference between revisions of "User:Tsutomu25/sandbox/Cover3"

From Detective Conan Wiki
(Created page with "<includeonly><span class="spoiler"><span class="spoilerText">{{{1}}}</span></span></includeonly> {{code |html=%3Cinput%20type%3D%22checkbox%22%20class%3D%22checkbox%22%20id%3D...")
 
(Blanked the page)
(Tag: Blanking)
Line 1: Line 1:
<includeonly><span class="spoiler"><span class="spoilerText">{{{1}}}</span></span></includeonly>
 
{{code
 
|html=%3Cinput%20type%3D%22checkbox%22%20class%3D%22checkbox%22%20id%3D%22%7B%7B%7BUID%7D%7D%7D%22%2F%3E%3Clabel%20class%3D%22spoilerText%22%20for%3D%22%7B%7B%7BUID%7D%7D%7D%22%3E%7B%7B%7Bparam%7D%7D%7D%3C%2Flabel%3E
 
|param={{{2}}}
 
  
|css=
 
.spoiler{
 
        background: #909199;
 
        cursor: pointer;
 
        transition: 0.15s;
 
    }
 
 
    .spoilerText {     
 
        display: inline-block;
 
        opacity: 0;
 
        text-align: center;
 
        transition: 0.15s;
 
       
 
        -webkit-user-select: none; /* Safari */
 
        -ms-user-select: none; /* IE 10 and IE 11 */
 
        user-select: none; /* Standard syntax */
 
    }
 
   
 
    .spoiler:hover{
 
        background: #e3e3e5;
 
    }
 
 
    .spoiler:hover .spoilerText{
 
        opacity: 1;
 
    }
 
}}<noinclude><pre>{{User:Tsutomu25/sandbox/Cover|The culprit is Gosho Aoyama}}</pre>
 
 
Results in {{User:Tsutomu25/sandbox/Cover3|The culprit is Gosho Aoyama|He he he}} <br> <br>
 
Results in {{User:Tsutomu25/sandbox/Cover3|The culprit is [[Gosho Aoyama]]}} <br> <br>
 
Results in {{User:Tsutomu25/sandbox/Cover3|The culprit is {{font color|#ffff00|Gosho Aoyama}}}}
 
 
</noinclude>
 

Revision as of 14:04, 20 July 2025