Widget:FlexForm: Difference between revisions
((by SublimeText.Mediawiker)) |
((by SublimeText.Mediawiker)) |
||
Line 14: | Line 14: | ||
} | } | ||
.section-nav-toggles { | .section-nav-toggles { | ||
background: # | background: #36c; | ||
text-align: center; | text-align: center; | ||
font-size: 1.1em; | font-size: 1.1em; | ||
Line 20: | Line 20: | ||
margin-bottom: 1.5rem; | margin-bottom: 1.5rem; | ||
border-radius: 0.25rem; | border-radius: 0.25rem; | ||
color: #fffcf5; | |||
color: # | |||
} | } | ||
</style> | </style> |
Revision as of 05:13, 2 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; } .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; } </style>