summaryrefslogtreecommitdiffstats
path: root/dev-docs/style.css
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2018-08-03 11:17:48 +0200
committerpeterbell10 <peterbell10@live.co.uk>2018-08-03 11:17:48 +0200
commit6921a6d57ca240462a2a47a209cd40396a008b56 (patch)
treeedb0fefcf92d39ae437e1c006bd23e8e20a44c05 /dev-docs/style.css
parentFix use item doc error (#4279) (diff)
downloadcuberite-6921a6d57ca240462a2a47a209cd40396a008b56.tar
cuberite-6921a6d57ca240462a2a47a209cd40396a008b56.tar.gz
cuberite-6921a6d57ca240462a2a47a209cd40396a008b56.tar.bz2
cuberite-6921a6d57ca240462a2a47a209cd40396a008b56.tar.lz
cuberite-6921a6d57ca240462a2a47a209cd40396a008b56.tar.xz
cuberite-6921a6d57ca240462a2a47a209cd40396a008b56.tar.zst
cuberite-6921a6d57ca240462a2a47a209cd40396a008b56.zip
Diffstat (limited to 'dev-docs/style.css')
-rw-r--r--dev-docs/style.css49
1 files changed, 49 insertions, 0 deletions
diff --git a/dev-docs/style.css b/dev-docs/style.css
index 74419d8da..59a9d8a8f 100644
--- a/dev-docs/style.css
+++ b/dev-docs/style.css
@@ -10,3 +10,52 @@ td, th
border: 1px inset
}
+
+// Copied over from Server/Plugins/APIDump/main.css to make the pages look like the API docs:
+
+html
+{
+ background-color: #C0C0C0;
+}
+
+
+pre
+{
+ border: 1px solid #ccc;
+ background-color: #eee;
+ -moz-tab-size: 2;
+ -o-tab-size: 2;
+ -webkit-tab-size: 2;
+ -ms-tab-size: 2;
+ tab-size: 2;
+}
+
+body
+{
+ min-width: 400px;
+ max-width: 1200px;
+ width: 95%;
+ margin: 10px auto;
+ background-color: white;
+ border: 4px #FF8C00 solid;
+ border-radius: 20px;
+ font-family: Calibri, Trebuchet MS;
+}
+
+header
+{
+ text-align: center;
+ font-family: Segoe UI Light, Helvetica;
+}
+
+footer
+{
+ text-align: center;
+ font-family: Segoe UI Light, Helvetica;
+}
+
+#content, #timestamp
+{
+ padding: 0px 25px 25px 25px;
+}
+