Template:ScheduleList/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
line-height: 1.6; /* 行高 */ | line-height: 1.6; /* 行高 */ | ||
margin: 1px 0 0 0; | margin: 1px 0 0 0; | ||
flex:1; | |||
background:#000; | |||
} | } | ||
Line 11: | Line 13: | ||
.schedule-list li .datetime{ | .schedule-list li .datetime{ | ||
display: flex; | display: flex; | ||
align-items: | align-items: stretch; | ||
padding: 0 15px; | padding: 0 15px; | ||
} | } | ||
Line 18: | Line 20: | ||
font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif; | font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif; | ||
font-weight: bold; | font-weight: bold; | ||
white-space: nowrap; | |||
width: 38px; | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
} | } | ||
.schedule-list li .datetime > .schedule-box{ | .schedule-list li .datetime > .schedule-box{ | ||
margin-left: 15px; | margin-left: 15px; | ||
max-width: 60%; | |||
} | } | ||
.schedule-list li .datetime > .schedule-date{ | .schedule-list li .datetime > .schedule-date{ | ||
background:#000; | background:#000; | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
Line 40: | Line 47: | ||
.offline > .datetime >.schedule-week{ | .offline > .datetime >.schedule-week{ | ||
color:#F949E9; | color:#F949E9; | ||
} | } | ||
.online > .datetime >.schedule-week{ | .online > .datetime >.schedule-week{ |
Latest revision as of 00:21, 16 April 2025
.schedule-list { font-family: Arial, sans-serif; line-height: 1.6; /* 行高 */ margin: 1px 0 0 0; flex:1; background:#000; } .schedule-list li { margin-bottom: 1px; } .schedule-list li .datetime{ display: flex; align-items: stretch; 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; white-space: nowrap; width: 38px; display: flex; justify-content: center; align-items: center; } .schedule-list li .datetime > .schedule-box{ margin-left: 15px; max-width: 60%; } .schedule-list li .datetime > .schedule-date{ background:#000; display: flex; align-items: center; min-width: 69px; justify-content: center; font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif; } .schedule-list li .datetime > .schedule-box > .time{ color:#420543; font-size: xx-small; } .schedule-week{ font-size: larger; } .offline > .datetime >.schedule-week{ color:#F949E9; } .online > .datetime >.schedule-week{ color:#630044; } /* 表格页通用样式 */ .online{ background:#FA48E2; color:#fff; } .offline{ background:#4A0446; color:#fff; padding: 5px 0; } .neuro-evil{ background:#cb6273; text-shadow:-1px -1px 0 #e3c3ad,1px -1px 0 #e3c3ad,-1px 1px 0 #e3c3ad,1px 1px 0 #e3c3ad; } .neuro-vedal{ background:#96ba8c; text-shadow:-1px -1px 0 #4ab06b,1px -1px 0 #4ab06b,-1px 1px 0 #4ab06b,1px 1px 0 #4ab06b; } .evil-vedal{ background:#7e5952; text-shadow:-1px -1px 0 #4ab06b,1px -1px 0 #4ab06b,-1px 1px 0 #4ab06b,1px 1px 0 #4ab06b; } .vedal{ background:#4ab06b; } .neuro-evil-vedal{ background:#a07c70; color:#fff; }