1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
| <style>
.ui-alerts { display: none; }
.ui.progress.fine .bar { background-color: #ffffff !important; }
.ui.progress { border-radius: 8px !important; }
.ui.progress .bar { min-width: 1.8em !important; border-radius: 8px !important; line-height: 1.65em !important; } .ui.fine.progress > .bar { background-color: #21ba45 !important; } .ui.progress > .bar { background-color: #000 !important; }
.ui.inverted.segment { background: #ffffff !important; color: #000000 !important; font-weight: bolder; } a { color: #000000 !important; text-decoration: none; } </style>
|