diff options
| author | Ray San <[email protected]> | 2017-02-06 18:48:56 +0100 |
|---|---|---|
| committer | Ray San <[email protected]> | 2017-02-06 18:48:56 +0100 |
| commit | 1f6eb1fc61d2cc0cca54a79c1516432f09c86313 (patch) | |
| tree | 9ddff0e6ddba65004557c3628a3d56dfaf47ea4b /docs/common/libs/fancybox/helpers/jquery.fancybox-thumbs.css | |
| parent | f2f05a734d4999ffdc19629c838f46914650bbd0 (diff) | |
| download | raylib-1f6eb1fc61d2cc0cca54a79c1516432f09c86313.tar.gz raylib-1f6eb1fc61d2cc0cca54a79c1516432f09c86313.zip | |
Moved raylib webpage to docs folder
raylib webpage has been completely reorganized and moved from gh-pages
(a pain to work with) to docs folder. Useless libs have been removed,
webs have been renamed, etc.
Now it would be easier (hopefully) to update webpage. :)
Diffstat (limited to 'docs/common/libs/fancybox/helpers/jquery.fancybox-thumbs.css')
| -rw-r--r-- | docs/common/libs/fancybox/helpers/jquery.fancybox-thumbs.css | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/docs/common/libs/fancybox/helpers/jquery.fancybox-thumbs.css b/docs/common/libs/fancybox/helpers/jquery.fancybox-thumbs.css new file mode 100644 index 00000000..63d29436 --- /dev/null +++ b/docs/common/libs/fancybox/helpers/jquery.fancybox-thumbs.css @@ -0,0 +1,55 @@ +#fancybox-thumbs { + position: fixed; + left: 0; + width: 100%; + overflow: hidden; + z-index: 8050; +} + +#fancybox-thumbs.bottom { + bottom: 2px; +} + +#fancybox-thumbs.top { + top: 2px; +} + +#fancybox-thumbs ul { + position: relative; + list-style: none; + margin: 0; + padding: 0; +} + +#fancybox-thumbs ul li { + float: left; + padding: 1px; + opacity: 0.5; +} + +#fancybox-thumbs ul li.active { + opacity: 0.75; + padding: 0; + border: 1px solid #fff; +} + +#fancybox-thumbs ul li:hover { + opacity: 1; +} + +#fancybox-thumbs ul li a { + display: block; + position: relative; + overflow: hidden; + border: 1px solid #222; + background: #111; + outline: none; +} + +#fancybox-thumbs ul li img { + display: block; + position: relative; + border: 0; + padding: 0; + max-width: none; +}
\ No newline at end of file |
