Compare commits
2 Commits
f8ee4df6d7
...
b1c521a063
Author | SHA1 | Date | |
---|---|---|---|
b1c521a063 | |||
2071ffee71 |
9
app.py
Normal file
@ -0,0 +1,9 @@
|
||||
from flask_frozen import Freezer
|
||||
from project import create_app
|
||||
|
||||
app = create_app()
|
||||
|
||||
freezer = Freezer(app)
|
||||
|
||||
if __name__ == '__main__':
|
||||
freezer.run(debug=True)
|
9
build.py
Normal file
@ -0,0 +1,9 @@
|
||||
from flask_frozen import Freezer
|
||||
from project import create_app
|
||||
|
||||
app = create_app()
|
||||
|
||||
freezer = Freezer(app)
|
||||
|
||||
if __name__ == '__main__':
|
||||
freezer.freeze()
|
413
poetry.lock
generated
Normal file
@ -0,0 +1,413 @@
|
||||
[[package]]
|
||||
name = "astroid"
|
||||
version = "2.11.6"
|
||||
description = "An abstract syntax tree for Python with inference support."
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.6.2"
|
||||
|
||||
[package.dependencies]
|
||||
lazy-object-proxy = ">=1.4.0"
|
||||
wrapt = ">=1.11,<2"
|
||||
|
||||
[[package]]
|
||||
name = "click"
|
||||
version = "8.1.3"
|
||||
description = "Composable command line interface toolkit"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[package.dependencies]
|
||||
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
||||
|
||||
[[package]]
|
||||
name = "colorama"
|
||||
version = "0.4.5"
|
||||
description = "Cross-platform colored terminal text."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
||||
|
||||
[[package]]
|
||||
name = "dill"
|
||||
version = "0.3.5.1"
|
||||
description = "serialize all of python"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*"
|
||||
|
||||
[package.extras]
|
||||
graph = ["objgraph (>=1.7.2)"]
|
||||
|
||||
[[package]]
|
||||
name = "flask"
|
||||
version = "2.1.2"
|
||||
description = "A simple framework for building complex web applications."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[package.dependencies]
|
||||
click = ">=8.0"
|
||||
itsdangerous = ">=2.0"
|
||||
Jinja2 = ">=3.0"
|
||||
Werkzeug = ">=2.0"
|
||||
|
||||
[package.extras]
|
||||
async = ["asgiref (>=3.2)"]
|
||||
dotenv = ["python-dotenv"]
|
||||
|
||||
[[package]]
|
||||
name = "frozen-flask"
|
||||
version = "0.18"
|
||||
description = "Freezes a Flask application into a set of static files."
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
|
||||
[package.dependencies]
|
||||
Flask = ">=1.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "isort"
|
||||
version = "5.10.1"
|
||||
description = "A Python utility / library to sort Python imports."
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.6.1,<4.0"
|
||||
|
||||
[package.extras]
|
||||
pipfile_deprecated_finder = ["pipreqs", "requirementslib"]
|
||||
requirements_deprecated_finder = ["pipreqs", "pip-api"]
|
||||
colors = ["colorama (>=0.4.3,<0.5.0)"]
|
||||
plugins = ["setuptools"]
|
||||
|
||||
[[package]]
|
||||
name = "itsdangerous"
|
||||
version = "2.1.2"
|
||||
description = "Safely pass data to untrusted environments and back."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[[package]]
|
||||
name = "jinja2"
|
||||
version = "3.1.2"
|
||||
description = "A very fast and expressive template engine."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[package.dependencies]
|
||||
MarkupSafe = ">=2.0"
|
||||
|
||||
[package.extras]
|
||||
i18n = ["Babel (>=2.7)"]
|
||||
|
||||
[[package]]
|
||||
name = "lazy-object-proxy"
|
||||
version = "1.7.1"
|
||||
description = "A fast and thorough lazy object proxy."
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
|
||||
[[package]]
|
||||
name = "markupsafe"
|
||||
version = "2.1.1"
|
||||
description = "Safely add untrusted strings to HTML/XML markup."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[[package]]
|
||||
name = "mccabe"
|
||||
version = "0.7.0"
|
||||
description = "McCabe checker, plugin for flake8"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
|
||||
[[package]]
|
||||
name = "platformdirs"
|
||||
version = "2.5.2"
|
||||
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[package.extras]
|
||||
docs = ["furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx-autodoc-typehints (>=1.12)", "sphinx (>=4)"]
|
||||
test = ["appdirs (==1.4.4)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)", "pytest (>=6)"]
|
||||
|
||||
[[package]]
|
||||
name = "pylint"
|
||||
version = "2.14.4"
|
||||
description = "python code static checker"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.7.2"
|
||||
|
||||
[package.dependencies]
|
||||
astroid = ">=2.11.6,<=2.12.0-dev0"
|
||||
colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""}
|
||||
dill = ">=0.2"
|
||||
isort = ">=4.2.5,<6"
|
||||
mccabe = ">=0.6,<0.8"
|
||||
platformdirs = ">=2.2.0"
|
||||
tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
|
||||
tomlkit = ">=0.10.1"
|
||||
|
||||
[package.extras]
|
||||
spelling = ["pyenchant (>=3.2,<4.0)"]
|
||||
testutils = ["gitpython (>3)"]
|
||||
|
||||
[[package]]
|
||||
name = "tomli"
|
||||
version = "2.0.1"
|
||||
description = "A lil' TOML parser"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[[package]]
|
||||
name = "tomlkit"
|
||||
version = "0.11.0"
|
||||
description = "Style preserving TOML library"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.6,<4.0"
|
||||
|
||||
[[package]]
|
||||
name = "werkzeug"
|
||||
version = "2.1.2"
|
||||
description = "The comprehensive WSGI web application library."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[package.extras]
|
||||
watchdog = ["watchdog"]
|
||||
|
||||
[[package]]
|
||||
name = "wrapt"
|
||||
version = "1.14.1"
|
||||
description = "Module for decorators, wrappers and monkey patching."
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
||||
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "4298e91bb554ce97ab93ddf866203f67f7c3080311d015f11625bacf08045607"
|
||||
|
||||
[metadata.files]
|
||||
astroid = [
|
||||
{file = "astroid-2.11.6-py3-none-any.whl", hash = "sha256:ba33a82a9a9c06a5ceed98180c5aab16e29c285b828d94696bf32d6015ea82a9"},
|
||||
{file = "astroid-2.11.6.tar.gz", hash = "sha256:4f933d0bf5e408b03a6feb5d23793740c27e07340605f236496cd6ce552043d6"},
|
||||
]
|
||||
click = [
|
||||
{file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"},
|
||||
{file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"},
|
||||
]
|
||||
colorama = [
|
||||
{file = "colorama-0.4.5-py2.py3-none-any.whl", hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da"},
|
||||
{file = "colorama-0.4.5.tar.gz", hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"},
|
||||
]
|
||||
dill = [
|
||||
{file = "dill-0.3.5.1-py2.py3-none-any.whl", hash = "sha256:33501d03270bbe410c72639b350e941882a8b0fd55357580fbc873fba0c59302"},
|
||||
{file = "dill-0.3.5.1.tar.gz", hash = "sha256:d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86"},
|
||||
]
|
||||
flask = [
|
||||
{file = "Flask-2.1.2-py3-none-any.whl", hash = "sha256:fad5b446feb0d6db6aec0c3184d16a8c1f6c3e464b511649c8918a9be100b4fe"},
|
||||
{file = "Flask-2.1.2.tar.gz", hash = "sha256:315ded2ddf8a6281567edb27393010fe3406188bafbfe65a3339d5787d89e477"},
|
||||
]
|
||||
frozen-flask = [
|
||||
{file = "Frozen-Flask-0.18.tar.gz", hash = "sha256:4113638baebb348e16b10b12cbd88bddc7309f24d94332a18ae6a56c8ac02d3d"},
|
||||
{file = "Frozen_Flask-0.18-py3-none-any.whl", hash = "sha256:6d892fd929f6676c3270b7d91d86a1fc03c9850dc21e3b02b3946381c48ab307"},
|
||||
]
|
||||
isort = [
|
||||
{file = "isort-5.10.1-py3-none-any.whl", hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7"},
|
||||
{file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"},
|
||||
]
|
||||
itsdangerous = [
|
||||
{file = "itsdangerous-2.1.2-py3-none-any.whl", hash = "sha256:2c2349112351b88699d8d4b6b075022c0808887cb7ad10069318a8b0bc88db44"},
|
||||
{file = "itsdangerous-2.1.2.tar.gz", hash = "sha256:5dbbc68b317e5e42f327f9021763545dc3fc3bfe22e6deb96aaf1fc38874156a"},
|
||||
]
|
||||
jinja2 = [
|
||||
{file = "Jinja2-3.1.2-py3-none-any.whl", hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"},
|
||||
{file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"},
|
||||
]
|
||||
lazy-object-proxy = [
|
||||
{file = "lazy-object-proxy-1.7.1.tar.gz", hash = "sha256:d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:bb8c5fd1684d60a9902c60ebe276da1f2281a318ca16c1d0a96db28f62e9166b"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a57d51ed2997e97f3b8e3500c984db50a554bb5db56c50b5dab1b41339b37e36"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fd45683c3caddf83abbb1249b653a266e7069a09f486daa8863fb0e7496a9fdb"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:8561da8b3dd22d696244d6d0d5330618c993a215070f473b699e00cf1f3f6443"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:fccdf7c2c5821a8cbd0a9440a456f5050492f2270bd54e94360cac663398739b"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp310-cp310-win32.whl", hash = "sha256:898322f8d078f2654d275124a8dd19b079080ae977033b713f677afcfc88e2b9"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp310-cp310-win_amd64.whl", hash = "sha256:85b232e791f2229a4f55840ed54706110c80c0a210d076eee093f2b2e33e1bfd"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:46ff647e76f106bb444b4533bb4153c7370cdf52efc62ccfc1a28bdb3cc95442"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:12f3bb77efe1367b2515f8cb4790a11cffae889148ad33adad07b9b55e0ab22c"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c19814163728941bb871240d45c4c30d33b8a2e85972c44d4e63dd7107faba44"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:e40f2013d96d30217a51eeb1db28c9ac41e9d0ee915ef9d00da639c5b63f01a1"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:2052837718516a94940867e16b1bb10edb069ab475c3ad84fd1e1a6dd2c0fcfc"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-win32.whl", hash = "sha256:6a24357267aa976abab660b1d47a34aaf07259a0c3859a34e536f1ee6e76b5bb"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp36-cp36m-win_amd64.whl", hash = "sha256:6aff3fe5de0831867092e017cf67e2750c6a1c7d88d84d2481bd84a2e019ec35"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:6a6e94c7b02641d1311228a102607ecd576f70734dc3d5e22610111aeacba8a0"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c4ce15276a1a14549d7e81c243b887293904ad2d94ad767f42df91e75fd7b5b6"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e368b7f7eac182a59ff1f81d5f3802161932a41dc1b1cc45c1f757dc876b5d2c"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:6ecbb350991d6434e1388bee761ece3260e5228952b1f0c46ffc800eb313ff42"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:553b0f0d8dbf21890dd66edd771f9b1b5f51bd912fa5f26de4449bfc5af5e029"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-win32.whl", hash = "sha256:c7a683c37a8a24f6428c28c561c80d5f4fd316ddcf0c7cab999b15ab3f5c5c69"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp37-cp37m-win_amd64.whl", hash = "sha256:df2631f9d67259dc9620d831384ed7732a198eb434eadf69aea95ad18c587a28"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:07fa44286cda977bd4803b656ffc1c9b7e3bc7dff7d34263446aec8f8c96f88a"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4dca6244e4121c74cc20542c2ca39e5c4a5027c81d112bfb893cf0790f96f57e"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:91ba172fc5b03978764d1df5144b4ba4ab13290d7bab7a50f12d8117f8630c38"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:043651b6cb706eee4f91854da4a089816a6606c1428fd391573ef8cb642ae4f7"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b9e89b87c707dd769c4ea91f7a31538888aad05c116a59820f28d59b3ebfe25a"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp38-cp38-win32.whl", hash = "sha256:9d166602b525bf54ac994cf833c385bfcc341b364e3ee71e3bf5a1336e677b55"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp38-cp38-win_amd64.whl", hash = "sha256:8f3953eb575b45480db6568306893f0bd9d8dfeeebd46812aa09ca9579595148"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:dd7ed7429dbb6c494aa9bc4e09d94b778a3579be699f9d67da7e6804c422d3de"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:70ed0c2b380eb6248abdef3cd425fc52f0abd92d2b07ce26359fcbc399f636ad"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7096a5e0c1115ec82641afbdd70451a144558ea5cf564a896294e346eb611be1"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:f769457a639403073968d118bc70110e7dce294688009f5c24ab78800ae56dc8"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:39b0e26725c5023757fc1ab2a89ef9d7ab23b84f9251e28f9cc114d5b59c1b09"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp39-cp39-win32.whl", hash = "sha256:2130db8ed69a48a3440103d4a520b89d8a9405f1b06e2cc81640509e8bf6548f"},
|
||||
{file = "lazy_object_proxy-1.7.1-cp39-cp39-win_amd64.whl", hash = "sha256:677ea950bef409b47e51e733283544ac3d660b709cfce7b187f5ace137960d61"},
|
||||
{file = "lazy_object_proxy-1.7.1-pp37.pp38-none-any.whl", hash = "sha256:d66906d5785da8e0be7360912e99c9188b70f52c422f9fc18223347235691a84"},
|
||||
]
|
||||
markupsafe = [
|
||||
{file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812"},
|
||||
{file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f121a1420d4e173a5d96e47e9a0c0dcff965afdf1626d28de1460815f7c4ee7a"},
|
||||
{file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a49907dd8420c5685cfa064a1335b6754b74541bbb3706c259c02ed65b644b3e"},
|
||||
{file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:10c1bfff05d95783da83491be968e8fe789263689c02724e0c691933c52994f5"},
|
||||
{file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b7bd98b796e2b6553da7225aeb61f447f80a1ca64f41d83612e6139ca5213aa4"},
|
||||
{file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:b09bf97215625a311f669476f44b8b318b075847b49316d3e28c08e41a7a573f"},
|
||||
{file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:694deca8d702d5db21ec83983ce0bb4b26a578e71fbdbd4fdcd387daa90e4d5e"},
|
||||
{file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:efc1913fd2ca4f334418481c7e595c00aad186563bbc1ec76067848c7ca0a933"},
|
||||
{file = "MarkupSafe-2.1.1-cp310-cp310-win32.whl", hash = "sha256:4a33dea2b688b3190ee12bd7cfa29d39c9ed176bda40bfa11099a3ce5d3a7ac6"},
|
||||
{file = "MarkupSafe-2.1.1-cp310-cp310-win_amd64.whl", hash = "sha256:dda30ba7e87fbbb7eab1ec9f58678558fd9a6b8b853530e176eabd064da81417"},
|
||||
{file = "MarkupSafe-2.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:671cd1187ed5e62818414afe79ed29da836dde67166a9fac6d435873c44fdd02"},
|
||||
{file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3799351e2336dc91ea70b034983ee71cf2f9533cdff7c14c90ea126bfd95d65a"},
|
||||
{file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e72591e9ecd94d7feb70c1cbd7be7b3ebea3f548870aa91e2732960fa4d57a37"},
|
||||
{file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6fbf47b5d3728c6aea2abb0589b5d30459e369baa772e0f37a0320185e87c980"},
|
||||
{file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:d5ee4f386140395a2c818d149221149c54849dfcfcb9f1debfe07a8b8bd63f9a"},
|
||||
{file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:bcb3ed405ed3222f9904899563d6fc492ff75cce56cba05e32eff40e6acbeaa3"},
|
||||
{file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:e1c0b87e09fa55a220f058d1d49d3fb8df88fbfab58558f1198e08c1e1de842a"},
|
||||
{file = "MarkupSafe-2.1.1-cp37-cp37m-win32.whl", hash = "sha256:8dc1c72a69aa7e082593c4a203dcf94ddb74bb5c8a731e4e1eb68d031e8498ff"},
|
||||
{file = "MarkupSafe-2.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:97a68e6ada378df82bc9f16b800ab77cbf4b2fada0081794318520138c088e4a"},
|
||||
{file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:e8c843bbcda3a2f1e3c2ab25913c80a3c5376cd00c6e8c4a86a89a28c8dc5452"},
|
||||
{file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0212a68688482dc52b2d45013df70d169f542b7394fc744c02a57374a4207003"},
|
||||
{file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e576a51ad59e4bfaac456023a78f6b5e6e7651dcd383bcc3e18d06f9b55d6d1"},
|
||||
{file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4b9fe39a2ccc108a4accc2676e77da025ce383c108593d65cc909add5c3bd601"},
|
||||
{file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:96e37a3dc86e80bf81758c152fe66dbf60ed5eca3d26305edf01892257049925"},
|
||||
{file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:6d0072fea50feec76a4c418096652f2c3238eaa014b2f94aeb1d56a66b41403f"},
|
||||
{file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:089cf3dbf0cd6c100f02945abeb18484bd1ee57a079aefd52cffd17fba910b88"},
|
||||
{file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:6a074d34ee7a5ce3effbc526b7083ec9731bb3cbf921bbe1d3005d4d2bdb3a63"},
|
||||
{file = "MarkupSafe-2.1.1-cp38-cp38-win32.whl", hash = "sha256:421be9fbf0ffe9ffd7a378aafebbf6f4602d564d34be190fc19a193232fd12b1"},
|
||||
{file = "MarkupSafe-2.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:fc7b548b17d238737688817ab67deebb30e8073c95749d55538ed473130ec0c7"},
|
||||
{file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:e04e26803c9c3851c931eac40c695602c6295b8d432cbe78609649ad9bd2da8a"},
|
||||
{file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b87db4360013327109564f0e591bd2a3b318547bcef31b468a92ee504d07ae4f"},
|
||||
{file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:99a2a507ed3ac881b975a2976d59f38c19386d128e7a9a18b7df6fff1fd4c1d6"},
|
||||
{file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:56442863ed2b06d19c37f94d999035e15ee982988920e12a5b4ba29b62ad1f77"},
|
||||
{file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3ce11ee3f23f79dbd06fb3d63e2f6af7b12db1d46932fe7bd8afa259a5996603"},
|
||||
{file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:33b74d289bd2f5e527beadcaa3f401e0df0a89927c1559c8566c066fa4248ab7"},
|
||||
{file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:43093fb83d8343aac0b1baa75516da6092f58f41200907ef92448ecab8825135"},
|
||||
{file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8e3dcf21f367459434c18e71b2a9532d96547aef8a871872a5bd69a715c15f96"},
|
||||
{file = "MarkupSafe-2.1.1-cp39-cp39-win32.whl", hash = "sha256:d4306c36ca495956b6d568d276ac11fdd9c30a36f1b6eb928070dc5360b22e1c"},
|
||||
{file = "MarkupSafe-2.1.1-cp39-cp39-win_amd64.whl", hash = "sha256:46d00d6cfecdde84d40e572d63735ef81423ad31184100411e6e3388d405e247"},
|
||||
{file = "MarkupSafe-2.1.1.tar.gz", hash = "sha256:7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b"},
|
||||
]
|
||||
mccabe = [
|
||||
{file = "mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"},
|
||||
{file = "mccabe-0.7.0.tar.gz", hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325"},
|
||||
]
|
||||
platformdirs = [
|
||||
{file = "platformdirs-2.5.2-py3-none-any.whl", hash = "sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788"},
|
||||
{file = "platformdirs-2.5.2.tar.gz", hash = "sha256:58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19"},
|
||||
]
|
||||
pylint = [
|
||||
{file = "pylint-2.14.4-py3-none-any.whl", hash = "sha256:89b61867db16eefb7b3c5b84afc94081edaf11544189e2b238154677529ad69f"},
|
||||
{file = "pylint-2.14.4.tar.gz", hash = "sha256:47705453aa9dce520e123a7d51843d5f0032cbfa06870f89f00927aa1f735a4a"},
|
||||
]
|
||||
tomli = [
|
||||
{file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
|
||||
{file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
|
||||
]
|
||||
tomlkit = [
|
||||
{file = "tomlkit-0.11.0-py3-none-any.whl", hash = "sha256:0f4050db66fd445b885778900ce4dd9aea8c90c4721141fde0d6ade893820ef1"},
|
||||
{file = "tomlkit-0.11.0.tar.gz", hash = "sha256:71ceb10c0eefd8b8f11fe34e8a51ad07812cb1dc3de23247425fbc9ddc47b9dd"},
|
||||
]
|
||||
werkzeug = [
|
||||
{file = "Werkzeug-2.1.2-py3-none-any.whl", hash = "sha256:72a4b735692dd3135217911cbeaa1be5fa3f62bffb8745c5215420a03dc55255"},
|
||||
{file = "Werkzeug-2.1.2.tar.gz", hash = "sha256:1ce08e8093ed67d638d63879fd1ba3735817f7a80de3674d293f5984f25fb6e6"},
|
||||
]
|
||||
wrapt = [
|
||||
{file = "wrapt-1.14.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:1b376b3f4896e7930f1f772ac4b064ac12598d1c38d04907e696cc4d794b43d3"},
|
||||
{file = "wrapt-1.14.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:903500616422a40a98a5a3c4ff4ed9d0066f3b4c951fa286018ecdf0750194ef"},
|
||||
{file = "wrapt-1.14.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:5a9a0d155deafd9448baff28c08e150d9b24ff010e899311ddd63c45c2445e28"},
|
||||
{file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:ddaea91abf8b0d13443f6dac52e89051a5063c7d014710dcb4d4abb2ff811a59"},
|
||||
{file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:36f582d0c6bc99d5f39cd3ac2a9062e57f3cf606ade29a0a0d6b323462f4dd87"},
|
||||
{file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:7ef58fb89674095bfc57c4069e95d7a31cfdc0939e2a579882ac7d55aadfd2a1"},
|
||||
{file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:e2f83e18fe2f4c9e7db597e988f72712c0c3676d337d8b101f6758107c42425b"},
|
||||
{file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:ee2b1b1769f6707a8a445162ea16dddf74285c3964f605877a20e38545c3c462"},
|
||||
{file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:833b58d5d0b7e5b9832869f039203389ac7cbf01765639c7309fd50ef619e0b1"},
|
||||
{file = "wrapt-1.14.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:80bb5c256f1415f747011dc3604b59bc1f91c6e7150bd7db03b19170ee06b320"},
|
||||
{file = "wrapt-1.14.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:07f7a7d0f388028b2df1d916e94bbb40624c59b48ecc6cbc232546706fac74c2"},
|
||||
{file = "wrapt-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:02b41b633c6261feff8ddd8d11c711df6842aba629fdd3da10249a53211a72c4"},
|
||||
{file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2fe803deacd09a233e4762a1adcea5db5d31e6be577a43352936179d14d90069"},
|
||||
{file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:257fd78c513e0fb5cdbe058c27a0624c9884e735bbd131935fd49e9fe719d310"},
|
||||
{file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:4fcc4649dc762cddacd193e6b55bc02edca674067f5f98166d7713b193932b7f"},
|
||||
{file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:11871514607b15cfeb87c547a49bca19fde402f32e2b1c24a632506c0a756656"},
|
||||
{file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:8ad85f7f4e20964db4daadcab70b47ab05c7c1cf2a7c1e51087bfaa83831854c"},
|
||||
{file = "wrapt-1.14.1-cp310-cp310-win32.whl", hash = "sha256:a9a52172be0b5aae932bef82a79ec0a0ce87288c7d132946d645eba03f0ad8a8"},
|
||||
{file = "wrapt-1.14.1-cp310-cp310-win_amd64.whl", hash = "sha256:6d323e1554b3d22cfc03cd3243b5bb815a51f5249fdcbb86fda4bf62bab9e164"},
|
||||
{file = "wrapt-1.14.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:43ca3bbbe97af00f49efb06e352eae40434ca9d915906f77def219b88e85d907"},
|
||||
{file = "wrapt-1.14.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:6b1a564e6cb69922c7fe3a678b9f9a3c54e72b469875aa8018f18b4d1dd1adf3"},
|
||||
{file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3"},
|
||||
{file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:a85d2b46be66a71bedde836d9e41859879cc54a2a04fad1191eb50c2066f6e9d"},
|
||||
{file = "wrapt-1.14.1-cp35-cp35m-win32.whl", hash = "sha256:dbcda74c67263139358f4d188ae5faae95c30929281bc6866d00573783c422b7"},
|
||||
{file = "wrapt-1.14.1-cp35-cp35m-win_amd64.whl", hash = "sha256:b21bb4c09ffabfa0e85e3a6b623e19b80e7acd709b9f91452b8297ace2a8ab00"},
|
||||
{file = "wrapt-1.14.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:9e0fd32e0148dd5dea6af5fee42beb949098564cc23211a88d799e434255a1f4"},
|
||||
{file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9736af4641846491aedb3c3f56b9bc5568d92b0692303b5a305301a95dfd38b1"},
|
||||
{file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5b02d65b9ccf0ef6c34cba6cf5bf2aab1bb2f49c6090bafeecc9cd81ad4ea1c1"},
|
||||
{file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:21ac0156c4b089b330b7666db40feee30a5d52634cc4560e1905d6529a3897ff"},
|
||||
{file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:9f3e6f9e05148ff90002b884fbc2a86bd303ae847e472f44ecc06c2cd2fcdb2d"},
|
||||
{file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:6e743de5e9c3d1b7185870f480587b75b1cb604832e380d64f9504a0535912d1"},
|
||||
{file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:d79d7d5dc8a32b7093e81e97dad755127ff77bcc899e845f41bf71747af0c569"},
|
||||
{file = "wrapt-1.14.1-cp36-cp36m-win32.whl", hash = "sha256:81b19725065dcb43df02b37e03278c011a09e49757287dca60c5aecdd5a0b8ed"},
|
||||
{file = "wrapt-1.14.1-cp36-cp36m-win_amd64.whl", hash = "sha256:b014c23646a467558be7da3d6b9fa409b2c567d2110599b7cf9a0c5992b3b471"},
|
||||
{file = "wrapt-1.14.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:88bd7b6bd70a5b6803c1abf6bca012f7ed963e58c68d76ee20b9d751c74a3248"},
|
||||
{file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b5901a312f4d14c59918c221323068fad0540e34324925c8475263841dbdfe68"},
|
||||
{file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d77c85fedff92cf788face9bfa3ebaa364448ebb1d765302e9af11bf449ca36d"},
|
||||
{file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d649d616e5c6a678b26d15ece345354f7c2286acd6db868e65fcc5ff7c24a77"},
|
||||
{file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:7d2872609603cb35ca513d7404a94d6d608fc13211563571117046c9d2bcc3d7"},
|
||||
{file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:ee6acae74a2b91865910eef5e7de37dc6895ad96fa23603d1d27ea69df545015"},
|
||||
{file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:2b39d38039a1fdad98c87279b48bc5dce2c0ca0d73483b12cb72aa9609278e8a"},
|
||||
{file = "wrapt-1.14.1-cp37-cp37m-win32.whl", hash = "sha256:60db23fa423575eeb65ea430cee741acb7c26a1365d103f7b0f6ec412b893853"},
|
||||
{file = "wrapt-1.14.1-cp37-cp37m-win_amd64.whl", hash = "sha256:709fe01086a55cf79d20f741f39325018f4df051ef39fe921b1ebe780a66184c"},
|
||||
{file = "wrapt-1.14.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8c0ce1e99116d5ab21355d8ebe53d9460366704ea38ae4d9f6933188f327b456"},
|
||||
{file = "wrapt-1.14.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:e3fb1677c720409d5f671e39bac6c9e0e422584e5f518bfd50aa4cbbea02433f"},
|
||||
{file = "wrapt-1.14.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:642c2e7a804fcf18c222e1060df25fc210b9c58db7c91416fb055897fc27e8cc"},
|
||||
{file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7b7c050ae976e286906dd3f26009e117eb000fb2cf3533398c5ad9ccc86867b1"},
|
||||
{file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ef3f72c9666bba2bab70d2a8b79f2c6d2c1a42a7f7e2b0ec83bb2f9e383950af"},
|
||||
{file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:01c205616a89d09827986bc4e859bcabd64f5a0662a7fe95e0d359424e0e071b"},
|
||||
{file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:5a0f54ce2c092aaf439813735584b9537cad479575a09892b8352fea5e988dc0"},
|
||||
{file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:2cf71233a0ed05ccdabe209c606fe0bac7379fdcf687f39b944420d2a09fdb57"},
|
||||
{file = "wrapt-1.14.1-cp38-cp38-win32.whl", hash = "sha256:aa31fdcc33fef9eb2552cbcbfee7773d5a6792c137b359e82879c101e98584c5"},
|
||||
{file = "wrapt-1.14.1-cp38-cp38-win_amd64.whl", hash = "sha256:d1967f46ea8f2db647c786e78d8cc7e4313dbd1b0aca360592d8027b8508e24d"},
|
||||
{file = "wrapt-1.14.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3232822c7d98d23895ccc443bbdf57c7412c5a65996c30442ebe6ed3df335383"},
|
||||
{file = "wrapt-1.14.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:988635d122aaf2bdcef9e795435662bcd65b02f4f4c1ae37fbee7401c440b3a7"},
|
||||
{file = "wrapt-1.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9cca3c2cdadb362116235fdbd411735de4328c61425b0aa9f872fd76d02c4e86"},
|
||||
{file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d52a25136894c63de15a35bc0bdc5adb4b0e173b9c0d07a2be9d3ca64a332735"},
|
||||
{file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:40e7bc81c9e2b2734ea4bc1aceb8a8f0ceaac7c5299bc5d69e37c44d9081d43b"},
|
||||
{file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:b9b7a708dd92306328117d8c4b62e2194d00c365f18eff11a9b53c6f923b01e3"},
|
||||
{file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:6a9a25751acb379b466ff6be78a315e2b439d4c94c1e99cb7266d40a537995d3"},
|
||||
{file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:34aa51c45f28ba7f12accd624225e2b1e5a3a45206aa191f6f9aac931d9d56fe"},
|
||||
{file = "wrapt-1.14.1-cp39-cp39-win32.whl", hash = "sha256:dee0ce50c6a2dd9056c20db781e9c1cfd33e77d2d569f5d1d9321c641bb903d5"},
|
||||
{file = "wrapt-1.14.1-cp39-cp39-win_amd64.whl", hash = "sha256:dee60e1de1898bde3b238f18340eec6148986da0455d8ba7848d50470a7a32fb"},
|
||||
{file = "wrapt-1.14.1.tar.gz", hash = "sha256:380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d"},
|
||||
]
|
3299
project/static/css/animate.css
vendored
Normal file
1127
project/static/css/animations.css
Normal file
126
project/static/css/bg.css
Normal file
@ -0,0 +1,126 @@
|
||||
/*
|
||||
Section Background (bg.css)
|
||||
|
||||
Table of Content
|
||||
- general settings for section & subheader
|
||||
- general background image for subheader
|
||||
- background settings for page subheader
|
||||
- background settings for section
|
||||
- subheader for side navigation
|
||||
- media query
|
||||
*/
|
||||
|
||||
/* general settings for section & subheader */
|
||||
section,#subheader{
|
||||
-webkit-background-size: 100% !important;
|
||||
-moz-background-size: 100% !important;
|
||||
-o-background-size: 100% !important;
|
||||
background-size: 100% !important;
|
||||
}
|
||||
|
||||
/* general background image for subheader */
|
||||
#subheader{
|
||||
background:url(../images/background/bg-subheader.jpg)top fixed;
|
||||
}
|
||||
|
||||
/* background settings for page subheader */
|
||||
.page-projects #subheader{background-image:url(../images/background/subheader-1.jpg);}
|
||||
.page-projects-alt #subheader{background-image:url(../images/background/subheader-1b.jpg);}
|
||||
.page-services #subheader{background-image:url(../images/background/subheader-2.jpg);}
|
||||
.page-about #subheader{background-image:url(../images/background/subheader-3.jpg);}
|
||||
.page-blog #subheader{background-image:url(../images/background/subheader-4.jpg);}
|
||||
.page-shop #subheader{background-image:url(../images/background/subheader-5.jpg);}
|
||||
.page-contact #subheader{background-image:url(../images/background/subheader-6.jpg);}
|
||||
|
||||
/* background settings for section */
|
||||
#info-address{background:url(../images/background/bg-3.jpg) top fixed;}
|
||||
#view-all-projects, #call-to-action{padding:60px 0 60px 0;}
|
||||
#section-about-us-2{background:#f8f8f8; height:100%;}
|
||||
#section-about-us-2 .image-container{background:url(../images/background/bg-side-1.jpg);}
|
||||
#section-about-us-3{background:#f5f5f5; height:100%;}
|
||||
#section-about-us-3 .image-container{background:url(../images/background/bg-side-2.jpg);}
|
||||
#section-about-us-4 .image-container{background:url(../images/background/bg-side-3.jpg);}
|
||||
#section-welcome-5{background:url(../images/background/bg-14.jpg) top fixed;}
|
||||
#section-blog {background:url(../images/background/bg-5.jpg) top fixed;}
|
||||
#section-coming-soon{ background:none; position:absolute; min-height:100%; width:100%;z-index:1;}
|
||||
#section-describe{background:#202020;}
|
||||
#section-download{background:url(../images/background/bg-9.jpg) top fixed;}
|
||||
#bg-coming-soon-page{background:url(../images/background/bg-6.jpg) top fixed; position:fixed; min-height:100%; width:100%;}
|
||||
#section-about-us-2{background:#18191b; height:100%;}
|
||||
.de_light #section-about-us-2{background:none;}
|
||||
#section-welcome{background:url(../images/background/bg-4.jpg) top fixed;}
|
||||
#section-welcome-2{background:url(../images/background/bg-6.jpg) top fixed;}
|
||||
#section-welcome-3{background:url(../images/background/bg-7.jpg) top fixed;}
|
||||
#section-welcome-4{background:url(../images/background/bg-10.jpg) top fixed;}
|
||||
#section-welcome-6{background:url(../images/background/bg-15.jpg) top fixed;}
|
||||
#section-welcome-7{background:url(../images/background/bg-20.jpg) fixed center;}
|
||||
#section-welcome-8{background:url(../images/background/bg-20.jpg) fixed center;}
|
||||
#section-welcome-9{background:url(../images/background/bg-21.jpg) top fixed;}
|
||||
#section-welcome-10{background:url(../images/background/bg-23.jpg) top fixed;}
|
||||
#section-welcome-11{background:url(../images/background/bg-25.jpg) top fixed;}
|
||||
#section-welcome-12{background:url(../images/background/bg-26.jpg) top fixed;}
|
||||
#section-welcome-13{background:url(../images/background/bg-27.jpg) bottom right fixed;}
|
||||
#section-welcome-14{background:url(../images/background/bg-28.jpg) top right fixed;}
|
||||
#section-why-choose-us{background:url(../images/background/bg-8.jpg) top fixed;}
|
||||
#section-why-choose-us-3{background:url(../images/background/bg-16.jpg) top fixed;}
|
||||
#section-portfolio{background:#222; width:101%; overflow:hidden;}
|
||||
.de_light #section-portfolio{background:#fff;}
|
||||
#section-skill-bar{ background:url(../images/background/bg-8.jpg) top fixed;}
|
||||
#section-testimonial{ background:url(../images/background/bg-3.jpg) top fixed;}
|
||||
#section-testimonial-2{ background:url(../images/background/bg-17.jpg) top fixed;}
|
||||
#section-steps{ background:url(../images/background/bg-2.jpg) top fixed;}
|
||||
#section-steps-2{ background:#f5f5f5;}
|
||||
#section-steps-3{ background:url(../images/background/bg-12.jpg) top fixed;}
|
||||
#section-steps-4{ background:url(../images/background/bg-29.jpg) top fixed;}
|
||||
#section-team{background:#111;}
|
||||
.de_light #section-team{background:#f5f5f5;}
|
||||
#hide-content{position:absolute; width:100%; min-height:100%; z-index:100;display:none; background:rgba(0,0,0,.8);}
|
||||
#section-fun-facts .image-container{background:url(../images/background/bg-side-4.jpg);}
|
||||
#section-fun-facts-2{background:url(../images/background/bg-13.jpg) center;}
|
||||
#section-fun-facts-3{background:url(../images/background/bg-18.jpg) top;}
|
||||
#section-custom-1{background:url(../images/background/bg-17.jpg) top fixed;}
|
||||
#section-custom-2{background:url(../images/background/bg-16.jpg) top fixed;}
|
||||
#section-cta-1{background:url(../images/background/bg-22.jpg) top fixed;}
|
||||
#section-profile-experiences{background:url(../images/background/bg-24.jpg) top fixed;}
|
||||
|
||||
/* services section side background */
|
||||
#section-service-1.side-bg .background-image{background:url(../images/background/bg-service-1.jpg);}
|
||||
#section-service-2.side-bg .background-image{background:url(../images/background/bg-service-2.jpg);}
|
||||
#section-service-3.side-bg .background-image{background:url(../images/background/bg-service-3.jpg);}
|
||||
#section-service-4.side-bg .background-image{background:url(../images/background/bg-service-4.jpg);}
|
||||
#section-service-2,#section-service-4{background:#f2f2f2;}
|
||||
|
||||
#section-side-1.side-bg .background-image{background:url(../images/background/bg-side-5.jpg);}
|
||||
#section-side-2.side-bg .background-image{background:url(../images/background/bg-side-6.jpg);}
|
||||
#section-side-3.side-bg .background-image{background:url(../images/background/bg-side-7.jpg);}
|
||||
#section-side-4.side-bg .background-image{background:url(../images/background/bg-side-8.jpg);}
|
||||
|
||||
|
||||
/* background settings for side navigation subheader */
|
||||
.de-navbar-left.de_light #subheader{background:url(../images/background/bg-subheader-sn.jpg)top fixed;}
|
||||
.de-navbar-left.de_light.page-projects #subheader{background-image:url(../images/background/subheader-1-sn.jpg);}
|
||||
.de-navbar-left.de_light.page-services #subheader{background-image:url(../images/background/subheader-2-sn.jpg);}
|
||||
.de-navbar-left.de_light.page-about #subheader{background-image:url(../images/background/subheader-3-sn.jpg);}
|
||||
.de-navbar-left.de_light.page-blog #subheader{background-image:url(../images/background/subheader-4-sn.jpg);}
|
||||
.de-navbar-left.de_light.page-shop #subheader{background-image:url(../images/background/subheader-5-sn.jpg);}
|
||||
.de-navbar-left.de_light.page-contact #subheader{background-image:url(../images/background/subheader-6-sn.jpg);}
|
||||
|
||||
.bg-fit-height{
|
||||
-webkit-background-size: auto 100% !important;
|
||||
-moz-background-size: auto 100% !important;
|
||||
-o-background-size: auto 100% !important;
|
||||
background-size: auto 100% !important;
|
||||
background-attachment:scroll !important;
|
||||
}
|
||||
|
||||
/* media query */
|
||||
@media only screen and (max-width: 1199px) {
|
||||
section{
|
||||
-webkit-background-size: auto 100% !important;
|
||||
-moz-background-size: auto 100% !important;
|
||||
-o-background-size: auto 100% !important;
|
||||
background-size: auto 100% !important;
|
||||
background-attachment:scroll !important;
|
||||
background-position:top !important;
|
||||
}
|
||||
}
|
5830
project/static/css/bootstrap.css
vendored
Normal file
16
project/static/css/color.css
Normal file
@ -0,0 +1,16 @@
|
||||
/* load color css
|
||||
------------------------------
|
||||
select one of below:
|
||||
aqua.css
|
||||
blue.css
|
||||
green.css
|
||||
grey.css
|
||||
red.css
|
||||
orange.css
|
||||
pink.css
|
||||
purple.css
|
||||
yellow.css
|
||||
lime.css
|
||||
*/
|
||||
|
||||
@import url("colors/yellow.css");
|
154
project/static/css/colors/aqua.css
Normal file
@ -0,0 +1,154 @@
|
||||
/* default color: #33C9BD */
|
||||
.bg-color,section.bg-color,
|
||||
section.call-to-action,
|
||||
#mainmenu li li a:hover,
|
||||
.price-row,
|
||||
.blog-list .date,
|
||||
.blog-read .date,
|
||||
.slider-info .text1,
|
||||
#filters a.selected,
|
||||
.btn-primary,
|
||||
.bg-id-color,
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus,
|
||||
.dropcap,
|
||||
.fullwidthbanner-container a.btn,
|
||||
.feature-box-big-icon i,
|
||||
#testimonial-full,
|
||||
.icon-deco i,
|
||||
.blog-list .date-box .day,
|
||||
.blog-read .date-box .day,
|
||||
.bloglist .date-box .day,
|
||||
.feature-box-small-icon .border,
|
||||
.small-border,
|
||||
#jpreBar,
|
||||
.date-post,
|
||||
.team-list .small-border,
|
||||
.de-team-list .small-border,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.owl-arrow span,
|
||||
.de-progress .progress-bar,
|
||||
#btn-close-x:hover,
|
||||
.box-fx .info,
|
||||
.de_tab.tab_steps .de_nav li span,
|
||||
.de_testi blockquote:before,
|
||||
#services-list li.active,
|
||||
#services-list li a:hover,
|
||||
.btn-more,
|
||||
.widget .small-border,
|
||||
.product img:hover,
|
||||
#btn-search,
|
||||
.de_tab.timeline li.active .dot,
|
||||
.custom-show:after,.custom-close:after,
|
||||
#back-to-top,
|
||||
a.btn-custom,
|
||||
.owl-custom-nav .btn-next:before,
|
||||
.owl-custom-nav .btn-prev:before,
|
||||
#mainmenu ul li:hover > a
|
||||
{
|
||||
background-color:#33C9BD;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#mainmenu li:hover > ul,
|
||||
.date-box .day,
|
||||
.slider_text h1,
|
||||
.id-color,
|
||||
.pricing-box li h1,
|
||||
.title span,
|
||||
i.large:hover,
|
||||
.feature-box-small-icon-2 i,
|
||||
address span i,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.price,
|
||||
#mainmenu a:hover,
|
||||
#mainmenu a.active,
|
||||
header.smaller #mainmenu a.active,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.dark .feature-box-small-icon i,
|
||||
a.btn-slider:after,
|
||||
.feature-box-small-icon i,
|
||||
a.btn-line:after,
|
||||
.team-list .social a,
|
||||
.de_contact_info i,
|
||||
.de_count,
|
||||
.dark .btn-line:hover:after, .dark a.btn-line:hover:after, .dark a.btn-line.hover:after,
|
||||
a.btn-text:after,
|
||||
.separator span i,
|
||||
address span strong,
|
||||
.de_tab.tab_steps .de_nav li span:hover,
|
||||
.de_testi_by,
|
||||
.pf_text,
|
||||
.widget_tags li a,
|
||||
.dark .btn-line:after, .dark a.btn-line:after,
|
||||
.crumb a,
|
||||
.btn-right:after,
|
||||
.btn-left:before,
|
||||
#mainmenu li a:after,
|
||||
.de_form input[type="radio"]:checked + label:before,
|
||||
.de_form input[type="checkbox"]:checked + label:before,
|
||||
#mainmenu li:hover > a,
|
||||
.expand h4:after
|
||||
{
|
||||
color:#33C9BD;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#filters a:hover,
|
||||
#filters a.selected,
|
||||
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus
|
||||
.feature-box-big-icon i:after,
|
||||
.social-icons i,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.product img:hover,
|
||||
#contact_form input[type=text]:focus,#contact_form textarea:focus, #search:focus,
|
||||
#contact_form .de_light input[type=text]:focus, #contact_form .de_lighttextarea:focus, #contact_form .de_light #search:focus,
|
||||
.form-transparent input[type=text]:focus, .form-transparent textarea:focus, .form-transparent input[type=email]:focus
|
||||
{
|
||||
|
||||
border-color:#33C9BD;
|
||||
}
|
||||
|
||||
.box-fx .inner,
|
||||
.dark .box-fx .inner,
|
||||
.blog-list img,
|
||||
.arrow-up
|
||||
{
|
||||
border-bottom-color:#33C9BD;
|
||||
}
|
||||
|
||||
.arrow-down{
|
||||
border-top-color:#33C9BD;
|
||||
}
|
||||
|
||||
.callbacks_nav {
|
||||
background-color:#33C9BD;
|
||||
}
|
||||
|
||||
|
||||
.de_tab .de_nav li span {
|
||||
border-top: 3px solid #33C9BD;
|
||||
}
|
||||
|
||||
.feature-box-big-icon i:after {
|
||||
border-color: #33C9BD transparent; /*same colour as the lower of the bubble's gradient*/
|
||||
}
|
||||
|
||||
.de_review li.active img{
|
||||
border:solid 4px #33C9BD;
|
||||
}
|
||||
|
||||
|
||||
|
154
project/static/css/colors/blue.css
Normal file
@ -0,0 +1,154 @@
|
||||
/* default color: #0EC3F7 */
|
||||
.bg-color,section.bg-color,
|
||||
section.call-to-action,
|
||||
#mainmenu li li a:hover,
|
||||
.price-row,
|
||||
.blog-list .date,
|
||||
.blog-read .date,
|
||||
.slider-info .text1,
|
||||
#filters a.selected,
|
||||
.btn-primary,
|
||||
.bg-id-color,
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus,
|
||||
.dropcap,
|
||||
.fullwidthbanner-container a.btn,
|
||||
.feature-box-big-icon i,
|
||||
#testimonial-full,
|
||||
.icon-deco i,
|
||||
.blog-list .date-box .day,
|
||||
.blog-read .date-box .day,
|
||||
.bloglist .date-box .day,
|
||||
.feature-box-small-icon .border,
|
||||
.small-border,
|
||||
#jpreBar,
|
||||
.date-post,
|
||||
.team-list .small-border,
|
||||
.de-team-list .small-border,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.owl-arrow span,
|
||||
.de-progress .progress-bar,
|
||||
#btn-close-x:hover,
|
||||
.box-fx .info,
|
||||
.de_tab.tab_steps .de_nav li span,
|
||||
.de_testi blockquote:before,
|
||||
#services-list li.active,
|
||||
#services-list li a:hover,
|
||||
.btn-more,
|
||||
.widget .small-border,
|
||||
.product img:hover,
|
||||
#btn-search,
|
||||
.de_tab.timeline li.active .dot,
|
||||
.custom-show:after,.custom-close:after,
|
||||
#back-to-top,
|
||||
a.btn-custom,
|
||||
.owl-custom-nav .btn-next:before,
|
||||
.owl-custom-nav .btn-prev:before,
|
||||
#mainmenu ul li:hover > a
|
||||
{
|
||||
background-color:#0EC3F7;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#mainmenu li:hover > ul,
|
||||
.date-box .day,
|
||||
.slider_text h1,
|
||||
.id-color,
|
||||
.pricing-box li h1,
|
||||
.title span,
|
||||
i.large:hover,
|
||||
.feature-box-small-icon-2 i,
|
||||
address span i,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.price,
|
||||
#mainmenu a:hover,
|
||||
#mainmenu a.active,
|
||||
header.smaller #mainmenu a.active,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.dark .feature-box-small-icon i,
|
||||
a.btn-slider:after,
|
||||
.feature-box-small-icon i,
|
||||
a.btn-line:after,
|
||||
.team-list .social a,
|
||||
.de_contact_info i,
|
||||
.de_count,
|
||||
.dark .btn-line:hover:after, .dark a.btn-line:hover:after, .dark a.btn-line.hover:after,
|
||||
a.btn-text:after,
|
||||
.separator span i,
|
||||
address span strong,
|
||||
.de_tab.tab_steps .de_nav li span:hover,
|
||||
.de_testi_by,
|
||||
.pf_text,
|
||||
.widget_tags li a,
|
||||
.dark .btn-line:after, .dark a.btn-line:after,
|
||||
.crumb a,
|
||||
.btn-right:after,
|
||||
.btn-left:before,
|
||||
#mainmenu li a:after,
|
||||
.de_form input[type="radio"]:checked + label:before,
|
||||
.de_form input[type="checkbox"]:checked + label:before,
|
||||
#mainmenu li:hover > a,
|
||||
.expand h4:after
|
||||
{
|
||||
color:#0EC3F7;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#filters a:hover,
|
||||
#filters a.selected,
|
||||
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus
|
||||
.feature-box-big-icon i:after,
|
||||
.social-icons i,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.product img:hover,
|
||||
#contact_form input[type=text]:focus,#contact_form textarea:focus, #search:focus,
|
||||
#contact_form .de_light input[type=text]:focus, #contact_form .de_lighttextarea:focus, #contact_form .de_light #search:focus,
|
||||
.form-transparent input[type=text]:focus, .form-transparent textarea:focus, .form-transparent input[type=email]:focus
|
||||
{
|
||||
|
||||
border-color:#0EC3F7;
|
||||
}
|
||||
|
||||
.box-fx .inner,
|
||||
.dark .box-fx .inner,
|
||||
.blog-list img,
|
||||
.arrow-up
|
||||
{
|
||||
border-bottom-color:#0EC3F7;
|
||||
}
|
||||
|
||||
.arrow-down{
|
||||
border-top-color:#0EC3F7;
|
||||
}
|
||||
|
||||
.callbacks_nav {
|
||||
background-color:#0EC3F7;
|
||||
}
|
||||
|
||||
|
||||
.de_tab .de_nav li span {
|
||||
border-top: 3px solid #0EC3F7;
|
||||
}
|
||||
|
||||
.feature-box-big-icon i:after {
|
||||
border-color: #0EC3F7 transparent; /*same colour as the lower of the bubble's gradient*/
|
||||
}
|
||||
|
||||
.de_review li.active img{
|
||||
border:solid 4px #0EC3F7;
|
||||
}
|
||||
|
||||
|
||||
|
161
project/static/css/colors/cream.css
Normal file
@ -0,0 +1,161 @@
|
||||
/* default color: #C08F65 */
|
||||
.bg-color,section.bg-color,
|
||||
section.call-to-action,
|
||||
#mainmenu li li a:hover,
|
||||
.price-row,
|
||||
.blog-list .date,
|
||||
.blog-read .date,
|
||||
.slider-info .text1,
|
||||
#filters a.selected,
|
||||
.btn-primary,
|
||||
.bg-id-color,
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus,
|
||||
.dropcap,
|
||||
.fullwidthbanner-container a.btn,
|
||||
.feature-box-big-icon i,
|
||||
#testimonial-full,
|
||||
.icon-deco i,
|
||||
.blog-list .date-box .day,
|
||||
.blog-read .date-box .day,
|
||||
.bloglist .date-box .day,
|
||||
.feature-box-small-icon .border,
|
||||
.small-border,
|
||||
#jpreBar,
|
||||
.date-post,
|
||||
.team-list .small-border,
|
||||
.de-team-list .small-border,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.owl-arrow span,
|
||||
.de-progress .progress-bar,
|
||||
#btn-close-x:hover,
|
||||
.box-fx .info,
|
||||
.de_tab.tab_steps .de_nav li span,
|
||||
.de_testi blockquote:before,
|
||||
#services-list li.active,
|
||||
#services-list li a:hover,
|
||||
.btn-more,
|
||||
.widget .small-border,
|
||||
.product img:hover,
|
||||
#btn-search,
|
||||
.de_tab.timeline li.active .dot,
|
||||
.custom-show:after,.custom-close:after,
|
||||
#back-to-top,
|
||||
a.btn-custom,
|
||||
.owl-custom-nav .btn-next:before,
|
||||
.owl-custom-nav .btn-prev:before,
|
||||
#mainmenu ul li:hover > a,
|
||||
.pricing-s1 .ribbon,
|
||||
a.btn-slider.btn-color
|
||||
{
|
||||
background-color:#C08F65;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#mainmenu li:hover > ul,
|
||||
.date-box .day,
|
||||
.slider_text h1,
|
||||
.id-color,
|
||||
.pricing-box li h1,
|
||||
.title span,
|
||||
i.large:hover,
|
||||
.feature-box-small-icon-2 i,
|
||||
address span i,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.price,
|
||||
#mainmenu a:hover,
|
||||
#mainmenu a.active,
|
||||
header.smaller #mainmenu a.active,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.dark .feature-box-small-icon i,
|
||||
a.btn-slider:after,
|
||||
.feature-box-small-icon i,
|
||||
a.btn-line:after,
|
||||
.team-list .social a,
|
||||
.de_contact_info i,
|
||||
.de_count,
|
||||
.dark .btn-line:hover:after, .dark a.btn-line:hover:after, .dark a.btn-line.hover:after,
|
||||
a.btn-text:after,
|
||||
.separator span i,
|
||||
address span strong,
|
||||
.de_tab.tab_steps .de_nav li span:hover,
|
||||
.de_testi_by,
|
||||
.pf_text,
|
||||
.widget_tags li a,
|
||||
.dark .btn-line:after, .dark a.btn-line:after,
|
||||
.crumb a,
|
||||
.btn-right:after,
|
||||
.btn-left:before,
|
||||
#mainmenu li a:after,
|
||||
.de_form input[type="radio"]:checked + label:before,
|
||||
.de_form input[type="checkbox"]:checked + label:before,
|
||||
#mainmenu li:hover > a,
|
||||
.expand h4:after,
|
||||
.pricing-s1 .bottom ul li i
|
||||
{
|
||||
color:#C08F65;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#filters a:hover,
|
||||
#filters a.selected,
|
||||
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus
|
||||
.feature-box-big-icon i:after,
|
||||
.social-icons i,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.product img:hover,
|
||||
#contact_form input[type=text]:focus,#contact_form textarea:focus, #search:focus,
|
||||
#contact_form .de_light input[type=text]:focus, #contact_form .de_lighttextarea:focus, #contact_form .de_light #search:focus,
|
||||
.form-transparent input[type=text]:focus, .form-transparent textarea:focus, .form-transparent input[type=email]:focus,
|
||||
a.btn-slider.btn-color
|
||||
{
|
||||
|
||||
border-color:#C08F65;
|
||||
}
|
||||
|
||||
.box-fx .inner,
|
||||
.dark .box-fx .inner,
|
||||
.blog-list img,
|
||||
.arrow-up
|
||||
{
|
||||
border-bottom-color:#C08F65;
|
||||
}
|
||||
|
||||
.arrow-down{
|
||||
border-top-color:#C08F65;
|
||||
}
|
||||
|
||||
.callbacks_nav {
|
||||
background-color:#C08F65;
|
||||
}
|
||||
|
||||
|
||||
.de_tab .de_nav li span {
|
||||
border-top: 3px solid #C08F65;
|
||||
}
|
||||
|
||||
.feature-box-big-icon i:after {
|
||||
border-color: #C08F65 transparent; /*same colour as the lower of the bubble's gradient*/
|
||||
}
|
||||
|
||||
.de_review li.active img{
|
||||
border:solid 4px #C08F65;
|
||||
}
|
||||
|
||||
blockquote.s1{
|
||||
border-left-color:#C08F65;
|
||||
}
|
||||
|
||||
|
154
project/static/css/colors/green.css
Normal file
@ -0,0 +1,154 @@
|
||||
/* default color: #469159 */
|
||||
.bg-color,section.bg-color,
|
||||
section.call-to-action,
|
||||
#mainmenu li li a:hover,
|
||||
.price-row,
|
||||
.blog-list .date,
|
||||
.blog-read .date,
|
||||
.slider-info .text1,
|
||||
#filters a.selected,
|
||||
.btn-primary,
|
||||
.bg-id-color,
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus,
|
||||
.dropcap,
|
||||
.fullwidthbanner-container a.btn,
|
||||
.feature-box-big-icon i,
|
||||
#testimonial-full,
|
||||
.icon-deco i,
|
||||
.blog-list .date-box .day,
|
||||
.blog-read .date-box .day,
|
||||
.bloglist .date-box .day,
|
||||
.feature-box-small-icon .border,
|
||||
.small-border,
|
||||
#jpreBar,
|
||||
.date-post,
|
||||
.team-list .small-border,
|
||||
.de-team-list .small-border,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.owl-arrow span,
|
||||
.de-progress .progress-bar,
|
||||
#btn-close-x:hover,
|
||||
.box-fx .info,
|
||||
.de_tab.tab_steps .de_nav li span,
|
||||
.de_testi blockquote:before,
|
||||
#services-list li.active,
|
||||
#services-list li a:hover,
|
||||
.btn-more,
|
||||
.widget .small-border,
|
||||
.product img:hover,
|
||||
#btn-search,
|
||||
.de_tab.timeline li.active .dot,
|
||||
.custom-show:after,.custom-close:after,
|
||||
#back-to-top,
|
||||
a.btn-custom,
|
||||
.owl-custom-nav .btn-next:before,
|
||||
.owl-custom-nav .btn-prev:before,
|
||||
#mainmenu ul li:hover > a
|
||||
{
|
||||
background-color:#469159;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#mainmenu li:hover > ul,
|
||||
.date-box .day,
|
||||
.slider_text h1,
|
||||
.id-color,
|
||||
.pricing-box li h1,
|
||||
.title span,
|
||||
i.large:hover,
|
||||
.feature-box-small-icon-2 i,
|
||||
address span i,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.price,
|
||||
#mainmenu a:hover,
|
||||
#mainmenu a.active,
|
||||
header.smaller #mainmenu a.active,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.dark .feature-box-small-icon i,
|
||||
a.btn-slider:after,
|
||||
.feature-box-small-icon i,
|
||||
a.btn-line:after,
|
||||
.team-list .social a,
|
||||
.de_contact_info i,
|
||||
.de_count,
|
||||
.dark .btn-line:hover:after, .dark a.btn-line:hover:after, .dark a.btn-line.hover:after,
|
||||
a.btn-text:after,
|
||||
.separator span i,
|
||||
address span strong,
|
||||
.de_tab.tab_steps .de_nav li span:hover,
|
||||
.de_testi_by,
|
||||
.pf_text,
|
||||
.widget_tags li a,
|
||||
.dark .btn-line:after, .dark a.btn-line:after,
|
||||
.crumb a,
|
||||
.btn-right:after,
|
||||
.btn-left:before,
|
||||
#mainmenu li a:after,
|
||||
.de_form input[type="radio"]:checked + label:before,
|
||||
.de_form input[type="checkbox"]:checked + label:before,
|
||||
#mainmenu li:hover > a,
|
||||
.expand h4:after
|
||||
{
|
||||
color:#469159;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#filters a:hover,
|
||||
#filters a.selected,
|
||||
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus
|
||||
.feature-box-big-icon i:after,
|
||||
.social-icons i,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.product img:hover,
|
||||
#contact_form input[type=text]:focus,#contact_form textarea:focus, #search:focus,
|
||||
#contact_form .de_light input[type=text]:focus, #contact_form .de_lighttextarea:focus, #contact_form .de_light #search:focus,
|
||||
.form-transparent input[type=text]:focus, .form-transparent textarea:focus, .form-transparent input[type=email]:focus
|
||||
{
|
||||
|
||||
border-color:#469159;
|
||||
}
|
||||
|
||||
.box-fx .inner,
|
||||
.dark .box-fx .inner,
|
||||
.blog-list img,
|
||||
.arrow-up
|
||||
{
|
||||
border-bottom-color:#469159;
|
||||
}
|
||||
|
||||
.arrow-down{
|
||||
border-top-color:#469159;
|
||||
}
|
||||
|
||||
.callbacks_nav {
|
||||
background-color:#469159;
|
||||
}
|
||||
|
||||
|
||||
.de_tab .de_nav li span {
|
||||
border-top: 3px solid #469159;
|
||||
}
|
||||
|
||||
.feature-box-big-icon i:after {
|
||||
border-color: #469159 transparent; /*same colour as the lower of the bubble's gradient*/
|
||||
}
|
||||
|
||||
.de_review li.active img{
|
||||
border:solid 4px #469159;
|
||||
}
|
||||
|
||||
|
||||
|
154
project/static/css/colors/grey.css
Normal file
@ -0,0 +1,154 @@
|
||||
/* default color: #999999 */
|
||||
.bg-color,section.bg-color,
|
||||
section.call-to-action,
|
||||
#mainmenu li li a:hover,
|
||||
.price-row,
|
||||
.blog-list .date,
|
||||
.blog-read .date,
|
||||
.slider-info .text1,
|
||||
#filters a.selected,
|
||||
.btn-primary,
|
||||
.bg-id-color,
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus,
|
||||
.dropcap,
|
||||
.fullwidthbanner-container a.btn,
|
||||
.feature-box-big-icon i,
|
||||
#testimonial-full,
|
||||
.icon-deco i,
|
||||
.blog-list .date-box .day,
|
||||
.blog-read .date-box .day,
|
||||
.bloglist .date-box .day,
|
||||
.feature-box-small-icon .border,
|
||||
.small-border,
|
||||
#jpreBar,
|
||||
.date-post,
|
||||
.team-list .small-border,
|
||||
.de-team-list .small-border,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.owl-arrow span,
|
||||
.de-progress .progress-bar,
|
||||
#btn-close-x:hover,
|
||||
.box-fx .info,
|
||||
.de_tab.tab_steps .de_nav li span,
|
||||
.de_testi blockquote:before,
|
||||
#services-list li.active,
|
||||
#services-list li a:hover,
|
||||
.btn-more,
|
||||
.widget .small-border,
|
||||
.product img:hover,
|
||||
#btn-search,
|
||||
.de_tab.timeline li.active .dot,
|
||||
.custom-show:after,.custom-close:after,
|
||||
#back-to-top,
|
||||
a.btn-custom,
|
||||
.owl-custom-nav .btn-next:before,
|
||||
.owl-custom-nav .btn-prev:before,
|
||||
#mainmenu ul li:hover > a
|
||||
{
|
||||
background-color:#999999;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#mainmenu li:hover > ul,
|
||||
.date-box .day,
|
||||
.slider_text h1,
|
||||
.id-color,
|
||||
.pricing-box li h1,
|
||||
.title span,
|
||||
i.large:hover,
|
||||
.feature-box-small-icon-2 i,
|
||||
address span i,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.price,
|
||||
#mainmenu a:hover,
|
||||
#mainmenu a.active,
|
||||
header.smaller #mainmenu a.active,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.dark .feature-box-small-icon i,
|
||||
a.btn-slider:after,
|
||||
.feature-box-small-icon i,
|
||||
a.btn-line:after,
|
||||
.team-list .social a,
|
||||
.de_contact_info i,
|
||||
.de_count,
|
||||
.dark .btn-line:hover:after, .dark a.btn-line:hover:after, .dark a.btn-line.hover:after,
|
||||
a.btn-text:after,
|
||||
.separator span i,
|
||||
address span strong,
|
||||
.de_tab.tab_steps .de_nav li span:hover,
|
||||
.de_testi_by,
|
||||
.pf_text,
|
||||
.widget_tags li a,
|
||||
.dark .btn-line:after, .dark a.btn-line:after,
|
||||
.crumb a,
|
||||
.btn-right:after,
|
||||
.btn-left:before,
|
||||
#mainmenu li a:after,
|
||||
.de_form input[type="radio"]:checked + label:before,
|
||||
.de_form input[type="checkbox"]:checked + label:before,
|
||||
#mainmenu li:hover > a,
|
||||
.expand h4:after
|
||||
{
|
||||
color:#999999;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#filters a:hover,
|
||||
#filters a.selected,
|
||||
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus
|
||||
.feature-box-big-icon i:after,
|
||||
.social-icons i,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.product img:hover,
|
||||
#contact_form input[type=text]:focus,#contact_form textarea:focus, #search:focus,
|
||||
#contact_form .de_light input[type=text]:focus, #contact_form .de_lighttextarea:focus, #contact_form .de_light #search:focus,
|
||||
.form-transparent input[type=text]:focus, .form-transparent textarea:focus, .form-transparent input[type=email]:focus
|
||||
{
|
||||
|
||||
border-color:#999999;
|
||||
}
|
||||
|
||||
.box-fx .inner,
|
||||
.dark .box-fx .inner,
|
||||
.blog-list img,
|
||||
.arrow-up
|
||||
{
|
||||
border-bottom-color:#999999;
|
||||
}
|
||||
|
||||
.arrow-down{
|
||||
border-top-color:#999999;
|
||||
}
|
||||
|
||||
.callbacks_nav {
|
||||
background-color:#999999;
|
||||
}
|
||||
|
||||
|
||||
.de_tab .de_nav li span {
|
||||
border-top: 3px solid #999999;
|
||||
}
|
||||
|
||||
.feature-box-big-icon i:after {
|
||||
border-color: #999999 transparent; /*same colour as the lower of the bubble's gradient*/
|
||||
}
|
||||
|
||||
.de_review li.active img{
|
||||
border:solid 4px #999999;
|
||||
}
|
||||
|
||||
|
||||
|
154
project/static/css/colors/lime.css
Normal file
@ -0,0 +1,154 @@
|
||||
/* default color: #8BAD01 */
|
||||
.bg-color,section.bg-color,
|
||||
section.call-to-action,
|
||||
#mainmenu li li a:hover,
|
||||
.price-row,
|
||||
.blog-list .date,
|
||||
.blog-read .date,
|
||||
.slider-info .text1,
|
||||
#filters a.selected,
|
||||
.btn-primary,
|
||||
.bg-id-color,
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus,
|
||||
.dropcap,
|
||||
.fullwidthbanner-container a.btn,
|
||||
.feature-box-big-icon i,
|
||||
#testimonial-full,
|
||||
.icon-deco i,
|
||||
.blog-list .date-box .day,
|
||||
.blog-read .date-box .day,
|
||||
.bloglist .date-box .day,
|
||||
.feature-box-small-icon .border,
|
||||
.small-border,
|
||||
#jpreBar,
|
||||
.date-post,
|
||||
.team-list .small-border,
|
||||
.de-team-list .small-border,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.owl-arrow span,
|
||||
.de-progress .progress-bar,
|
||||
#btn-close-x:hover,
|
||||
.box-fx .info,
|
||||
.de_tab.tab_steps .de_nav li span,
|
||||
.de_testi blockquote:before,
|
||||
#services-list li.active,
|
||||
#services-list li a:hover,
|
||||
.btn-more,
|
||||
.widget .small-border,
|
||||
.product img:hover,
|
||||
#btn-search,
|
||||
.de_tab.timeline li.active .dot,
|
||||
.custom-show:after,.custom-close:after,
|
||||
#back-to-top,
|
||||
a.btn-custom,
|
||||
.owl-custom-nav .btn-next:before,
|
||||
.owl-custom-nav .btn-prev:before,
|
||||
#mainmenu ul li:hover > a
|
||||
{
|
||||
background-color:#8BAD01;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#mainmenu li:hover > ul,
|
||||
.date-box .day,
|
||||
.slider_text h1,
|
||||
.id-color,
|
||||
.pricing-box li h1,
|
||||
.title span,
|
||||
i.large:hover,
|
||||
.feature-box-small-icon-2 i,
|
||||
address span i,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.price,
|
||||
#mainmenu a:hover,
|
||||
#mainmenu a.active,
|
||||
header.smaller #mainmenu a.active,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.dark .feature-box-small-icon i,
|
||||
a.btn-slider:after,
|
||||
.feature-box-small-icon i,
|
||||
a.btn-line:after,
|
||||
.team-list .social a,
|
||||
.de_contact_info i,
|
||||
.de_count,
|
||||
.dark .btn-line:hover:after, .dark a.btn-line:hover:after, .dark a.btn-line.hover:after,
|
||||
a.btn-text:after,
|
||||
.separator span i,
|
||||
address span strong,
|
||||
.de_tab.tab_steps .de_nav li span:hover,
|
||||
.de_testi_by,
|
||||
.pf_text,
|
||||
.widget_tags li a,
|
||||
.dark .btn-line:after, .dark a.btn-line:after,
|
||||
.crumb a,
|
||||
.btn-right:after,
|
||||
.btn-left:before,
|
||||
#mainmenu li a:after,
|
||||
.de_form input[type="radio"]:checked + label:before,
|
||||
.de_form input[type="checkbox"]:checked + label:before,
|
||||
#mainmenu li:hover > a,
|
||||
.expand h4:after
|
||||
{
|
||||
color:#8BAD01;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#filters a:hover,
|
||||
#filters a.selected,
|
||||
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus
|
||||
.feature-box-big-icon i:after,
|
||||
.social-icons i,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.product img:hover,
|
||||
#contact_form input[type=text]:focus,#contact_form textarea:focus, #search:focus,
|
||||
#contact_form .de_light input[type=text]:focus, #contact_form .de_lighttextarea:focus, #contact_form .de_light #search:focus,
|
||||
.form-transparent input[type=text]:focus, .form-transparent textarea:focus, .form-transparent input[type=email]:focus
|
||||
{
|
||||
|
||||
border-color:#8BAD01;
|
||||
}
|
||||
|
||||
.box-fx .inner,
|
||||
.dark .box-fx .inner,
|
||||
.blog-list img,
|
||||
.arrow-up
|
||||
{
|
||||
border-bottom-color:#8BAD01;
|
||||
}
|
||||
|
||||
.arrow-down{
|
||||
border-top-color:#8BAD01;
|
||||
}
|
||||
|
||||
.callbacks_nav {
|
||||
background-color:#8BAD01;
|
||||
}
|
||||
|
||||
|
||||
.de_tab .de_nav li span {
|
||||
border-top: 3px solid #8BAD01;
|
||||
}
|
||||
|
||||
.feature-box-big-icon i:after {
|
||||
border-color: #8BAD01 transparent; /*same colour as the lower of the bubble's gradient*/
|
||||
}
|
||||
|
||||
.de_review li.active img{
|
||||
border:solid 4px #8BAD01;
|
||||
}
|
||||
|
||||
|
||||
|
154
project/static/css/colors/orange.css
Normal file
@ -0,0 +1,154 @@
|
||||
/* default color: #F86E4E */
|
||||
.bg-color,section.bg-color,
|
||||
section.call-to-action,
|
||||
#mainmenu li li a:hover,
|
||||
.price-row,
|
||||
.blog-list .date,
|
||||
.blog-read .date,
|
||||
.slider-info .text1,
|
||||
#filters a.selected,
|
||||
.btn-primary,
|
||||
.bg-id-color,
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus,
|
||||
.dropcap,
|
||||
.fullwidthbanner-container a.btn,
|
||||
.feature-box-big-icon i,
|
||||
#testimonial-full,
|
||||
.icon-deco i,
|
||||
.blog-list .date-box .day,
|
||||
.blog-read .date-box .day,
|
||||
.bloglist .date-box .day,
|
||||
.feature-box-small-icon .border,
|
||||
.small-border,
|
||||
#jpreBar,
|
||||
.date-post,
|
||||
.team-list .small-border,
|
||||
.de-team-list .small-border,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.owl-arrow span,
|
||||
.de-progress .progress-bar,
|
||||
#btn-close-x:hover,
|
||||
.box-fx .info,
|
||||
.de_tab.tab_steps .de_nav li span,
|
||||
.de_testi blockquote:before,
|
||||
#services-list li.active,
|
||||
#services-list li a:hover,
|
||||
.btn-more,
|
||||
.widget .small-border,
|
||||
.product img:hover,
|
||||
#btn-search,
|
||||
.de_tab.timeline li.active .dot,
|
||||
.custom-show:after,.custom-close:after,
|
||||
#back-to-top,
|
||||
a.btn-custom,
|
||||
.owl-custom-nav .btn-next:before,
|
||||
.owl-custom-nav .btn-prev:before,
|
||||
#mainmenu ul li:hover > a
|
||||
{
|
||||
background-color:#F86E4E;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#mainmenu li:hover > ul,
|
||||
.date-box .day,
|
||||
.slider_text h1,
|
||||
.id-color,
|
||||
.pricing-box li h1,
|
||||
.title span,
|
||||
i.large:hover,
|
||||
.feature-box-small-icon-2 i,
|
||||
address span i,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.price,
|
||||
#mainmenu a:hover,
|
||||
#mainmenu a.active,
|
||||
header.smaller #mainmenu a.active,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.dark .feature-box-small-icon i,
|
||||
a.btn-slider:after,
|
||||
.feature-box-small-icon i,
|
||||
a.btn-line:after,
|
||||
.team-list .social a,
|
||||
.de_contact_info i,
|
||||
.de_count,
|
||||
.dark .btn-line:hover:after, .dark a.btn-line:hover:after, .dark a.btn-line.hover:after,
|
||||
a.btn-text:after,
|
||||
.separator span i,
|
||||
address span strong,
|
||||
.de_tab.tab_steps .de_nav li span:hover,
|
||||
.de_testi_by,
|
||||
.pf_text,
|
||||
.widget_tags li a,
|
||||
.dark .btn-line:after, .dark a.btn-line:after,
|
||||
.crumb a,
|
||||
.btn-right:after,
|
||||
.btn-left:before,
|
||||
#mainmenu li a:after,
|
||||
.de_form input[type="radio"]:checked + label:before,
|
||||
.de_form input[type="checkbox"]:checked + label:before,
|
||||
#mainmenu li:hover > a,
|
||||
.expand h4:after
|
||||
{
|
||||
color:#F86E4E;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#filters a:hover,
|
||||
#filters a.selected,
|
||||
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus
|
||||
.feature-box-big-icon i:after,
|
||||
.social-icons i,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.product img:hover,
|
||||
#contact_form input[type=text]:focus,#contact_form textarea:focus, #search:focus,
|
||||
#contact_form .de_light input[type=text]:focus, #contact_form .de_lighttextarea:focus, #contact_form .de_light #search:focus,
|
||||
.form-transparent input[type=text]:focus, .form-transparent textarea:focus, .form-transparent input[type=email]:focus
|
||||
{
|
||||
|
||||
border-color:#F86E4E;
|
||||
}
|
||||
|
||||
.box-fx .inner,
|
||||
.dark .box-fx .inner,
|
||||
.blog-list img,
|
||||
.arrow-up
|
||||
{
|
||||
border-bottom-color:#F86E4E;
|
||||
}
|
||||
|
||||
.arrow-down{
|
||||
border-top-color:#F86E4E;
|
||||
}
|
||||
|
||||
.callbacks_nav {
|
||||
background-color:#F86E4E;
|
||||
}
|
||||
|
||||
|
||||
.de_tab .de_nav li span {
|
||||
border-top: 3px solid #F86E4E;
|
||||
}
|
||||
|
||||
.feature-box-big-icon i:after {
|
||||
border-color: #F86E4E transparent; /*same colour as the lower of the bubble's gradient*/
|
||||
}
|
||||
|
||||
.de_review li.active img{
|
||||
border:solid 4px #F86E4E;
|
||||
}
|
||||
|
||||
|
||||
|
154
project/static/css/colors/pink.css
Normal file
@ -0,0 +1,154 @@
|
||||
/* default color: #FE4365 */
|
||||
.bg-color,section.bg-color,
|
||||
section.call-to-action,
|
||||
#mainmenu li li a:hover,
|
||||
.price-row,
|
||||
.blog-list .date,
|
||||
.blog-read .date,
|
||||
.slider-info .text1,
|
||||
#filters a.selected,
|
||||
.btn-primary,
|
||||
.bg-id-color,
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus,
|
||||
.dropcap,
|
||||
.fullwidthbanner-container a.btn,
|
||||
.feature-box-big-icon i,
|
||||
#testimonial-full,
|
||||
.icon-deco i,
|
||||
.blog-list .date-box .day,
|
||||
.blog-read .date-box .day,
|
||||
.bloglist .date-box .day,
|
||||
.feature-box-small-icon .border,
|
||||
.small-border,
|
||||
#jpreBar,
|
||||
.date-post,
|
||||
.team-list .small-border,
|
||||
.de-team-list .small-border,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.owl-arrow span,
|
||||
.de-progress .progress-bar,
|
||||
#btn-close-x:hover,
|
||||
.box-fx .info,
|
||||
.de_tab.tab_steps .de_nav li span,
|
||||
.de_testi blockquote:before,
|
||||
#services-list li.active,
|
||||
#services-list li a:hover,
|
||||
.btn-more,
|
||||
.widget .small-border,
|
||||
.product img:hover,
|
||||
#btn-search,
|
||||
.de_tab.timeline li.active .dot,
|
||||
.custom-show:after,.custom-close:after,
|
||||
#back-to-top,
|
||||
a.btn-custom,
|
||||
.owl-custom-nav .btn-next:before,
|
||||
.owl-custom-nav .btn-prev:before,
|
||||
#mainmenu ul li:hover > a
|
||||
{
|
||||
background-color:#FE4365;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#mainmenu li:hover > ul,
|
||||
.date-box .day,
|
||||
.slider_text h1,
|
||||
.id-color,
|
||||
.pricing-box li h1,
|
||||
.title span,
|
||||
i.large:hover,
|
||||
.feature-box-small-icon-2 i,
|
||||
address span i,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.price,
|
||||
#mainmenu a:hover,
|
||||
#mainmenu a.active,
|
||||
header.smaller #mainmenu a.active,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.dark .feature-box-small-icon i,
|
||||
a.btn-slider:after,
|
||||
.feature-box-small-icon i,
|
||||
a.btn-line:after,
|
||||
.team-list .social a,
|
||||
.de_contact_info i,
|
||||
.de_count,
|
||||
.dark .btn-line:hover:after, .dark a.btn-line:hover:after, .dark a.btn-line.hover:after,
|
||||
a.btn-text:after,
|
||||
.separator span i,
|
||||
address span strong,
|
||||
.de_tab.tab_steps .de_nav li span:hover,
|
||||
.de_testi_by,
|
||||
.pf_text,
|
||||
.widget_tags li a,
|
||||
.dark .btn-line:after, .dark a.btn-line:after,
|
||||
.crumb a,
|
||||
.btn-right:after,
|
||||
.btn-left:before,
|
||||
#mainmenu li a:after,
|
||||
.de_form input[type="radio"]:checked + label:before,
|
||||
.de_form input[type="checkbox"]:checked + label:before,
|
||||
#mainmenu li:hover > a,
|
||||
.expand h4:after
|
||||
{
|
||||
color:#FE4365;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#filters a:hover,
|
||||
#filters a.selected,
|
||||
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus
|
||||
.feature-box-big-icon i:after,
|
||||
.social-icons i,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.product img:hover,
|
||||
#contact_form input[type=text]:focus,#contact_form textarea:focus, #search:focus,
|
||||
#contact_form .de_light input[type=text]:focus, #contact_form .de_lighttextarea:focus, #contact_form .de_light #search:focus,
|
||||
.form-transparent input[type=text]:focus, .form-transparent textarea:focus, .form-transparent input[type=email]:focus
|
||||
{
|
||||
|
||||
border-color:#FE4365;
|
||||
}
|
||||
|
||||
.box-fx .inner,
|
||||
.dark .box-fx .inner,
|
||||
.blog-list img,
|
||||
.arrow-up
|
||||
{
|
||||
border-bottom-color:#FE4365;
|
||||
}
|
||||
|
||||
.arrow-down{
|
||||
border-top-color:#FE4365;
|
||||
}
|
||||
|
||||
.callbacks_nav {
|
||||
background-color:#FE4365;
|
||||
}
|
||||
|
||||
|
||||
.de_tab .de_nav li span {
|
||||
border-top: 3px solid #FE4365;
|
||||
}
|
||||
|
||||
.feature-box-big-icon i:after {
|
||||
border-color: #FE4365 transparent; /*same colour as the lower of the bubble's gradient*/
|
||||
}
|
||||
|
||||
.de_review li.active img{
|
||||
border:solid 4px #FE4365;
|
||||
}
|
||||
|
||||
|
||||
|
154
project/static/css/colors/purple.css
Normal file
@ -0,0 +1,154 @@
|
||||
/* default color: #C762CB */
|
||||
.bg-color,section.bg-color,
|
||||
section.call-to-action,
|
||||
#mainmenu li li a:hover,
|
||||
.price-row,
|
||||
.blog-list .date,
|
||||
.blog-read .date,
|
||||
.slider-info .text1,
|
||||
#filters a.selected,
|
||||
.btn-primary,
|
||||
.bg-id-color,
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus,
|
||||
.dropcap,
|
||||
.fullwidthbanner-container a.btn,
|
||||
.feature-box-big-icon i,
|
||||
#testimonial-full,
|
||||
.icon-deco i,
|
||||
.blog-list .date-box .day,
|
||||
.blog-read .date-box .day,
|
||||
.bloglist .date-box .day,
|
||||
.feature-box-small-icon .border,
|
||||
.small-border,
|
||||
#jpreBar,
|
||||
.date-post,
|
||||
.team-list .small-border,
|
||||
.de-team-list .small-border,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.owl-arrow span,
|
||||
.de-progress .progress-bar,
|
||||
#btn-close-x:hover,
|
||||
.box-fx .info,
|
||||
.de_tab.tab_steps .de_nav li span,
|
||||
.de_testi blockquote:before,
|
||||
#services-list li.active,
|
||||
#services-list li a:hover,
|
||||
.btn-more,
|
||||
.widget .small-border,
|
||||
.product img:hover,
|
||||
#btn-search,
|
||||
.de_tab.timeline li.active .dot,
|
||||
.custom-show:after,.custom-close:after,
|
||||
#back-to-top,
|
||||
a.btn-custom,
|
||||
.owl-custom-nav .btn-next:before,
|
||||
.owl-custom-nav .btn-prev:before,
|
||||
#mainmenu ul li:hover > a
|
||||
{
|
||||
background-color:#C762CB;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#mainmenu li:hover > ul,
|
||||
.date-box .day,
|
||||
.slider_text h1,
|
||||
.id-color,
|
||||
.pricing-box li h1,
|
||||
.title span,
|
||||
i.large:hover,
|
||||
.feature-box-small-icon-2 i,
|
||||
address span i,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.price,
|
||||
#mainmenu a:hover,
|
||||
#mainmenu a.active,
|
||||
header.smaller #mainmenu a.active,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.dark .feature-box-small-icon i,
|
||||
a.btn-slider:after,
|
||||
.feature-box-small-icon i,
|
||||
a.btn-line:after,
|
||||
.team-list .social a,
|
||||
.de_contact_info i,
|
||||
.de_count,
|
||||
.dark .btn-line:hover:after, .dark a.btn-line:hover:after, .dark a.btn-line.hover:after,
|
||||
a.btn-text:after,
|
||||
.separator span i,
|
||||
address span strong,
|
||||
.de_tab.tab_steps .de_nav li span:hover,
|
||||
.de_testi_by,
|
||||
.pf_text,
|
||||
.widget_tags li a,
|
||||
.dark .btn-line:after, .dark a.btn-line:after,
|
||||
.crumb a,
|
||||
.btn-right:after,
|
||||
.btn-left:before,
|
||||
#mainmenu li a:after,
|
||||
.de_form input[type="radio"]:checked + label:before,
|
||||
.de_form input[type="checkbox"]:checked + label:before,
|
||||
#mainmenu li:hover > a,
|
||||
.expand h4:after
|
||||
{
|
||||
color:#C762CB;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#filters a:hover,
|
||||
#filters a.selected,
|
||||
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus
|
||||
.feature-box-big-icon i:after,
|
||||
.social-icons i,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.product img:hover,
|
||||
#contact_form input[type=text]:focus,#contact_form textarea:focus, #search:focus,
|
||||
#contact_form .de_light input[type=text]:focus, #contact_form .de_lighttextarea:focus, #contact_form .de_light #search:focus,
|
||||
.form-transparent input[type=text]:focus, .form-transparent textarea:focus, .form-transparent input[type=email]:focus
|
||||
{
|
||||
|
||||
border-color:#C762CB;
|
||||
}
|
||||
|
||||
.box-fx .inner,
|
||||
.dark .box-fx .inner,
|
||||
.blog-list img,
|
||||
.arrow-up
|
||||
{
|
||||
border-bottom-color:#C762CB;
|
||||
}
|
||||
|
||||
.arrow-down{
|
||||
border-top-color:#C762CB;
|
||||
}
|
||||
|
||||
.callbacks_nav {
|
||||
background-color:#C762CB;
|
||||
}
|
||||
|
||||
|
||||
.de_tab .de_nav li span {
|
||||
border-top: 3px solid #C762CB;
|
||||
}
|
||||
|
||||
.feature-box-big-icon i:after {
|
||||
border-color: #C762CB transparent; /*same colour as the lower of the bubble's gradient*/
|
||||
}
|
||||
|
||||
.de_review li.active img{
|
||||
border:solid 4px #C762CB;
|
||||
}
|
||||
|
||||
|
||||
|
154
project/static/css/colors/red.css
Normal file
@ -0,0 +1,154 @@
|
||||
/* default color: #ED4C4D */
|
||||
.bg-color,section.bg-color,
|
||||
section.call-to-action,
|
||||
#mainmenu li li a:hover,
|
||||
.price-row,
|
||||
.blog-list .date,
|
||||
.blog-read .date,
|
||||
.slider-info .text1,
|
||||
#filters a.selected,
|
||||
.btn-primary,
|
||||
.bg-id-color,
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus,
|
||||
.dropcap,
|
||||
.fullwidthbanner-container a.btn,
|
||||
.feature-box-big-icon i,
|
||||
#testimonial-full,
|
||||
.icon-deco i,
|
||||
.blog-list .date-box .day,
|
||||
.blog-read .date-box .day,
|
||||
.bloglist .date-box .day,
|
||||
.feature-box-small-icon .border,
|
||||
.small-border,
|
||||
#jpreBar,
|
||||
.date-post,
|
||||
.team-list .small-border,
|
||||
.de-team-list .small-border,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.owl-arrow span,
|
||||
.de-progress .progress-bar,
|
||||
#btn-close-x:hover,
|
||||
.box-fx .info,
|
||||
.de_tab.tab_steps .de_nav li span,
|
||||
.de_testi blockquote:before,
|
||||
#services-list li.active,
|
||||
#services-list li a:hover,
|
||||
.btn-more,
|
||||
.widget .small-border,
|
||||
.product img:hover,
|
||||
#btn-search,
|
||||
.de_tab.timeline li.active .dot,
|
||||
.custom-show:after,.custom-close:after,
|
||||
#back-to-top,
|
||||
a.btn-custom,
|
||||
.owl-custom-nav .btn-next:before,
|
||||
.owl-custom-nav .btn-prev:before,
|
||||
#mainmenu ul li:hover > a
|
||||
{
|
||||
background-color:#ED4C4D;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#mainmenu li:hover > ul,
|
||||
.date-box .day,
|
||||
.slider_text h1,
|
||||
.id-color,
|
||||
.pricing-box li h1,
|
||||
.title span,
|
||||
i.large:hover,
|
||||
.feature-box-small-icon-2 i,
|
||||
address span i,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.price,
|
||||
#mainmenu a:hover,
|
||||
#mainmenu a.active,
|
||||
header.smaller #mainmenu a.active,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.dark .feature-box-small-icon i,
|
||||
a.btn-slider:after,
|
||||
.feature-box-small-icon i,
|
||||
a.btn-line:after,
|
||||
.team-list .social a,
|
||||
.de_contact_info i,
|
||||
.de_count,
|
||||
.dark .btn-line:hover:after, .dark a.btn-line:hover:after, .dark a.btn-line.hover:after,
|
||||
a.btn-text:after,
|
||||
.separator span i,
|
||||
address span strong,
|
||||
.de_tab.tab_steps .de_nav li span:hover,
|
||||
.de_testi_by,
|
||||
.pf_text,
|
||||
.widget_tags li a,
|
||||
.dark .btn-line:after, .dark a.btn-line:after,
|
||||
.crumb a,
|
||||
.btn-right:after,
|
||||
.btn-left:before,
|
||||
#mainmenu li a:after,
|
||||
.de_form input[type="radio"]:checked + label:before,
|
||||
.de_form input[type="checkbox"]:checked + label:before,
|
||||
#mainmenu li:hover > a,
|
||||
.expand h4:after
|
||||
{
|
||||
color:#ED4C4D;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#filters a:hover,
|
||||
#filters a.selected,
|
||||
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus
|
||||
.feature-box-big-icon i:after,
|
||||
.social-icons i,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.product img:hover,
|
||||
#contact_form input[type=text]:focus,#contact_form textarea:focus, #search:focus,
|
||||
#contact_form .de_light input[type=text]:focus, #contact_form .de_lighttextarea:focus, #contact_form .de_light #search:focus,
|
||||
.form-transparent input[type=text]:focus, .form-transparent textarea:focus, .form-transparent input[type=email]:focus
|
||||
{
|
||||
|
||||
border-color:#ED4C4D;
|
||||
}
|
||||
|
||||
.box-fx .inner,
|
||||
.dark .box-fx .inner,
|
||||
.blog-list img,
|
||||
.arrow-up
|
||||
{
|
||||
border-bottom-color:#ED4C4D;
|
||||
}
|
||||
|
||||
.arrow-down{
|
||||
border-top-color:#ED4C4D;
|
||||
}
|
||||
|
||||
.callbacks_nav {
|
||||
background-color:#ED4C4D;
|
||||
}
|
||||
|
||||
|
||||
.de_tab .de_nav li span {
|
||||
border-top: 3px solid #ED4C4D;
|
||||
}
|
||||
|
||||
.feature-box-big-icon i:after {
|
||||
border-color: #ED4C4D transparent; /*same colour as the lower of the bubble's gradient*/
|
||||
}
|
||||
|
||||
.de_review li.active img{
|
||||
border:solid 4px #ED4C4D;
|
||||
}
|
||||
|
||||
|
||||
|
161
project/static/css/colors/yellow.css
Normal file
@ -0,0 +1,161 @@
|
||||
/* default color: #FAB702 */
|
||||
.bg-color,section.bg-color,
|
||||
section.call-to-action,
|
||||
#mainmenu li li a:hover,
|
||||
.price-row,
|
||||
.blog-list .date,
|
||||
.blog-read .date,
|
||||
.slider-info .text1,
|
||||
#filters a.selected,
|
||||
.btn-primary,
|
||||
.bg-id-color,
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus,
|
||||
.dropcap,
|
||||
.fullwidthbanner-container a.btn,
|
||||
.feature-box-big-icon i,
|
||||
#testimonial-full,
|
||||
.icon-deco i,
|
||||
.blog-list .date-box .day,
|
||||
.blog-read .date-box .day,
|
||||
.bloglist .date-box .day,
|
||||
.feature-box-small-icon .border,
|
||||
.small-border,
|
||||
#jpreBar,
|
||||
.date-post,
|
||||
.team-list .small-border,
|
||||
.de-team-list .small-border,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.owl-arrow span,
|
||||
.de-progress .progress-bar,
|
||||
#btn-close-x:hover,
|
||||
.box-fx .info,
|
||||
.de_tab.tab_steps .de_nav li span,
|
||||
.de_testi blockquote:before,
|
||||
#services-list li.active,
|
||||
#services-list li a:hover,
|
||||
.btn-more,
|
||||
.widget .small-border,
|
||||
.product img:hover,
|
||||
#btn-search,
|
||||
.de_tab.timeline li.active .dot,
|
||||
.custom-show:after,.custom-close:after,
|
||||
#back-to-top,
|
||||
a.btn-custom,
|
||||
.owl-custom-nav .btn-next:before,
|
||||
.owl-custom-nav .btn-prev:before,
|
||||
#mainmenu ul li:hover > a,
|
||||
.pricing-s1 .ribbon,
|
||||
a.btn-slider.btn-color
|
||||
{
|
||||
background-color:#FAB702;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#mainmenu li:hover > ul,
|
||||
.date-box .day,
|
||||
.slider_text h1,
|
||||
.id-color,
|
||||
.pricing-box li h1,
|
||||
.title span,
|
||||
i.large:hover,
|
||||
.feature-box-small-icon-2 i,
|
||||
address span i,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.price,
|
||||
#mainmenu a:hover,
|
||||
#mainmenu a.active,
|
||||
header.smaller #mainmenu a.active,
|
||||
.pricing-dark .pricing-box li.price-row,
|
||||
.dark .feature-box-small-icon i,
|
||||
a.btn-slider:after,
|
||||
.feature-box-small-icon i,
|
||||
a.btn-line:after,
|
||||
.team-list .social a,
|
||||
.de_contact_info i,
|
||||
.de_count,
|
||||
.dark .btn-line:hover:after, .dark a.btn-line:hover:after, .dark a.btn-line.hover:after,
|
||||
a.btn-text:after,
|
||||
.separator span i,
|
||||
address span strong,
|
||||
.de_tab.tab_steps .de_nav li span:hover,
|
||||
.de_testi_by,
|
||||
.pf_text,
|
||||
.widget_tags li a,
|
||||
.dark .btn-line:after, .dark a.btn-line:after,
|
||||
.crumb a,
|
||||
.btn-right:after,
|
||||
.btn-left:before,
|
||||
#mainmenu li a:after,
|
||||
.de_form input[type="radio"]:checked + label:before,
|
||||
.de_form input[type="checkbox"]:checked + label:before,
|
||||
#mainmenu li:hover > a,
|
||||
.expand h4:after,
|
||||
.pricing-s1 .bottom ul li i
|
||||
{
|
||||
color:#FAB702;
|
||||
}
|
||||
|
||||
.feature-box i,
|
||||
#filters a:hover,
|
||||
#filters a.selected,
|
||||
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > span,
|
||||
.pagination > .active > a:hover,
|
||||
.pagination > .active > span:hover,
|
||||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus
|
||||
.feature-box-big-icon i:after,
|
||||
.social-icons i,
|
||||
.btn-line:hover,a.btn-line:hover,
|
||||
.btn-line.hover,a.btn-line.hover,
|
||||
.product img:hover,
|
||||
#contact_form input[type=text]:focus,#contact_form textarea:focus, #search:focus,
|
||||
#contact_form .de_light input[type=text]:focus, #contact_form .de_lighttextarea:focus, #contact_form .de_light #search:focus,
|
||||
.form-transparent input[type=text]:focus, .form-transparent textarea:focus, .form-transparent input[type=email]:focus,
|
||||
a.btn-slider.btn-color
|
||||
{
|
||||
|
||||
border-color:#FAB702;
|
||||
}
|
||||
|
||||
.box-fx .inner,
|
||||
.dark .box-fx .inner,
|
||||
.blog-list img,
|
||||
.arrow-up
|
||||
{
|
||||
border-bottom-color:#FAB702;
|
||||
}
|
||||
|
||||
.arrow-down{
|
||||
border-top-color:#FAB702;
|
||||
}
|
||||
|
||||
.callbacks_nav {
|
||||
background-color:#FAB702;
|
||||
}
|
||||
|
||||
|
||||
.de_tab .de_nav li span {
|
||||
border-top: 3px solid #FAB702;
|
||||
}
|
||||
|
||||
.feature-box-big-icon i:after {
|
||||
border-color: #FAB702 transparent; /*same colour as the lower of the bubble's gradient*/
|
||||
}
|
||||
|
||||
.de_review li.active img{
|
||||
border:solid 4px #FAB702;
|
||||
}
|
||||
|
||||
blockquote.s1{
|
||||
border-left-color:#FAB702;
|
||||
}
|
||||
|
||||
|
102
project/static/css/flexslider.css
Normal file
@ -0,0 +1,102 @@
|
||||
/*
|
||||
* jQuery FlexSlider v2.2.0
|
||||
* http://www.woothemes.com/flexslider/
|
||||
*
|
||||
* Copyright 2012 WooThemes
|
||||
* Free to use under the GPLv2 license.
|
||||
* http://www.gnu.org/licenses/gpl-2.0.html
|
||||
*
|
||||
* Contributing author: Tyler Smith (@mbmufffin)
|
||||
*/
|
||||
|
||||
|
||||
/* Browser Resets
|
||||
*********************************/
|
||||
.flex-container a:active,
|
||||
.flexslider a:active,
|
||||
.flex-container a:focus,
|
||||
.flexslider a:focus {outline: none;}
|
||||
.slides,
|
||||
.flex-control-nav,
|
||||
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
|
||||
|
||||
/* Icon Fonts
|
||||
*********************************/
|
||||
/* Font-face Icons */
|
||||
@font-face {
|
||||
font-family: "font-awesome/fonts/FontAwesome";
|
||||
src: url('font-awesome/fonts/fontawesome-webfont.eot');
|
||||
src: url('font-awesome/fonts/fontawesome-webfont.eot?#iefix') format('eot'),
|
||||
url('font-awesome/fonts/fontawesome-webfont.woff') format('woff'),
|
||||
url('font-awesome/fonts/fontawesome-webfont.ttf') format('truetype'),
|
||||
url('font-awesome/fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
/* FlexSlider Necessary Styles
|
||||
*********************************/
|
||||
.flexslider {margin: 0; padding: 0;}
|
||||
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
|
||||
.flexslider .slides img {width: 100%; display: block;}
|
||||
.flex-pauseplay span {text-transform: capitalize;}
|
||||
|
||||
/* Clearfix for the .slides element */
|
||||
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
|
||||
html[xmlns] .slides {display: block;}
|
||||
* html .slides {height: 1%;}
|
||||
|
||||
/* No JavaScript Fallback */
|
||||
/* If you are not using another script, such as Modernizr, make sure you
|
||||
* include js that eliminates this class on page load */
|
||||
.no-js .slides > li:first-child {display: block;}
|
||||
|
||||
/* FlexSlider Default Theme
|
||||
*********************************/
|
||||
.flexslider { margin: 0; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;
|
||||
border: 0 !important; margin-top: -1.4em !important;z-index: 0}
|
||||
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
|
||||
.loading .flex-viewport { max-height: 300px; }
|
||||
.flexslider .slides { zoom: 1; }
|
||||
.carousel li { margin-right: 5px; }
|
||||
|
||||
/* Direction Nav */
|
||||
.flex-direction-nav {*height: 0;}
|
||||
.flex-direction-nav a { font-size:0; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 45%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
|
||||
.flex-direction-nav .flex-prev { left: 0px; }
|
||||
.flex-direction-nav .flex-next { right: 0px; text-align: right; }
|
||||
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
|
||||
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
|
||||
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
|
||||
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
|
||||
.flex-direction-nav a:before { font-family: "flexslider-icon"; font-size: 32px; display: inline-block; content: '\f001'; font-family: 'FontAwesome'; content:"\f060"; color:#fff; text-shadow:none; font-weight:300; }
|
||||
.flex-direction-nav a.flex-next:before { content: '\f061'; }
|
||||
|
||||
/* Pause/Play */
|
||||
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
|
||||
.flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
|
||||
.flex-pauseplay a:hover { opacity: 1; }
|
||||
.flex-pauseplay a.flex-play:before { content: '\f003'; }
|
||||
|
||||
/* Control Nav */
|
||||
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
|
||||
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
|
||||
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
|
||||
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
|
||||
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
|
||||
|
||||
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
|
||||
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
|
||||
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
|
||||
.flex-control-thumbs img:hover {opacity: 1;}
|
||||
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
|
||||
|
||||
@media screen and (max-width: 860px) {
|
||||
.flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
|
||||
.flex-direction-nav .flex-next { opacity: 1; right: 10px;}
|
||||
}
|
||||
|
||||
.blog-slider .slides li{
|
||||
margin:0 !important;
|
||||
padding:0 !important;
|
||||
}
|
43
project/static/css/font-style-2.css
Normal file
@ -0,0 +1,43 @@
|
||||
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700');
|
||||
|
||||
body{
|
||||
font-family: 'Rubik',Arial, Helvetica, sans-serif;
|
||||
font-size:14px;
|
||||
font-weight:300;
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6,
|
||||
.big-white,
|
||||
.ultra-big-white,
|
||||
.de_tab.tab_steps .de_nav li span,
|
||||
.teaser-text,
|
||||
.text-slider,
|
||||
#mainmenu,
|
||||
.btn,
|
||||
a.btn,
|
||||
.btn-line,
|
||||
a.btn-line,
|
||||
#filters{
|
||||
font-family: 'Montserrat',Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6,
|
||||
.de_tab.tab_steps .de_nav li span
|
||||
{
|
||||
letter-spacing:0;
|
||||
text-transform:none;
|
||||
}
|
||||
|
||||
.blog-list h3, .blog-read h3{
|
||||
font-size:22px;
|
||||
}
|
||||
|
||||
.ultra-big-white{
|
||||
font-size:52px;
|
||||
letter-spacing:5px;
|
||||
}
|
||||
|
||||
.text-slider{
|
||||
font-size:60px;
|
||||
letter-spacing:5px;
|
||||
}
|
48
project/static/css/jpreloader.css
Normal file
@ -0,0 +1,48 @@
|
||||
#jpreOverlay {
|
||||
background-color: #000000;
|
||||
position:absolute;
|
||||
width:100%;
|
||||
height:100%;
|
||||
}
|
||||
#jpreSlide{
|
||||
font-size:22px;
|
||||
color:#ccc;
|
||||
text-align:center;
|
||||
width:50%;
|
||||
height:30%;
|
||||
}
|
||||
#jpreLoader{
|
||||
width:400px;
|
||||
height:2px;
|
||||
background:#111;
|
||||
border-radius:25px;
|
||||
-moz-border-radius:25px;
|
||||
-webkit-border-radius:25px;
|
||||
}
|
||||
|
||||
#jpreBar {
|
||||
background:#222;
|
||||
border-radius:25px;
|
||||
-moz-border-radius:25px;
|
||||
-webkit-border-radius:25px;
|
||||
}
|
||||
|
||||
#jprePercentage {
|
||||
color:#111;
|
||||
z-index:-1;
|
||||
font-family:Arial,Helvetica,sans-serif;
|
||||
text-align:center;
|
||||
margin-top:10px;
|
||||
font-size:96px;
|
||||
margin-top:-10px;
|
||||
}
|
||||
|
||||
#jSplash{
|
||||
line-height:200%;
|
||||
}
|
||||
|
||||
#jSplash section{
|
||||
padding:0;
|
||||
display:block;
|
||||
background:none !important;
|
||||
}
|
63
project/static/css/jquery.countdown.css
Normal file
@ -0,0 +1,63 @@
|
||||
/* jQuery Countdown styles 2.0.0. */
|
||||
/* modified */
|
||||
|
||||
.is-countdown {
|
||||
}
|
||||
.countdown-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.countdown-holding span {
|
||||
color: #888;
|
||||
}
|
||||
.countdown-row {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
padding: 0px 2px;
|
||||
text-align: center;
|
||||
}
|
||||
.countdown-show1 .countdown-section {
|
||||
width: 98%;
|
||||
}
|
||||
.countdown-show2 .countdown-section {
|
||||
width: 48%;
|
||||
}
|
||||
.countdown-show3 .countdown-section {
|
||||
width: 32.5%;
|
||||
}
|
||||
.countdown-show4 .countdown-section {
|
||||
width: 24.5%;
|
||||
}
|
||||
.countdown-show5 .countdown-section {
|
||||
width: 19.5%;
|
||||
}
|
||||
.countdown-show6 .countdown-section {
|
||||
width: 16.25%;
|
||||
}
|
||||
.countdown-show7 .countdown-section {
|
||||
width: 14%;
|
||||
}
|
||||
.countdown-section {
|
||||
display: block;
|
||||
float: left;
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
color:rgba(255,255,255,.6);
|
||||
text-transform:uppercase;
|
||||
letter-spacing:1px;
|
||||
}
|
||||
.countdown-amount {
|
||||
font-family:"Dosis";
|
||||
font-size: 72px;
|
||||
color:#fff;
|
||||
}
|
||||
.countdown-period {
|
||||
font-family:"Dosis";
|
||||
display: block;
|
||||
width:70px;
|
||||
margin:0 auto;
|
||||
margin-top:5px;
|
||||
}
|
||||
.countdown-descr {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
1
project/static/css/jquery.mb.YTPlayer.min.css
vendored
Normal file
929
project/static/css/let-it-snow.css
Normal file
@ -0,0 +1,929 @@
|
||||
|
||||
.let-it-snow { position: relative }
|
||||
|
||||
.lis-flake,
|
||||
.lis-flake--js {
|
||||
position: absolute;
|
||||
background: #fff;
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 0 4px #fff
|
||||
}
|
||||
|
||||
.lis-flake--js { opacity: .2 }
|
||||
|
||||
.lis-flake--stuck {
|
||||
position: absolute;
|
||||
background: #fff;
|
||||
border-radius: 50%;
|
||||
opacity: .7;
|
||||
transition: all .3s ease
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(-n+33) {
|
||||
-moz-animation: snow1 8s linear infinite;
|
||||
-webkit-animation: snow1 8s linear infinite;
|
||||
animation: snow1 8s linear infinite
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(n+33) {
|
||||
-moz-animation: snow2 8s 4s linear infinite;
|
||||
-webkit-animation: snow2 8s 4s linear infinite;
|
||||
animation: snow2 8s 4s linear infinite
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(n+66) {
|
||||
-moz-animation: snow3 8s 6s linear infinite;
|
||||
-webkit-animation: snow3 8s 6s linear infinite;
|
||||
animation: snow3 8s 6s linear infinite
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(1) {
|
||||
left: 79%;
|
||||
top: -210px;
|
||||
width: 4px;
|
||||
height: 5px;
|
||||
transform: rotate(39deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(2) {
|
||||
left: 12%;
|
||||
top: -500px;
|
||||
width: 6px;
|
||||
height: 5px;
|
||||
transform: rotate(58deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(3) {
|
||||
left: 6%;
|
||||
top: -40px;
|
||||
width: 2px;
|
||||
height: 5px;
|
||||
transform: rotate(2deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(4) {
|
||||
left: 35%;
|
||||
top: -340px;
|
||||
width: 3px;
|
||||
height: 3px;
|
||||
transform: rotate(17deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(5) {
|
||||
left: 34%;
|
||||
top: -680px;
|
||||
width: 2px;
|
||||
height: 5px;
|
||||
transform: rotate(92deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(6) {
|
||||
left: 9%;
|
||||
top: -780px;
|
||||
width: 1px;
|
||||
height: 2px;
|
||||
transform: rotate(26deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(7) {
|
||||
left: 27%;
|
||||
top: -340px;
|
||||
width: 2px;
|
||||
height: 1px;
|
||||
transform: rotate(8deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(8) {
|
||||
left: 12%;
|
||||
top: -310px;
|
||||
width: 6px;
|
||||
height: 4px;
|
||||
transform: rotate(80deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(9) {
|
||||
left: 21%;
|
||||
top: -100px;
|
||||
width: 5px;
|
||||
height: 1px;
|
||||
transform: rotate(53deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(10) {
|
||||
left: 30%;
|
||||
top: -690px;
|
||||
width: 3px;
|
||||
height: 1px;
|
||||
transform: rotate(74deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(11) {
|
||||
left: 23%;
|
||||
top: -920px;
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
transform: rotate(69deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(12) {
|
||||
left: 37%;
|
||||
top: -870px;
|
||||
width: 3px;
|
||||
height: 3px;
|
||||
transform: rotate(26deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(13) {
|
||||
left: 36%;
|
||||
top: -570px;
|
||||
width: 5px;
|
||||
height: 6px;
|
||||
transform: rotate(47deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(14) {
|
||||
left: 78%;
|
||||
top: -730px;
|
||||
width: 5px;
|
||||
height: 3px;
|
||||
transform: rotate(95deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(15) {
|
||||
left: 3%;
|
||||
top: -840px;
|
||||
width: 3px;
|
||||
height: 2px;
|
||||
transform: rotate(54deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(16) {
|
||||
left: 34%;
|
||||
top: -960px;
|
||||
width: 2px;
|
||||
height: 3px;
|
||||
transform: rotate(56deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(17) {
|
||||
left: 7%;
|
||||
top: -660px;
|
||||
width: 4px;
|
||||
height: 1px;
|
||||
transform: rotate(3deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(18) {
|
||||
left: 16%;
|
||||
top: -510px;
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
transform: rotate(75deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(19) {
|
||||
left: 77%;
|
||||
top: -760px;
|
||||
width: 3px;
|
||||
height: 1px;
|
||||
transform: rotate(77deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(20) {
|
||||
left: 98%;
|
||||
top: -240px;
|
||||
width: 4px;
|
||||
height: 1px;
|
||||
transform: rotate(18deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(21) {
|
||||
left: 71%;
|
||||
top: -540px;
|
||||
width: 6px;
|
||||
height: 5px;
|
||||
transform: rotate(65deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(22) {
|
||||
left: 64%;
|
||||
top: -650px;
|
||||
width: 2px;
|
||||
height: 5px;
|
||||
transform: rotate(96deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(23) {
|
||||
left: 65%;
|
||||
top: -70px;
|
||||
width: 1px;
|
||||
height: 3px;
|
||||
transform: rotate(94deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(24) {
|
||||
left: 76%;
|
||||
top: -970px;
|
||||
width: 3px;
|
||||
height: 4px;
|
||||
transform: rotate(63deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(25) {
|
||||
left: 79%;
|
||||
top: -830px;
|
||||
width: 3px;
|
||||
height: 4px;
|
||||
transform: rotate(86deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(26) {
|
||||
left: 18%;
|
||||
top: -540px;
|
||||
width: 2px;
|
||||
height: 5px;
|
||||
transform: rotate(60deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(27) {
|
||||
left: 99%;
|
||||
top: -500px;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
transform: rotate(28deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(28) {
|
||||
left: 5%;
|
||||
top: -270px;
|
||||
width: 6px;
|
||||
height: 3px;
|
||||
transform: rotate(57deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(29) {
|
||||
left: 64%;
|
||||
top: -630px;
|
||||
width: 5px;
|
||||
height: 3px;
|
||||
transform: rotate(24deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(30) {
|
||||
left: 4%;
|
||||
top: -130px;
|
||||
width: 4px;
|
||||
height: 1px;
|
||||
transform: rotate(70deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(31) {
|
||||
left: 59%;
|
||||
top: -340px;
|
||||
width: 4px;
|
||||
height: 6px;
|
||||
transform: rotate(65deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(32) {
|
||||
left: 44%;
|
||||
top: -100px;
|
||||
width: 1px;
|
||||
height: 6px;
|
||||
transform: rotate(49deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(33) {
|
||||
left: 15%;
|
||||
top: -870px;
|
||||
width: 2px;
|
||||
height: 6px;
|
||||
transform: rotate(38deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(34) {
|
||||
left: 76%;
|
||||
top: -490px;
|
||||
width: 2px;
|
||||
height: 5px;
|
||||
transform: rotate(65deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(35) {
|
||||
left: 93%;
|
||||
top: -320px;
|
||||
width: 1px;
|
||||
height: 5px;
|
||||
transform: rotate(23deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(36) {
|
||||
left: 4%;
|
||||
top: -620px;
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
transform: rotate(19deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(37) {
|
||||
left: 35%;
|
||||
top: -910px;
|
||||
width: 5px;
|
||||
height: 4px;
|
||||
transform: rotate(66deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(38) {
|
||||
left: 90%;
|
||||
top: -460px;
|
||||
width: 4px;
|
||||
height: 1px;
|
||||
transform: rotate(36deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(39) {
|
||||
left: 36%;
|
||||
top: -340px;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
transform: rotate(1deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(40) {
|
||||
left: 89%;
|
||||
top: -170px;
|
||||
width: 6px;
|
||||
height: 5px;
|
||||
transform: rotate(65deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(41) {
|
||||
left: 87%;
|
||||
top: -330px;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
transform: rotate(48deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(42) {
|
||||
left: 63%;
|
||||
top: -520px;
|
||||
width: 4px;
|
||||
height: 1px;
|
||||
transform: rotate(100deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(43) {
|
||||
left: 54%;
|
||||
top: -480px;
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
transform: rotate(69deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(44) {
|
||||
left: 4%;
|
||||
top: -290px;
|
||||
width: 4px;
|
||||
height: 5px;
|
||||
transform: rotate(89deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(45) {
|
||||
left: 19%;
|
||||
top: -430px;
|
||||
width: 2px;
|
||||
height: 6px;
|
||||
transform: rotate(73deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(46) {
|
||||
left: 18%;
|
||||
top: -290px;
|
||||
width: 6px;
|
||||
height: 5px;
|
||||
transform: rotate(95deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(47) {
|
||||
left: 65%;
|
||||
top: -680px;
|
||||
width: 5px;
|
||||
height: 3px;
|
||||
transform: rotate(100deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(48) {
|
||||
left: 21%;
|
||||
top: -390px;
|
||||
width: 2px;
|
||||
height: 4px;
|
||||
transform: rotate(70deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(49) {
|
||||
left: 63%;
|
||||
top: -600px;
|
||||
width: 4px;
|
||||
height: 2px;
|
||||
transform: rotate(44deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(50) {
|
||||
left: 34%;
|
||||
top: -10px;
|
||||
width: 6px;
|
||||
height: 3px;
|
||||
transform: rotate(68deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(51) {
|
||||
left: 91%;
|
||||
top: -400px;
|
||||
width: 2px;
|
||||
height: 6px;
|
||||
transform: rotate(97deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(52) {
|
||||
left: 1%;
|
||||
top: -740px;
|
||||
width: 4px;
|
||||
height: 2px;
|
||||
transform: rotate(8deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(53) {
|
||||
left: 28%;
|
||||
top: -160px;
|
||||
width: 2px;
|
||||
height: 5px;
|
||||
transform: rotate(45deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(54) {
|
||||
left: 28%;
|
||||
top: -170px;
|
||||
width: 2px;
|
||||
height: 4px;
|
||||
transform: rotate(84deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(55) {
|
||||
left: 71%;
|
||||
top: -710px;
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
transform: rotate(80deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(56) {
|
||||
left: 61%;
|
||||
top: -120px;
|
||||
width: 5px;
|
||||
height: 1px;
|
||||
transform: rotate(96deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(57) {
|
||||
left: 94%;
|
||||
top: -90px;
|
||||
width: 2px;
|
||||
height: 2px;
|
||||
transform: rotate(73deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(58) {
|
||||
left: 83%;
|
||||
top: 0px;
|
||||
width: 2px;
|
||||
height: 5px;
|
||||
transform: rotate(48deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(59) {
|
||||
left: 88%;
|
||||
top: -430px;
|
||||
width: 4px;
|
||||
height: 5px;
|
||||
transform: rotate(1deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(60) {
|
||||
left: 33%;
|
||||
top: -30px;
|
||||
width: 6px;
|
||||
height: 5px;
|
||||
transform: rotate(36deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(61) {
|
||||
left: 50%;
|
||||
top: -790px;
|
||||
width: 6px;
|
||||
height: 4px;
|
||||
transform: rotate(5deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(62) {
|
||||
left: 32%;
|
||||
top: -960px;
|
||||
width: 2px;
|
||||
height: 4px;
|
||||
transform: rotate(45deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(63) {
|
||||
left: 79%;
|
||||
top: -880px;
|
||||
width: 3px;
|
||||
height: 4px;
|
||||
transform: rotate(23deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(64) {
|
||||
left: 13%;
|
||||
top: -10px;
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
transform: rotate(9deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(65) {
|
||||
left: 92%;
|
||||
top: -340px;
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
transform: rotate(30deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(66) {
|
||||
left: 26%;
|
||||
top: -210px;
|
||||
width: 6px;
|
||||
height: 2px;
|
||||
transform: rotate(29deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(67) {
|
||||
left: 77%;
|
||||
top: -590px;
|
||||
width: 1px;
|
||||
height: 6px;
|
||||
transform: rotate(13deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(68) {
|
||||
left: 15%;
|
||||
top: -70px;
|
||||
width: 5px;
|
||||
height: 3px;
|
||||
transform: rotate(37deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(69) {
|
||||
left: 71%;
|
||||
top: -180px;
|
||||
width: 6px;
|
||||
height: 4px;
|
||||
transform: rotate(60deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(70) {
|
||||
left: 41%;
|
||||
top: -930px;
|
||||
width: 2px;
|
||||
height: 5px;
|
||||
transform: rotate(94deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(71) {
|
||||
left: 93%;
|
||||
top: -870px;
|
||||
width: 5px;
|
||||
height: 3px;
|
||||
transform: rotate(42deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(72) {
|
||||
left: 54%;
|
||||
top: -470px;
|
||||
width: 1px;
|
||||
height: 5px;
|
||||
transform: rotate(90deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(73) {
|
||||
left: 31%;
|
||||
top: -520px;
|
||||
width: 3px;
|
||||
height: 5px;
|
||||
transform: rotate(42deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(74) {
|
||||
left: 18%;
|
||||
top: -810px;
|
||||
width: 5px;
|
||||
height: 3px;
|
||||
transform: rotate(8deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(75) {
|
||||
left: 12%;
|
||||
top: -660px;
|
||||
width: 3px;
|
||||
height: 4px;
|
||||
transform: rotate(64deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(76) {
|
||||
left: 17%;
|
||||
top: -860px;
|
||||
width: 5px;
|
||||
height: 6px;
|
||||
transform: rotate(73deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(77) {
|
||||
left: 82%;
|
||||
top: -690px;
|
||||
width: 1px;
|
||||
height: 4px;
|
||||
transform: rotate(68deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(78) {
|
||||
left: 8%;
|
||||
top: -850px;
|
||||
width: 4px;
|
||||
height: 5px;
|
||||
transform: rotate(30deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(79) {
|
||||
left: 19%;
|
||||
top: -420px;
|
||||
width: 5px;
|
||||
height: 2px;
|
||||
transform: rotate(100deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(80) {
|
||||
left: 7%;
|
||||
top: -810px;
|
||||
width: 5px;
|
||||
height: 1px;
|
||||
transform: rotate(68deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(81) {
|
||||
left: 18%;
|
||||
top: -450px;
|
||||
width: 2px;
|
||||
height: 4px;
|
||||
transform: rotate(82deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(82) {
|
||||
left: 26%;
|
||||
top: -900px;
|
||||
width: 5px;
|
||||
height: 3px;
|
||||
transform: rotate(26deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(83) {
|
||||
left: 86%;
|
||||
top: -590px;
|
||||
width: 1px;
|
||||
height: 2px;
|
||||
transform: rotate(73deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(84) {
|
||||
left: 72%;
|
||||
top: -230px;
|
||||
width: 2px;
|
||||
height: 2px;
|
||||
transform: rotate(55deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(85) {
|
||||
left: 26%;
|
||||
top: -700px;
|
||||
width: 6px;
|
||||
height: 3px;
|
||||
transform: rotate(11deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(86) {
|
||||
left: 46%;
|
||||
top: -840px;
|
||||
width: 2px;
|
||||
height: 2px;
|
||||
transform: rotate(100deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(87) {
|
||||
left: 5%;
|
||||
top: -600px;
|
||||
width: 4px;
|
||||
height: 3px;
|
||||
transform: rotate(46deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(88) {
|
||||
left: 6%;
|
||||
top: -610px;
|
||||
width: 6px;
|
||||
height: 4px;
|
||||
transform: rotate(65deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(89) {
|
||||
left: 45%;
|
||||
top: -420px;
|
||||
width: 3px;
|
||||
height: 5px;
|
||||
transform: rotate(80deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(90) {
|
||||
left: 45%;
|
||||
top: -100px;
|
||||
width: 6px;
|
||||
height: 1px;
|
||||
transform: rotate(33deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(91) {
|
||||
left: 6%;
|
||||
top: -830px;
|
||||
width: 3px;
|
||||
height: 6px;
|
||||
transform: rotate(4deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(92) {
|
||||
left: 58%;
|
||||
top: -770px;
|
||||
width: 1px;
|
||||
height: 3px;
|
||||
transform: rotate(89deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(93) {
|
||||
left: 23%;
|
||||
top: -870px;
|
||||
width: 4px;
|
||||
height: 6px;
|
||||
transform: rotate(32deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(94) {
|
||||
left: 89%;
|
||||
top: -340px;
|
||||
width: 6px;
|
||||
height: 4px;
|
||||
transform: rotate(7deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(95) {
|
||||
left: 46%;
|
||||
top: -790px;
|
||||
width: 4px;
|
||||
height: 2px;
|
||||
transform: rotate(91deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(96) {
|
||||
left: 94%;
|
||||
top: -140px;
|
||||
width: 6px;
|
||||
height: 5px;
|
||||
transform: rotate(22deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(97) {
|
||||
left: 32%;
|
||||
top: -430px;
|
||||
width: 3px;
|
||||
height: 1px;
|
||||
transform: rotate(55deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(98) {
|
||||
left: 85%;
|
||||
top: -40px;
|
||||
width: 6px;
|
||||
height: 1px;
|
||||
transform: rotate(64deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(99) {
|
||||
left: 66%;
|
||||
top: -710px;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
transform: rotate(42deg)
|
||||
}
|
||||
|
||||
.lis-flake:nth-child(100) {
|
||||
left: 33%;
|
||||
top: -790px;
|
||||
width: 1px;
|
||||
height: 4px;
|
||||
transform: rotate(55deg)
|
||||
}
|
||||
@-moz-keyframes
|
||||
snow1 { 0% {
|
||||
-moz-transform:translate(-250px, 0);
|
||||
opacity:1
|
||||
}
|
||||
100% {
|
||||
-moz-transform:translate(250px, 1500px);
|
||||
opacity:0
|
||||
}
|
||||
}
|
||||
@-moz-keyframes
|
||||
snow2 { 0% {
|
||||
-moz-transform:translate(0, 0);
|
||||
opacity:1
|
||||
}
|
||||
100% {
|
||||
-moz-transform:translate(250px, 2500px);
|
||||
opacity:.5
|
||||
}
|
||||
}
|
||||
@-moz-keyframes
|
||||
snow3 { 0% {
|
||||
-moz-transform:translate(0, 0);
|
||||
opacity:1
|
||||
}
|
||||
100% {
|
||||
-moz-transform:translate(0, 2500px);
|
||||
opacity:.5
|
||||
}
|
||||
}
|
||||
@-webkit-keyframes
|
||||
snow1 { 0% {
|
||||
-webkit-transform:translate(-250px, 0);
|
||||
opacity:1
|
||||
}
|
||||
100% {
|
||||
-webkit-transform:translate(250px, 1500px);
|
||||
opacity:0
|
||||
}
|
||||
}
|
||||
@-webkit-keyframes
|
||||
snow2 { 0% {
|
||||
-webkit-transform:translate(0, 0);
|
||||
opacity:1
|
||||
}
|
||||
100% {
|
||||
-webkit-transform:translate(250px, 2500px);
|
||||
opacity:.5
|
||||
}
|
||||
}
|
||||
@-webkit-keyframes
|
||||
snow3 { 0% {
|
||||
-webkit-transform:translate(0, 0);
|
||||
opacity:1
|
||||
}
|
||||
100% {
|
||||
-webkit-transform:translate(0, 2500px);
|
||||
opacity:.5
|
||||
}
|
||||
}
|
||||
@keyframes
|
||||
snow1 { 0% {
|
||||
transform:translate(-250px, 0);
|
||||
opacity:1
|
||||
}
|
||||
100% {
|
||||
transform:translate(250px, 1500px);
|
||||
opacity:0
|
||||
}
|
||||
}
|
||||
@keyframes
|
||||
snow2 { 0% {
|
||||
transform:translate(0, 0);
|
||||
opacity:1
|
||||
}
|
||||
100% {
|
||||
transform:translate(250px, 2500px);
|
||||
opacity:.5
|
||||
}
|
||||
}
|
||||
@keyframes
|
||||
snow3 { 0% {
|
||||
transform:translate(0, 0);
|
||||
opacity:1
|
||||
}
|
||||
100% {
|
||||
transform:translate(0, 2500px);
|
||||
opacity:.5
|
||||
}
|
||||
}
|
||||
/*# sourceMappingURL=let-it-snow.css.map */
|
383
project/static/css/magnific-popup.css
Normal file
@ -0,0 +1,383 @@
|
||||
/* Magnific Popup CSS */
|
||||
.mfp-bg {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1042;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
background: #0b0b0b;
|
||||
opacity: 0.9;
|
||||
filter: alpha(opacity=90); }
|
||||
|
||||
.de_light .mfp-bg {
|
||||
background: #fff;
|
||||
opacity: .95;
|
||||
filter: alpha(opacity=95);
|
||||
}
|
||||
|
||||
.mfp-wrap {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1043;
|
||||
position: fixed;
|
||||
outline: none !important;
|
||||
-webkit-backface-visibility: hidden;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
-webkit-transform: translateZ(0);
|
||||
}
|
||||
|
||||
.mfp-container {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
padding: 0 8px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box; }
|
||||
|
||||
.mfp-container:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
vertical-align: middle; }
|
||||
|
||||
.mfp-align-top .mfp-container:before {
|
||||
display: none; }
|
||||
|
||||
.mfp-content {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin: 0 auto;
|
||||
text-align: left;
|
||||
z-index: 1045; }
|
||||
|
||||
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
|
||||
width: 100%;
|
||||
cursor: auto; }
|
||||
|
||||
.mfp-ajax-cur {
|
||||
cursor: progress; }
|
||||
|
||||
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
|
||||
cursor: -moz-zoom-out;
|
||||
cursor: -webkit-zoom-out;
|
||||
cursor: zoom-out; }
|
||||
|
||||
.mfp-zoom {
|
||||
cursor: pointer;
|
||||
cursor: -webkit-zoom-in;
|
||||
cursor: -moz-zoom-in;
|
||||
cursor: zoom-in; }
|
||||
|
||||
.mfp-auto-cursor .mfp-content {
|
||||
cursor: auto; }
|
||||
|
||||
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none; }
|
||||
|
||||
.mfp-loading.mfp-figure {
|
||||
display: none; }
|
||||
|
||||
.mfp-hide {
|
||||
display: none !important; }
|
||||
|
||||
.mfp-preloader {
|
||||
color: #CCC;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
width: auto;
|
||||
text-align: center;
|
||||
margin-top: -0.8em;
|
||||
left: 8px;
|
||||
right: 8px;
|
||||
z-index: 1044; }
|
||||
.mfp-preloader a {
|
||||
color: #CCC; }
|
||||
.mfp-preloader a:hover {
|
||||
color: #FFF; }
|
||||
|
||||
.mfp-s-ready .mfp-preloader {
|
||||
display: none; }
|
||||
|
||||
.mfp-s-error .mfp-content {
|
||||
display: none; }
|
||||
|
||||
button.mfp-close, button.mfp-arrow {
|
||||
overflow: visible;
|
||||
cursor: pointer;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
-webkit-appearance: none;
|
||||
display: block;
|
||||
outline: none;
|
||||
padding: 0;
|
||||
z-index: 1046;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
button::-moz-focus-inner {
|
||||
padding: 0;
|
||||
border: 0; }
|
||||
|
||||
.mfp-close {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
line-height: 44px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
opacity: 0.65;
|
||||
filter: alpha(opacity=65);
|
||||
padding: 0 0 18px 10px;
|
||||
color: #FFF;
|
||||
font-style: normal;
|
||||
font-size: 28px;
|
||||
font-family: Arial, Baskerville, monospace; }
|
||||
.mfp-close:hover, .mfp-close:focus {
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100); }
|
||||
.mfp-close:active {
|
||||
top: 1px; }
|
||||
|
||||
.mfp-close-btn-in .mfp-close {
|
||||
color: #333; }
|
||||
|
||||
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
|
||||
color: #FFF;
|
||||
right: -6px;
|
||||
text-align: right;
|
||||
padding-right: 6px;
|
||||
width: 100%; }
|
||||
|
||||
.mfp-counter {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
color: #CCC;
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
white-space: nowrap; }
|
||||
|
||||
.mfp-arrow {
|
||||
position: absolute;
|
||||
opacity: 0.65;
|
||||
filter: alpha(opacity=65);
|
||||
margin: 0;
|
||||
top: 50%;
|
||||
margin-top: -55px;
|
||||
padding: 0;
|
||||
width: 90px;
|
||||
height: 110px;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
|
||||
.mfp-arrow:active {
|
||||
margin-top: -54px; }
|
||||
.mfp-arrow:hover, .mfp-arrow:focus {
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100); }
|
||||
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
|
||||
content: '';
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
margin-top: 35px;
|
||||
margin-left: 35px;
|
||||
border: medium inset transparent; }
|
||||
.mfp-arrow:after, .mfp-arrow .mfp-a {
|
||||
border-top-width: 13px;
|
||||
border-bottom-width: 13px;
|
||||
top: 8px; }
|
||||
.mfp-arrow:before, .mfp-arrow .mfp-b {
|
||||
border-top-width: 21px;
|
||||
border-bottom-width: 21px;
|
||||
opacity: 0.7; }
|
||||
|
||||
.mfp-arrow-left {
|
||||
left: 0; }
|
||||
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
|
||||
border-right: 17px solid #FFF;
|
||||
margin-left: 31px; }
|
||||
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
|
||||
margin-left: 25px;
|
||||
border-right: 27px solid #3F3F3F; }
|
||||
|
||||
.mfp-arrow-right {
|
||||
right: 0; }
|
||||
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
|
||||
border-left: 17px solid #FFF;
|
||||
margin-left: 39px; }
|
||||
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
|
||||
border-left: 27px solid #3F3F3F; }
|
||||
|
||||
.mfp-iframe-holder {
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px; }
|
||||
.mfp-iframe-holder .mfp-content {
|
||||
line-height: 0;
|
||||
width: 100%;
|
||||
max-width: 900px; }
|
||||
.mfp-iframe-holder .mfp-close {
|
||||
top: -40px; }
|
||||
|
||||
.mfp-iframe-scaler {
|
||||
width: 100%;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
padding-top: 56.25%; }
|
||||
.mfp-iframe-scaler iframe {
|
||||
position: absolute;
|
||||
display: block;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
||||
background: #000; }
|
||||
|
||||
/* Main image in popup */
|
||||
img.mfp-img {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
line-height: 0;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
padding: 40px 0 40px;
|
||||
margin: 0 auto; }
|
||||
|
||||
/* The shadow behind the image */
|
||||
.mfp-figure {
|
||||
line-height: 0; }
|
||||
.mfp-figure:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 40px;
|
||||
bottom: 40px;
|
||||
display: block;
|
||||
right: 0;
|
||||
width: auto;
|
||||
height: auto;
|
||||
z-index: -1;
|
||||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
|
||||
background: #444; }
|
||||
.mfp-figure small {
|
||||
color: #BDBDBD;
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
line-height: 14px; }
|
||||
.mfp-figure figure {
|
||||
margin: 0; }
|
||||
|
||||
.mfp-bottom-bar {
|
||||
margin-top: -36px;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
cursor: auto; }
|
||||
|
||||
.mfp-title {
|
||||
text-align: left;
|
||||
line-height: 18px;
|
||||
color: #F3F3F3;
|
||||
word-wrap: break-word;
|
||||
padding-right: 36px; }
|
||||
|
||||
.mfp-image-holder .mfp-content {
|
||||
max-width: 100%; }
|
||||
|
||||
.mfp-gallery .mfp-image-holder .mfp-figure {
|
||||
cursor: pointer; }
|
||||
|
||||
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
|
||||
/**
|
||||
* Remove all paddings around the image on small screen
|
||||
*/
|
||||
.mfp-img-mobile .mfp-image-holder {
|
||||
padding-left: 0;
|
||||
padding-right: 0; }
|
||||
.mfp-img-mobile img.mfp-img {
|
||||
padding: 0; }
|
||||
.mfp-img-mobile .mfp-figure:after {
|
||||
top: 0;
|
||||
bottom: 0; }
|
||||
.mfp-img-mobile .mfp-figure small {
|
||||
display: inline;
|
||||
margin-left: 5px; }
|
||||
.mfp-img-mobile .mfp-bottom-bar {
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
bottom: 0;
|
||||
margin: 0;
|
||||
top: auto;
|
||||
padding: 3px 5px;
|
||||
position: fixed;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box; }
|
||||
.mfp-img-mobile .mfp-bottom-bar:empty {
|
||||
padding: 0; }
|
||||
.mfp-img-mobile .mfp-counter {
|
||||
right: 5px;
|
||||
top: 3px; }
|
||||
.mfp-img-mobile .mfp-close {
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
position: fixed;
|
||||
text-align: center;
|
||||
padding: 0; }
|
||||
}
|
||||
|
||||
@media all and (max-width: 900px) {
|
||||
.mfp-arrow {
|
||||
-webkit-transform: scale(0.75);
|
||||
transform: scale(0.75); }
|
||||
|
||||
.mfp-arrow-left {
|
||||
-webkit-transform-origin: 0;
|
||||
transform-origin: 0; }
|
||||
|
||||
.mfp-arrow-right {
|
||||
-webkit-transform-origin: 100%;
|
||||
transform-origin: 100%; }
|
||||
|
||||
.mfp-container {
|
||||
padding-left: 6px;
|
||||
padding-right: 6px; }
|
||||
}
|
||||
|
||||
.mfp-ie7 .mfp-img {
|
||||
padding: 0; }
|
||||
.mfp-ie7 .mfp-bottom-bar {
|
||||
width: 600px;
|
||||
left: 50%;
|
||||
margin-left: -300px;
|
||||
margin-top: 5px;
|
||||
padding-bottom: 5px; }
|
||||
.mfp-ie7 .mfp-container {
|
||||
padding: 0; }
|
||||
.mfp-ie7 .mfp-content {
|
||||
padding-top: 44px; }
|
||||
.mfp-ie7 .mfp-close {
|
||||
top: 0;
|
||||
right: 0;
|
||||
padding-top: 0; }
|
0
project/static/css/non-responsive.css
Normal file
71
project/static/css/owl.carousel.css
Normal file
@ -0,0 +1,71 @@
|
||||
/*
|
||||
* Core Owl Carousel CSS File
|
||||
* v1.3.3
|
||||
*/
|
||||
|
||||
/* clearfix */
|
||||
.owl-carousel .owl-wrapper:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
line-height: 0;
|
||||
height: 0;
|
||||
}
|
||||
/* display none until init */
|
||||
.owl-carousel{
|
||||
display: none;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
-ms-touch-action: pan-y;
|
||||
}
|
||||
.owl-carousel .owl-wrapper{
|
||||
display: none;
|
||||
position: relative;
|
||||
-webkit-transform: translate3d(0px, 0px, 0px);
|
||||
}
|
||||
.owl-carousel .owl-wrapper-outer{
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
.owl-carousel .owl-wrapper-outer.autoHeight{
|
||||
-webkit-transition: height 500ms ease-in-out;
|
||||
-moz-transition: height 500ms ease-in-out;
|
||||
-ms-transition: height 500ms ease-in-out;
|
||||
-o-transition: height 500ms ease-in-out;
|
||||
transition: height 500ms ease-in-out;
|
||||
}
|
||||
|
||||
.owl-carousel .owl-item{
|
||||
float: left;
|
||||
}
|
||||
.owl-controls .owl-page,
|
||||
.owl-controls .owl-buttons div{
|
||||
cursor: pointer;
|
||||
}
|
||||
.owl-controls {
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
/* mouse grab icon */
|
||||
.grabbing {
|
||||
cursor:url(grabbing.png) 8 8, move;
|
||||
}
|
||||
|
||||
/* fix */
|
||||
.owl-carousel .owl-wrapper,
|
||||
.owl-carousel .owl-item{
|
||||
-webkit-backface-visibility: hidden;
|
||||
-moz-backface-visibility: hidden;
|
||||
-ms-backface-visibility: hidden;
|
||||
-webkit-transform: translate3d(0,0,0);
|
||||
-moz-transform: translate3d(0,0,0);
|
||||
-ms-transform: translate3d(0,0,0);
|
||||
}
|
||||
|
79
project/static/css/owl.theme.css
Normal file
@ -0,0 +1,79 @@
|
||||
/*
|
||||
* Owl Carousel Owl Demo Theme
|
||||
* v1.3.3
|
||||
*/
|
||||
|
||||
.owl-theme .owl-controls{
|
||||
margin-top: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Styling Next and Prev buttons */
|
||||
|
||||
.owl-theme .owl-controls .owl-buttons div{
|
||||
color: #FFF;
|
||||
display: inline-block;
|
||||
zoom: 1;
|
||||
*display: inline;/*IE7 life-saver */
|
||||
margin: 5px;
|
||||
padding: 3px 10px;
|
||||
font-size: 12px;
|
||||
-webkit-border-radius: 30px;
|
||||
-moz-border-radius: 30px;
|
||||
border-radius: 30px;
|
||||
background: #869791;
|
||||
filter: Alpha(Opacity=50);/*IE7 fix*/
|
||||
opacity: 0.5;
|
||||
}
|
||||
/* Clickable class fix problem with hover on touch devices */
|
||||
/* Use it for non-touch hover action */
|
||||
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
|
||||
filter: Alpha(Opacity=100);/*IE7 fix*/
|
||||
opacity: 1;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Styling Pagination*/
|
||||
|
||||
.owl-theme .owl-controls .owl-page{
|
||||
display: inline-block;
|
||||
zoom: 1;
|
||||
*display: inline;/*IE7 life-saver */
|
||||
}
|
||||
.owl-theme .owl-controls .owl-page span{
|
||||
display: block;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin: 5px 7px;
|
||||
filter: Alpha(Opacity=50);/*IE7 fix*/
|
||||
opacity: 0.5;
|
||||
-webkit-border-radius: 20px;
|
||||
-moz-border-radius: 20px;
|
||||
border-radius: 20px;
|
||||
background: #869791;
|
||||
}
|
||||
|
||||
.owl-theme .owl-controls .owl-page.active span,
|
||||
.owl-theme .owl-controls.clickable .owl-page:hover span{
|
||||
filter: Alpha(Opacity=100);/*IE7 fix*/
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* If PaginationNumbers is true */
|
||||
|
||||
.owl-theme .owl-controls .owl-page span.owl-numbers{
|
||||
height: auto;
|
||||
width: auto;
|
||||
color: #FFF;
|
||||
padding: 2px 10px;
|
||||
font-size: 12px;
|
||||
-webkit-border-radius: 30px;
|
||||
-moz-border-radius: 30px;
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
/* preloading images */
|
||||
.owl-item.loading{
|
||||
min-height: 150px;
|
||||
background: url(AjaxLoader.gif) no-repeat center center
|
||||
}
|
163
project/static/css/owl.transitions.css
Normal file
@ -0,0 +1,163 @@
|
||||
/*
|
||||
* Owl Carousel CSS3 Transitions
|
||||
* v1.3.2
|
||||
*/
|
||||
|
||||
.owl-origin {
|
||||
-webkit-perspective: 1200px;
|
||||
-webkit-perspective-origin-x : 50%;
|
||||
-webkit-perspective-origin-y : 50%;
|
||||
-moz-perspective : 1200px;
|
||||
-moz-perspective-origin-x : 50%;
|
||||
-moz-perspective-origin-y : 50%;
|
||||
perspective : 1200px;
|
||||
}
|
||||
/* fade */
|
||||
.owl-fade-out {
|
||||
z-index: 10;
|
||||
-webkit-animation: fadeOut .7s both ease;
|
||||
-moz-animation: fadeOut .7s both ease;
|
||||
animation: fadeOut .7s both ease;
|
||||
}
|
||||
.owl-fade-in {
|
||||
-webkit-animation: fadeIn .7s both ease;
|
||||
-moz-animation: fadeIn .7s both ease;
|
||||
animation: fadeIn .7s both ease;
|
||||
}
|
||||
/* backSlide */
|
||||
.owl-backSlide-out {
|
||||
-webkit-animation: backSlideOut 1s both ease;
|
||||
-moz-animation: backSlideOut 1s both ease;
|
||||
animation: backSlideOut 1s both ease;
|
||||
}
|
||||
.owl-backSlide-in {
|
||||
-webkit-animation: backSlideIn 1s both ease;
|
||||
-moz-animation: backSlideIn 1s both ease;
|
||||
animation: backSlideIn 1s both ease;
|
||||
}
|
||||
/* goDown */
|
||||
.owl-goDown-out {
|
||||
-webkit-animation: scaleToFade .7s ease both;
|
||||
-moz-animation: scaleToFade .7s ease both;
|
||||
animation: scaleToFade .7s ease both;
|
||||
}
|
||||
.owl-goDown-in {
|
||||
-webkit-animation: goDown .6s ease both;
|
||||
-moz-animation: goDown .6s ease both;
|
||||
animation: goDown .6s ease both;
|
||||
}
|
||||
/* scaleUp */
|
||||
.owl-fadeUp-in {
|
||||
-webkit-animation: scaleUpFrom .5s ease both;
|
||||
-moz-animation: scaleUpFrom .5s ease both;
|
||||
animation: scaleUpFrom .5s ease both;
|
||||
}
|
||||
|
||||
.owl-fadeUp-out {
|
||||
-webkit-animation: scaleUpTo .5s ease both;
|
||||
-moz-animation: scaleUpTo .5s ease both;
|
||||
animation: scaleUpTo .5s ease both;
|
||||
}
|
||||
/* Keyframes */
|
||||
/*empty*/
|
||||
@-webkit-keyframes empty {
|
||||
0% {opacity: 1}
|
||||
}
|
||||
@-moz-keyframes empty {
|
||||
0% {opacity: 1}
|
||||
}
|
||||
@keyframes empty {
|
||||
0% {opacity: 1}
|
||||
}
|
||||
@-webkit-keyframes fadeIn {
|
||||
0% { opacity:0; }
|
||||
100% { opacity:1; }
|
||||
}
|
||||
@-moz-keyframes fadeIn {
|
||||
0% { opacity:0; }
|
||||
100% { opacity:1; }
|
||||
}
|
||||
@keyframes fadeIn {
|
||||
0% { opacity:0; }
|
||||
100% { opacity:1; }
|
||||
}
|
||||
@-webkit-keyframes fadeOut {
|
||||
0% { opacity:1; }
|
||||
100% { opacity:0; }
|
||||
}
|
||||
@-moz-keyframes fadeOut {
|
||||
0% { opacity:1; }
|
||||
100% { opacity:0; }
|
||||
}
|
||||
@keyframes fadeOut {
|
||||
0% { opacity:1; }
|
||||
100% { opacity:0; }
|
||||
}
|
||||
@-webkit-keyframes backSlideOut {
|
||||
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
|
||||
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
|
||||
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
|
||||
}
|
||||
@-moz-keyframes backSlideOut {
|
||||
25% { opacity: .5; -moz-transform: translateZ(-500px); }
|
||||
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
|
||||
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
|
||||
}
|
||||
@keyframes backSlideOut {
|
||||
25% { opacity: .5; transform: translateZ(-500px); }
|
||||
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
|
||||
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
|
||||
}
|
||||
@-webkit-keyframes backSlideIn {
|
||||
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
|
||||
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
|
||||
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
|
||||
}
|
||||
@-moz-keyframes backSlideIn {
|
||||
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
|
||||
75% { opacity: .5; -moz-transform: translateZ(-500px); }
|
||||
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
|
||||
}
|
||||
@keyframes backSlideIn {
|
||||
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
|
||||
75% { opacity: .5; transform: translateZ(-500px); }
|
||||
100% { opacity: 1; transform: translateZ(0) translateX(0); }
|
||||
}
|
||||
@-webkit-keyframes scaleToFade {
|
||||
to { opacity: 0; -webkit-transform: scale(.8); }
|
||||
}
|
||||
@-moz-keyframes scaleToFade {
|
||||
to { opacity: 0; -moz-transform: scale(.8); }
|
||||
}
|
||||
@keyframes scaleToFade {
|
||||
to { opacity: 0; transform: scale(.8); }
|
||||
}
|
||||
@-webkit-keyframes goDown {
|
||||
from { -webkit-transform: translateY(-100%); }
|
||||
}
|
||||
@-moz-keyframes goDown {
|
||||
from { -moz-transform: translateY(-100%); }
|
||||
}
|
||||
@keyframes goDown {
|
||||
from { transform: translateY(-100%); }
|
||||
}
|
||||
|
||||
@-webkit-keyframes scaleUpFrom {
|
||||
from { opacity: 0; -webkit-transform: scale(1.5); }
|
||||
}
|
||||
@-moz-keyframes scaleUpFrom {
|
||||
from { opacity: 0; -moz-transform: scale(1.5); }
|
||||
}
|
||||
@keyframes scaleUpFrom {
|
||||
from { opacity: 0; transform: scale(1.5); }
|
||||
}
|
||||
|
||||
@-webkit-keyframes scaleUpTo {
|
||||
to { opacity: 0; -webkit-transform: scale(1.5); }
|
||||
}
|
||||
@-moz-keyframes scaleUpTo {
|
||||
to { opacity: 0; -moz-transform: scale(1.5); }
|
||||
}
|
||||
@keyframes scaleUpTo {
|
||||
to { opacity: 0; transform: scale(1.5); }
|
||||
}
|
299
project/static/css/plugin.css
Normal file
@ -0,0 +1,299 @@
|
||||
@charset "utf-8";
|
||||
/* CSS Document */
|
||||
|
||||
/* ================================================== */
|
||||
/* isotope */
|
||||
/* ================================================== */
|
||||
.isotope,
|
||||
.isotope .isotope-item {
|
||||
/* change duration value to whatever you like */
|
||||
-webkit-transition-duration: 0.8s;
|
||||
-moz-transition-duration: 0.8s;
|
||||
-ms-transition-duration: 0.8s;
|
||||
-o-transition-duration: 0.8s;
|
||||
transition-duration: 0.8s;
|
||||
}
|
||||
|
||||
.isotope {
|
||||
-webkit-transition-property: height, width;
|
||||
-moz-transition-property: height, width;
|
||||
-ms-transition-property: height, width;
|
||||
-o-transition-property: height, width;
|
||||
transition-property: height, width;
|
||||
}
|
||||
|
||||
.isotope .isotope-item {
|
||||
-webkit-transition-property: -webkit-transform, opacity;
|
||||
-moz-transition-property: -moz-transform, opacity;
|
||||
-ms-transition-property: -ms-transform, opacity;
|
||||
-o-transition-property: -o-transform, opacity;
|
||||
transition-property: transform, opacity;
|
||||
}
|
||||
|
||||
/**** disabling Isotope CSS3 transitions ****/
|
||||
|
||||
.isotope.no-transition,
|
||||
.isotope.no-transition .isotope-item,
|
||||
.isotope .isotope-item.no-transition {
|
||||
-webkit-transition-duration: 0s;
|
||||
-moz-transition-duration: 0s;
|
||||
-ms-transition-duration: 0s;
|
||||
-o-transition-duration: 0s;
|
||||
transition-duration: 0s;
|
||||
}
|
||||
|
||||
#filters {
|
||||
font-size:12px;
|
||||
letter-spacing:1px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin-bottom: 20px;
|
||||
font-weight:400;
|
||||
}
|
||||
|
||||
#filters li {
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#filters a {
|
||||
outline:none;
|
||||
padding: 10px 20px 8px 20px;
|
||||
color: #888;
|
||||
font-size:11px;
|
||||
letter-spacing:3px;
|
||||
text-decoration: none;
|
||||
text-transform:uppercase;
|
||||
background:#eee;
|
||||
border:none !important;
|
||||
}
|
||||
|
||||
#filters a {
|
||||
color:#888;
|
||||
border: solid 1px #555;
|
||||
}
|
||||
|
||||
#filters a:hover {
|
||||
background:#111;
|
||||
}
|
||||
|
||||
#filters a.selected {
|
||||
color: #111;
|
||||
}
|
||||
|
||||
.isotope-item {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.isotope-hidden.isotope-item {
|
||||
pointer-events: none;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* -------------------------------------------------- */
|
||||
/* flex slider */
|
||||
/* -------------------------------------------------- */
|
||||
.flexslider {
|
||||
width: 100%;
|
||||
background: none;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.control-slider {
|
||||
float: right;
|
||||
display: inline-block;
|
||||
margin-right: -10px;
|
||||
}
|
||||
|
||||
.prev-slider, .next-slider {
|
||||
float: left;
|
||||
display: block;
|
||||
text-align: center;
|
||||
margin-top: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.prev-slider i, .next-slider i {
|
||||
border: solid 1px #ccc;
|
||||
padding: 5px 10px 5px 10px;
|
||||
}
|
||||
|
||||
.prev-slider i:hover, .next-slider i:hover {
|
||||
color: #fff;
|
||||
border: solid 1px #333;
|
||||
background: #333;
|
||||
}
|
||||
|
||||
.prev-slider {
|
||||
margin-right: -5px;
|
||||
}
|
||||
|
||||
.project-carousel ul.slides, .project-carousel-3-col ul.slides{
|
||||
margin-top: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.logo-carousel .flex-direction-nav,
|
||||
.project-carousel .flex-control-nav,
|
||||
.project-carousel .flex-direction-nav,
|
||||
.project-carousel-3-col .flex-control-nav,
|
||||
.project-carousel-3-col .flex-direction-nav {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.logo-carousel.no-control .flex-control-nav{
|
||||
display:none;
|
||||
}
|
||||
|
||||
.logo-carousel li img {
|
||||
width: auto !important;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* flex slider - testi slider */
|
||||
#testimonial-full {
|
||||
text-align: center;
|
||||
padding: 10px 0 10px 0;
|
||||
text-shadow:none;
|
||||
}
|
||||
|
||||
#testimonial-full blockquote {
|
||||
color: #fff;
|
||||
border: none !important;
|
||||
margin: 0;
|
||||
font-size: 18px;
|
||||
font-family:"Raleway";
|
||||
font-weight:300;
|
||||
font-style:normal;
|
||||
line-height:1.5em;
|
||||
text-transform:uppercase;
|
||||
letter-spacing:3px;
|
||||
}
|
||||
|
||||
#testimonial-full span{
|
||||
letter-spacing:0;
|
||||
margin-top:20px;
|
||||
text-transform:none;
|
||||
}
|
||||
|
||||
.testi-slider .flex-control-nav {
|
||||
position: absolute !important;
|
||||
margin-top: -50px !important;
|
||||
}
|
||||
|
||||
.testi-slider .flex-direction-nav {
|
||||
display: none;
|
||||
}
|
||||
/* Control Nav */
|
||||
.testi-slider .flex-control-nav {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
bottom: -40px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.testi-slider .flex-control-nav li {
|
||||
margin: 0 6px;
|
||||
display: inline-block;
|
||||
zoom: 1;
|
||||
*display: inline;
|
||||
}
|
||||
|
||||
.testi-slider .flex-control-paging li a {
|
||||
background: none;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
display: block;
|
||||
border: solid 1px #fff;
|
||||
cursor: pointer;
|
||||
text-indent: -9999px;
|
||||
-webkit-border-radius: 20px;
|
||||
-moz-border-radius: 20px;
|
||||
-o-border-radius: 20px;
|
||||
border-radius: 20px;
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
-o-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.testi-slider .flex-control-paging li a:hover {
|
||||
border: solid 1px #fff;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.testi-slider .flex-control-paging li a.flex-active {
|
||||
border: solid 1px #fff;
|
||||
cursor: default;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* ================================================== */
|
||||
/* jquery totop */
|
||||
/* ================================================== */
|
||||
#toTop {
|
||||
z-index: 1555;
|
||||
display: none;
|
||||
text-decoration: none;
|
||||
position: fixed;
|
||||
bottom: 10px;
|
||||
right: 10px;
|
||||
overflow: hidden;
|
||||
width: 51px;
|
||||
height: 51px;
|
||||
border: none;
|
||||
text-indent: -999px;
|
||||
background: url(../images/ui.totop.png) no-repeat left top;
|
||||
}
|
||||
#toTopHover {
|
||||
background: url(../images/ui.totop.png) no-repeat left -51px;
|
||||
width: 51px;
|
||||
height: 51px;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
float: left;
|
||||
}
|
||||
#toTop:active, #toTop:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.owl-theme .owl-controls .owl-page span{
|
||||
background:#fff !important;
|
||||
margin-top:30px;
|
||||
width:5px;
|
||||
height:5px;
|
||||
}
|
||||
|
||||
|
||||
.typed-cursor{
|
||||
opacity: 1;
|
||||
-webkit-animation: blink 0.7s infinite;
|
||||
-moz-animation: blink 0.7s infinite;
|
||||
animation: blink 0.7s infinite;
|
||||
}
|
||||
@keyframes blink{
|
||||
0% { opacity:1; }
|
||||
50% { opacity:0; }
|
||||
100% { opacity:1; }
|
||||
}
|
||||
@-webkit-keyframes blink{
|
||||
0% { opacity:1; }
|
||||
50% { opacity:0; }
|
||||
100% { opacity:1; }
|
||||
}
|
||||
@-moz-keyframes blink{
|
||||
0% { opacity:1; }
|
||||
50% { opacity:0; }
|
||||
100% { opacity:1; }
|
||||
}
|
178
project/static/css/prettyPhoto.css
Normal file
@ -0,0 +1,178 @@
|
||||
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
|
||||
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
|
||||
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
|
||||
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
|
||||
div.pp_default .pp_content .ppt{color:#f8f8f8}
|
||||
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
|
||||
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
|
||||
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
|
||||
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
|
||||
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
|
||||
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
|
||||
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
|
||||
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
|
||||
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
|
||||
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
|
||||
div.pp_default .pp_social{margin-top:7px}
|
||||
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
|
||||
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
|
||||
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
|
||||
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
|
||||
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
|
||||
div.pp_default .pp_content_container .pp_details{margin-top:5px}
|
||||
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
|
||||
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
|
||||
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
|
||||
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
|
||||
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
|
||||
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
|
||||
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
|
||||
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
|
||||
|
||||
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
|
||||
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
|
||||
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
|
||||
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
|
||||
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
|
||||
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
|
||||
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
|
||||
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
|
||||
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
|
||||
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
|
||||
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
|
||||
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
|
||||
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
|
||||
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
|
||||
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
|
||||
|
||||
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
|
||||
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
|
||||
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
|
||||
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
|
||||
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
|
||||
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
|
||||
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
|
||||
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
|
||||
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
|
||||
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
|
||||
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
|
||||
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
|
||||
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
|
||||
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
|
||||
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
|
||||
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
|
||||
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
|
||||
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
|
||||
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
|
||||
|
||||
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
|
||||
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
|
||||
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
|
||||
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
|
||||
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
|
||||
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
|
||||
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
|
||||
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
|
||||
div.dark_square .pp_nav{clear:none}
|
||||
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
|
||||
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
|
||||
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
|
||||
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
|
||||
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
|
||||
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
|
||||
|
||||
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
|
||||
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
|
||||
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
|
||||
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
|
||||
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
|
||||
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
|
||||
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
|
||||
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
|
||||
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
|
||||
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
|
||||
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
|
||||
|
||||
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
|
||||
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
|
||||
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
|
||||
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
|
||||
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
|
||||
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
|
||||
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
|
||||
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
|
||||
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
|
||||
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
|
||||
div.facebook .pp_description{margin:0 37px 0 0}
|
||||
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
|
||||
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
|
||||
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
|
||||
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
|
||||
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
|
||||
div.facebook .pp_nav{margin-top:0}
|
||||
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
|
||||
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
|
||||
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
|
||||
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
|
||||
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
|
||||
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
|
||||
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
|
||||
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
|
||||
|
||||
div.pp_pic_holder a:focus{outline:none}
|
||||
div.pp_overlay{background:#333;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
|
||||
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
|
||||
.pp_content{height:40px;min-width:40px}
|
||||
* html .pp_content{width:40px}
|
||||
.pp_content_container{position:relative;text-align:left;width:100%}
|
||||
.pp_content_container .pp_left{padding-left:20px}
|
||||
.pp_content_container .pp_right{padding-right:20px}
|
||||
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
|
||||
.pp_description{display:none;margin:0}
|
||||
.pp_social{float:left;margin:0; display:none;}
|
||||
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
|
||||
.pp_social .twitter{float:left}
|
||||
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
|
||||
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
|
||||
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
|
||||
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
|
||||
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
|
||||
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
|
||||
.pp_gallery div{float:left;overflow:hidden;position:relative}
|
||||
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
|
||||
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
|
||||
.pp_gallery ul a img{border:0}
|
||||
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
|
||||
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
|
||||
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
|
||||
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
|
||||
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
|
||||
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
|
||||
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
|
||||
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
|
||||
#pp_full_res{line-height:1!important}
|
||||
#pp_full_res .pp_inline{text-align:left}
|
||||
#pp_full_res .pp_inline p{margin:0 0 15px}
|
||||
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
|
||||
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
|
||||
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
|
||||
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
|
||||
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
|
||||
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
|
||||
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
|
||||
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
|
||||
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
|
||||
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
|
||||
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
|
||||
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
|
||||
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
|
||||
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
|
||||
.pp_top,.pp_bottom{height:20px;position:relative}
|
||||
* html .pp_top,* html .pp_bottom{padding:0 20px}
|
||||
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
|
||||
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
|
||||
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
|
||||
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
|
||||
.pp_fade,.pp_gallery li.default a img{display:none}
|
||||
|
||||
.currentTextHolder{display:none;}
|
132
project/static/css/rev-settings.css
Normal file
@ -0,0 +1,132 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Raleway:300,500,600,700,900,400);
|
||||
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
|
||||
@import url(http://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
|
||||
|
||||
html {
|
||||
overflow-x:hidden;
|
||||
padding: 0 !important;
|
||||
background:#fff;
|
||||
margin:0px !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#revolution-slider{
|
||||
font-family:"Raleway";
|
||||
}
|
||||
|
||||
.tp-caption{
|
||||
font-size:14px;
|
||||
font-weight:300;
|
||||
}
|
||||
|
||||
.tp-caption.teaser{
|
||||
letter-spacing:5px;
|
||||
}
|
||||
|
||||
.tp-caption br{
|
||||
margin-bottom:5px;
|
||||
}
|
||||
|
||||
.tparrows{ top:50% !important;}
|
||||
|
||||
.med{
|
||||
font-size:24px;
|
||||
letter-spacing:-.5px;
|
||||
}
|
||||
|
||||
|
||||
.med-white{
|
||||
color:#fff;
|
||||
font-size:24px;
|
||||
letter-spacing:-.5px;
|
||||
}
|
||||
.med-green{
|
||||
color:#1a8b49;
|
||||
font-size:24px;
|
||||
letter-spacing:-.5px;
|
||||
}
|
||||
.small-white{
|
||||
color:#fff;
|
||||
line-height:1.7em;
|
||||
}
|
||||
|
||||
.big-black{
|
||||
font-size:52px;
|
||||
letter-spacing:-3px;
|
||||
color:#222;
|
||||
}
|
||||
|
||||
.big-white{
|
||||
font-family:"Dosis";
|
||||
font-size:16px;
|
||||
color:#fff;
|
||||
line-height:normal;
|
||||
font-weight:300;
|
||||
text-transform:uppercase;
|
||||
letter-spacing:6px;
|
||||
}
|
||||
|
||||
.ultra-big-white{
|
||||
font-family:"Dosis";
|
||||
font-size:72px;
|
||||
font-weight:300;
|
||||
letter-spacing:10px;
|
||||
color:#fff;
|
||||
margin:0;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
.ultra-big-black{
|
||||
font-size:96px;
|
||||
font-weight:400;
|
||||
color:#222;
|
||||
margin:0;
|
||||
line-height:72px;
|
||||
}
|
||||
|
||||
a.btn-slider{
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
a.btn-slider:hover{
|
||||
color:#222;
|
||||
}
|
||||
|
||||
.fullwidthbanner-container a.btn{
|
||||
text-transform:uppercase;
|
||||
letter-spacing:1px;
|
||||
color:#fff !important;
|
||||
font-weight:700;
|
||||
padding:10px 20px 10px 20px;
|
||||
border-radius:0;
|
||||
-moz-border-radius:0;
|
||||
-webkit-border-radius:0;
|
||||
}
|
||||
|
||||
.tp-caption.separator {
|
||||
width:100px;
|
||||
border-bottom:solid 1px rgba(255,255,255,.3);
|
||||
}
|
||||
|
||||
/* new added */
|
||||
|
||||
.uppercase{
|
||||
text-transform:uppercase;
|
||||
}
|
||||
|
||||
.small-size{
|
||||
font-size:14px;
|
||||
font-weight:800;
|
||||
letter-spacing:5px;
|
||||
}
|
||||
|
||||
.ultra-size{
|
||||
font-size:120px;
|
||||
font-weight:800;
|
||||
}
|
||||
|
||||
.white{
|
||||
color:#ffffff;
|
||||
}
|
186
project/static/css/social-buttons.css
Normal file
@ -0,0 +1,186 @@
|
||||
/*============================================================================
|
||||
Social Icon Buttons v1.0
|
||||
Author:
|
||||
Carson Shold | @cshold
|
||||
http://www.carsonshold.com
|
||||
MIT License
|
||||
==============================================================================*/
|
||||
@font-face {
|
||||
font-family: 'icons';
|
||||
src: url("fonts/icons.eot?social");
|
||||
src: url("fonts/icons.eot?#iefixsocial") format("embedded-opentype"), url("fonts/icons.woff?social") format("woff"), url("fonts/icons.ttf?social") format("truetype"), url("fonts/icons.svg?social#icons") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal; }
|
||||
[class^="icon-"], [class*=" icon-"] {
|
||||
font-family: 'icons';
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale; }
|
||||
|
||||
.icon-fancy:before {
|
||||
content: "\46"; }
|
||||
|
||||
.icon-twitter:before {
|
||||
content: "\54"; }
|
||||
|
||||
.icon-facebook:before {
|
||||
content: "\66"; }
|
||||
|
||||
.icon-google:before {
|
||||
content: "\67"; }
|
||||
|
||||
.icon-pinterest:before {
|
||||
content: "\70"; }
|
||||
|
||||
/*================ Social share buttons ================*/
|
||||
.social-sharing {
|
||||
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
/*================ Large Buttons ================*/ }
|
||||
.social-sharing * {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box; }
|
||||
.social-sharing a {
|
||||
display: inline-block;
|
||||
color: #fff;
|
||||
border-radius: 2px;
|
||||
margin: 0 10px 10px 0;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
text-decoration: none;
|
||||
font-weight: normal; }
|
||||
.social-sharing a:hover {
|
||||
color: #fff; }
|
||||
.social-sharing span {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
font-size: 12px; }
|
||||
.social-sharing .icon {
|
||||
padding: 0 5px 0 10px; }
|
||||
.social-sharing .icon:before {
|
||||
line-height: 22px; }
|
||||
.social-sharing.is-large a {
|
||||
height: 44px;
|
||||
line-height: 44px; }
|
||||
.social-sharing.is-large a span {
|
||||
height: 44px;
|
||||
line-height: 44px;
|
||||
font-size: 18px; }
|
||||
.social-sharing.is-large a .icon {
|
||||
padding: 0 10px 0 18px; }
|
||||
.social-sharing.is-large a .icon:before {
|
||||
line-height: 44px; }
|
||||
|
||||
.share-title {
|
||||
font-weight: 900;
|
||||
font-size: 12px;
|
||||
padding-right: 10px; }
|
||||
.is-large .share-title {
|
||||
padding-right: 16px; }
|
||||
|
||||
.share-facebook {
|
||||
background-color: #3b5998; }
|
||||
.share-facebook:hover {
|
||||
background-color: #2d4373; }
|
||||
|
||||
.share-twitter {
|
||||
background-color: #00aced; }
|
||||
.share-twitter:hover {
|
||||
background-color: #0087ba; }
|
||||
|
||||
.share-pinterest {
|
||||
background-color: #cb2027; }
|
||||
.share-pinterest:hover {
|
||||
background-color: #9f191f; }
|
||||
|
||||
.share-fancy {
|
||||
background-color: #4999dc; }
|
||||
.share-fancy:hover {
|
||||
background-color: #2780cb; }
|
||||
|
||||
.share-google {
|
||||
background-color: #dd4b39; }
|
||||
.share-google:hover {
|
||||
background-color: #c23321; }
|
||||
|
||||
.share-count {
|
||||
position: relative;
|
||||
background-color: white;
|
||||
padding: 0 8px;
|
||||
margin-right: -2px;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
color: #333;
|
||||
border-radius: 0 2px 2px 0;
|
||||
border: 1px solid #ececec;
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.2s ease-in;
|
||||
-moz-transition: opacity 0.2s ease-in;
|
||||
-o-transition: opacity 0.2s ease-in;
|
||||
transition: opacity 0.2s ease-in; }
|
||||
.share-count.is-loaded {
|
||||
opacity: 1; }
|
||||
.share-count:before, .share-count:after {
|
||||
content: '';
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -6px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-top: 6px solid transparent;
|
||||
border-bottom: 6px solid transparent;
|
||||
border-right: 6px solid; }
|
||||
.share-count:before {
|
||||
left: -6px;
|
||||
border-right-color: #ececec; }
|
||||
.share-count:after {
|
||||
left: -5px;
|
||||
border-right-color: white; }
|
||||
a:hover .share-count {
|
||||
background-color: whitesmoke; }
|
||||
a:hover .share-count:after {
|
||||
border-right-color: whitesmoke; }
|
||||
.is-large .share-count {
|
||||
font-size: 18px;
|
||||
padding: 0 14px; }
|
||||
|
||||
/*================ Clean Buttons ================*/
|
||||
.social-sharing.is-clean a {
|
||||
background-color: #fff;
|
||||
border: 1px solid #ececec;
|
||||
color: #333;
|
||||
height: 30px;
|
||||
line-height: 30px; }
|
||||
.social-sharing.is-clean a span {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
font-size: 13px; }
|
||||
.social-sharing.is-clean a:hover {
|
||||
background-color: #ececec; }
|
||||
.social-sharing.is-clean a:hover .share-count {
|
||||
background-color: white; }
|
||||
.social-sharing.is-clean a:hover .share-count:after {
|
||||
border-right-color: white; }
|
||||
.social-sharing.is-clean a .share-title {
|
||||
font-weight: normal; }
|
||||
.social-sharing.is-clean .share-count {
|
||||
top: -1px; }
|
||||
.social-sharing.is-clean .icon-facebook {
|
||||
color: #3b5998; }
|
||||
.social-sharing.is-clean .icon-twitter {
|
||||
color: #00aced; }
|
||||
.social-sharing.is-clean .icon-pinterest {
|
||||
color: #cb2027; }
|
||||
.social-sharing.is-clean .icon-fancy {
|
||||
color: #4999dc; }
|
||||
.social-sharing.is-clean .icon-google {
|
||||
color: #dd4b39; }
|
5971
project/static/css/style.css
Normal file
1832
project/static/fonts/elegant_font/HTML_CSS/fonts/ElegantIcons.svg
Normal file
After Width: | Height: | Size: 271 KiB |
3019
project/static/fonts/elegant_font/HTML_CSS/index.html
Normal file
387
project/static/fonts/elegant_font/HTML_CSS/lte-ie7.js
Normal file
@ -0,0 +1,387 @@
|
||||
/* Load this script using conditional IE comments if you need to support IE 7 and IE 6. */
|
||||
|
||||
window.onload = function() {
|
||||
function addIcon(el, entity) {
|
||||
var html = el.innerHTML;
|
||||
el.innerHTML = '<span style="font-family: \'ElegantIcons\'">' + entity + '</span>' + html;
|
||||
}
|
||||
var icons = {
|
||||
'arrow_up' : '!',
|
||||
'arrow_down' : '"',
|
||||
'arrow_left' : '#',
|
||||
'arrow_right' : '$',
|
||||
'arrow_left-up' : '%',
|
||||
'arrow_right-up' : '&',
|
||||
'arrow_right-down' : ''',
|
||||
'arrow_left-down' : '(',
|
||||
'arrow-up-down' : ')',
|
||||
'arrow_up-down_alt' : '*',
|
||||
'arrow_left-right_alt' : '+',
|
||||
'arrow_left-right' : ',',
|
||||
'arrow_expand_alt2' : '-',
|
||||
'arrow_expand_alt' : '.',
|
||||
'arrow_condense' : '/',
|
||||
'arrow_expand' : '0',
|
||||
'arrow_move' : '1',
|
||||
'arrow_carrot-up' : '2',
|
||||
'arrow_carrot-down' : '3',
|
||||
'arrow_carrot-left' : '4',
|
||||
'arrow_carrot-right' : '5',
|
||||
'arrow_carrot-2up' : '6',
|
||||
'arrow_carrot-2down' : '7',
|
||||
'arrow_carrot-2left' : '8',
|
||||
'arrow_carrot-2right' : '9',
|
||||
'arrow_carrot-up_alt2' : ':',
|
||||
'arrow_carrot-down_alt2' : ';',
|
||||
'arrow_carrot-left_alt2' : '<',
|
||||
'arrow_carrot-right_alt2' : '=',
|
||||
'arrow_carrot-2up_alt2' : '>',
|
||||
'arrow_carrot-2down_alt2' : '?',
|
||||
'arrow_carrot-2left_alt2' : '@',
|
||||
'arrow_carrot-2right_alt2' : 'A',
|
||||
'arrow_triangle-up' : 'B',
|
||||
'arrow_triangle-down' : 'C',
|
||||
'arrow_triangle-left' : 'D',
|
||||
'arrow_triangle-right' : 'E',
|
||||
'arrow_triangle-up_alt2' : 'F',
|
||||
'arrow_triangle-down_alt2' : 'G',
|
||||
'arrow_triangle-left_alt2' : 'H',
|
||||
'arrow_triangle-right_alt2' : 'I',
|
||||
'arrow_back' : 'J',
|
||||
'icon_minus-06' : 'K',
|
||||
'icon_plus' : 'L',
|
||||
'icon_close' : 'M',
|
||||
'icon_check' : 'N',
|
||||
'icon_minus_alt2' : 'O',
|
||||
'icon_plus_alt2' : 'P',
|
||||
'icon_close_alt2' : 'Q',
|
||||
'icon_check_alt2' : 'R',
|
||||
'icon_zoom-out_alt' : 'S',
|
||||
'icon_zoom-in_alt' : 'T',
|
||||
'icon_search' : 'U',
|
||||
'icon_box-empty' : 'V',
|
||||
'icon_box-selected' : 'W',
|
||||
'icon_minus-box' : 'X',
|
||||
'icon_plus-box' : 'Y',
|
||||
'icon_box-checked' : 'Z',
|
||||
'icon_circle-empty' : '[',
|
||||
'icon_circle-slelected' : '\',
|
||||
'icon_stop_alt2' : ']',
|
||||
'icon_stop' : '^',
|
||||
'icon_pause_alt2' : '_',
|
||||
'icon_pause' : '`',
|
||||
'icon_menu' : 'a',
|
||||
'icon_menu-square_alt2' : 'b',
|
||||
'icon_menu-circle_alt2' : 'c',
|
||||
'icon_ul' : 'd',
|
||||
'icon_ol' : 'e',
|
||||
'icon_adjust-horiz' : 'f',
|
||||
'icon_adjust-vert' : 'g',
|
||||
'icon_document_alt' : 'h',
|
||||
'icon_documents_alt' : 'i',
|
||||
'icon_pencil' : 'j',
|
||||
'icon_pencil-edit_alt' : 'k',
|
||||
'icon_pencil-edit' : 'l',
|
||||
'icon_folder-alt' : 'm',
|
||||
'icon_folder-open_alt' : 'n',
|
||||
'icon_folder-add_alt' : 'o',
|
||||
'icon_info_alt' : 'p',
|
||||
'icon_error-oct_alt' : 'q',
|
||||
'icon_error-circle_alt' : 'r',
|
||||
'icon_error-triangle_alt' : 's',
|
||||
'icon_question_alt2' : 't',
|
||||
'icon_question' : 'u',
|
||||
'icon_comment_alt' : 'v',
|
||||
'icon_chat_alt' : 'w',
|
||||
'icon_vol-mute_alt' : 'x',
|
||||
'icon_volume-low_alt' : 'y',
|
||||
'icon_volume-high_alt' : 'z',
|
||||
'icon_quotations' : '{',
|
||||
'icon_quotations_alt2' : '|',
|
||||
'icon_clock_alt' : '}',
|
||||
'icon_lock_alt' : '~',
|
||||
'icon_lock-open_alt' : '',
|
||||
'icon_key_alt' : '',
|
||||
'icon_cloud_alt' : '',
|
||||
'icon_cloud-upload_alt' : '',
|
||||
'icon_cloud-download_alt' : '',
|
||||
'icon_image' : '',
|
||||
'icon_images' : '',
|
||||
'icon_lightbulb_alt' : '',
|
||||
'icon_gift_alt' : '',
|
||||
'icon_house_alt' : '',
|
||||
'icon_genius' : '',
|
||||
'icon_mobile' : '',
|
||||
'icon_tablet' : '',
|
||||
'icon_laptop' : '',
|
||||
'icon_desktop' : '',
|
||||
'icon_camera_alt' : '',
|
||||
'icon_mail_alt' : '',
|
||||
'icon_cone_alt' : '',
|
||||
'icon_ribbon_alt' : '',
|
||||
'icon_bag_alt' : '',
|
||||
'icon_creditcard' : '',
|
||||
'icon_cart_alt' : '',
|
||||
'icon_paperclip' : '',
|
||||
'icon_tag_alt' : '',
|
||||
'icon_tags_alt' : '',
|
||||
'icon_trash_alt' : '',
|
||||
'icon_cursor_alt' : '',
|
||||
'icon_mic_alt' : '',
|
||||
'icon_compass_alt' : '',
|
||||
'icon_pin_alt' : '',
|
||||
'icon_pushpin_alt' : '',
|
||||
'icon_map_alt' : '',
|
||||
'icon_drawer_alt' : '',
|
||||
'icon_toolbox_alt' : '',
|
||||
'icon_book_alt' : '',
|
||||
'icon_calendar' : '',
|
||||
'icon_film' : '',
|
||||
'icon_table' : '',
|
||||
'icon_contacts_alt' : '',
|
||||
'icon_headphones' : '',
|
||||
'icon_lifesaver' : '',
|
||||
'icon_piechart' : '',
|
||||
'icon_refresh' : '',
|
||||
'icon_link_alt' : '',
|
||||
'icon_link' : '',
|
||||
'icon_loading' : '',
|
||||
'icon_blocked' : '',
|
||||
'icon_archive_alt' : '',
|
||||
'icon_heart_alt' : '',
|
||||
'icon_star_alt' : '',
|
||||
'icon_star-half_alt' : '',
|
||||
'icon_star' : '',
|
||||
'icon_star-half' : '',
|
||||
'icon_tools' : '',
|
||||
'icon_tool' : '',
|
||||
'icon_cog' : '',
|
||||
'icon_cogs' : '',
|
||||
'arrow_up_alt' : '',
|
||||
'arrow_down_alt' : '',
|
||||
'arrow_left_alt' : '',
|
||||
'arrow_right_alt' : '',
|
||||
'arrow_left-up_alt' : '',
|
||||
'arrow_right-up_alt' : '',
|
||||
'arrow_right-down_alt' : '',
|
||||
'arrow_left-down_alt' : '',
|
||||
'arrow_condense_alt' : '',
|
||||
'arrow_expand_alt3' : '',
|
||||
'arrow_carrot_up_alt' : '',
|
||||
'arrow_carrot-down_alt' : '',
|
||||
'arrow_carrot-left_alt' : '',
|
||||
'arrow_carrot-right_alt' : '',
|
||||
'arrow_carrot-2up_alt' : '',
|
||||
'arrow_carrot-2dwnn_alt' : '',
|
||||
'arrow_carrot-2left_alt' : '',
|
||||
'arrow_carrot-2right_alt' : '',
|
||||
'arrow_triangle-up_alt' : '',
|
||||
'arrow_triangle-down_alt' : '',
|
||||
'arrow_triangle-left_alt' : '',
|
||||
'arrow_triangle-right_alt' : '',
|
||||
'icon_minus_alt' : '',
|
||||
'icon_plus_alt' : '',
|
||||
'icon_close_alt' : '',
|
||||
'icon_check_alt' : '',
|
||||
'icon_zoom-out' : '',
|
||||
'icon_zoom-in' : '',
|
||||
'icon_stop_alt' : '',
|
||||
'icon_menu-square_alt' : '',
|
||||
'icon_menu-circle_alt' : '',
|
||||
'icon_document' : '',
|
||||
'icon_documents' : '',
|
||||
'icon_pencil_alt' : '',
|
||||
'icon_folder' : '',
|
||||
'icon_folder-open' : '',
|
||||
'icon_folder-add' : '',
|
||||
'icon_folder_upload' : '',
|
||||
'icon_folder_download' : '',
|
||||
'icon_info' : '',
|
||||
'icon_error-circle' : '',
|
||||
'icon_error-oct' : '',
|
||||
'icon_error-triangle' : '',
|
||||
'icon_question_alt' : '',
|
||||
'icon_comment' : '',
|
||||
'icon_chat' : '',
|
||||
'icon_vol-mute' : '',
|
||||
'icon_volume-low' : '',
|
||||
'icon_volume-high' : '',
|
||||
'icon_quotations_alt' : '',
|
||||
'icon_clock' : '',
|
||||
'icon_lock' : '',
|
||||
'icon_lock-open' : '',
|
||||
'icon_key' : '',
|
||||
'icon_cloud' : '',
|
||||
'icon_cloud-upload' : '',
|
||||
'icon_cloud-download' : '',
|
||||
'icon_lightbulb' : '',
|
||||
'icon_gift' : '',
|
||||
'icon_house' : '',
|
||||
'icon_camera' : '',
|
||||
'icon_mail' : '',
|
||||
'icon_cone' : '',
|
||||
'icon_ribbon' : '',
|
||||
'icon_bag' : '',
|
||||
'icon_cart' : '',
|
||||
'icon_tag' : '',
|
||||
'icon_tags' : '',
|
||||
'icon_trash' : '',
|
||||
'icon_cursor' : '',
|
||||
'icon_mic' : '',
|
||||
'icon_compass' : '',
|
||||
'icon_pin' : '',
|
||||
'icon_pushpin' : '',
|
||||
'icon_map' : '',
|
||||
'icon_drawer' : '',
|
||||
'icon_toolbox' : '',
|
||||
'icon_book' : '',
|
||||
'icon_contacts' : '',
|
||||
'icon_archive' : '',
|
||||
'icon_heart' : '',
|
||||
'icon_profile' : '',
|
||||
'icon_group' : '',
|
||||
'icon_grid-2x2' : '',
|
||||
'icon_grid-3x3' : '',
|
||||
'icon_music' : '',
|
||||
'icon_pause_alt' : '',
|
||||
'icon_phone' : '',
|
||||
'icon_upload' : '',
|
||||
'icon_download' : '',
|
||||
'social_facebook' : '',
|
||||
'social_twitter' : '',
|
||||
'social_pinterest' : '',
|
||||
'social_googleplus' : '',
|
||||
'social_tumblr' : '',
|
||||
'social_tumbleupon' : '',
|
||||
'social_wordpress' : '',
|
||||
'social_instagram' : '',
|
||||
'social_dribbble' : '',
|
||||
'social_vimeo' : '',
|
||||
'social_linkedin' : '',
|
||||
'social_rss' : '',
|
||||
'social_deviantart' : '',
|
||||
'social_share' : '',
|
||||
'social_myspace' : '',
|
||||
'social_skype' : '',
|
||||
'social_youtube' : '',
|
||||
'social_picassa' : '',
|
||||
'social_googledrive' : '',
|
||||
'social_flickr' : '',
|
||||
'social_blogger' : '',
|
||||
'social_spotify' : '',
|
||||
'social_delicious' : '',
|
||||
'social_facebook_circle' : '',
|
||||
'social_twitter_circle' : '',
|
||||
'social_pinterest_circle' : '',
|
||||
'social_googleplus_circle' : '',
|
||||
'social_tumblr_circle' : '',
|
||||
'social_stumbleupon_circle' : '',
|
||||
'social_wordpress_circle' : '',
|
||||
'social_instagram_circle' : '',
|
||||
'social_dribbble_circle' : '',
|
||||
'social_vimeo_circle' : '',
|
||||
'social_linkedin_circle' : '',
|
||||
'social_rss_circle' : '',
|
||||
'social_deviantart_circle' : '',
|
||||
'social_share_circle' : '',
|
||||
'social_myspace_circle' : '',
|
||||
'social_skype_circle' : '',
|
||||
'social_youtube_circle' : '',
|
||||
'social_picassa_circle' : '',
|
||||
'social_googledrive_alt2' : '',
|
||||
'social_flickr_circle' : '',
|
||||
'social_blogger_circle' : '',
|
||||
'social_spotify_circle' : '',
|
||||
'social_delicious_circle' : '',
|
||||
'social_facebook_square' : '',
|
||||
'social_twitter_square' : '',
|
||||
'social_pinterest_square' : '',
|
||||
'social_googleplus_square' : '',
|
||||
'social_tumblr_square' : '',
|
||||
'social_stumbleupon_square' : '',
|
||||
'social_wordpress_square' : '',
|
||||
'social_instagram_square' : '',
|
||||
'social_dribbble_square' : '',
|
||||
'social_vimeo_square' : '',
|
||||
'social_linkedin_square' : '',
|
||||
'social_rss_square' : '',
|
||||
'social_deviantart_square' : '',
|
||||
'social_share_square' : '',
|
||||
'social_myspace_square' : '',
|
||||
'social_skype_square' : '',
|
||||
'social_youtube_square' : '',
|
||||
'social_picassa_square' : '',
|
||||
'social_googledrive_square' : '',
|
||||
'social_flickr_square' : '',
|
||||
'social_blogger_square' : '',
|
||||
'social_spotify_square' : '',
|
||||
'social_delicious_square' : '',
|
||||
'icon_printer' : '',
|
||||
'icon_calulator' : '',
|
||||
'icon_building' : '',
|
||||
'icon_floppy' : '',
|
||||
'icon_drive' : '',
|
||||
'icon_search-2' : '',
|
||||
'icon_id' : '',
|
||||
'icon_id-2' : '',
|
||||
'icon_puzzle' : '',
|
||||
'icon_like' : '',
|
||||
'icon_dislike' : '',
|
||||
'icon_mug' : '',
|
||||
'icon_currency' : '',
|
||||
'icon_wallet' : '',
|
||||
'icon_pens' : '',
|
||||
'icon_easel' : '',
|
||||
'icon_flowchart' : '',
|
||||
'icon_datareport' : '',
|
||||
'icon_briefcase' : '',
|
||||
'icon_shield' : '',
|
||||
'icon_percent' : '',
|
||||
'icon_globe' : '',
|
||||
'icon_globe-2' : '',
|
||||
'icon_target' : '',
|
||||
'icon_hourglass' : '',
|
||||
'icon_balance' : '',
|
||||
'icon_rook' : '',
|
||||
'icon_printer-alt' : '',
|
||||
'icon_calculator_alt' : '',
|
||||
'icon_building_alt' : '',
|
||||
'icon_floppy_alt' : '',
|
||||
'icon_drive_alt' : '',
|
||||
'icon_search_alt' : '',
|
||||
'icon_id_alt' : '',
|
||||
'icon_id-2_alt' : '',
|
||||
'icon_puzzle_alt' : '',
|
||||
'icon_like_alt' : '',
|
||||
'icon_dislike_alt' : '',
|
||||
'icon_mug_alt' : '',
|
||||
'icon_currency_alt' : '',
|
||||
'icon_wallet_alt' : '',
|
||||
'icon_pens_alt' : '',
|
||||
'icon_easel_alt' : '',
|
||||
'icon_flowchart_alt' : '',
|
||||
'icon_datareport_alt' : '',
|
||||
'icon_briefcase_alt' : '',
|
||||
'icon_shield_alt' : '',
|
||||
'icon_percent_alt' : '',
|
||||
'icon_globe_alt' : '',
|
||||
'icon_clipboard' : ''
|
||||
},
|
||||
els = document.getElementsByTagName('*'),
|
||||
i, attr, c, el;
|
||||
for (i = 0; ; i += 1) {
|
||||
el = els[i];
|
||||
if(!el) {
|
||||
break;
|
||||
}
|
||||
attr = el.getAttribute('data-icon');
|
||||
if (attr) {
|
||||
addIcon(el, attr);
|
||||
}
|
||||
c = el.className;
|
||||
c = c.match(/[^\s'"]+/);
|
||||
if (c && icons[c[0]]) {
|
||||
addIcon(el, icons[c[0]]);
|
||||
}
|
||||
}
|
||||
};
|
1159
project/static/fonts/elegant_font/HTML_CSS/style.css
Normal file
339
project/static/fonts/elegant_font/Licensing/gpl_license.txt
Normal file
@ -0,0 +1,339 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Lesser General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) year name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License.
|
21
project/static/fonts/elegant_font/Licensing/mit_license.txt
Normal file
@ -0,0 +1,21 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) <2013> <Elegant Themes, Inc.>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
BIN
project/static/fonts/elegant_font/images/PNG/arrow-up-down.png
Normal file
After Width: | Height: | Size: 284 B |
BIN
project/static/fonts/elegant_font/images/PNG/arrow_back.png
Normal file
After Width: | Height: | Size: 331 B |
After Width: | Height: | Size: 420 B |
After Width: | Height: | Size: 807 B |
After Width: | Height: | Size: 655 B |
After Width: | Height: | Size: 408 B |
After Width: | Height: | Size: 660 B |
After Width: | Height: | Size: 795 B |
After Width: | Height: | Size: 413 B |
After Width: | Height: | Size: 666 B |
After Width: | Height: | Size: 779 B |
After Width: | Height: | Size: 370 B |
After Width: | Height: | Size: 640 B |
After Width: | Height: | Size: 801 B |
After Width: | Height: | Size: 245 B |
After Width: | Height: | Size: 528 B |
After Width: | Height: | Size: 710 B |
After Width: | Height: | Size: 236 B |
After Width: | Height: | Size: 521 B |
After Width: | Height: | Size: 655 B |
After Width: | Height: | Size: 238 B |
After Width: | Height: | Size: 519 B |
After Width: | Height: | Size: 700 B |
BIN
project/static/fonts/elegant_font/images/PNG/arrow_carrot-up.png
Normal file
After Width: | Height: | Size: 233 B |
After Width: | Height: | Size: 687 B |
After Width: | Height: | Size: 509 B |
BIN
project/static/fonts/elegant_font/images/PNG/arrow_condense.png
Normal file
After Width: | Height: | Size: 337 B |
After Width: | Height: | Size: 347 B |
BIN
project/static/fonts/elegant_font/images/PNG/arrow_down.png
Normal file
After Width: | Height: | Size: 273 B |
BIN
project/static/fonts/elegant_font/images/PNG/arrow_down_alt.png
Normal file
After Width: | Height: | Size: 565 B |
BIN
project/static/fonts/elegant_font/images/PNG/arrow_expand.png
Normal file
After Width: | Height: | Size: 333 B |
After Width: | Height: | Size: 300 B |
After Width: | Height: | Size: 278 B |
After Width: | Height: | Size: 353 B |
BIN
project/static/fonts/elegant_font/images/PNG/arrow_left-down.png
Normal file
After Width: | Height: | Size: 281 B |
After Width: | Height: | Size: 564 B |
After Width: | Height: | Size: 235 B |
After Width: | Height: | Size: 291 B |
BIN
project/static/fonts/elegant_font/images/PNG/arrow_left-up.png
Normal file
After Width: | Height: | Size: 264 B |
After Width: | Height: | Size: 546 B |
BIN
project/static/fonts/elegant_font/images/PNG/arrow_left.png
Normal file
After Width: | Height: | Size: 235 B |
BIN
project/static/fonts/elegant_font/images/PNG/arrow_left_alt.png
Normal file
After Width: | Height: | Size: 512 B |
BIN
project/static/fonts/elegant_font/images/PNG/arrow_move.png
Normal file
After Width: | Height: | Size: 414 B |
After Width: | Height: | Size: 258 B |
After Width: | Height: | Size: 550 B |
BIN
project/static/fonts/elegant_font/images/PNG/arrow_right-up.png
Normal file
After Width: | Height: | Size: 272 B |
After Width: | Height: | Size: 556 B |
BIN
project/static/fonts/elegant_font/images/PNG/arrow_right.png
Normal file
After Width: | Height: | Size: 227 B |
BIN
project/static/fonts/elegant_font/images/PNG/arrow_right_alt.png
Normal file
After Width: | Height: | Size: 516 B |
After Width: | Height: | Size: 261 B |
After Width: | Height: | Size: 540 B |
After Width: | Height: | Size: 682 B |
After Width: | Height: | Size: 276 B |
After Width: | Height: | Size: 545 B |
After Width: | Height: | Size: 678 B |
After Width: | Height: | Size: 250 B |