Widget:PersonPageRoundImage: Difference between revisions
((by SublimeText.Mediawiker)) |
((by SublimeText.Mediawiker)) |
||
Line 7: | Line 7: | ||
background-size: cover; | background-size: cover; | ||
background-position: center; | background-position: center; | ||
margin: auto; | |||
} | } | ||
</style><div class="bnw-person-page-badge depth-<!--{$depth}--> link-no-border" style="background-image: url('<!--{$filepath}-->');"></div> | </style><div class="bnw-person-page-badge depth-<!--{$depth}--> link-no-border" style="background-image: url('<!--{$filepath}-->');"></div> |
Revision as of 13:56, 21 June 2018
<style> .bnw-person-page-badge { display: block; width: ; height: ; border-radius: 50%; background-size: cover; background-position: center; margin: auto; }
</style>