Template:ChapterBar: Difference between revisions

From Elwiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
<div style="
<div style="
   display: flex;
   display: flex;
   background-color: #{{{ColorBg|0091cb}}};
   background-color: {{{ColorBg|#0091cb}}};
   border: 3px solid #{{{ColorFg|005ca7}}};
   border: 3px solid {{{ColorFg|#005ca7}}};
   padding: 3px;
   padding: 3px;
   border-radius: 16px;
   border-radius: 16px;
Line 37: Line 37:
     flex: none;
     flex: none;
     min-width: 100px;
     min-width: 100px;
     background-color: #{{{ColorBg|0091cb}}};
     background-color: {{{ColorBg|#0091cb}}};
     padding: .2rem .5rem;
     padding: .2rem .5rem;
     text-align: center;
     text-align: center;

Revision as of 19:16, 15 October 2021