X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=plugins%2Fmarkdown%2Fmarkdown.css;h=3c1b2aeb2bd90a414addb9dde31c3f63b88a8a69;hb=01abde4f1490434435f19c15c833bd58f551901e;hp=6d666dcf35ce696d58ab518c07ce8d9ad9f24860;hpb=64282b1499a48b3924741fa1349b8800b98947e6;p=github%2Fshaarli%2FShaarli.git diff --git a/plugins/markdown/markdown.css b/plugins/markdown/markdown.css index 6d666dcf..3c1b2aeb 100644 --- a/plugins/markdown/markdown.css +++ b/plugins/markdown/markdown.css @@ -114,6 +114,35 @@ margin-bottom: 0; } +.markdown pre { + background-color: #eee; + padding: 4px 9px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + overflow: auto; + box-shadow: 0 -1px 0 #e5e5e5,0 0 1px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24); +} + +.markdown pre code { + color: black; + font-family: 'Consolas', 'Monaco', 'Andale Mono', monospace; + direction: ltr; + text-align: left; + white-space: pre; + word-spacing: normal; + word-break: normal; + line-height: 1.7; + font-size: 11.5px; + -moz-tab-size: 4; + -o-tab-size: 4; + tab-size: 4; + -webkit-hyphens: none; + -moz-hyphens: none; + -ms-hyphens: none; + hyphens: none; +} + .md_help { color: white; }