MediaWiki:Claimsify.css

From International Biography
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Verified tick beside the page title (Claimsify only) */
#firstHeading{
 position: relative;
 display: inline-block;
 padding-right: 34px;
}
#firstHeading::after{
 content:"✓";
 position:absolute;
 right:0;
 top:50%;
 transform:translateY(-50%);
 width:22px;
 height:22px;
 line-height:22px;
 text-align:center;
 border-radius:50%;
 background:#0b5ed7;
 color:#fff;
 font-weight:900;
 font-size:14px;
}