From dac97826f7d0c9b9135c1a08c4d5f16b61494bd1 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Wed, 26 Aug 2015 10:58:51 +0200 Subject: Renamed output directory to Server --- Server/Plugins/APIDump/main.css | 68 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 Server/Plugins/APIDump/main.css (limited to 'Server/Plugins/APIDump/main.css') diff --git a/Server/Plugins/APIDump/main.css b/Server/Plugins/APIDump/main.css new file mode 100644 index 000000000..e5685caab --- /dev/null +++ b/Server/Plugins/APIDump/main.css @@ -0,0 +1,68 @@ +html +{ + background-color: #C0C0C0; +} + +table +{ + background-color: #fff; + border-spacing: 0px; + border-collapse: collapse; + border-color: gray; +} + +tr +{ + display: table-row; + vertical-align: inherit; + border-color: inherit; +} + +td, th +{ + display: table-cell; + vertical-align: inherit; + padding: 3px; + border: 1px solid #ccc; +} + +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; +} + -- cgit v1.2.3