Deployed version

This commit is contained in:
Kumi 2022-01-13 16:58:24 +01:00
parent b270c1dd1e
commit c538e501d5
15 changed files with 120 additions and 0 deletions

37
arvo-font.css Normal file
View file

@ -0,0 +1,37 @@
/* latin */
@font-face {
font-family: 'Arvo';
font-style: italic;
font-weight: 400;
font-display: swap;
src: url(fonts/arvo-italic-400-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
font-family: 'Arvo';
font-style: italic;
font-weight: 700;
font-display: swap;
src: url(fonts/arvo-italic-700-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
font-family: 'Arvo';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(fonts/arvo-400-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
font-family: 'Arvo';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(fonts/arvo-700-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

21
arvo-rules.css Normal file
View file

@ -0,0 +1,21 @@
/* Arvo */
span.h2 {
color: rgb(255, 255, 255);
display: block;
font-family: Arvo !important;
font-size: 36px;
font-weight: 400;
line-height: 46px;
margin-bottom: 80px;
margin-top: 40px;
text-align: center;
text-transform: uppercase;
}
h1,h2,h3,h4,h5{font-family: Arvo !important;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;}

2
fonts.css Normal file
View file

@ -0,0 +1,2 @@
@import url(ptsans-font.css);
@import url(arvo-font.css);

BIN
fonts/arvo-400-latin.woff2 Normal file

Binary file not shown.

BIN
fonts/arvo-700-latin.woff2 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
fonts/ptsans-latin.woff2 Normal file

Binary file not shown.

2
import.css vendored Normal file
View file

@ -0,0 +1,2 @@
@import url(fonts.css);
@import url(rules.css);

10
ptsans-rules.css Normal file
View file

@ -0,0 +1,10 @@
/* PT Sans */
html,body{font-family:PT Sans,sans-serif!important}
input,button,select,textarea{font-family:PT Sans,sans-serif!important}
.headingblock,.course_category_tree .category>.info>.categoryname{font-family:PT Sans,sans-serif!important}
#sitetitle,#sitetitle a,#sitetitle p{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}

48
rules.css Normal file
View file

@ -0,0 +1,48 @@
@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; }