moodle-local_sca-css/rules.css

48 lines
1.1 KiB
CSS
Raw Normal View History

2022-01-13 15:58:24 +00:00
@import url(ptsans-rules.css);
@import url(arvo-rules.css);
p{font-size: 16px;font-weight: 400; line-height: 26px; }
#page-content,#page-coursetitle{margin-top:15px;}
#nav-notification-popover-container{display:none;}
.activityicon{display:none;}
/* Footer */
footer {
background-color: #00275a !important;
padding-top: 40px;
padding-bottom: 40px;
}
.footer__logo {
border-bottom-color: rgb(255, 255, 255);
border-bottom-left-radius: 100%;
border-bottom-right-radius: 100%;
border-bottom-style: solid;
border-bottom-width: 3px;
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-width: 1;
border-left-color: rgb(255, 255, 255);
border-left-style: solid;
border-left-width: 3px;
border-right-color: rgb(255, 255, 255);
border-right-style: solid;
border-right-width: 3px;
border-top-color: rgb(255, 255, 255);
border-top-left-radius: 100%;
border-top-right-radius: 100%;
border-top-style: solid;
border-top-width: 3px;
box-sizing: border-box;
color: rgb(255, 255, 255);
display: block;
flex-shrink: 0;
width: 7.5rem;
height: 7.5rem;
}
/* Hide search box for guests */
.notloggedin .search-box { display: none; }