X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=docs%2Fstyles%2Fwebsite.css;fp=docs%2Fstyles%2Fwebsite.css;h=d2daf4c9dec1b13ce85a15cfd457dbae778dec18;hp=0000000000000000000000000000000000000000;hb=a9ec58f08ccc02e65b1cab6aedff25e0cf3c6444;hpb=5998374f7e179cfaf451c220216adc18c823047f diff --git a/docs/styles/website.css b/docs/styles/website.css new file mode 100644 index 000000000..d2daf4c9d --- /dev/null +++ b/docs/styles/website.css @@ -0,0 +1,32 @@ +.gitbook-link { + display: none !important; +} + +.book .markdown-section code { + padding: 2px 4px; + font-size: 90%; + color: #c0341d; + background-color: #fcedea; + border-radius: 3px; +} + +kbd { + display: inline-block; + padding: 3px 5px; + font-size: 85% !important; + line-height: 10px; + color: #555; + vertical-align: middle; + background-color: #fcfcfc; + border-width: 1px; + border-style: solid; + border-color: #ccc #ccc #bbb; + border-image: none; + border-radius: 3px; + box-shadow: 0 -1px 0 #bbb inset; +} + +.book .markdown-section img + em { + display: block; + font-size: 90%; +} \ No newline at end of file