-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
1 lines (1 loc) · 2.55 KB
/
style.css
1
@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,300&family=Rubik+Doodle+Shadow&display=swap";*{font-family:Roboto}html,body{margin:0;padding:0;background:#cce3de;height:100%}a{text-decoration:none;color:inherit}.container{max-width:1500px;margin:0 auto;position:relative}nav{background-color:#6b9080;color:#eaf4f4;padding:1rem}nav>.container{display:flex;align-items:center;justify-content:space-between}.nav_container{display:flex;justify-content:space-around;align-self:flex-end;color:#fff}.nav_element{font-size:1.5rem;padding:0 5rem}.nav_element:not(:first-child){border-left:solid 1px #cce3de}.logo{font-size:2rem;font-weight:bold;padding:0 .5rem}#refresh{border:none;font-size:4rem;background:#eaf4f4;border-radius:50%;width:6rem;height:6rem;transition:75ms;position:absolute;right:50px;bottom:50px;border:5px solid #6b9080;position:fixed}#refresh:active{background:#6b9080;border:5px solid #eaf4f4}.main.container{position:relative;padding:1rem;background-color:#f6fff8;min-height:79%}.error_popup{text-align:center;font-style:italic;display:none;font-size:2.5rem}.error_popup.-active{display:block}.partition{display:flex;flex-direction:column;align-items:center;background:#cce3de;padding:2rem;border-radius:20px}.partition-header{font-size:2rem;font-weight:bold;padding:1rem 0;text-decoration:underline}.partition_mini{display:flex;align-items:center;flex-direction:column;background-color:#eaf4f4;padding:2rem;border-radius:20px;margin:10px}th:nth-child(even),td:nth-child(even){background-color:rgba(150,212,212,.4)}table{border:1px solid #cce3de;border-right:none}th,td{padding:2.5px 10px}td:last-child{border-top:none;border-bottom:none;border-left:1px solid #cce3de}thead{font-weight:bold}thead:first-childtr:first-child{background:#000}.grid{display:flex;flex-wrap:wrap;justify-content:space-around;gap:1rem}.-hidden{display:none}.prime-key{text-decoration:underline}.banner{display:flex;justify-content:center;font-size:2rem;font-style:italic;background-color:#a4c3b2;color:#f6fff8;padding:.5rem}form{text-align:center;display:flex;justify-content:center}.search-form{margin-bottom:1rem}select{border:none;padding:.5rem;background-color:#eaf4f4;font-size:1.5rem}input[type=text]{width:100%}input[type=submit]{border:none;background:#eaf4f4;border-left:1px solid #a4c3b2;font-size:1.5rem}input[type=submit]:active{background-color:#cce3de}.add_btn,.edit_btn,.remove_btn{background:none;border:none;background-color:#f6fff8}.add_btn:active,.edit_btn:active,.remove_btn:active{background-color:#eaf4f4}.object_input{width:auto}/*# sourceMappingURL=style.css.map */