From 99174e4e5fb4b7079da80b35a6dfd68f3fd56a1c Mon Sep 17 00:00:00 2001 From: lbavoil Date: Fri, 25 Mar 2016 13:01:54 +0100 Subject: GFSDK_HBAO+_distro_r3.0_cl20573789 --- doc/_static/default.css | 55 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 doc/_static/default.css (limited to 'doc/_static/default.css') diff --git a/doc/_static/default.css b/doc/_static/default.css new file mode 100644 index 0000000..fc141fb --- /dev/null +++ b/doc/_static/default.css @@ -0,0 +1,55 @@ +a.headerlink { + color: #ffffff; + font-size: 0.8em; + padding: 0 4px 0 4px; + text-decoration: none; +} + +a.headerlink:hover { + background-color: #ffffff; + color: #c60f0f; +} + +#sidebar_toc ul { + list-style-type: none; +} + +.toc_handle { + background : transparent + url(space.gif); + background-repeat : no-repeat; + background-position: center bottom; + display : block; + float : left; + width : 9px; + height : 15px; +} + +.toc_collapsed { + background : transparent + url(plus.gif); + background-repeat : no-repeat; + background-position: center bottom; + cursor : pointer; +} + +.toc_expanded { + background : transparent + url(minus.gif); + background-repeat : no-repeat; + background-position: center bottom; + cursor : pointer; +} + +body { + -webkit-animation-duration: 0.1s; + -webkit-animation-name: fontfix; + -webkit-animation-iteration-count: 1; + -webkit-animation-timing-function: linear; + -webkit-animation-delay: 0.5s; +} + +@-webkit-keyframes fontfix{ + from{ opacity: 1; } + to{ opacity: 1; } +} \ No newline at end of file -- cgit v1.2.3