]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - docs/styles/website.css
First test on Simantics documentation using gitbook
[simantics/platform.git] / docs / styles / website.css
diff --git a/docs/styles/website.css b/docs/styles/website.css
new file mode 100644 (file)
index 0000000..d2daf4c
--- /dev/null
@@ -0,0 +1,32 @@
+.gitbook-link {\r
+    display: none !important;\r
+}\r
+\r
+.book .markdown-section code {\r
+    padding: 2px 4px;\r
+    font-size: 90%;\r
+    color: #c0341d;\r
+    background-color: #fcedea;\r
+    border-radius: 3px;\r
+}\r
+\r
+kbd {\r
+    display: inline-block;\r
+    padding: 3px 5px;\r
+    font-size: 85% !important;\r
+    line-height: 10px;\r
+    color: #555;\r
+    vertical-align: middle;\r
+    background-color: #fcfcfc;\r
+    border-width: 1px;\r
+    border-style: solid;\r
+    border-color: #ccc #ccc #bbb;\r
+    border-image: none;\r
+    border-radius: 3px;\r
+    box-shadow: 0 -1px 0 #bbb inset;\r
+}\r
+\r
+.book .markdown-section img + em {\r
+    display: block;\r
+    font-size: 90%;\r
+}
\ No newline at end of file