<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  *{
    font-family: 'Roboto', 'Noto Sans TC', sans-serif !important;
  }
  span.material-symbols-outlined{
    font-family: 'Material Symbols Outlined' !important;
  }
  i.fas{
    font-family: 'Font Awesome 5 Free' !important;
  }
  body{
    overflow: hidden;
    position: absolute;
    height: 100% !important;
    width: 100%;
  }
  .wrapper .content-wrapper {
    min-height: calc(100vh - calc(3.5rem + 1px));
    overflow-y: scroll;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .wrapper{
    height:100% !important;
  }
  .content-wrapper{
    background-image: url('/images/logo-02.gif');
  }
  .sidebar {
    height: calc(100%) !important;
  }
  .content-wrapper, .main-footer,.main-header { 
    margin-left: 0 !important;
  }
  .badge{
    vertical-align: middle;
    text-indent: 0;
  }

  @media screen and (max-width: 767px){
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
      font-size: 0.7em;
    }
    .page-link {
      padding: 0.5rem 0.6rem;
    }
  }

  .user-block .description,
  .user-block .description a{
    color: #404040;
  }

  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

  .pageTitle h1 {
    text-align:center; font-size:3em; font-weight: 700; text-transform:uppercase; color:#222; letter-spacing:1px;
    /*background-image: linear-gradient(to right, #2a175d, #d10a9c);*/
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;

    background-image: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
  }
  .pageTitle h2 {
    font-weight: 600; 
    margin-top: 0.4em;
    font-size:1.2em;
    color:#8d21a1;
    word-spacing:2px; letter-spacing:1.2px;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto;
    grid-gap: 0 16px;
    align-items: center;
    text-align: center;
    /*
    border-bottom: 2px solid #972fcc;
    border-top: 2px solid #972fcc;
    */

    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;

    background-image: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
  }
  
  .pageTitle h2:before, .pageTitle h2:after {
    content: " ";
    display: block;
    border-bottom: 0;
    border-top: 0;
    height: 0.4em;
  }
  .pageTitle h2:before{
    /*background-image: linear-gradient(to left, #972fcc, #d558a7c9, #ffffff00);*/
    background-image: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
  }
  .pageTitle h2:after {
    /*background-image: linear-gradient(to right, #972fcc, #d558a7c9, #ffffff00);*/
    background-image: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
  }

  .material-symbols-outlined{
    vertical-align: middle;
  }
  /* Recommended icon sizes */
  span.material-symbols-outlined.size-20 {
    font-size: 20px;
    font-variation-settings: 'OPSZ' 20;
  }
  span.material-symbols-outlined.size-24 {
    font-size: 24px;
    font-variation-settings: 'OPSZ' 24;
  }
  span.material-symbols-outlined.size-40 {
    font-size: 40px;
    font-variation-settings: 'OPSZ' 40;
  }
  span.material-symbols-outlined.size-48 {
    font-size: 48px;
    font-variation-settings: 'OPSZ' 48;
  }

  /* Rules for using icons as black on a light background. */
  .material-symbols-outlined.dark {
    background: black;
    color: rgba(255, 255, 255, 1);
    font-variation-settings: 'GRAD' -25;
  }
  .material-symbols-outlined.dark-inactive {
    background: black;
    color: rgba(255, 255, 255, 0.3);
    font-variation-settings: 'GRAD' -25;
  }

  .gcolor-red{
    color: #EA4335;
  }
  .fontweight-500{
    font-weight: 500;
  }
  .fontweight-600{
    font-weight: 600;
  }
  .fontweight-700{
    font-weight: 700;
  }
  .fontweight-800{
    font-weight: 800;
  }

  .textindent-n08{
    text-indent: -0.8em;
    padding-left: 1.4em;
  }
  .textindent-n4{
    text-indent: -4em;
    padding-left: 4em;
  }
  .textindent-n7{
    text-indent: -7em;
    padding-left: 7em;
  }

  /*
  ul.material-unit{
    padding-left: 1em;
  }
  */
  ul.material-unit li{
    font-size: 1.1em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    /* line-height: 1.1em; */
    border-bottom: 1px solid #00000012;
  }
  ul.material-unit li:last-child{
    border-bottom: 0;
  }
  ul.material-unit li a{
    color: #404040;
    text-decoration: none;
    font-weight: 500;
  }
  ul.material-unit li a .badge{
    opacity: 0.7;
    transition: all 0.2s;
    font-weight: 400;
    font-size: 0.5em;
    padding: 3px 6px;

    -webkit-filter: grayscale(16%);
    -moz-filter: grayscale(16%);
    -ms-filter: grayscale(16%);
    -o-filter: grayscale(16%);
    filter: grayscale(16%);
  }
  ul.material-unit li a .badge:hover{
    opacity: 1;

    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  ul.material-unit li a:first-child .badge{
    margin-left: 1em;
  }
  ul.material-unit li a .badge.bg-orange{
    color: white !important;
  }

  .course-slides h5{
    color: #dc3545;
    font-weight: 700;
    margin-top: 1.2em;
  }
  .course-slides h5:first-child{
    margin-top: 0;
  }

  ul.material-unit li {
    /*list-style-type: none;*/
    list-style-image: url('../../images/file_gray.jpg');
  }
  ul.material-unit li::marker {
    margin-right: 5px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.6;
  }
  ul.material-unit.material-unit-lab li {
    list-style-image: none;
  }

  .box-course.h-100 {
    height: calc(100% - 20px) !important;
  }
  .small-box-footer{
    position: absolute !important;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .small-box-footer.hidden{
    position: relative !important;
    visibility: hidden;
  }

  .gradeTitle h3 {
    text-align: center;
    font-weight:700;
    letter-spacing:1px;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 28px 0;
    grid-gap: 0 20px;
    align-items: center;
    margin-bottom: 0.8em;
    color: #404040;
  }

  .gradeTitle.undergraduate h3 {
    color: #3c8dbc;
  }
  .gradeTitle.postgraduate h3 {
    color: #d81b60;
  }
    
  .gradeTitle h3:after,.gradeTitle h3:before {
    content: " ";
    display: block;
    border-bottom: 6px solid #404040;
    border-top: 6px solid #404040;
    height: 10px;
    background-color: #f8f8f8;
  }

  .gradeTitle.undergraduate h3:after,.gradeTitle.undergraduate h3:before {
    border-bottom: 6px solid #3c8dbc;
    border-top: 6px solid #3c8dbc;
  }
  .gradeTitle.postgraduate h3:after,.gradeTitle.postgraduate h3:before {
    border-bottom: 6px solid #d81b60;
    border-top: 6px solid #d81b60;
  }

  .small-box&gt;.inner {
    position: inherit;
    z-index: 1;
  }
  @media (max-width: 767.98px){
    .small-box .icon {
      display: block;
    }
  }</pre></body></html>