/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
core/templates/components/summary-tile/learner-topic-goals-summary-tile.component.css
175 строк
4 KB
Aditya Lakhotia
Fix part of #25941: Clean up legacy embedded <style> tags from HTML templates removing inconsistency of next 30 files (part-2) (#26855)
24 июл 2026, 19:54
Не верифицирован
24 июл 2026, 19:54
5531df6
Код
Авторство
О чём код?
.learner-topic-goals-summary-tile .oppia-story-node-title { color: #333; display: inline-block; font-size: 16px; height: 40px; letter-spacing: 0; margin: 8px 8px 0 8px; opacity: 1; text-align: left; } .learner-topic-goals-summary-tile .next-incomplete-chapter { color: #333; font-size: 17px; font-weight: 500; margin: 24px 0 12px 6px; text-align: left; } .learner-topic-goals-summary-tile .continue-button { background: #00645c 0% 0% no-repeat padding-box; border-radius: 4px; bottom: 217px; box-shadow: 0 2px 2px #0000003d; display: none; height: 28px; left: 40px; position: relative; width: 112px; } .learner-topic-goals-summary-tile .continue-button-text { color: #fff; font-size: 14px; left: 1px; letter-spacing: 0; position: relative; text-align: center; text-transform: uppercase; top: 6px; } .learner-topic-goals-summary-tile .oppia-story-completion { background: #000c 0% 0% no-repeat padding-box; border-radius: 2px; bottom: 23px; float: right; height: 19px; margin: 0 8px 0 8px; position: relative; right: 4px; text-align: left; width: 90px; } .learner-topic-goals-summary-tile .story-completion { bottom: 52px; } .learner-topic-goals-summary-tile .oppia-svg-star-image { bottom: 3px; filter: invert(95%) sepia(49%) saturate(2374%) hue-rotate(320deg) brightness(91%) contrast(89%); left: 3px; position: relative; width: 11px; } .learner-topic-goals-summary-tile .oppia-story-link { text-decoration: none; } .learner-topic-goals-summary-tile .story-card { height: 100%; } .learner-topic-goals-summary-tile .oppia-summary-section { position: absolute; width: 100%; } .learner-topic-goals-summary-tile .oppia-story-title { color: #333; display: block; font-size: 14px; font-weight: 300; height: 16px; letter-spacing: 0.05px; margin: 4px 8px 12px 8px; padding-bottom: 12px; text-align: left; text-transform: uppercase; width: 188px; } .learner-topic-goals-summary-tile .oppia-story-completed-percent { bottom: 24px; color: #fff; font-size: 10px; left: 11px; letter-spacing: 0; margin: 2px; padding: 2px; position: relative; width: 100%; } .learner-topic-goals-summary-tile .oppia-percent-story-completed { color: #fff; font-size: 10px; letter-spacing: 0; margin: 2px; padding: 2px; width: 100%; } .learner-topic-goals-summary-tile .oppia-story-dashboard-card { border-radius: 4px; box-shadow: 0 3px 6px #00000029; display: inline-block; height: 270px; margin: 0 2px 30px 6px; padding: 0; position: relative; width: 192px; z-index: 5; } .learner-topic-goals-summary-tile .oppia-title-section { border-top-left-radius: 4px; border-top-right-radius: 4px; height: 144px; width: 192px; } .learner-topic-goals-summary-tile .oppia-thumbnail-image { height: 144px; width: 192px; } .learner-topic-goals-summary-tile .oppia-story-dashboard-card .continue-button:hover { display: block; float: left; } .learner-topic-goals-summary-tile .oppia-story-dashboard-card:hover .continue-button { display: block; float: left; } .classroom-new-chapter { align-items: center; background: #00609c; border-radius: 4px; display: flex; flex-direction: row; height: 24px; justify-content: center; left: 8px; padding: 5px; position: absolute; top: 8px; width: 42px; } .classroom-name-container { align-items: center; background: #005240; border-radius: 4px; display: flex; flex-direction: row; height: 24px; justify-content: center; padding: 5px; position: absolute; right: 8px; top: 8px; width: 38px; } .classroom-name-container .classroom-name { color: #f3f2ef; font-family: 'Roboto', Arial, sans-serif; font-size: 12px; font-style: normal; font-weight: 500; line-height: 14px; } .classroom-new-chapter .classroom-status { color: #fff; font-family: 'Roboto', Arial, sans-serif; font-size: 13px; font-style: Bold; font-weight: 700; line-height: 100%; }