From 685a4fac8a81ae475fb25697fd3478e3fc8ec5b0 Mon Sep 17 00:00:00 2001 From: yakamok <38737288+yakamok@users.noreply.github.com> Date: Sat, 17 Nov 2018 18:26:09 +0100 Subject: [PATCH] Create style.css --- static/style.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 static/style.css diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..f202512 --- /dev/null +++ b/static/style.css @@ -0,0 +1,28 @@ +/* style sheet for api pages */ +body, input, textarea { + font-family: sans-serif; + padding: 0; + margin: 0; + background-color: #F0F0F0; +}a { + text-decoration:none; + color:#800000; +}h2 { + font-size:18px; +}#title { + max-width:570px; + margin-bottom:40px; + line-height: 35px; + font-size: 25px; + font-weight: bold; + padding-top:20px; + padding-bottom:5px; + border-bottom:1px solid #c4c4c4; +}#wrapper { + font-size: 15px; + max-width: 570px; + margin: auto; +}.contribs { + font-size:13px; + margin-bottom:6px; +}