Template:Note: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
<div style="width:100%; padding: 10px; background: #ffca4b; border-radius:10px; color: #555; margin:10px 0px;">{{{1}}}</div>
<html>
<style class="text/css">
.custom_bigid_notes {
    width:100%;
    padding: 10px;
    border-radius:10px;
    margin:10px 0px;
}
.skin-citizen-dark .custom_bigid_box {
    background: #ffca4b;
    color: #504302;
}
.skin-citizen-light .custom_bigid_box {
    background: #ffca4b;
    color: #504302;
}
</html>
<div class="custom_bigid_notes" style="">{{{1}}}</div>

Revision as of 21:05, 26 April 2021