moodle-local_sca-css/rules.css
2022-08-24 12:10:27 +00:00

130 lines
1.9 KiB
CSS

@import url(ptsans-rules.css);
@import url(arvo-rules.css);
p {
font-size: 16px;
font-weight: 400;
line-height: 26px;
}
h1,
h2,
h3,
h4,
h5 {
font-family: Arvo;
text-transform: uppercase !important;
}
h1 {
font-size: 35px !important;
}
h2 {
font-size: 30px !important;
}
h3 {
font-size: 25px !important;
}
h4 {
font-size: 22px !important;
}
h3.no {
font-size: .8em !important;
}
#page-content,
#page-coursetitle {
margin-top: 15px;
}
#nav-notification-popover-container {
display: none;
}
.activityicon {
display: none;
}
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;
}
span.h2 {
color: rgb(255, 255, 255);
display: block;
font-family: Arvo;
font-size: 36px;
font-weight: 400;
line-height: 46px;
margin-bottom: 80px;
margin-top: 40px;
text-align: center;
text-transform: uppercase;
}
.notloggedin .search-box {
display: none;
}
.jumpmenu {
display: none;
}
#ticker-announce {
background-color: #ef5350 !important;
}
.loginnotification {
color: red;
}
.forgetpass {
display: none;
}
.coursemenubtn {
display: none;
}
#adaptable-page-header-wrapper {
background-position: center;
}
.h5p-actions {
display: none !important;
}