From 228e84aa7e604c010ecc39bd54b62fefcca3b94e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 6 Apr 2018 10:44:02 +0200 Subject: Upgrade spectacle module --- support/doc/api/html/stylesheets/spectacle.css | 29 ++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'support/doc/api/html/stylesheets/spectacle.css') diff --git a/support/doc/api/html/stylesheets/spectacle.css b/support/doc/api/html/stylesheets/spectacle.css index a6c686288..1fc414e0b 100644 --- a/support/doc/api/html/stylesheets/spectacle.css +++ b/support/doc/api/html/stylesheets/spectacle.css @@ -1123,6 +1123,9 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic border-top: 1px solid #ddd; } #spectacle article .prop-row .prop-title { font-weight: bold; } + #spectacle article .prop-row .prop-subtitle { + font-weight: 400; + font-size: 80%; } #spectacle article .prop-row .prop-name { text-align: right; padding-right: 0.85rem !important; @@ -1178,6 +1181,26 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic word-spacing: normal; white-space: pre-wrap; word-break: normal; } + #spectacle article .doc-examples .swagger-response-headers { + background-color: transparent; + border: none; + border-top: 1px solid #000; + border-bottom: 1px solid #404040; + border-radius: 5px; + box-shadow: 0 0 200px rgba(0, 0, 0, 0.33) inset; + margin-bottom: 1.5rem; } + #spectacle article .doc-examples .swagger-response-headers thead { + color: #fefefe; + font-size: 1rem; + opacity: 0.8; + background-color: transparent; + border: none; } + #spectacle article .doc-examples .swagger-response-headers tbody { + border: none; + background-color: transparent; } + #spectacle article .doc-examples .swagger-response-headers tbody tr { + background-color: transparent; + border-top: 1px solid #404040; } #spectacle article .powered-by { font-size: 80%; color: #cacaca; } @@ -1197,6 +1220,12 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic right: 50%; } } #spectacle article .operation .operation-path { word-break: break-all; } + #spectacle article .security-definition-description { + margin-top: 1.5rem; + margin-bottom: .5rem; } + #spectacle article .security-definition-scope-description { + color: #8a8a8a; + margin-bottom: .5rem; } #spectacle article .definition .doc-examples h5 { margin-top: -1rem; } #spectacle article .definition .doc-copy > section { -- cgit v1.2.3