Formatting

This commit is contained in:
Kumi 2022-08-20 06:18:24 +00:00
parent 4ddb8fa6d2
commit 8bf778b8e2
Signed by: kumi
GPG key ID: ECBCC9082395383F
5 changed files with 243 additions and 138 deletions

View file

@ -7,6 +7,7 @@
src: url(fonts/arvo-italic-400-latin.woff2) format('woff2'); 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; 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 */ /* latin */
@font-face { @font-face {
font-family: 'Arvo'; font-family: 'Arvo';
@ -16,6 +17,7 @@
src: url(fonts/arvo-italic-700-latin.woff2) format('woff2'); 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; 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 */ /* latin */
@font-face { @font-face {
font-family: 'Arvo'; font-family: 'Arvo';
@ -25,6 +27,7 @@
src: url(fonts/arvo-400-latin.woff2) format('woff2'); 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; 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 */ /* latin */
@font-face { @font-face {
font-family: 'Arvo'; font-family: 'Arvo';
@ -34,4 +37,3 @@
src: url(fonts/arvo-700-latin.woff2) format('woff2'); 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; 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;
} }

View file

@ -13,9 +13,31 @@ span.h2 {
text-transform: uppercase; text-transform: uppercase;
} }
h1,h2,h3,h4,h5{font-family: Arvo !important;text-transform: uppercase !important;} h1,
h1{font-size:35px !important;} h2,
h2{font-size:30px !important;} h3,
h3{font-size:25px !important;} h4,
h4{font-size:22px !important;} h5 {
h3.no {font-size:.8em !important;} 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;
}

View file

@ -6,6 +6,7 @@
src: url(fonts/ptsans-italic-cyrillic-ext.woff2) format('woff2'); src: url(fonts/ptsans-italic-cyrillic-ext.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116, U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116, U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} }
/* latin */ /* latin */
@font-face { @font-face {
font-family: 'PT Sans'; font-family: 'PT Sans';
@ -14,6 +15,7 @@
src: url(fonts/ptsans-italic-latin.woff2) format('woff2'); src: url(fonts/ptsans-italic-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; 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;
} }
/* cyrillic-ext */ /* cyrillic-ext */
@font-face { @font-face {
font-family: 'PT Sans'; font-family: 'PT Sans';
@ -21,6 +23,7 @@
font-weight: 400; font-weight: 400;
src: url(fonts/ptsans-cyrillic-ext.woff2) format('woff2'); src: url(fonts/ptsans-cyrillic-ext.woff2) format('woff2');
} }
/* latin */ /* latin */
@font-face { @font-face {
font-family: 'PT Sans'; font-family: 'PT Sans';
@ -29,4 +32,3 @@
src: url(fonts/ptsans-latin.woff2) format('woff2'); src: url(fonts/ptsans-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; 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;
} }

View file

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

View file

@ -1,21 +1,60 @@
@import url(ptsans-rules.css); @import url(ptsans-rules.css);
@import url(arvo-rules.css); @import url(arvo-rules.css);
p{font-size: 16px;font-weight: 400; line-height: 26px; } p {
h1,h2,h3,h4,h5{font-family: Arvo;text-transform: uppercase !important;} font-size: 16px;
h1{font-size:35px !important;} font-weight: 400;
h2{font-size:30px !important;} line-height: 26px;
h3{font-size:25px !important;} }
h4{font-size:22px !important;}
h3.no {font-size:.8em !important;} h1,
#page-content,#page-coursetitle{margin-top:15px;} h2,
#nav-notification-popover-container{display:none;} h3,
.activityicon{display:none;} 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; background-color: #00275a !important;
padding-top: 40px; padding-top: 40px;
padding-bottom: 40px; padding-bottom: 40px;
} }
.footer__logo { .footer__logo {
border-bottom-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255);
border-bottom-left-radius: 100%; border-bottom-left-radius: 100%;
@ -44,6 +83,7 @@ flex-shrink: 0;
width: 7.5rem; width: 7.5rem;
height: 7.5rem; height: 7.5rem;
} }
span.h2 { span.h2 {
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
display: block; display: block;
@ -56,8 +96,14 @@ margin-top: 40px;
text-align: center; text-align: center;
text-transform: uppercase; text-transform: uppercase;
} }
.notloggedin .search-box { display: none; }
.jumpmenu { display: none; } .notloggedin .search-box {
display: none;
}
.jumpmenu {
display: none;
}
#ticker-announce { #ticker-announce {
background-color: #ef5350 !important; background-color: #ef5350 !important;