Jump to content

Template:Cover: Difference between revisions

From Detective Conan Wiki
BOBO (talk | contribs)
No edit summary
BOBO (talk | contribs)
No edit summary
Line 5: Line 5:
   color: #e6e6e6;
   color: #e6e6e6;
   text-shadow: none;
   text-shadow: none;
  transition: color 0.2s linear;
}
}
.cover:hover, .cover:active,
.cover:hover, .cover:active,
Line 15: Line 16:
}
}
.cover:hover .new, .cover .new:hover, .new:hover .cover,
.cover:hover .new, .cover .new:hover, .new:hover .cover,
.cover:active .new, .cover .new:active, .new:active .cover {
   color: #BA0000 !important;
   color: #BA0000 !important;
}
}
Line 23: Line 23:
<pre>{{Cover|The culprit is Gosho Aoyama}}</pre>
<pre>{{Cover|The culprit is Gosho Aoyama}}</pre>


Results in {{Cover|The culprit is Gosho Aoyama}}
Results in {{Cover|The culprit is [[Gosho Aoyama]]}}


[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 16:06, 1 June 2025

Documentation icon Template documentation[create]

This template permits the insertion of "spoiler information" with a concealed appearance by default; the user would have to hover their cursor on the chunk of covered text to uncover spoiler information.

{{Cover|The culprit is Gosho Aoyama}}

Results in The culprit is Gosho Aoyama Template:Css