Widget:FlexForm: Difference between revisions

From Tsadra Foundation Advanced Contemplative Scholarships
((by SublimeText.Mediawiker))
 
((by SublimeText.Mediawiker))
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
<style>
<style>
input {
input {
    padding: 0.1em 0.4em;
padding: 0.1em 0.4em;
    margin-bottom: .1em;
margin-bottom: .1em;
}
}
caption {
caption {
    caption-side: top;
caption-side: top;
    color: #060606;
color: #060606;
    font-weight: bold;
font-weight: bold;
    font-size: 1.2rem;
font-size: 1.2rem;
    padding: .5em;
padding: .5em;
    background: #efefef;
background: #efefef;
    border: 1px solid #dddddd;
border: 1px solid #dddddd;
position: relative;
}
.section-nav-toggles {
background: #36c;
text-align: center;
font-size: 1.1em;
padding: 0.5rem;
margin-bottom: 1.5rem;
border-radius: 0.25rem;
color: #fffcf5;
}
.btn-primary {
background: #36c;
border-color: #36c;
}
.grecaptcha-badge {
visibility: hidden;
}
}
.mw-collapsible-toggle { float: right !important; }
</style>
</style>

Latest revision as of 09:59, 30 May 2024

<style> input { padding: 0.1em 0.4em; margin-bottom: .1em; } caption { caption-side: top; color: #060606; font-weight: bold; font-size: 1.2rem; padding: .5em; background: #efefef; border: 1px solid #dddddd; position: relative; } .section-nav-toggles { background: #36c; text-align: center; font-size: 1.1em; padding: 0.5rem; margin-bottom: 1.5rem; border-radius: 0.25rem; color: #fffcf5; } .btn-primary { background: #36c; border-color: #36c; } .grecaptcha-badge { visibility: hidden; } </style>