diff --git a/themes/kkux/lms/static/custom_css/lms-common.css b/themes/kkux/lms/static/custom_css/lms-common.css index a6b70e98f9ca..0f9f0df4cf76 100644 --- a/themes/kkux/lms/static/custom_css/lms-common.css +++ b/themes/kkux/lms/static/custom_css/lms-common.css @@ -21,6 +21,8 @@ } body{font-family: 'Levenim MT'} +body, h1, h2, h3, h4, h5, h6, p, label {font-family: 'Levenim MT'} +html, button, input, select, textarea {font-family: 'Levenim MT';} img{max-width:100%;} a{transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s;} a:focus, a:hover{text-decoratiright-topon:none;outline:none; } @@ -247,7 +249,7 @@ body.view-in-course .content-wrapper{padding-bottom: 25px;} /*common style end*/ /*header css start*/ -#header, #footer{font-family: 'Levenim MT' !important} +#header, #footer{font-family: 'Levenim MT'} #header *, #header *:before, #header *:after, #footer *, #footer *:before, #footer *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;} #header .navbar-default {background-color: #fff;border-color: #94d3dd;border-bottom: 2px solid #94d3dd;} #header .navbar:before, #header .navbar:after, .custom-container:before, .custom-container:after, @@ -318,17 +320,17 @@ body.view-in-course .content-wrapper{padding-bottom: 25px;} #footer{background:#545454;padding:30px 0 40px; overflow: hidden;} #footer .fot-col{width:18%;float: left;} #footer .fot-col.big{ width: 23%;} -#footer h4{color: #fff; font-size: 24px;line-height:25px;margin-bottom:35px; margin-top:30px; text-transform: uppercase; font-family: inherit; } +#footer h4{color: #fff; font-size: 24px;line-height:25px;margin-bottom:20px; margin-top:15px; text-transform: uppercase; font-family: inherit; } #footer ul{list-style:none;padding: 0; margin: 0;} #footer ul li{float: left;width: 100%;line-height:32px;} -#footer ul li a{color: #fff; font-size: 21px; text-decoration:none;} +#footer ul li a{color: #fff; font-size: 1em; text-decoration:none;} #footer ul li a:hover{color:#93b045;} #footer .fot-col.last{ width: 23%;} #footer .fot-logo{width:100%; display: inline-block;} #footer .fot-col img{max-width: 100%;margin-bottom: 30px;} #footer .followers{width:100%; display: inline-block; margin-top:40px; } #footer .copyright{width: 100%;overflow: hidden;padding: 40px 0 0; text-align: center;} -#footer .copyright p{margin:0;font-size: 18px;line-height: 24px;color: #fff; } +#footer .copyright p{margin:0;font-size: 18px;line-height: 24px;color: #fff; text-align: center;} /*footer css end*/ diff --git a/themes/kkux/lms/static/custom_css/lms-custom-rtl.css b/themes/kkux/lms/static/custom_css/lms-custom-rtl.css index 51d6ff103863..affa7d51baca 100644 --- a/themes/kkux/lms/static/custom_css/lms-custom-rtl.css +++ b/themes/kkux/lms/static/custom_css/lms-custom-rtl.css @@ -1,8 +1,29 @@ +@font-face { + font-family: 'GE-SS-Two-Light'; + src: url('../fonts/GE-SS-Two-Light.eot'); + src: url('../fonts/GE-SS-Two-Light.eot?#iefix') format('embedded-opentype'), + url('../fonts/GE-SS-Two-Light.woff') format('woff'), + url('../fonts/GE-SS-Two-Light.ttf') format('truetype'), + url('../fonts/GE-SS-Two-Light.svg#GE-SS-Two-Light') format('svg'); + font-weight: normal; + font-style: normal; +} +@font-face { + font-family: 'GE-SS-Two-Medium'; + src: url('../fonts/GE-SS-Two-Medium.eot'); + src: url('../fonts/GE-SS-Two-Medium.eot?#iefix') format('embedded-opentype'), + url('../fonts/GE-SS-Two-Medium.woff') format('woff'), + url('../fonts/GE-SS-Two-Medium.ttf') format('truetype'), + url('../fonts/GE-SS-Two-Medium.svg#GE-SS-Two-Light') format('svg'); + font-weight: normal; + font-style: normal; +} -body {margin: 0px; font-family: 'Levenim MT';} -body, h1, h2, h3, h4, h5, h6, p, label {text-align: initial;} +body {margin: 0px; font-family: 'GE-SS-Two-Light';} +body, h1, h2, h3, h4, h5, h6, p, label {text-align: initial; font-family: 'GE-SS-Two-Light';} +html, button, input, select, textarea {font-family: 'GE-SS-Two-Light';} /*.container{padding:0;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}*/ -#header, #footer{font-family: 'Levenim MT'} +#header, #footer{font-family: 'GE-SS-Two-Light'} #header .vision {float: left; padding-right: 36px; padding-left: 0px; } #header ul.right-top {float: left; margin: 0 40px 0 0; } #header ul.right-top li {float: right; } @@ -29,6 +50,8 @@ body, h1, h2, h3, h4, h5, h6, p, label {text-align: initial;} .upcoming-skills label i {margin-left: 10px; margin-right: 0px; } #footer .copyright p, .welcom p, .welcom-block p{text-align: center;} +.course-info .details{font:normal 1em/1.6em 'GE-SS-Two-Light';} +.course-info .details h2, .home>header .title>.heading-group p, section.outside-app h1{font:normal 1.2em/1.2em 'GE-SS-Two-Light';} .courses-container .courses .course .course-info .course-date span{float: left;} .featured-block a{text-decoration: none;} .featured-block a:hover{text-decoration: underline;} @@ -37,7 +60,8 @@ body, h1, h2, h3, h4, h5, h6, p, label {text-align: initial;} .course-about-ar{display: block;} /*static content css*/ -.static-content h1 {text-align: right;} +.static-content h1 {text-align: right; font-family: 'GE-SS-Two-Light';} +body, .instructor-dashboard-content-2 .instructor-nav .nav-item .btn-link{font-family: 'GE-SS-Two-Light'} @media (max-width: 991px) { #header .navbar-nav > li a {font-size: 16px; padding: 10px;} diff --git a/themes/kkux/lms/static/fonts/CreativeCommons/cc.eot b/themes/kkux/lms/static/fonts/CreativeCommons/cc.eot new file mode 100755 index 000000000000..3c652cc929a8 Binary files /dev/null and b/themes/kkux/lms/static/fonts/CreativeCommons/cc.eot differ diff --git a/themes/kkux/lms/static/fonts/CreativeCommons/cc.svg b/themes/kkux/lms/static/fonts/CreativeCommons/cc.svg new file mode 100755 index 000000000000..5539ab8b0fd3 --- /dev/null +++ b/themes/kkux/lms/static/fonts/CreativeCommons/cc.svg @@ -0,0 +1,22 @@ + + + +Copyright (C) 2014 by original authors @ fontello.com + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/themes/kkux/lms/static/fonts/CreativeCommons/cc.ttf b/themes/kkux/lms/static/fonts/CreativeCommons/cc.ttf new file mode 100755 index 000000000000..3bde4e7c9256 Binary files /dev/null and b/themes/kkux/lms/static/fonts/CreativeCommons/cc.ttf differ diff --git a/themes/kkux/lms/static/fonts/CreativeCommons/cc.woff b/themes/kkux/lms/static/fonts/CreativeCommons/cc.woff new file mode 100755 index 000000000000..bc6dd7a828e6 Binary files /dev/null and b/themes/kkux/lms/static/fonts/CreativeCommons/cc.woff differ diff --git a/themes/kkux/lms/static/fonts/GE-SS-Two-Light.eot b/themes/kkux/lms/static/fonts/GE-SS-Two-Light.eot new file mode 100755 index 000000000000..135c2ba98bff Binary files /dev/null and b/themes/kkux/lms/static/fonts/GE-SS-Two-Light.eot differ diff --git a/themes/kkux/lms/static/fonts/GE-SS-Two-Light.svg b/themes/kkux/lms/static/fonts/GE-SS-Two-Light.svg new file mode 100755 index 000000000000..60ea874e0f21 Binary files /dev/null and b/themes/kkux/lms/static/fonts/GE-SS-Two-Light.svg differ diff --git a/themes/kkux/lms/static/fonts/GE-SS-Two-Light.ttf b/themes/kkux/lms/static/fonts/GE-SS-Two-Light.ttf new file mode 100755 index 000000000000..d8fb08e0422d Binary files /dev/null and b/themes/kkux/lms/static/fonts/GE-SS-Two-Light.ttf differ diff --git a/themes/kkux/lms/static/fonts/GE-SS-Two-Light.woff b/themes/kkux/lms/static/fonts/GE-SS-Two-Light.woff new file mode 100755 index 000000000000..e866eaa8c4a2 Binary files /dev/null and b/themes/kkux/lms/static/fonts/GE-SS-Two-Light.woff differ diff --git a/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.eot b/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.eot new file mode 100755 index 000000000000..832f98475b96 Binary files /dev/null and b/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.eot differ diff --git a/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.otf b/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.otf new file mode 100755 index 000000000000..ff4a1bfacf3d Binary files /dev/null and b/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.otf differ diff --git a/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.svg b/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.svg new file mode 100755 index 000000000000..ff4a1bfacf3d Binary files /dev/null and b/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.svg differ diff --git a/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.ttf b/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.ttf new file mode 100755 index 000000000000..cae208bda4f6 Binary files /dev/null and b/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.ttf differ diff --git a/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.woff b/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.woff new file mode 100755 index 000000000000..2c6b8b20f3c2 Binary files /dev/null and b/themes/kkux/lms/static/fonts/GE-SS-Two-Medium.woff differ diff --git a/themes/kkux/lms/static/fonts/LevenimMT-Bold.eot b/themes/kkux/lms/static/fonts/LevenimMT-Bold.eot new file mode 100755 index 000000000000..7092233ea3f2 Binary files /dev/null and b/themes/kkux/lms/static/fonts/LevenimMT-Bold.eot differ diff --git a/themes/kkux/lms/static/fonts/LevenimMT-Bold.svg b/themes/kkux/lms/static/fonts/LevenimMT-Bold.svg new file mode 100755 index 000000000000..bca1e60ca1a0 --- /dev/null +++ b/themes/kkux/lms/static/fonts/LevenimMT-Bold.svg @@ -0,0 +1,633 @@ + + + + +Created by FontForge 20161013 at Tue Oct 3 01:16:23 2006 + By ,,, +Portions (C) 1990 Compugraphic Corporation. Typeface Portions (C) The Monotype Corporation plc. Data Portions (C) The Monotype Corporation All Rights Reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/kkux/lms/static/fonts/LevenimMT-Bold.ttf b/themes/kkux/lms/static/fonts/LevenimMT-Bold.ttf new file mode 100755 index 000000000000..28b1d860b6a3 Binary files /dev/null and b/themes/kkux/lms/static/fonts/LevenimMT-Bold.ttf differ diff --git a/themes/kkux/lms/static/fonts/LevenimMT-Bold.woff b/themes/kkux/lms/static/fonts/LevenimMT-Bold.woff new file mode 100755 index 000000000000..650ab8e7bd7d Binary files /dev/null and b/themes/kkux/lms/static/fonts/LevenimMT-Bold.woff differ diff --git a/themes/kkux/lms/static/fonts/LevenimMT-Bold.woff2 b/themes/kkux/lms/static/fonts/LevenimMT-Bold.woff2 new file mode 100755 index 000000000000..6225aef646f7 Binary files /dev/null and b/themes/kkux/lms/static/fonts/LevenimMT-Bold.woff2 differ diff --git a/themes/kkux/lms/static/fonts/LevenimMT.eot b/themes/kkux/lms/static/fonts/LevenimMT.eot old mode 100644 new mode 100755 index a5e9d69031bb..69f6f76a11e7 Binary files a/themes/kkux/lms/static/fonts/LevenimMT.eot and b/themes/kkux/lms/static/fonts/LevenimMT.eot differ diff --git a/themes/kkux/lms/static/fonts/LevenimMT.svg b/themes/kkux/lms/static/fonts/LevenimMT.svg old mode 100644 new mode 100755 index 691c046883f4..dd3a98d00c21 --- a/themes/kkux/lms/static/fonts/LevenimMT.svg +++ b/themes/kkux/lms/static/fonts/LevenimMT.svg @@ -2,9 +2,9 @@ -Created by FontForge 20170731 at Wed Jan 13 18:53:31 1999 - By Aleksey,,, -Typeface Portions (c) The Monotype Corporation plc. Data Portions (c) The Monotype Corporation plc/Type Solutions Inc. 1990-1992. Portions (c) 1991-1993 Kivun Computers Ltd. (c) 1992 Type Solutions, Inc. +Created by FontForge 20161013 at Tue Oct 3 01:13:08 2006 + By ,,, +Typeface Portions (c) The Monotype Corporation plc. Data Portions (c) The Monotype Corporation Portions (c) 1991-1993 Kivun Computers Ltd. @@ -13,7 +13,7 @@ Typeface Portions (c) The Monotype Corporation plc. Data Portions (c) The Monoty font-weight="400" font-stretch="normal" units-per-em="2048" - panose-1="0 0 0 0 0 0 0 0 0 0" + panose-1="2 1 5 2 6 1 1 1 1 1" ascent="1638" descent="-410" x-height="1088" @@ -342,47 +342,47 @@ d="M669 1079q0 -35 -24.5 -59.5t-59.5 -24.5t-60 24.5t-25 59.5t25 59.5t60 24.5t59. - - - - - - - - - - - - - - + - - @@ -427,6 +427,8 @@ q72 0 72 -88v-179q153 280 380 280q160 0 253 -113q88 -105 88 -268v-891z" /> + d="M719 0h-176v827h-144v-221l-336 312l336 311v-225h320v-1004z" /> - @@ -510,19 +512,6 @@ d="M440 545l-222 -545h-148l223 545l-223 543h148z" /> d="M1711 0h-1075v798h150v-645h775v1054h150v-1207zM1239 412h-150v645h-772v-1057h-151v1207h1073v-795z" /> - - - - @@ -549,7 +538,7 @@ q33 0 62 -49l401 -673q127 49 184 111q67 75 67 200v180q0 39 -11.5 49t-52.5 10h-97 v-67z" /> +q33 0 62 -49l401 -673q127 49 184 111q67 75 67 200v180q0 39 -11.5 49t-52.5 10h-97q-41 0 -41 32v69q0 34 31 34h254q26 0 45 -19t19 -45v-359zM592 340q0 -38 -26.5 -64.5t-64.5 -26.5t-64.5 26.5t-26.5 64.5t26.5 64.5t64.5 26.5t64.5 -26.5t26.5 -64.5z" /> @@ -624,10 +613,23 @@ v-35zM713 1564q0 -14 -13 -14h-403q-13 0 -13 14v68q0 16 14 16h398q17 0 17 -17v-67 d="M1011 682q0 -469 -213 -613q-102 -69 -260 -69h-449q-64 0 -64 70q0 65 58 65h409q227 0 313 177q61 124 61 382q0 256 -62 381q-87 176 -314 176h-350q-40 0 -52 14t-12 55q0 58 46 67l102 -1h286q292 0 411 -218q90 -165 90 -486zM713 1564q0 -14 -13 -14h-403 q-13 0 -13 14v68q0 16 14 16h398q17 0 17 -17v-67z" /> +d="M1127 162q0 -162 -147 -162h-744q-37 0 -47 15q-9 11 -9 51t11 54.5t49 14.5l642 -1q62 0 81 24q17 21 17 86v875q0 88 -25 110t-116 22h-376q-84 0 -104 -11q-32 -17 -32 -89v-387q0 -52 18 -67.5t71 -15.5h263q33 0 41 -4q14 -7 14 -34v-59q0 -27 -18 -34q-9 -4 -43 -4 +h-291q-109 0 -151 31q-50 36 -50 139v461q0 163 85 192q45 16 197 16l376 1q169 0 218 -31q70 -43 70 -195v-998zM858 1564q0 -14 -13 -14h-403q-13 0 -13 14v68q0 16 14 16h398q17 0 17 -17v-67z" /> + + + + diff --git a/themes/kkux/lms/static/fonts/LevenimMT.ttf b/themes/kkux/lms/static/fonts/LevenimMT.ttf old mode 100644 new mode 100755 index 9bcb30c42cd8..f0e1fe13af60 Binary files a/themes/kkux/lms/static/fonts/LevenimMT.ttf and b/themes/kkux/lms/static/fonts/LevenimMT.ttf differ diff --git a/themes/kkux/lms/static/fonts/LevenimMT.woff b/themes/kkux/lms/static/fonts/LevenimMT.woff old mode 100644 new mode 100755 index 2489a25a6075..0bb54dde455f Binary files a/themes/kkux/lms/static/fonts/LevenimMT.woff and b/themes/kkux/lms/static/fonts/LevenimMT.woff differ diff --git a/themes/kkux/lms/static/fonts/LevenimMT.woff2 b/themes/kkux/lms/static/fonts/LevenimMT.woff2 old mode 100644 new mode 100755 index 2a1bc3a0ee2a..9678d0e28ae0 Binary files a/themes/kkux/lms/static/fonts/LevenimMT.woff2 and b/themes/kkux/lms/static/fonts/LevenimMT.woff2 differ diff --git a/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.eot b/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.eot new file mode 100755 index 000000000000..47f9abc0fdac Binary files /dev/null and b/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.eot differ diff --git a/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.svg b/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.svg new file mode 100755 index 000000000000..0b6cac949509 --- /dev/null +++ b/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.svg @@ -0,0 +1,5671 @@ + + + + +Created by FontForge 20161013 at Wed Mar 8 17:38:15 2006 + By ,,, +Copyright (c) 2001 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This font software may not be reproduced, modified, disclosed or transferred without the express written approval of Linotype GmbH. Yakout is a trademark of Heidelberger Druckmaschinen AG, exclusively licensed through Linotype GmbH, and may be registered in certain jurisdictions. This typeface is original artwork of Linotype Design Studio. The design may be protected in certain jurisdictions. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.ttf b/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.ttf new file mode 100755 index 000000000000..9011e95526a7 Binary files /dev/null and b/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.ttf differ diff --git a/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.woff b/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.woff new file mode 100755 index 000000000000..ff35b9235d08 Binary files /dev/null and b/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.woff differ diff --git a/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.woff2 b/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.woff2 new file mode 100755 index 000000000000..8dcaa4f44b3e Binary files /dev/null and b/themes/kkux/lms/static/fonts/YakoutLinotypeLight-Bold.woff2 differ diff --git a/themes/kkux/lms/static/sass/_overrides-rtl.scss b/themes/kkux/lms/static/sass/_overrides-rtl.scss new file mode 100644 index 000000000000..42e1bbc5ccfc --- /dev/null +++ b/themes/kkux/lms/static/sass/_overrides-rtl.scss @@ -0,0 +1,3 @@ + +$sans-serif: 'GE-SS-Two-Light'; +$f-sans-serif: $sans-serif; \ No newline at end of file diff --git a/themes/kkux/lms/static/sass/_overrides.scss b/themes/kkux/lms/static/sass/_overrides.scss new file mode 100644 index 000000000000..f7b99e4cb036 --- /dev/null +++ b/themes/kkux/lms/static/sass/_overrides.scss @@ -0,0 +1,3 @@ + +$sans-serif: 'Levenim MT'; +$f-sans-serif: $sans-serif; \ No newline at end of file diff --git a/themes/kkux/lms/static/sass/base/_font_face.scss b/themes/kkux/lms/static/sass/base/_font_face.scss index 195c89b4f59d..456559712a72 100644 --- a/themes/kkux/lms/static/sass/base/_font_face.scss +++ b/themes/kkux/lms/static/sass/base/_font_face.scss @@ -10,4 +10,15 @@ url('#{$static-path}/fonts/LevenimMT.svg#LevenimMT') format('svg'); font-weight: normal; font-style: normal; -} \ No newline at end of file +} + +@font-face { + font-family: 'GE-SS-Two-Light'; + src: url('#{$static-path}/fonts/GE-SS-Two-Light.eot'); + src: url('#{$static-path}/fonts/GE-SS-Two-Light.eot?#iefix') format('embedded-opentype'), + url('#{$static-path}/fonts/GE-SS-Two-Light.woff') format('woff'), + url('#{$static-path}/fonts/GE-SS-Two-Light.ttf') format('truetype'), + url('#{$static-path}/fonts/GE-SS-Two-Light.svg#GE-SS-Two-Light') format('svg'); + font-weight: normal; + font-style: normal; +} diff --git a/themes/kkux/lms/static/sass/discussion/_custom-rtl.scss b/themes/kkux/lms/static/sass/discussion/_custom-rtl.scss new file mode 100644 index 000000000000..f4275eb3fcb0 --- /dev/null +++ b/themes/kkux/lms/static/sass/discussion/_custom-rtl.scss @@ -0,0 +1,57 @@ +$theme-primary : #93b045; +$theme-primary-t1 : #93d3de; + +body, .has-breadcrumbs .breadcrumbs .all-topics, .field-group{ + font-family: 'GE-SS-Two-Light'; +} +.discussion, .discussion-module { + .btn { + color: $theme-primary; + border-color: $theme-primary; + &:hover, + &:focus, + &:active { + background-color: $theme-primary-t1; + border-color: $theme-primary-t1; + color: #fff; + } + } + .btn-brand { + background-color: $theme-primary; + border-color: $theme-primary; + &:hover, + &:focus, + &:active { + background-color: $theme-primary-t1; + border-color: $theme-primary-t1; + } + } + .post-label.post-label-following { + color: $theme-primary; + } + .field-label .field-input:checked+.field-input-label { + color: $theme-primary; + } +} +.discussion-article .posted-details .username, .has-breadcrumbs .breadcrumbs .all-topics { + color: $theme-primary; +} +.tabs .tab a{ + &:active, + &:visited, + &:focus { + color: $theme-primary !important; + border-bottom-color: $theme-primary !important; + } +} +.forum-new-post-form .post-type-input:checked+.post-type-label, .edit-post-form .post-type-input:checked+.post-type-label{ + background-color: $theme-primary; + border-color: $theme-primary; +} +.forum-new-post-form .post-field .field-label .field-input .topic-title{ + &:active, + &:visited, + &:focus { + background-color: $theme-primary !important; + } +} diff --git a/themes/kkux/lms/static/sass/discussion/inline-discussion-rtl.scss b/themes/kkux/lms/static/sass/discussion/inline-discussion-rtl.scss new file mode 100644 index 000000000000..1e826d3719a5 --- /dev/null +++ b/themes/kkux/lms/static/sass/discussion/inline-discussion-rtl.scss @@ -0,0 +1,6 @@ +// Import the original styles from edx-platform. +@import 'lms/static/sass/discussion/inline-discussion-rtl'; + +// Custom Scss for colors cannot be overriden. +@import 'custom-rtl'; + diff --git a/themes/kkux/lms/static/sass/discussion/lms-discussion-main-rtl.scss b/themes/kkux/lms/static/sass/discussion/lms-discussion-main-rtl.scss index 4b9fd6698165..4486d20f04f9 100644 --- a/themes/kkux/lms/static/sass/discussion/lms-discussion-main-rtl.scss +++ b/themes/kkux/lms/static/sass/discussion/lms-discussion-main-rtl.scss @@ -2,4 +2,4 @@ @import 'lms/static/sass/discussion/lms-discussion-main-rtl'; // Custom Scss for colors cannot be overriden. -@import 'custom'; +@import 'custom-rtl'; diff --git a/themes/kkux/lms/static/sass/lms-course-rtl.scss b/themes/kkux/lms/static/sass/lms-course-rtl.scss new file mode 100644 index 000000000000..426e5278e238 --- /dev/null +++ b/themes/kkux/lms/static/sass/lms-course-rtl.scss @@ -0,0 +1,5 @@ +// Import our theme overrides +@import 'overrides-rtl'; + +// Import the core Sass file +@import 'lms/static/sass/lms-course-rtl'; \ No newline at end of file diff --git a/themes/kkux/lms/static/sass/lms-course.scss b/themes/kkux/lms/static/sass/lms-course.scss new file mode 100644 index 000000000000..383d884d46b8 --- /dev/null +++ b/themes/kkux/lms/static/sass/lms-course.scss @@ -0,0 +1,5 @@ +// Import our theme overrides +@import 'overrides'; + +// Import the core Sass file +@import 'lms/static/sass/lms-course'; \ No newline at end of file diff --git a/themes/kkux/lms/static/sass/lms-main-v1-rtl.scss b/themes/kkux/lms/static/sass/lms-main-v1-rtl.scss new file mode 100644 index 000000000000..32c26027329f --- /dev/null +++ b/themes/kkux/lms/static/sass/lms-main-v1-rtl.scss @@ -0,0 +1,5 @@ +// Import our theme overrides +@import 'overrides-rtl'; + +// Import the core Sass file +@import 'lms/static/sass/lms-main-v1-rtl'; \ No newline at end of file diff --git a/themes/kkux/lms/static/sass/lms-main-v1.scss b/themes/kkux/lms/static/sass/lms-main-v1.scss new file mode 100644 index 000000000000..adc837b78eaf --- /dev/null +++ b/themes/kkux/lms/static/sass/lms-main-v1.scss @@ -0,0 +1,5 @@ +// Import our theme overrides +@import 'overrides'; + +// Import the core Sass file +@import 'lms/static/sass/lms-main-v1'; \ No newline at end of file diff --git a/themes/kkux/lms/static/sass/partials/base/_variables.scss b/themes/kkux/lms/static/sass/partials/base/_variables.scss index 89d57d44657b..3f3eb81b5d9f 100644 --- a/themes/kkux/lms/static/sass/partials/base/_variables.scss +++ b/themes/kkux/lms/static/sass/partials/base/_variables.scss @@ -72,16 +72,16 @@ $courseware-border-bottom-color: #93b045; //--------------------------------------- // # FONTS //--------------------------------------- -@font-face { - font-family: 'Levenim MT'; - src: url('#{$static-path}/fonts/LevenimMT.eot'); - src: url('#{$static-path}/fonts/LevenimMT.eot?#iefix') format('embedded-opentype'), - url('#{$static-path}/fonts/LevenimMT.woff2') format('woff2'), - url('#{$static-path}/fonts/LevenimMT.woff') format('woff'), - url('#{$static-path}/fonts/LevenimMT.ttf') format('truetype'), - url('#{$static-path}/fonts/LevenimMT.svg#LevenimMT') format('svg'); - font-weight: normal; - font-style: normal; -} -$sans-serif: 'Levenim MT'; -$f-sans-serif: 'Levenim MT'; +// @font-face { +// font-family: 'Levenim MT'; +// src: url('#{$static-path}/fonts/LevenimMT.eot'); +// src: url('#{$static-path}/fonts/LevenimMT.eot?#iefix') format('embedded-opentype'), +// url('#{$static-path}/fonts/LevenimMT.woff2') format('woff2'), +// url('#{$static-path}/fonts/LevenimMT.woff') format('woff'), +// url('#{$static-path}/fonts/LevenimMT.ttf') format('truetype'), +// url('#{$static-path}/fonts/LevenimMT.svg#LevenimMT') format('svg'); +// font-weight: normal; +// font-style: normal; +// } +// $sans-serif: 'Levenim MT'; +// $f-sans-serif: 'Levenim MT'; diff --git a/themes/kkux/lms/templates/footer.html b/themes/kkux/lms/templates/footer.html index 8dbe5bd609f4..3719d29db0ab 100644 --- a/themes/kkux/lms/templates/footer.html +++ b/themes/kkux/lms/templates/footer.html @@ -54,20 +54,22 @@

${_('Contact')}