alibuild 1.17.6__tar.gz → 1.17.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- alibuild-1.17.7/.github/workflows/documentation.yml +30 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/.github/workflows/pr-check.yml +0 -15
- {alibuild-1.17.6/alibuild.egg-info → alibuild-1.17.7}/PKG-INFO +1 -1
- {alibuild-1.17.6 → alibuild-1.17.7/alibuild.egg-info}/PKG-INFO +1 -1
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild.egg-info/SOURCES.txt +10 -22
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild_helpers/_version.py +2 -2
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild_helpers/git.py +7 -2
- alibuild-1.17.7/docs/README.md +1 -0
- alibuild-1.17.6/docs/index.markdown → alibuild-1.17.7/docs/docs/index.md +15 -13
- alibuild-1.17.6/docs/o2-tutorial.markdown → alibuild-1.17.7/docs/docs/o2-tutorial.md +0 -1
- alibuild-1.17.6/docs/quick.markdown → alibuild-1.17.7/docs/docs/quick.md +2 -4
- alibuild-1.17.6/docs/reference.markdown → alibuild-1.17.7/docs/docs/reference.md +0 -1
- alibuild-1.17.6/docs/troubleshooting.markdown → alibuild-1.17.7/docs/docs/troubleshooting.md +1 -2
- alibuild-1.17.6/docs/tutorial.markdown → alibuild-1.17.7/docs/docs/tutorial.md +0 -1
- alibuild-1.17.6/docs/user.markdown → alibuild-1.17.7/docs/docs/user.md +2 -3
- alibuild-1.17.7/docs/mkdocs.yml +26 -0
- alibuild-1.17.6/docs/README.md +0 -1
- alibuild-1.17.6/docs/_config.yml +0 -27
- alibuild-1.17.6/docs/_includes/section_toc.html +0 -9
- alibuild-1.17.6/docs/_layouts/main.html +0 -57
- alibuild-1.17.6/docs/_layouts/redirect.html +0 -7
- alibuild-1.17.6/docs/css/bootstrap-theme.min.css +0 -14
- alibuild-1.17.6/docs/css/bootstrap.min.css +0 -14
- alibuild-1.17.6/docs/css/pure-min.css +0 -11
- alibuild-1.17.6/docs/js/highlight.pack.js +0 -1
- alibuild-1.17.6/docs/main.css +0 -2
- alibuild-1.17.6/docs/o2-dataflow-tutorial.markdown +0 -6
- alibuild-1.17.6/docs/side-menu.css +0 -254
- alibuild-1.17.6/docs/syntax.css +0 -118
- alibuild-1.17.6/docs/ui.js +0 -35
- alibuild-1.17.6/script/custom_htmlproofer.rb +0 -9
- {alibuild-1.17.6 → alibuild-1.17.7}/.flake8 +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/.github/workflows/release.yml +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/.gitignore +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/.pylintrc +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/ANALYTICS.md +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/DESIGN.md +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/Jenkinsfile +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/LICENSE.md +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/MANIFEST.in +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/PACKAGING.md +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/README.rst +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alfaBuild +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/aliBuild +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/aliDeps +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/aliDoctor +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild.egg-info/dependency_links.txt +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild.egg-info/requires.txt +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild.egg-info/top_level.txt +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild_helpers/__init__.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild_helpers/analytics.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild_helpers/args.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild_helpers/build.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild_helpers/build_template.sh +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild_helpers/clean.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild_helpers/cmd.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild_helpers/deps.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild_helpers/doctor.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild_helpers/init.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild_helpers/log.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild_helpers/scm.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild_helpers/sl.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild_helpers/sync.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild_helpers/templating_plugin.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild_helpers/utilities.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alibuild_helpers/workarea.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/alienv +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/codecov.yml +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/debian/changelog +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/debian/compat +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/debian/control +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/debian/copyright +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/debian/files +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/debian/rules +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/docs/SUPPORT +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7/docs}/docs/deps.png +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/pb +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/pyproject.toml +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/requirements.txt +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/setup.cfg +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/setup.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/test_analytics.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/test_args.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/test_build.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/test_clean.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/test_cmd.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/test_deps.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/test_doctor.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/test_git.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/test_hashing.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/test_init.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/test_log.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/test_packagelist.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/test_parseRecipe.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/test_sync.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/test_utilities.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/test_workarea.py +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/testdist/broken1.sh +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/testdist/broken2.sh +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/testdist/broken3.sh +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/testdist/broken4.sh +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/testdist/broken5.sh +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/testdist/broken6.sh +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/testdist/broken7.sh +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/testdist/clobber-initdotsh.sh +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/testdist/defaults-o2.sh +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tests/testdist/delete-etc.sh +0 -0
- {alibuild-1.17.6 → alibuild-1.17.7}/tox.ini +0 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
name: Documentation
|
|
2
|
+
on:
|
|
3
|
+
push:
|
|
4
|
+
branches:
|
|
5
|
+
- master
|
|
6
|
+
permissions:
|
|
7
|
+
contents: write
|
|
8
|
+
jobs:
|
|
9
|
+
deploy:
|
|
10
|
+
runs-on: ubuntu-latest
|
|
11
|
+
steps:
|
|
12
|
+
- uses: actions/checkout@v4
|
|
13
|
+
- name: Configure Git Credentials
|
|
14
|
+
run: |
|
|
15
|
+
git config user.name github-actions[bot]
|
|
16
|
+
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
|
|
17
|
+
- uses: actions/setup-python@v5
|
|
18
|
+
with:
|
|
19
|
+
python-version: 3.x
|
|
20
|
+
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
|
|
21
|
+
- uses: actions/cache@v4
|
|
22
|
+
with:
|
|
23
|
+
key: mkdocs-material-${{ env.cache_id }}
|
|
24
|
+
path: .cache
|
|
25
|
+
restore-keys: |
|
|
26
|
+
mkdocs-material-
|
|
27
|
+
- run: |
|
|
28
|
+
pip install mkdocs-material
|
|
29
|
+
cd docs
|
|
30
|
+
mkdocs gh-deploy --force # Always keep in sync with master branch
|
|
@@ -123,18 +123,3 @@ jobs:
|
|
|
123
123
|
|
|
124
124
|
- name: Run linters
|
|
125
125
|
run: tox -e lint
|
|
126
|
-
|
|
127
|
-
documentation:
|
|
128
|
-
name: documentation
|
|
129
|
-
runs-on: ubuntu-latest
|
|
130
|
-
container:
|
|
131
|
-
image: jekyll/jekyll
|
|
132
|
-
|
|
133
|
-
steps:
|
|
134
|
-
- uses: actions/checkout@v3
|
|
135
|
-
|
|
136
|
-
- name: Test documentation
|
|
137
|
-
run: |
|
|
138
|
-
chmod -R a+rwX .
|
|
139
|
-
jekyll build -s docs -d _site --baseurl .
|
|
140
|
-
script/custom_htmlproofer.rb
|
|
@@ -19,6 +19,7 @@ pyproject.toml
|
|
|
19
19
|
requirements.txt
|
|
20
20
|
setup.py
|
|
21
21
|
tox.ini
|
|
22
|
+
.github/workflows/documentation.yml
|
|
22
23
|
.github/workflows/pr-check.yml
|
|
23
24
|
.github/workflows/release.yml
|
|
24
25
|
alibuild.egg-info/PKG-INFO
|
|
@@ -53,28 +54,15 @@ debian/files
|
|
|
53
54
|
debian/rules
|
|
54
55
|
docs/README.md
|
|
55
56
|
docs/SUPPORT
|
|
56
|
-
docs/
|
|
57
|
-
docs/deps.png
|
|
58
|
-
docs/index.
|
|
59
|
-
docs/
|
|
60
|
-
docs/
|
|
61
|
-
docs/
|
|
62
|
-
docs/
|
|
63
|
-
docs/
|
|
64
|
-
docs/
|
|
65
|
-
docs/syntax.css
|
|
66
|
-
docs/troubleshooting.markdown
|
|
67
|
-
docs/tutorial.markdown
|
|
68
|
-
docs/ui.js
|
|
69
|
-
docs/user.markdown
|
|
70
|
-
docs/_includes/section_toc.html
|
|
71
|
-
docs/_layouts/main.html
|
|
72
|
-
docs/_layouts/redirect.html
|
|
73
|
-
docs/css/bootstrap-theme.min.css
|
|
74
|
-
docs/css/bootstrap.min.css
|
|
75
|
-
docs/css/pure-min.css
|
|
76
|
-
docs/js/highlight.pack.js
|
|
77
|
-
script/custom_htmlproofer.rb
|
|
57
|
+
docs/mkdocs.yml
|
|
58
|
+
docs/docs/deps.png
|
|
59
|
+
docs/docs/index.md
|
|
60
|
+
docs/docs/o2-tutorial.md
|
|
61
|
+
docs/docs/quick.md
|
|
62
|
+
docs/docs/reference.md
|
|
63
|
+
docs/docs/troubleshooting.md
|
|
64
|
+
docs/docs/tutorial.md
|
|
65
|
+
docs/docs/user.md
|
|
78
66
|
tests/test_analytics.py
|
|
79
67
|
tests/test_args.py
|
|
80
68
|
tests/test_build.py
|
|
@@ -5,8 +5,13 @@ from alibuild_helpers.scm import SCM, SCMError
|
|
|
5
5
|
import os
|
|
6
6
|
|
|
7
7
|
GIT_COMMAND_TIMEOUT_SEC = 120
|
|
8
|
-
"""
|
|
8
|
+
"""Default value for how many seconds to let any git command execute before being terminated."""
|
|
9
9
|
|
|
10
|
+
GIT_CMD_TIMEOUTS = {
|
|
11
|
+
"clone": 600,
|
|
12
|
+
"checkout": 600
|
|
13
|
+
}
|
|
14
|
+
"""Customised timeout for some commands."""
|
|
10
15
|
|
|
11
16
|
def clone_speedup_options():
|
|
12
17
|
"""Return a list of options supported by the system git which speed up cloning."""
|
|
@@ -93,7 +98,7 @@ def git(args, directory=".", check=True, prompt=True):
|
|
|
93
98
|
# GIT_TERMINAL_PROMPT is only supported in git 2.3+.
|
|
94
99
|
prompt_var=f"GIT_TERMINAL_PROMPT=0" if not prompt else "",
|
|
95
100
|
directory_safe_var=f"GIT_CONFIG_COUNT={lastGitOverride+2} GIT_CONFIG_KEY_{lastGitOverride}=safe.directory GIT_CONFIG_VALUE_{lastGitOverride}=$PWD GIT_CONFIG_KEY_{lastGitOverride+1}=gc.auto GIT_CONFIG_VALUE_{lastGitOverride+1}=0" if directory else "",
|
|
96
|
-
), timeout=GIT_COMMAND_TIMEOUT_SEC)
|
|
101
|
+
), timeout=GIT_CMD_TIMEOUTS.get(args[0] if len(args) else "*", GIT_COMMAND_TIMEOUT_SEC))
|
|
97
102
|
if check and err != 0:
|
|
98
103
|
raise SCMError("Error {} from git {}: {}".format(err, " ".join(args), output))
|
|
99
104
|
return output if check else (err, output)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Read the documentation here: <http://alisw.github.io/alibuild/>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
title: ALIBUILD
|
|
3
2
|
subtile: About this tool
|
|
4
3
|
layout: main
|
|
5
4
|
---
|
|
@@ -28,44 +27,47 @@ Then, build ALICE's software with:
|
|
|
28
27
|
aliBuild build O2Physics
|
|
29
28
|
|
|
30
29
|
For a more verbose documentation of what is happening have a look at
|
|
31
|
-
the [quickstart guide](quick.
|
|
30
|
+
the [quickstart guide](quick.md). See the [user guide](user.md)
|
|
32
31
|
for more command line options or have a look at the [troubleshooting
|
|
33
|
-
pages](troubleshooting.
|
|
34
|
-
Have a look at the [reference guide](reference.
|
|
32
|
+
pages](troubleshooting.md) for hints on how to debug build errors.
|
|
33
|
+
Have a look at the [reference guide](reference.md) if you want to
|
|
35
34
|
package your own software.
|
|
36
35
|
|
|
37
|
-
<div
|
|
38
|
-
|
|
36
|
+
<div style="display:grid;
|
|
37
|
+
grid-template-columns: repeat(3,1fr); /* 3 columns */
|
|
38
|
+
grid-template-rows: repeat(2,1fr); /* 2 rows */
|
|
39
|
+
grid-gap:50px 30px;
|
|
40
|
+
|
|
41
|
+
">
|
|
42
|
+
<div><h2>Simple build recipes</h2>
|
|
39
43
|
Build recipes are simple bash scripts with a YAML header. Whenever
|
|
40
44
|
a dependency or a package changes only what is affected by the
|
|
41
45
|
change is rebuilt.
|
|
42
46
|
<br/><a href="reference.html">Read more</a>
|
|
43
47
|
</div>
|
|
44
|
-
<div
|
|
48
|
+
<div><h2>Reuses system tools</h2>
|
|
45
49
|
If desired, aliBuild will do its best to reuse what is available
|
|
46
50
|
on the system, if compatible to what is found in the recipe.
|
|
47
51
|
<br/><a href="user.html#controlling-which-system-packages-are-picked-up">Read more</a>
|
|
48
52
|
</div>
|
|
49
|
-
<div
|
|
53
|
+
<div><h2>Docker support</h2>
|
|
50
54
|
aliBuild allows builds to happen inside a docker container, so
|
|
51
55
|
that you can develop on Mac and build on your production Linux
|
|
52
56
|
platform.
|
|
53
57
|
<br/><a href="user.html#running-in-docker">Read more</a>
|
|
54
58
|
</div>
|
|
55
|
-
|
|
56
|
-
<div class="pure-g">
|
|
57
|
-
<div class="pure-u-1-3"><h3>Binary packages</h3>
|
|
59
|
+
<div><h2>Binary packages</h2>
|
|
58
60
|
aliBuild provides the ability to reuse binary packages which were
|
|
59
61
|
previously centrally built, when they match the one that would be
|
|
60
62
|
built locally.
|
|
61
63
|
<br/><a href="user.html#using-precompiled-packages">Read more</a>
|
|
62
64
|
</div>
|
|
63
|
-
<div
|
|
65
|
+
<div><h2>Developer mode</h2>
|
|
64
66
|
Besides building and packaging your dependencies, aliBuild
|
|
65
67
|
provides you the ability to develop those via a simple git clone.
|
|
66
68
|
<br/><a href="user.html#developing-packages-locally">Read more</a>
|
|
67
69
|
</div>
|
|
68
|
-
<div
|
|
70
|
+
<div><h2>Integrates with modules</h2>
|
|
69
71
|
Easily setup your work environment using `alienv`, which is based on
|
|
70
72
|
standard <a href="http://modules.sourceforge.net">modulefiles</a>.
|
|
71
73
|
<br/><a href="quick.html#loading-the-package-environment">Read more</a>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
title: ALIBUILD
|
|
3
2
|
subtitle: Quick Start
|
|
4
3
|
layout: main
|
|
5
4
|
---
|
|
@@ -7,7 +6,7 @@ layout: main
|
|
|
7
6
|
aliBuild is a tool to simplify building and installing ALICE / ALFA
|
|
8
7
|
software. This is a quickstart Guide which will show you how to build
|
|
9
8
|
and use a package, for extended documentation please have a look at the
|
|
10
|
-
[user guide](user.
|
|
9
|
+
[user guide](user.md).
|
|
11
10
|
|
|
12
11
|
## Setting up
|
|
13
12
|
|
|
@@ -71,7 +70,6 @@ For example, on Centos7:
|
|
|
71
70
|
sw/slc7_x86-64/AliRoot/v6-16-01-1
|
|
72
71
|
|
|
73
72
|
## Using the built package
|
|
74
|
-
{: #loading-the-package-environment}
|
|
75
73
|
|
|
76
74
|
Environment for packages built using aliBuild is managed by [Environment
|
|
77
75
|
Modules](http://modules.sourceforge.net) and a wrapper script called alienv.
|
|
@@ -88,4 +86,4 @@ to list the available packages, and:
|
|
|
88
86
|
alienv enter VO_ALICE@PackageA::VersionA[,VO_ALICE@PackageB::VersionB...]
|
|
89
87
|
|
|
90
88
|
to enter a shell with the appropriate environment set. To learn more about alienv you
|
|
91
|
-
can also look at the [user guide](user.
|
|
89
|
+
can also look at the [user guide](user.md#using-the-packages-you-have-built).
|
alibuild-1.17.6/docs/troubleshooting.markdown → alibuild-1.17.7/docs/docs/troubleshooting.md
RENAMED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
title: ALIBUILD
|
|
3
2
|
subtitle: Troubleshooting
|
|
4
3
|
layout: main
|
|
5
4
|
---
|
|
@@ -223,7 +222,7 @@ or as a matter of fact any packages you have two options:
|
|
|
223
222
|
and add the options there.
|
|
224
223
|
|
|
225
224
|
Finally, for certain common options, e.g. debug flags, we provide a
|
|
226
|
-
precooked configuration using so called [defaults](user.
|
|
225
|
+
precooked configuration using so called [defaults](user.md#defaults).
|
|
227
226
|
Simply add `--defaults debug` to your aliBuild flags and it will add
|
|
228
227
|
debug flags to all your packages.
|
|
229
228
|
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
---
|
|
2
|
-
title: ALIBUILD
|
|
3
2
|
subtitle: User command line reference manual
|
|
4
3
|
layout: main
|
|
5
4
|
---
|
|
6
5
|
|
|
7
6
|
## SYNOPSIS
|
|
8
7
|
|
|
9
|
-
For a quick start introduction, please look [here](
|
|
8
|
+
For a quick start introduction, please look [here](quick.md).
|
|
10
9
|
|
|
11
10
|
```
|
|
12
11
|
aliBuild build [-h] [--defaults DEFAULT]
|
|
@@ -243,7 +242,7 @@ validated for datataking and the choice will not change until the end of
|
|
|
243
242
|
RUN2 of LHC. In order to change that and use, for example, a more recent
|
|
244
243
|
version of ROOT you can use the `--default root6` option which will
|
|
245
244
|
enable ROOT6 based builds. For a more complete description of how defaults
|
|
246
|
-
works please look at [the reference manual](reference.
|
|
245
|
+
works please look at [the reference manual](reference.md#defaults).
|
|
247
246
|
|
|
248
247
|
## Disabling packages
|
|
249
248
|
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
site_name: "aliBuild: ALICE software builder"
|
|
2
|
+
repo_name: View source code
|
|
3
|
+
repo_url: https://github.com/alisw/alibuild
|
|
4
|
+
|
|
5
|
+
theme:
|
|
6
|
+
name: material
|
|
7
|
+
|
|
8
|
+
use_directory_urls: false
|
|
9
|
+
|
|
10
|
+
nav:
|
|
11
|
+
- Home: index.md
|
|
12
|
+
- Quickstart: quick.md
|
|
13
|
+
- User manual: user.md
|
|
14
|
+
- Reference: reference.md
|
|
15
|
+
- ALICE/O2 tutorial: "https://alice-doc.github.io/alice-analysis-tutorial/building/"
|
|
16
|
+
|
|
17
|
+
markdown_extensions:
|
|
18
|
+
- pymdownx.highlight:
|
|
19
|
+
anchor_linenums: true
|
|
20
|
+
line_spans: __span
|
|
21
|
+
pygments_lang_class: true
|
|
22
|
+
- pymdownx.inlinehilite
|
|
23
|
+
- pymdownx.snippets
|
|
24
|
+
- pymdownx.superfences
|
|
25
|
+
- toc:
|
|
26
|
+
permalink: "#"
|
alibuild-1.17.6/docs/README.md
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Documentation migrated to <http://alisw.github.io/alibuild/>
|
alibuild-1.17.6/docs/_config.yml
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
highlighter: rouge
|
|
2
|
-
baseurl: /alibuild
|
|
3
|
-
menu_header: ALIBUILD
|
|
4
|
-
menu:
|
|
5
|
-
-
|
|
6
|
-
name: quick.html
|
|
7
|
-
label: QUICKSTART
|
|
8
|
-
-
|
|
9
|
-
name: user.html
|
|
10
|
-
label: USER MANUAL
|
|
11
|
-
-
|
|
12
|
-
name: reference.html
|
|
13
|
-
label: REFERENCE
|
|
14
|
-
-
|
|
15
|
-
name: troubleshooting.html
|
|
16
|
-
label: TROUBLESHOOTING
|
|
17
|
-
-
|
|
18
|
-
name: https://alice-doc.github.io/alice-analysis-tutorial/building/
|
|
19
|
-
label: ALICE TUTORIAL
|
|
20
|
-
defaults:
|
|
21
|
-
-
|
|
22
|
-
scope:
|
|
23
|
-
path: "basic/"
|
|
24
|
-
type: "posts"
|
|
25
|
-
values:
|
|
26
|
-
category: "basic"
|
|
27
|
-
layout: "main"
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
[Exercise material for this section](https://github.com/infn-esc/esc15/exercises/{{ page.section }}).
|
|
2
|
-
|
|
3
|
-
{% for toplevel in site.menu %}
|
|
4
|
-
{% if toplevel.name == page.section %}
|
|
5
|
-
{% for item in toplevel.items %}
|
|
6
|
-
- <a href="{{site.baseurl}}/{{page.section}}/{{item.name}}.html">{{ item.label }}</a>
|
|
7
|
-
{% endfor %}
|
|
8
|
-
{% endif %}
|
|
9
|
-
{% endfor %}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
-
|
|
7
|
-
<link rel="stylesheet" href="{{site.baseurl}}/css/bootstrap.min.css">
|
|
8
|
-
<link rel="stylesheet" href="{{site.baseurl}}/css/bootstrap-theme.min.css">
|
|
9
|
-
<link rel="stylesheet" href="{{site.baseurl}}/css/pure-min.css">
|
|
10
|
-
<link rel="stylesheet" href="{{site.baseurl}}/side-menu.css">
|
|
11
|
-
<link rel="stylesheet" href="{{site.baseurl}}/syntax.css">
|
|
12
|
-
<link rel="stylesheet" href="{{site.baseurl}}/main.css">
|
|
13
|
-
<script src="{{site.baseurl}}/js/highlight.pack.js"></script>
|
|
14
|
-
<script>hljs.initHighlightingOnLoad();</script>
|
|
15
|
-
|
|
16
|
-
</head>
|
|
17
|
-
<body>
|
|
18
|
-
<div id="layout">
|
|
19
|
-
<a href="#menu" id="menuLink" class="menu-link">
|
|
20
|
-
<!-- Hamburger icon -->
|
|
21
|
-
<span></span>
|
|
22
|
-
</a>
|
|
23
|
-
<div id="menu">
|
|
24
|
-
<div class="pure-menu custom-restricted-width custom-restricted-height">
|
|
25
|
-
<a class="pure-menu-heading pure-menu-link" href="{{site.baseurl}}/">{{site.menu_header}}</a>
|
|
26
|
-
<ul class="pure-menu-list">
|
|
27
|
-
{% for cat in site.menu %}
|
|
28
|
-
<li class="pure-menu-item menu-item-section menu-item-devided">
|
|
29
|
-
{% assign proto = cat.name|slice: 0,4 %}
|
|
30
|
-
{% if proto == "http" %}
|
|
31
|
-
<a href="{{cat.name}}" class="pure-menu-link">{{ cat.label }}</a>
|
|
32
|
-
{% else %}
|
|
33
|
-
<a href="{{site.baseurl}}/{{cat.name}}" class="pure-menu-link">{{ cat.label }}</a>
|
|
34
|
-
{% endif %}
|
|
35
|
-
</li>
|
|
36
|
-
{% for sub in cat.items %}
|
|
37
|
-
<li>
|
|
38
|
-
<a href="{{site.baseurl}}/{{cat.name}}/{{sub.name}}.html" class="pure-menu-link">{{ sub.label }}</a>
|
|
39
|
-
</li>
|
|
40
|
-
{% endfor %}
|
|
41
|
-
{% endfor %}
|
|
42
|
-
</ul>
|
|
43
|
-
</div>
|
|
44
|
-
</div>
|
|
45
|
-
<div id="main">
|
|
46
|
-
<div class="header">
|
|
47
|
-
<h1>{{page.title}}</h1>
|
|
48
|
-
<h2>{{page.subtitle}}</h2>
|
|
49
|
-
</div>
|
|
50
|
-
<div class="content">
|
|
51
|
-
{{content}}
|
|
52
|
-
</div>
|
|
53
|
-
</div>
|
|
54
|
-
</div>
|
|
55
|
-
<script src="{{site.baseurl}}/ui.js"></script>
|
|
56
|
-
</body>
|
|
57
|
-
</html>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Bootstrap v3.3.5 (http://getbootstrap.com)
|
|
3
|
-
* Copyright 2011-2015 Twitter, Inc.
|
|
4
|
-
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/*!
|
|
8
|
-
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=0882380b2b7278ee4526)
|
|
9
|
-
* Config saved to config.json and https://gist.github.com/0882380b2b7278ee4526
|
|
10
|
-
*//*!
|
|
11
|
-
* Bootstrap v3.3.5 (http://getbootstrap.com)
|
|
12
|
-
* Copyright 2011-2015 Twitter, Inc.
|
|
13
|
-
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
14
|
-
*/.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-default.disabled,.btn-primary.disabled,.btn-success.disabled,.btn-info.disabled,.btn-warning.disabled,.btn-danger.disabled,.btn-default[disabled],.btn-primary[disabled],.btn-success[disabled],.btn-info[disabled],.btn-warning[disabled],.btn-danger[disabled],fieldset[disabled] .btn-default,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-info,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-danger{-webkit-box-shadow:none;box-shadow:none}.btn-default .badge,.btn-primary .badge,.btn-success .badge,.btn-info .badge,.btn-warning .badge,.btn-danger .badge{text-shadow:none}.btn:active,.btn.active{background-image:none}.btn-default{background-image:-webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);background-image:-o-linear-gradient(top, #fff 0, #e0e0e0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));background-image:linear-gradient(to bottom, #fff 0, #e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#dbdbdb;text-shadow:0 1px 0 #fff;border-color:#ccc}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top, #337ab7 0, #265a88 100%);background-image:-o-linear-gradient(top, #337ab7 0, #265a88 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#265a88));background-image:linear-gradient(to bottom, #337ab7 0, #265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#245580}.btn-primary:hover,.btn-primary:focus{background-color:#265a88;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#265a88;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top, #5cb85c 0, #419641 100%);background-image:-o-linear-gradient(top, #5cb85c 0, #419641 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641));background-image:linear-gradient(to bottom, #5cb85c 0, #419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);background-image:-o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#2aabd2));background-image:linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);background-image:-o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#eb9316));background-image:linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);background-image:-o-linear-gradient(top, #d9534f 0, #c12e2a 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c12e2a));background-image:linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#c12e2a;background-image:none}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-image:-webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-color:#e8e8e8}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-image:-webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-color:#2e6da4}.navbar-default{background-image:-webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);background-image:-o-linear-gradient(top, #fff 0, #f8f8f8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f8f8f8));background-image:linear-gradient(to bottom, #fff 0, #f8f8f8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);background-image:-o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), to(#e2e2e2));background-image:linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top, #3c3c3c 0, #222 100%);background-image:-o-linear-gradient(top, #3c3c3c 0, #222 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #3c3c3c), to(#222));background-image:linear-gradient(to bottom, #3c3c3c 0, #222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border-radius:4px}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);background-image:-o-linear-gradient(top, #080808 0, #0f0f0f 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #080808), to(#0f0f0f));background-image:linear-gradient(to bottom, #080808 0, #0f0f0f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}@media (max-width:767px){.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-image:-webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0)}}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:-webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);background-image:-o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#c8e5bc));background-image:linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);background-image:-o-linear-gradient(top, #d9edf7 0, #b9def0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#b9def0));background-image:linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);background-image:-o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#f8efc0));background-image:linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);background-image:-o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#e7c3c3));background-image:linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);background-image:-o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), to(#f5f5f5));background-image:linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0)}.progress-bar{background-image:-webkit-linear-gradient(top, #337ab7 0, #286090 100%);background-image:-o-linear-gradient(top, #337ab7 0, #286090 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#286090));background-image:linear-gradient(to bottom, #337ab7 0, #286090 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0)}.progress-bar-success{background-image:-webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);background-image:-o-linear-gradient(top, #5cb85c 0, #449d44 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#449d44));background-image:linear-gradient(to bottom, #5cb85c 0, #449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0)}.progress-bar-info{background-image:-webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);background-image:-o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#31b0d5));background-image:linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0)}.progress-bar-warning{background-image:-webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);background-image:-o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#ec971f));background-image:linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0)}.progress-bar-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);background-image:-o-linear-gradient(top, #d9534f 0, #c9302c 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c9302c));background-image:linear-gradient(to bottom, #d9534f 0, #c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0)}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2b669a 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2b669a));background-image:linear-gradient(to bottom, #337ab7 0, #2b669a 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:hover .badge,.list-group-item.active:focus .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-o-linear-gradient(top, #337ab7 0, #2e6da4 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));background-image:linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0)}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);background-image:-o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#d0e9c6));background-image:linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);background-image:-o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#c4e3f3));background-image:linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0)}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);background-image:-o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#faf2cc));background-image:linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);background-image:-o-linear-gradient(top, #f2dede 0, #ebcccc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#ebcccc));background-image:linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0)}.well{background-image:-webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);background-image:-o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), to(#f5f5f5));background-image:linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Bootstrap v3.3.5 (http://getbootstrap.com)
|
|
3
|
-
* Copyright 2011-2015 Twitter, Inc.
|
|
4
|
-
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/*!
|
|
8
|
-
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=0882380b2b7278ee4526)
|
|
9
|
-
* Config saved to config.json and https://gist.github.com/0882380b2b7278ee4526
|
|
10
|
-
*//*!
|
|
11
|
-
* Bootstrap v3.3.5 (http://getbootstrap.com)
|
|
12
|
-
* Copyright 2011-2015 Twitter, Inc.
|
|
13
|
-
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
14
|
-
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
Pure v0.6.0
|
|
3
|
-
Copyright 2014 Yahoo! Inc. All rights reserved.
|
|
4
|
-
Licensed under the BSD License.
|
|
5
|
-
https://github.com/yahoo/pure/blob/master/LICENSE.md
|
|
6
|
-
*/
|
|
7
|
-
/*!
|
|
8
|
-
normalize.css v^3.0 | MIT License | git.io/normalize
|
|
9
|
-
Copyright (c) Nicolas Gallagher and Jonathan Neal
|
|
10
|
-
*/
|
|
11
|
-
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.hidden,[hidden]{display:none!important}.pure-img{max-width:100%;height:auto;display:block}.pure-g{letter-spacing:-.31em;*letter-spacing:normal;*word-spacing:-.43em;text-rendering:optimizespeed;font-family:FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;display:-webkit-flex;-webkit-flex-flow:row wrap;display:-ms-flexbox;-ms-flex-flow:row wrap;-ms-align-content:flex-start;-webkit-align-content:flex-start;align-content:flex-start}.opera-only :-o-prefocus,.pure-g{word-spacing:-.43em}.pure-u{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-g [class *="pure-u"]{font-family:sans-serif}.pure-u-1,.pure-u-1-1,.pure-u-1-2,.pure-u-1-3,.pure-u-2-3,.pure-u-1-4,.pure-u-3-4,.pure-u-1-5,.pure-u-2-5,.pure-u-3-5,.pure-u-4-5,.pure-u-5-5,.pure-u-1-6,.pure-u-5-6,.pure-u-1-8,.pure-u-3-8,.pure-u-5-8,.pure-u-7-8,.pure-u-1-12,.pure-u-5-12,.pure-u-7-12,.pure-u-11-12,.pure-u-1-24,.pure-u-2-24,.pure-u-3-24,.pure-u-4-24,.pure-u-5-24,.pure-u-6-24,.pure-u-7-24,.pure-u-8-24,.pure-u-9-24,.pure-u-10-24,.pure-u-11-24,.pure-u-12-24,.pure-u-13-24,.pure-u-14-24,.pure-u-15-24,.pure-u-16-24,.pure-u-17-24,.pure-u-18-24,.pure-u-19-24,.pure-u-20-24,.pure-u-21-24,.pure-u-22-24,.pure-u-23-24,.pure-u-24-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-1-24{width:4.1667%;*width:4.1357%}.pure-u-1-12,.pure-u-2-24{width:8.3333%;*width:8.3023%}.pure-u-1-8,.pure-u-3-24{width:12.5%;*width:12.469%}.pure-u-1-6,.pure-u-4-24{width:16.6667%;*width:16.6357%}.pure-u-1-5{width:20%;*width:19.969%}.pure-u-5-24{width:20.8333%;*width:20.8023%}.pure-u-1-4,.pure-u-6-24{width:25%;*width:24.969%}.pure-u-7-24{width:29.1667%;*width:29.1357%}.pure-u-1-3,.pure-u-8-24{width:33.3333%;*width:33.3023%}.pure-u-3-8,.pure-u-9-24{width:37.5%;*width:37.469%}.pure-u-2-5{width:40%;*width:39.969%}.pure-u-5-12,.pure-u-10-24{width:41.6667%;*width:41.6357%}.pure-u-11-24{width:45.8333%;*width:45.8023%}.pure-u-1-2,.pure-u-12-24{width:50%;*width:49.969%}.pure-u-13-24{width:54.1667%;*width:54.1357%}.pure-u-7-12,.pure-u-14-24{width:58.3333%;*width:58.3023%}.pure-u-3-5{width:60%;*width:59.969%}.pure-u-5-8,.pure-u-15-24{width:62.5%;*width:62.469%}.pure-u-2-3,.pure-u-16-24{width:66.6667%;*width:66.6357%}.pure-u-17-24{width:70.8333%;*width:70.8023%}.pure-u-3-4,.pure-u-18-24{width:75%;*width:74.969%}.pure-u-19-24{width:79.1667%;*width:79.1357%}.pure-u-4-5{width:80%;*width:79.969%}.pure-u-5-6,.pure-u-20-24{width:83.3333%;*width:83.3023%}.pure-u-7-8,.pure-u-21-24{width:87.5%;*width:87.469%}.pure-u-11-12,.pure-u-22-24{width:91.6667%;*width:91.6357%}.pure-u-23-24{width:95.8333%;*width:95.8023%}.pure-u-1,.pure-u-1-1,.pure-u-5-5,.pure-u-24-24{width:100%}.pure-button{display:inline-block;zoom:1;line-height:normal;white-space:nowrap;vertical-align:middle;text-align:center;cursor:pointer;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pure-button::-moz-focus-inner{padding:0;border:0}.pure-button{font-family:inherit;font-size:100%;padding:.5em 1em;color:#444;color:rgba(0,0,0,.8);border:1px solid #999;border:0 rgba(0,0,0,0);background-color:#E6E6E6;text-decoration:none;border-radius:2px}.pure-button-hover,.pure-button:hover,.pure-button:focus{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);background-image:-webkit-gradient(linear,0 0,0 100%,from(transparent),color-stop(40%,rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));background-image:-moz-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1));background-image:-o-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))}.pure-button:focus{outline:0}.pure-button-active,.pure-button:active{box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;border-color:#000\9}.pure-button[disabled],.pure-button-disabled,.pure-button-disabled:hover,.pure-button-disabled:focus,.pure-button-disabled:active{border:0;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);filter:alpha(opacity=40);-khtml-opacity:.4;-moz-opacity:.4;opacity:.4;cursor:not-allowed;box-shadow:none}.pure-button-hidden{display:none}.pure-button::-moz-focus-inner{padding:0;border:0}.pure-button-primary,.pure-button-selected,a.pure-button-primary,a.pure-button-selected{background-color:#0078e7;color:#fff}.pure-form input[type=text],.pure-form input[type=password],.pure-form input[type=email],.pure-form input[type=url],.pure-form input[type=date],.pure-form input[type=month],.pure-form input[type=time],.pure-form input[type=datetime],.pure-form input[type=datetime-local],.pure-form input[type=week],.pure-form input[type=number],.pure-form input[type=search],.pure-form input[type=tel],.pure-form input[type=color],.pure-form select,.pure-form textarea{padding:.5em .6em;display:inline-block;border:1px solid #ccc;box-shadow:inset 0 1px 3px #ddd;border-radius:4px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pure-form input:not([type]){padding:.5em .6em;display:inline-block;border:1px solid #ccc;box-shadow:inset 0 1px 3px #ddd;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pure-form input[type=color]{padding:.2em .5em}.pure-form input[type=text]:focus,.pure-form input[type=password]:focus,.pure-form input[type=email]:focus,.pure-form input[type=url]:focus,.pure-form input[type=date]:focus,.pure-form input[type=month]:focus,.pure-form input[type=time]:focus,.pure-form input[type=datetime]:focus,.pure-form input[type=datetime-local]:focus,.pure-form input[type=week]:focus,.pure-form input[type=number]:focus,.pure-form input[type=search]:focus,.pure-form input[type=tel]:focus,.pure-form input[type=color]:focus,.pure-form select:focus,.pure-form textarea:focus{outline:0;border-color:#129FEA}.pure-form input:not([type]):focus{outline:0;border-color:#129FEA}.pure-form input[type=file]:focus,.pure-form input[type=radio]:focus,.pure-form input[type=checkbox]:focus{outline:thin solid #129FEA;outline:1px auto #129FEA}.pure-form .pure-checkbox,.pure-form .pure-radio{margin:.5em 0;display:block}.pure-form input[type=text][disabled],.pure-form input[type=password][disabled],.pure-form input[type=email][disabled],.pure-form input[type=url][disabled],.pure-form input[type=date][disabled],.pure-form input[type=month][disabled],.pure-form input[type=time][disabled],.pure-form input[type=datetime][disabled],.pure-form input[type=datetime-local][disabled],.pure-form input[type=week][disabled],.pure-form input[type=number][disabled],.pure-form input[type=search][disabled],.pure-form input[type=tel][disabled],.pure-form input[type=color][disabled],.pure-form select[disabled],.pure-form textarea[disabled]{cursor:not-allowed;background-color:#eaeded;color:#cad2d3}.pure-form input:not([type])[disabled]{cursor:not-allowed;background-color:#eaeded;color:#cad2d3}.pure-form input[readonly],.pure-form select[readonly],.pure-form textarea[readonly]{background-color:#eee;color:#777;border-color:#ccc}.pure-form input:focus:invalid,.pure-form textarea:focus:invalid,.pure-form select:focus:invalid{color:#b94a48;border-color:#e9322d}.pure-form input[type=file]:focus:invalid:focus,.pure-form input[type=radio]:focus:invalid:focus,.pure-form input[type=checkbox]:focus:invalid:focus{outline-color:#e9322d}.pure-form select{height:2.25em;border:1px solid #ccc;background-color:#fff}.pure-form select[multiple]{height:auto}.pure-form label{margin:.5em 0 .2em}.pure-form fieldset{margin:0;padding:.35em 0 .75em;border:0}.pure-form legend{display:block;width:100%;padding:.3em 0;margin-bottom:.3em;color:#333;border-bottom:1px solid #e5e5e5}.pure-form-stacked input[type=text],.pure-form-stacked input[type=password],.pure-form-stacked input[type=email],.pure-form-stacked input[type=url],.pure-form-stacked input[type=date],.pure-form-stacked input[type=month],.pure-form-stacked input[type=time],.pure-form-stacked input[type=datetime],.pure-form-stacked input[type=datetime-local],.pure-form-stacked input[type=week],.pure-form-stacked input[type=number],.pure-form-stacked input[type=search],.pure-form-stacked input[type=tel],.pure-form-stacked input[type=color],.pure-form-stacked input[type=file],.pure-form-stacked select,.pure-form-stacked label,.pure-form-stacked textarea{display:block;margin:.25em 0}.pure-form-stacked input:not([type]){display:block;margin:.25em 0}.pure-form-aligned input,.pure-form-aligned textarea,.pure-form-aligned select,.pure-form-aligned .pure-help-inline,.pure-form-message-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle}.pure-form-aligned textarea{vertical-align:top}.pure-form-aligned .pure-control-group{margin-bottom:.5em}.pure-form-aligned .pure-control-group label{text-align:right;display:inline-block;vertical-align:middle;width:10em;margin:0 1em 0 0}.pure-form-aligned .pure-controls{margin:1.5em 0 0 11em}.pure-form input.pure-input-rounded,.pure-form .pure-input-rounded{border-radius:2em;padding:.5em 1em}.pure-form .pure-group fieldset{margin-bottom:10px}.pure-form .pure-group input,.pure-form .pure-group textarea{display:block;padding:10px;margin:0 0 -1px;border-radius:0;position:relative;top:-1px}.pure-form .pure-group input:focus,.pure-form .pure-group textarea:focus{z-index:3}.pure-form .pure-group input:first-child,.pure-form .pure-group textarea:first-child{top:1px;border-radius:4px 4px 0 0;margin:0}.pure-form .pure-group input:first-child:last-child,.pure-form .pure-group textarea:first-child:last-child{top:1px;border-radius:4px;margin:0}.pure-form .pure-group input:last-child,.pure-form .pure-group textarea:last-child{top:-2px;border-radius:0 0 4px 4px;margin:0}.pure-form .pure-group button{margin:.35em 0}.pure-form .pure-input-1{width:100%}.pure-form .pure-input-2-3{width:66%}.pure-form .pure-input-1-2{width:50%}.pure-form .pure-input-1-3{width:33%}.pure-form .pure-input-1-4{width:25%}.pure-form .pure-help-inline,.pure-form-message-inline{display:inline-block;padding-left:.3em;color:#666;vertical-align:middle;font-size:.875em}.pure-form-message{display:block;color:#666;font-size:.875em}@media only screen and (max-width :480px){.pure-form button[type=submit]{margin:.7em 0 0}.pure-form input:not([type]),.pure-form input[type=text],.pure-form input[type=password],.pure-form input[type=email],.pure-form input[type=url],.pure-form input[type=date],.pure-form input[type=month],.pure-form input[type=time],.pure-form input[type=datetime],.pure-form input[type=datetime-local],.pure-form input[type=week],.pure-form input[type=number],.pure-form input[type=search],.pure-form input[type=tel],.pure-form input[type=color],.pure-form label{margin-bottom:.3em;display:block}.pure-group input:not([type]),.pure-group input[type=text],.pure-group input[type=password],.pure-group input[type=email],.pure-group input[type=url],.pure-group input[type=date],.pure-group input[type=month],.pure-group input[type=time],.pure-group input[type=datetime],.pure-group input[type=datetime-local],.pure-group input[type=week],.pure-group input[type=number],.pure-group input[type=search],.pure-group input[type=tel],.pure-group input[type=color]{margin-bottom:0}.pure-form-aligned .pure-control-group label{margin-bottom:.3em;text-align:left;display:block;width:100%}.pure-form-aligned .pure-controls{margin:1.5em 0 0}.pure-form .pure-help-inline,.pure-form-message-inline,.pure-form-message{display:block;font-size:.75em;padding:.2em 0 .8em}}.pure-menu{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pure-menu-fixed{position:fixed;left:0;top:0;z-index:3}.pure-menu-list,.pure-menu-item{position:relative}.pure-menu-list{list-style:none;margin:0;padding:0}.pure-menu-item{padding:0;margin:0;height:100%}.pure-menu-link,.pure-menu-heading{display:block;text-decoration:none;white-space:nowrap}.pure-menu-horizontal{width:100%;white-space:nowrap}.pure-menu-horizontal .pure-menu-list{display:inline-block}.pure-menu-horizontal .pure-menu-item,.pure-menu-horizontal .pure-menu-heading,.pure-menu-horizontal .pure-menu-separator{display:inline-block;*display:inline;zoom:1;vertical-align:middle}.pure-menu-item .pure-menu-item{display:block}.pure-menu-children{display:none;position:absolute;left:100%;top:0;margin:0;padding:0;z-index:3}.pure-menu-horizontal .pure-menu-children{left:0;top:auto;width:inherit}.pure-menu-allow-hover:hover>.pure-menu-children,.pure-menu-active>.pure-menu-children{display:block;position:absolute}.pure-menu-has-children>.pure-menu-link:after{padding-left:.5em;content:"\25B8";font-size:small}.pure-menu-horizontal .pure-menu-has-children>.pure-menu-link:after{content:"\25BE"}.pure-menu-scrollable{overflow-y:scroll;overflow-x:hidden}.pure-menu-scrollable .pure-menu-list{display:block}.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list{display:inline-block}.pure-menu-horizontal.pure-menu-scrollable{white-space:nowrap;overflow-y:hidden;overflow-x:auto;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;padding:.5em 0}.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar{display:none}.pure-menu-separator{background-color:#ccc;height:1px;margin:.3em 0}.pure-menu-horizontal .pure-menu-separator{width:1px;height:1.3em;margin:0 .3em}.pure-menu-heading{text-transform:uppercase;color:#565d64}.pure-menu-link{color:#777}.pure-menu-children{background-color:#fff}.pure-menu-link,.pure-menu-disabled,.pure-menu-heading{padding:.5em 1em}.pure-menu-disabled{opacity:.5}.pure-menu-disabled .pure-menu-link:hover{background-color:transparent}.pure-menu-active>.pure-menu-link,.pure-menu-link:hover,.pure-menu-link:focus{background-color:#eee}.pure-menu-selected .pure-menu-link,.pure-menu-selected .pure-menu-link:visited{color:#000}.pure-table{border-collapse:collapse;border-spacing:0;empty-cells:show;border:1px solid #cbcbcb}.pure-table caption{color:#000;font:italic 85%/1 arial,sans-serif;padding:1em 0;text-align:center}.pure-table td,.pure-table th{border-left:1px solid #cbcbcb;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:.5em 1em}.pure-table td:first-child,.pure-table th:first-child{border-left-width:0}.pure-table thead{background-color:#e0e0e0;color:#000;text-align:left;vertical-align:bottom}.pure-table td{background-color:transparent}.pure-table-odd td{background-color:#f2f2f2}.pure-table-striped tr:nth-child(2n-1) td{background-color:#f2f2f2}.pure-table-bordered td{border-bottom:1px solid #cbcbcb}.pure-table-bordered tbody>tr:last-child>td{border-bottom-width:0}.pure-table-horizontal td,.pure-table-horizontal th{border-width:0 0 1px;border-bottom:1px solid #cbcbcb}.pure-table-horizontal tbody>tr:last-child>td{border-bottom-width:0}
|