aboutsummaryrefslogtreecommitdiff
path: root/docs/_static/style.css
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-05-12 20:14:34 -0400
committerRapptz <[email protected]>2017-05-12 20:14:34 -0400
commitb44bba6ee6e29b38d1e579c602821582e155ec3b (patch)
tree355df44874b3e5f8ee4e825339cb57783e3677ca /docs/_static/style.css
parentRename abc.Callable to abc.Connectable. (diff)
downloaddiscord.py-b44bba6ee6e29b38d1e579c602821582e155ec3b.tar.xz
discord.py-b44bba6ee6e29b38d1e579c602821582e155ec3b.zip
First pass at documentation reform.
Diffstat (limited to 'docs/_static/style.css')
-rw-r--r--docs/_static/style.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css
new file mode 100644
index 00000000..12c1fd6d
--- /dev/null
+++ b/docs/_static/style.css
@@ -0,0 +1,40 @@
+body {
+ font-family: Georgia, 'Hiragino Mincho Pro', serif;
+ font-size: 16px;
+}
+
+pre, code {
+ font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
+ font-size: 0.9em;
+}
+
+code.descname, code.descclassname {
+ font-size: 0.95em;
+}
+
+code.descname {
+ background-color: transparent;
+ font-weight: bold;
+}
+
+pre, * pre {
+ padding: 7px 0 7px 30px !important;
+ margin: 15px 0 !important;
+ line-height: 1.3;
+}
+
+div.warning {
+ background-color: #ffe6cc;
+ border: 1px solid #ffd5aa;
+}
+
+/* don't link-ify the FAQ page */
+a.toc-backref {
+ text-decoration: none;
+ color: #3E4349;
+}
+
+code.xref {
+ background-color: #ecf0f3;
+ border-bottom: 1px dotted #222;
+}