The editors' meeting has been canceled for technical reasons.
Template:ScheduleList/styles.css: Difference between revisions
Jump to navigation
Jump to search
Created page with ".schedule-list { font-family: Arial, sans-serif; line-height: 1.6; →行高: margin: 1px 0 0 0; } .schedule-list li { margin-bottom: 1px; } .schedule-list li .datetime{ display: flex; align-items: center; padding: 0 15px; } .schedule-list li .datetime > .schedule-week{ margin-right: 15px; font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif; font-weight: bold; } .schedule-list li .datetime > .schedule-box{ margin-left: 15px; } .sc..." |
No edit summary |
||
Line 40: | Line 40: | ||
.offline > .datetime >.schedule-week{ | .offline > .datetime >.schedule-week{ | ||
color:#F949E9; | color:#F949E9; | ||
width: 38px; | |||
display: flex; | |||
justify-content: center; | |||
} | } | ||
.online > .datetime >.schedule-week{ | .online > .datetime >.schedule-week{ |