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.
/* For use with [[Module:FactionScript]] and related templates */
/* TennoScript */
.tennoscript_S {
display: inline-block;
margin: 1px;
}
.tennoscript_C {
display: inline-block;
width:75px;
margin: 1px;
transform: rotate(25deg) translateY(-25px);
transform-origin: bottom left;
margin-right:-16px;
}
.tennoscript_V {
display: inline-block;
width: 50px;
text-align: right;
margin: 1px;
transform: rotate(25deg) translateX(-45px) translateY(0px);
transform-origin: bottom right;
margin-right:-55px;
}
.tennoscript_SPeriod {
display: inline-block;
margin: 1px;
margin-right:-17px
}
.tennoscript_EPeriod {
display: inline-block;
margin: 1px;
transform: translateX(34px);
transform-origin: bottom left;
margin-right:-17px
}