---
title: HackMD Note Theme
tags: Theme
---
<style type="text/css">
/****** 細螢光筆 ******/
.hl-down{
padding: 1px 1px;
white-space: pre-line;
border-radius: 5px;
background-color: transparent;
background: linear-gradient(transparent 40%, rgba(255,255,255,0) 50%, #d8ebb7 75%, #d8ebb7 85%, transparent 90%);
}
.hl-down.green {
background: linear-gradient(transparent 40%, rgba(255,255,255,0) 50%, #a3e046 75%, #a3e046 85%, transparent 90%);
}
.hl-down.yellow {
background: linear-gradient(transparent 40%, rgba(255,255,255,0) 50%, #f5deb3 75%, #f5deb3 85%, transparent 90%);
}
.hl-down.blue {
background: linear-gradient(transparent 40%, rgba(255,255,255,0) 50%, #afeeee 75%, #afeeee 85%, transparent 90%);
}
.hl-down.red {
background: linear-gradient(transparent 40%, rgba(255,255,255,0) 50%, #ffcccc 75%, #ffcccc 85%, transparent 90%);
}
/****** 一般螢光筆 ******/
.hl { background-color: #d8ebb7 }
.hl.yellow { background-color: #f5deb3 }
/****** Callblock ******/
.blk_grey{
background-color: #EFEFEF;
padding: 5px 3px 5px 3px;
}
/****** reference & quotation ******/
.pp_ref{
font-family: Time New Romance;
}
.qt_title{
color: #c3753f;
font-size: 130%;
font-weight: bold;
line-height: 130%;
}
/****** 圖片相關 ******/
/* 將圖片置中 & 圖片來源 */
.pic_center{
display : block;
margin-left : auto ;
margin-right: auto;
}
.pic_center.src{
text-align: center;
color: #bbbbbb;
}
/****** 文字加重 ******/
.strong-green{
color: #0B6E85;
font-weight: 900;
}
</style>
<!--
+ https://hackmd.io/theme-dark?both
+ https://hackmd.io/IpJEFpXkQg2yvdsY9IbTVg?both
+ https://hackmd.io/@naclyen/SJi_B-B_v
+ https://hackmd.io/zw52D-9pQ9i7vhCyR4qdLw?both
+ https://hackmd.io/@Markdown-It/BJxDGda9Q?type=view
+ https://about.gitlab.com/handbook/markdown-guide/
-->