This repository has been archived by the owner on Aug 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
schedule.css
1 lines (1 loc) · 3.58 KB
/
schedule.css
1
.vl,.schedule-section .schedule-card{display:flex;flex-direction:column}.hl,.schedule-section .schedule-card .inputs{display:flex;flex-direction:row}.button{padding:0.5em 0.75em;background-color:#3b8ada;color:#fff;cursor:pointer;text-decoration:none;text-align:center;border-radius:5px}.button:not(:last-of-type){margin-bottom:5px}.button.secondary{background-color:#b9d7f5;color:#000}select{border-color:red}select::after{border:0 2px 0 3px solid transparent;content:" ";height:.625em;width:.625em;top:50%;margin-top:-.4375em;transform:rotate(-45deg);position:absolute;transform-origin:center}@media (max-device-width: 700px){section.schedule-section .schedule-card .inputs{flex-wrap:wrap}section.schedule-section .schedule-card .inputs input{margin:0 10px 5px 10px}section.schedule-section .schedule-card table tr>td:first-child{display:none}section.schedule-section .schedule-card table div{font-size:0.7rem;padding:0}}.schedule-section{background:linear-gradient(140deg, #88f0f0 0%, #5ab3ce 100%);min-height:100vh;width:min-content;width:100%;display:flex;align-items:center;justify-content:center}.schedule-section .schedule-card{height:max-content;width:max-content;max-width:700px;padding:1rem;background-color:#fdfdfd;border-radius:5px;box-shadow:3px 3px 6px 3px #0002}.schedule-section .schedule-card h1,.schedule-section .schedule-card h2,.schedule-section .schedule-card p{text-align:center}.schedule-section .schedule-card h1 select,.schedule-section .schedule-card h2 select,.schedule-section .schedule-card p select{border:none;font-size:inherit;font-weight:inherit}.schedule-section .schedule-card .tittle-box{margin:15px 0}.schedule-section .schedule-card .inputs{margin:2px}.schedule-section .schedule-card .inputs input{width:100%;text-align:center;border:2px solid #dbdbdb;border-radius:5px}.schedule-section .schedule-card .inputs input:not(:last-of-type){margin-right:8px}.schedule-section .schedule-card .inputs input:invalid:not(:focus){border-color:#ff453e}.schedule-section .schedule-card .courses-list{margin:0.3rem 0 1.5rem 0}.schedule-section .schedule-card table{width:100%;margin:15px 0;text-align:center;table-layout:fixed;border-collapse:collapse}.schedule-section .schedule-card table tr>td:first-child{width:10px}.schedule-section .schedule-card table td{border:1px solid #dbdbdb;height:25px}.schedule-section .schedule-card table div{display:flex;justify-content:center;align-items:center;overflow:hidden;padding:2px 6px;height:25px}.schedule-section .schedule-card table div:not(:last-child){margin-bottom:2px}.schedule-section .schedule-card table div.assis{background-color:#99CC99}.schedule-section .schedule-card table div.class{background-color:#FBC575}.schedule-section .schedule-card table div.lab{background-color:#B3D4F5}.schedule-section .schedule-card table div.workshop{background-color:#C7C2F8}.schedule-section .schedule-card table div.field{background-color:#FFCCFF}.schedule-section .schedule-card table div.practice{background-color:#CCCC99}.schedule-section .schedule-card table div.tesis{background-color:#B2EFEF}.schedule-section .schedule-card table div.other{background-color:#FF9999}*{box-sizing:border-box;font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif}body{height:max-content;min-height:100vh}html,body,h1,h2,h3,p{margin:0;padding:0}a{font-size:inherit;font-family:inherit;color:inherit}ul,ol{list-style-type:circle;padding-inline-start:25px}@media (max-device-width: 700px){.hide-in-mobile{display:none}}.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}