nthu-ee / web-rpage

電機系 主要系網頁
https://web.ee.nthu.edu.tw
0 stars 0 forks source link

模組標題的底色應使用紫色 #2

Closed jfcherng closed 5 years ago

jfcherng commented 5 years ago

image

jfcherng commented 5 years ago

Done.

自訂模組外觀 - 紫色標題欄

<style>
.usermodoutter .usermod .mt {
  display: block;
}

.usermod.mt-purple .mt > * {
  background: #6f1b6c;
  box-shadow: 0px 6px 0px 0px #ead3e4;
}

/* 頁籤模組 不顯示子模組的標題 */
.tab-content .usermodoutter .usermod .mt {
  display: none;
}
</style>
<div class="usermod mt-purple">
  ===MODULE===
</div>