diff options
| author | Miles Macklin <[email protected]> | 2017-03-10 14:51:31 +1300 |
|---|---|---|
| committer | Miles Macklin <[email protected]> | 2017-03-10 14:51:31 +1300 |
| commit | ad3d90fafe5ee79964bdfe1f1e0704c3ffcdfd5f (patch) | |
| tree | 4cc6f3288363889d7342f7f8407c0251e6904819 /doc/_static/default.css | |
| download | flex-ad3d90fafe5ee79964bdfe1f1e0704c3ffcdfd5f.tar.xz flex-ad3d90fafe5ee79964bdfe1f1e0704c3ffcdfd5f.zip | |
Initial 1.1.0 binary release
Diffstat (limited to 'doc/_static/default.css')
| -rw-r--r-- | doc/_static/default.css | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/doc/_static/default.css b/doc/_static/default.css new file mode 100644 index 0000000..6cc008b --- /dev/null +++ b/doc/_static/default.css @@ -0,0 +1,68 @@ +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; + padding-left: 10px; +} + +.toc_handle { + background : transparent + url(space.gif); + background-repeat : no-repeat; + background-position: center bottom; + display : block; + float : left; + width : 14px; + height : 19px; +} + +.toc_collapsed { + background : transparent + url(expand.png); + background-repeat : no-repeat; + background-position: center bottom; + cursor : pointer; +} + +.toc_expanded { + background : transparent + url(collapse.png); + 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; } +} + +img.floatleft{ + float: left +} + +img.floatright{ + float:right +} + +img.floatcenter{ + float:center +}
\ No newline at end of file |