--- title: CSS Theme tags: theme description: Use `{%hackmd ryWWkX_It%}` syntax to include this theme. --- <style> .logo-migale{ height: 20px !important; } .markdown-body code, .markdown-body tt { padding: 0; padding-top: 0px; padding-bottom: 0px; padding-top: .2em; padding-bottom: .2em; margin: 0; font-size: 85%; background-color: rgb(225, 232, 244); border-radius: 3px; } mark{ color: #000; background: #8eadac !important; border-radius: 8%; color: white; } a { color:#fd8e4d; } img:not(.emoji, .logo, .ui-avatar){ border:2px solid #fff; background: url(img/tiger.png) no-repeat; box-shadow: 10px 10px 5px #ccc; -moz-box-shadow: 10px 10px 5px #ccc; -webkit-box-shadow: 10px 10px 5px #ccc; -khtml-box-shadow: 10px 10px 5px #ccc; margin-bottom: 25px; margin-top: 25px; } .markdown-body .highlight pre, .markdown-body pre { padding: 16px; overflow: auto; font-size: 85%; line-height: 1.45; background-color: #f0f4f2 !important; /*background-color:#eee !important;*/ border-radius: 3px; } .figtitle{ text-align:center; font-style:italic; } h1, h2, h3, h4{ color:#4b898d !important; } .metadata{ background-color:#eee; border:none; text-align:center; color:#333; } </style>