aboutsummaryrefslogtreecommitdiff
path: root/doc/_static/default.css
diff options
context:
space:
mode:
authorlbavoil <[email protected]>2016-03-25 13:01:54 +0100
committerlbavoil <[email protected]>2016-03-25 13:01:54 +0100
commit99174e4e5fb4b7079da80b35a6dfd68f3fd56a1c (patch)
treefbcd4260d6c953d569a887505336a1c3f202e10f /doc/_static/default.css
downloadhbaoplus-99174e4e5fb4b7079da80b35a6dfd68f3fd56a1c.tar.xz
hbaoplus-99174e4e5fb4b7079da80b35a6dfd68f3fd56a1c.zip
GFSDK_HBAO+_distro_r3.0_cl20573789
Diffstat (limited to 'doc/_static/default.css')
-rw-r--r--doc/_static/default.css55
1 files changed, 55 insertions, 0 deletions
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