Current version

This commit is contained in:
Kumi 2022-08-20 06:12:21 +00:00
parent c538e501d5
commit 4ddb8fa6d2
Signed by: kumi
GPG key ID: ECBCC9082395383F
3 changed files with 40 additions and 8 deletions

View file

@ -18,4 +18,4 @@ 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;}
h3.no {font-size:.8em !important;}

View file

@ -7,4 +7,4 @@ input,button,select,textarea{font-family:PT Sans,sans-serif!important}
.headermenu .usermendrop a{font-family:PT Sans,sans-serif!important}
.usermenu2.nav a.dropdown-toggle{font-family:PT Sans,sans-serif;font-size:14px;color:#fff}
.form-label label{font-family:PT Sans,sans-serif!important}
.moodle-dialogue-base .moodle-dialogue-wrap .moodle-dialogue-hd,.moodle-dialogue-base .moodle-dialogue-wrap .moodle-dialogue-hd.yui3-widget-hd{font-family:PT Sans,sans-serif!important}
.moodle-dialogue-base .moodle-dialogue-wrap .moodle-dialogue-hd,.moodle-dialogue-base .moodle-dialogue-wrap .moodle-dialogue-hd.yui3-widget-hd{font-family:PT Sans,sans-serif!important}

View file

@ -2,13 +2,15 @@
@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 */
footer {
background-color: #00275a !important;
padding-top: 40px;
@ -42,7 +44,37 @@ 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; }
/* Hide search box for guests */
#ticker-announce{
background-color: #ef5350 !important;
}
.notloggedin .search-box { display: none; }
.loginnotification {
color: red;
}
.forgetpass {
display: none;
}
.coursemenubtn {
display: none;
}
#adaptable-page-header-wrapper {
background-position: center;
}