moodle-local_sca-css/rules.css

81 lines
1.8 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; }
2022-08-20 06:12:21 +00:00
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;}
2022-01-13 15:58:24 +00:00
#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;
}
2022-08-20 06:12:21 +00:00
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;
}
2022-01-13 15:58:24 +00:00
2022-08-20 06:12:21 +00:00
.forgetpass {
display: none;
}
2022-01-13 15:58:24 +00:00
2022-08-20 06:12:21 +00:00
.coursemenubtn {
display: none;
}
#adaptable-page-header-wrapper {
background-position: center;
}