Merge pull request #24993 from jacobhammons/doc-theme

sphinx html theme updates - color changes for warning on development …
This commit is contained in:
jacobhammons 2015-06-26 10:28:51 -06:00
commit 9f8cef2b8a
26 changed files with 1348 additions and 1764 deletions

View file

@ -19,18 +19,14 @@
{%- set titlesuffix = "" %}
{%- endif %}
{% set script_files = [
'_static/js/webhelp.min_v1.1.js',
'_static/js/bootstrap.min.js',
'_static/js/core.min.js',
'_static/js/webhelp.min_v1.4.js',
] %}
{% set css_files = [
'_static/css/core.min.css',
'_static/css/webhelp.min_v1.1.css',
'_static/css/pygments.css',
'_static/css/basic.css',
'_static/css/main.css',
'_static/css/core.min.css',
'_static/css/webhelp.min_v1.4.css',
] %}
{%- macro relbar() %}
@ -69,14 +65,10 @@
{%- macro css() %}
{%- for cssfile in css_files %}
<link rel="stylesheet" href="{{ pathto(cssfile, 1) }}">
<link rel="stylesheet" href="{{ pathto(cssfile, 1) }}">
{%- endfor %}
{%- endmacro %}
<html>
<head>
<meta charset="{{ encoding }}">
@ -93,23 +85,14 @@
{{ css() }}
{%- if favicon %}
<link rel="shortcut icon" href="{{ pathto('_static/' + favicon, 1) }}">
{%- endif %}
<!--[if lt IE 9]>
<script src="{{ pathto('_static/js/respond.min.js', 1) }}"></script>
<![endif]-->
{%- if not embedded %}
{{ script() }}
{%- if use_opensearch %}
<link rel="search" type="application/opensearchdescription+xml"
title="{% trans docstitle=docstitle|e %}Search within {{ docstitle }}{% endtrans %}"
href="{{ pathto('_static/opensearch.xml', 1) }}">
{%- endif %}
{%- if favicon %}
<link rel="shortcut icon" href="{{ pathto('_static/' + favicon, 1) }}">
{%- endif %}
{%- endif %}
{%- block linktags %}
{%- if hasdoc('about') %}
<link rel="author" title="{{ _('About these documents') }}" href="{{ pathto('about') }}">
@ -134,11 +117,6 @@
<link rel="prev" title="{{ prev.title|striptags|e }}" href="{{ prev.link|e }}">
{%- endif %}
{%- endblock %}
{%- block extrahead %} {% endblock %}
{%- block analytics %}
{% endblock %}
</head>
<body class="index">
@ -146,88 +124,20 @@
<p>You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser.</a></p>
<![endif]-->
<!-- This code is taken from http://twitter.github.com/bootstrap/examples/hero.html -->
{%- block content %}
<!--start sidebar-->
<div id="wrapper">
<div id="sidebar-wrapper">
<div id="sidebar-static">
{% if on_saltstack %}
<a href="http://saltstack.com/saltstack-enterprise-4-0-now-with-gui/" target="_blank"><img class="nolightbox nav-banner center" width="275px" src="{{ pathto('_static/images/sse-4-gui.png', 1) }}"/></a>
{% else %}
<a class="ss-logo" href="http://saltstack.com"><img width="163px" class="nolightbox" src="{{ pathto('_static/images/saltstack_logo.svg', 1) }}"></a>
{% endif %}
<div class="text-nowrap">
<!--social icons from http://vervex.deviantart.com/art/Somacro-45-300DPI-Social-Media-Icons-267955425-->
<ul id="social-links" class="list-inline">
<li><a data-container="body" data-delay='{ "show": 500, "hide": 100 }' data-toggle="tooltip" data-placement="bottom" title="Watch SaltStack Videos on YouTube" href="https://www.youtube.com/user/SaltStack" target="_blank"><img class="nolightbox" width="24px" src="{{ pathto('_static/images/youtube-variation.png', 1) }}" /></a></li>
<li><a data-container="body" data-delay='{ "show": 500, "hide": 100 }' data-toggle="tooltip" data-placement="bottom" title="View the latest SaltStack Tweets" href="http://twitter.com/SaltStackInc" target="_blank"><img class="nolightbox" width="24px" src="{{ pathto('_static/images/twitter.png', 1) }}" /></a></li>
<li><a data-container="body" data-delay='{ "show": 500, "hide": 100 }' data-toggle="tooltip" data-placement="bottom" title="Subscribe to the Salt Users mailing list" href="https://groups.google.com/forum/#!forum/salt-users" target="_blank"><img class="nolightbox" width="24px" src="{{ pathto('_static/images/email.png', 1) }}" ></a></li>
<li><a data-container="body" data-delay='{ "show": 500, "hide": 100 }' data-toggle="tooltip" data-placement="bottom" title="Download SaltStack code from GitHub" href="https://github.com/saltstack/salt" target="_blank"><img class="nolightbox" width="24px" src="{{ pathto('_static/images/github.png', 1) }}" ></a></li>
<li><a data-container="body" data-delay='{ "show": 500, "hide": 100 }' data-toggle="tooltip" data-placement="bottom" title="Chat in #salt on Freenode IRC" href="http://webchat.freenode.net/?channels=salt&uio=Mj10cnVlJjk9dHJ1ZSYxMD10cnVl83" target="_blank"><img class="nolightbox" width="24px" src="{{ pathto('_static/images/messenger-generic.png', 1) }}" alt="SaltStack on IRC"></a></li>
<li><a data-container="body" data-delay='{ "show": 500, "hide": 100 }' data-toggle="tooltip" data-placement="bottom" title="/r/saltstack" href="http://www.reddit.com/r/saltstack/" target="_blank"><img class="nolightbox" width="24px" src="{{ pathto('_static/images/reddit.png', 1) }}" ></a></li>
<li><a data-container="body" data-delay='{ "show": 500, "hide": 100 }' data-toggle="tooltip" data-placement="bottom" title="Ask a SaltStack question on StackOverflow" href="http://stackoverflow.com/questions/tagged/salt-stack" target="_blank"><img class="nolightbox" width="24px" src="{{ pathto('_static/images/stackoverflow.png', 1) }}" ></a></li>
<li><a data-container="body" data-delay='{ "show": 500, "hide": 100 }' data-toggle="tooltip" data-placement="bottom" title="Join or start a SaltStack Meetup" href="http://www.meetup.com/find/?keywords=saltstack" target="_blank"><img class="nolightbox" width="24px" src="{{ pathto('_static/images/meetup.png', 1) }}" ></a></li>
<li><a data-container="body" data-delay='{ "show": 500, "hide": 100 }' data-toggle="tooltip" data-placement="bottom" title="Follow SaltStack on LinkedIn" href="http://www.linkedin.com/company/salt-stack-inc" target="_blank"><img class="nolightbox" width="24px" src="{{ pathto('_static/images/linkedin.png', 1) }}" ></a></li>
</ul>
</div>
{% if on_saltstack %}
<div class="versions {{ build_type }}">
<a id="previous"{% if build_type == "previous" %} class="selected-version" title="View release notes"{% else %} title="Switch to docs for the previous stable release"{% endif %} data-container="body" data-toggle="tooltip" data-placement="bottom" href="/en/{{ previous_release_dir }}/">{{ previous_release }} </a> {% if build_type == "previous" %}<i class="glyphicon glyphicon-ok"></i>{%- endif %} |
<a id="latest"{% if build_type == "latest" %} class="selected-version" title="View release notes"{% else %} title="Switch to docs for the latest stable release"{% endif %} data-container="body" data-toggle="tooltip" data-placement="bottom" href="/en/latest/">{{ latest_release }} </a> {% if build_type == "latest" %}<i class="glyphicon glyphicon-ok"></i>{% endif %} |
<a id="develop"{% if build_type == "develop" %} class="selected-version" title="View all release notes"{% endif %} title="Switch to docs built recently from the develop branch" data-container="body" data-toggle="tooltip" data-placement="bottom" href="/en/develop/">Develop </a> {% if build_type == "develop" %}<i class="glyphicon glyphicon-ok"></i>{% endif %}
</div>
{% else %}
<div class="versions">
<p>Version {{ version }}</p>
</div>
{% endif %}
<div id="search-form" class="inner-addon left-addon">
<i class="glyphicon glyphicon-search"></i>
<input type="text" class="form-control">
</div>
</div> <!--end sidebar-static-->
<div id="sidebar-nav">
{% block menu %}
{% set toctree = toctree(maxdepth=8, collapse=True, includehidden=True) %}
{% if toctree %}
{{ toctree }}
{% else %}
<!-- Local TOC -->
<div class="local-toc">{{ toc }}</div>
{% endif %}
{% endblock %}
</div>
</div>
<!--end sidebar-->
<div id="page-content-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-sm-12 col-md-11 col-md-offset-1 col-lg-10 col-lg-offset-1">
<!--start navbar-->
<nav class="navbar navbar-default">
<div class="navbar-header">
<button type="button" class="pull-left navbar-toggle collapsed" id="menu-toggle"><span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
{% if on_saltstack %}
<a class="ss-logo" href="http://saltstack.com"><img width="163px" class="nolightbox" src="{{ pathto('_static/images/saltstack_logo.svg', 1) }}"></a>
{% endif %}
<ul id="header-nav" class="nav navbar-nav">
{%- block relbar_small %}{{ relbar() }}{% endblock %}
@ -236,23 +146,30 @@
{% endif %}
{% if not build_type == "develop" and on_saltstack %}
<li><a class="icon-dl" href="/en/pdf/Salt-{{ release }}.pdf"><img height="25px" width="25px" class="nolightbox" src="{{ pathto('_static/images/pdf_icon.png', 1) }}"></a></li>
<li><a class="icon-dl" href="/en/epub/Salt-{{ release }}.epub"><img height="25px" width="18px" class="nolightbox" src="{{ pathto('_static/images/epub_icon.png', 1) }}"></a></li>
<li><a class="icon-dl" href="/en/pdf/Salt-{{ release }}.pdf"><img height="25" width="25" class="nolightbox" src="{{ pathto('_static/images/pdf_icon.svg', 1) }}"></a></li>
<li><a class="icon-dl" href="/en/epub/Salt-{{ release }}.epub"><img height="25" width="18" class="nolightbox" src="{{ pathto('_static/images/epub_icon.svg', 1) }}"></a></li>
{% endif %}
</ul>
</div>
</nav>
<!--end navbar-->
{% if build_type == "develop" and on_saltstack %}
<div id="dev-notification">
<div class="alert alert-warning dev-notification-text" role="alert"><i class="glyphicon glyphicon-cog"></i> You are viewing docs from the develop branch, some of these features are not yet released.</div>
</div>
{% endif %}
{%- block document %}
<div class="body-content">
{% block body %} {% endblock %}
</div>
{%- endblock %}
{%- if prev %}
<a href="{{ prev.link|e }}"><button data-container="body" data-toggle="tooltip" data-placement="bottom" title="{{ prev.title|striptags|e }}" id="prev-button" type="button" class="btn btn-secondary"><span class="glyphicon glyphicon-chevron-left"></span> Previous</button></a>
{%- endif %}
{%- if next %}
<a href="{{ next.link|e }}"><button data-container="body" data-toggle="tooltip" data-placement="bottom" title="{{ next.title|striptags|e }}" id="next-button" type="button" class="btn btn-primary">
Next <span class="glyphicon glyphicon-chevron-right"></span></button></a>
@ -260,7 +177,6 @@
</div>
</div>
{%- block footer %}
<div class="footer">
<hr />
@ -286,8 +202,10 @@
</div>
<div class="col-sm-6">
<p><b>Get Started</b></p>
<p>New to SaltStack? Try our new <a href="/en/getstarted/">Get Started Guide</a>.</p>
<a href="http://saltstack.com/saltstack-enterprise-4-0-now-with-gui/" target="_blank"><img class="nolightbox nav-banner" src="{{ pathto('_static/images/saltStack_enterprise_350x125.jpg', 1) }}"/></a>
<br/><br/>
<p><b>SaltStack Training</b></p>
<p><a href="http://www.saltstack.com/training/">Now offering remote attendee training!</a></p>
@ -299,9 +217,82 @@
</div>
</div>
<!--start sidebar-->
<div id="sidebar-wrapper">
<div id="sidebar-static">
<a class="ss-logo" href="http://saltstack.com"><img width="250" height="63" class="nolightbox center" src="{{ pathto('_static/images/saltstack_logo.svg', 1) }}"></a>
{% if on_saltstack %}
<div class="versions {{ build_type }}">
<a class="btn btn-secondary{% if build_type == "previous" %} active{% endif %}" id="previous"{% if build_type == "previous" %} title="View release notes"{% else %} title="Switch to docs for the previous stable release"{% endif %} data-container="body" data-toggle="tooltip" data-placement="bottom" href="/en/{{ previous_release_dir }}/">{{ previous_release }}{% if build_type == "previous" %} <i class="glyphicon glyphicon-ok"></i>{%- endif %}</a>
<a class="btn btn-secondary{% if build_type == "latest" %} active{% endif %}" id="latest"{% if build_type == "latest" %} title="View release notes"{% else %} title="Switch to docs for the latest stable release"{% endif %} data-container="body" data-toggle="tooltip" data-placement="bottom" href="/en/latest/">{{ latest_release }}{% if build_type == "latest" %} <i class="glyphicon glyphicon-ok"></i>{% endif %}</a>
<a class="btn btn-secondary{% if build_type == "develop" %} active{% endif %}" id="develop"{% if build_type == "develop" %} title="View all release notes"{% endif %} title="Switch to docs built recently from the develop branch" data-container="body" data-toggle="tooltip" data-placement="bottom" href="/en/develop/">Develop{% if build_type == "develop" %} <i class="glyphicon glyphicon-ok"></i>{% endif %}</a>
<p><a id="notifications" title="View the latest announcements from SaltStack" data-container="body" data-toggle="tooltip" data-placement="bottom" href="#">Announcements</a></p>
</div>
{% else %}
<div class="versions">
<p>Version {{ version }}</p>
</div>
{% endif %}
<div id="search-form" class="inner-addon left-addon">
<i class="glyphicon glyphicon-search"></i>
<input type="text" class="form-control">
</div>
</div> <!--end sidebar-static-->
<div id="sidebar-nav">
{% block menu %}
{% set toctree = toctree(maxdepth=8, collapse=True, includehidden=True) %}
{% if toctree %}
{{ toctree }}
{% else %}
<!-- Local TOC -->
<div class="local-toc">{{ toc }}</div>
{% endif %}
{% endblock %}
</div>
<div id="sidebar-static-bottom">
<div class="text-nowrap">
<!--social icons from http://vervex.deviantart.com/art/somacro-45-300dpi-social-media-icons-267955425-->
<ul id="social-links" class="list-inline">
<li><a data-container="body" data-delay='{ "show": 500, "hide": 100 }' data-toggle="tooltip" data-placement="top" title="watch saltstack videos on youtube" href="https://www.youtube.com/user/saltstack" target="_blank"><img class="nolightbox" width="24" src="{{ pathto('_static/images/youtube-variation.png', 1) }}" ></a></li>
<li><a data-container="body" data-delay='{ "show": 500, "hide": 100 }' data-toggle="tooltip" data-placement="top" title="view the latest saltstack tweets" href="http://twitter.com/saltstackinc" target="_blank"><img class="nolightbox" width="24" src="{{ pathto('_static/images/twitter.png', 1) }}" ></a></li>
<li><a data-container="body" data-delay='{ "show": 500, "hide": 100 }' data-toggle="tooltip" data-placement="top" title="subscribe to the salt users mailing list" href="https://groups.google.com/forum/#!forum/salt-users" target="_blank"><img class="nolightbox" width="24" src="{{ pathto('_static/images/email.png', 1) }}" ></a></li>
<li><a data-container="body" data-delay='{ "show": 500, "hide": 100 }' data-toggle="tooltip" data-placement="top" title="download saltstack code from github" href="https://github.com/saltstack/salt" target="_blank"><img class="nolightbox" width="24" src="{{ pathto('_static/images/github.png', 1) }}" ></a></li>
<li><a data-container="body" data-delay='{ "show": 500, "hide": 100 }' data-toggle="tooltip" data-placement="top" title="chat in #salt on freenode irc" href="http://webchat.freenode.net/?channels=salt&uio=mj10cnvljjk9dhj1zsyxmd10cnvl83" target="_blank"><img class="nolightbox" width="24" src="{{ pathto('_static/images/messenger-generic.png', 1) }}" ></a></li>
<li><a data-container="body" data-delay='{ "show": 500, "hide": 100 }' data-toggle="tooltip" data-placement="top" title="/r/saltstack" href="http://www.reddit.com/r/saltstack/" target="_blank"><img class="nolightbox" width="24" src="{{ pathto('_static/images/reddit.png', 1) }}" ></a></li>
<li><a data-container="body" data-delay='{ "show": 500, "hide": 100 }' data-toggle="tooltip" data-placement="top" title="ask a saltstack question on stackoverflow" href="http://stackoverflow.com/questions/tagged/salt-stack" target="_blank"><img class="nolightbox" width="24" src="{{ pathto('_static/images/stackoverflow.png', 1) }}" ></a></li>
<li><a data-container="body" data-delay='{ "show": 500, "hide": 100 }' data-toggle="tooltip" data-placement="top" title="join or start a saltstack meetup" href="http://www.meetup.com/find/?keywords=saltstack" target="_blank"><img class="nolightbox" width="24" src="{{ pathto('_static/images/meetup.png', 1) }}" ></a></li>
<li><a data-container="body" data-delay='{ "show": 500, "hide": 100 }' data-toggle="tooltip" data-placement="top" title="follow saltstack on linkedin" href="http://www.linkedin.com/company/salt-stack-inc" target="_blank"><img class="nolightbox" width="24" src="{{ pathto('_static/images/linkedin.png', 1) }}" ></a></li>
</ul>
</div>
</div>
</div>
<!--end sidebar-->
</div> <!--end wrapper-->
{%- endblock %} <!--end block content-->
{%- if not embedded %}
{{ script() }}
{%- if use_opensearch %}
<link rel="search" type="application/opensearchdescription+xml"
title="{% trans docstitle=docstitle|e %}Search within {{ docstitle }}{% endtrans %}"
href="{{ pathto('_static/opensearch.xml', 1) }}">
{%- endif %}
{%- endif %}
{% if on_saltstack %}
<!--analytics-->
<script type="text/javascript" language="javascript">llactid=23943</script>
<script type="text/javascript" language="javascript" src="http://t6.trackalyzer.com/trackalyze.js"></script>

View file

@ -1,605 +0,0 @@
/*
* basic.css
* ~~~~~~~~~
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
/* -- main layout ----------------------------------------------------------- */
div.clearer {
clear: both;
}
/* -- relbar ---------------------------------------------------------------- */
div.related {
width: 100%;
font-size: 90%;
}
div.related h3 {
display: none;
}
div.related ul {
margin: 0;
padding: 0 0 0 10px;
list-style: none;
}
div.related li {
display: inline;
}
div.related li.right {
float: right;
margin-right: 5px;
}
/* -- sidebar --------------------------------------------------------------- */
div.sphinxsidebarwrapper {
padding: 10px 5px 0 10px;
}
div.sphinxsidebar {
float: left;
width: 230px;
margin-left: -100%;
font-size: 90%;
}
div.sphinxsidebar ul {
list-style: none;
}
div.sphinxsidebar ul ul,
div.sphinxsidebar ul.want-points {
margin-left: 20px;
list-style: square;
}
div.sphinxsidebar ul ul {
margin-top: 0;
margin-bottom: 0;
}
div.sphinxsidebar form {
margin-top: 10px;
}
div.sphinxsidebar input {
border: 1px solid #98dbcc;
font-family: sans-serif;
font-size: 1em;
}
div.sphinxsidebar #searchbox input[type="text"] {
width: 170px;
}
div.sphinxsidebar #searchbox input[type="submit"] {
width: 30px;
}
img {
border: 0;
max-width: 100%;
}
/* -- search page ----------------------------------------------------------- */
ul.search {
margin: 10px 0 0 20px;
padding: 0;
}
ul.search li {
padding: 5px 0 5px 20px;
background-image: url(file.png);
background-repeat: no-repeat;
background-position: 0 7px;
}
ul.search li a {
font-weight: bold;
}
ul.search li div.context {
color: #888;
margin: 2px 0 0 30px;
text-align: left;
}
ul.keywordmatches li.goodmatch a {
font-weight: bold;
}
/* -- index page ------------------------------------------------------------ */
table.contentstable {
width: 90%;
}
table.contentstable p.biglink {
line-height: 150%;
}
a.biglink {
font-size: 1.3em;
}
span.linkdescr {
font-style: italic;
padding-top: 5px;
font-size: 90%;
}
/* -- general index --------------------------------------------------------- */
table.indextable {
width: 100%;
}
table.indextable td {
text-align: left;
vertical-align: top;
}
table.indextable dl, table.indextable dd {
margin-top: 0;
margin-bottom: 0;
}
table.indextable tr.pcap {
height: 10px;
}
table.indextable tr.cap {
margin-top: 10px;
background-color: #f2f2f2;
}
img.toggler {
margin-right: 3px;
margin-top: 3px;
cursor: pointer;
}
div.modindex-jumpbox {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin: 1em 0 1em 0;
padding: 0.4em;
}
div.genindex-jumpbox {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin: 1em 0 1em 0;
padding: 0.4em;
}
/* -- general body styles --------------------------------------------------- */
a.headerlink {
visibility: hidden;
}
h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
h4:hover > a.headerlink,
h5:hover > a.headerlink,
h6:hover > a.headerlink,
dt:hover > a.headerlink,
caption:hover > a.headerlink,
p.caption:hover > a.headerlink,
div.code-block-caption:hover > a.headerlink {
visibility: visible;
}
div.body p.caption {
text-align: inherit;
}
div.body td {
text-align: left;
}
.field-list ul {
padding-left: 1em;
}
.first {
margin-top: 0 !important;
}
p.rubric {
margin-top: 30px;
font-weight: bold;
}
img.align-left, .figure.align-left, object.align-left {
clear: left;
float: left;
margin-right: 1em;
}
img.align-right, .figure.align-right, object.align-right {
clear: right;
float: right;
margin-left: 1em;
}
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
/* -- sidebars -------------------------------------------------------------- */
div.sidebar {
margin: 0 0 0.5em 1em;
border: 1px solid #ddb;
padding: 7px 7px 0 7px;
background-color: #ffe;
width: 40%;
float: right;
}
p.sidebar-title {
font-weight: bold;
}
/* -- topics ---------------------------------------------------------------- */
div.topic {
border: 1px solid #ccc;
padding: 7px 7px 0 7px;
margin: 10px 0 10px 0;
}
p.topic-title {
font-size: 1.1em;
font-weight: bold;
margin-top: 10px;
}
/* -- admonitions ----------------------------------------------------------- */
div.admonition {
margin-top: 10px;
margin-bottom: 10px;
padding: 7px;
}
div.admonition dt {
font-weight: bold;
}
div.admonition dl {
margin-bottom: 0;
}
p.admonition-title {
margin: 0px 10px 5px 0px;
font-weight: bold;
}
div.body p.centered {
text-align: center;
margin-top: 25px;
}
/* -- tables ---------------------------------------------------------------- */
table.docutils {
border: 0;
border-collapse: collapse;
}
table caption span.caption-number {
font-style: italic;
}
table caption span.caption-text {
}
table.docutils td, table.docutils th {
padding: 1px 8px 1px 5px;
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 1px solid #aaa;
}
table.field-list td, table.field-list th {
border: 0 !important;
}
table.footnote td, table.footnote th {
border: 0 !important;
}
th {
text-align: left;
padding-right: 5px;
}
table.citation {
border-left: solid 1px gray;
margin-left: 1px;
}
table.citation td {
border-bottom: none;
}
/* -- figures --------------------------------------------------------------- */
div.figure {
margin: 0.5em;
padding: 0.5em;
}
div.figure p.caption {
padding: 0.3em;
}
div.figure p.caption span.caption-number {
font-style: italic;
}
div.figure p.caption span.caption-text {
}
/* -- other body styles ----------------------------------------------------- */
ol.arabic {
list-style: decimal;
}
ol.loweralpha {
list-style: lower-alpha;
}
ol.upperalpha {
list-style: upper-alpha;
}
ol.lowerroman {
list-style: lower-roman;
}
ol.upperroman {
list-style: upper-roman;
}
dl {
margin-bottom: 15px;
}
dd p {
margin-top: 0px;
}
dd ul, dd table {
margin-bottom: 10px;
}
dd {
margin-top: 3px;
margin-bottom: 10px;
margin-left: 30px;
}
/*dt:target, .highlighted {
background-color: #fbe54e;
}*/
dl.glossary dt {
font-weight: bold;
font-size: 1.1em;
}
.field-list ul {
margin: 0;
padding-left: 1em;
}
.field-list p {
margin: 0;
}
.optional {
font-size: 1.3em;
}
.sig-paren {
font-size: larger;
}
.versionmodified {
font-style: italic;
}
.system-message {
background-color: #fda;
padding: 5px;
border: 3px solid red;
}
.footnote:target {
background-color: #ffa;
}
.line-block {
display: block;
margin-top: 1em;
margin-bottom: 1em;
}
.line-block .line-block {
margin-top: 0;
margin-bottom: 0;
margin-left: 1.5em;
}
.guilabel, .menuselection {
font-family: sans-serif;
}
.accelerator {
text-decoration: underline;
}
.classifier {
font-style: oblique;
}
abbr, acronym {
border-bottom: dotted 1px;
cursor: help;
}
/* -- code displays --------------------------------------------------------- */
pre {
overflow: auto;
overflow-y: hidden; /* fixes display issues on Chrome browsers */
}
td.linenos pre {
padding: 5px 0px;
border: 0;
background-color: transparent;
color: #aaa;
}
table.highlighttable {
margin-left: 0.5em;
width:100%;
}
td.code {
width: 100%;
}
table.highlighttable td {
padding: 0 0.5em 0 0.5em;
}
div.code-block-caption {
padding: 2px 5px;
font-size: small;
}
div.code-block-caption code {
background-color: transparent;
}
div.code-block-caption + div > div.highlight > pre {
margin-top: 0;
}
div.code-block-caption span.caption-number {
padding: 0.1em 0.3em;
font-style: italic;
}
div.code-block-caption span.caption-text {
}
div.literal-block-wrapper {
padding: 1em 1em 0;
}
div.literal-block-wrapper div.highlight {
margin: 0;
}
/*code.descname {
background-color: transparent;
font-weight: bold;
*//*font-size: 1.2em;*//*
font-size: 1.5em;
}
code.descclassname {
background-color: transparent;
}
code.xref, a code {
background-color: transparent;
font-weight: bold;
}*/
h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
background-color: transparent;
}
.viewcode-link {
float: right;
}
.viewcode-back {
float: right;
font-family: sans-serif;
}
div.viewcode-block:target {
margin: -1px -10px;
padding: 0 10px;
}
/* -- math display ---------------------------------------------------------- */
img.math {
vertical-align: middle;
}
div.body div.math p {
text-align: center;
}
span.eqno {
float: right;
}
/* -- printout stylesheet --------------------------------------------------- */
@media print {
div.document,
div.documentwrapper,
div.bodywrapper {
margin: 0 !important;
width: 100%;
}
div.sphinxsidebar,
div.related,
div.footer,
#top-link {
display: none;
}
}

View file

@ -1,545 +0,0 @@
/* ==========================================================================
Author's custom styles
========================================================================== */
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
body {
font-family: 'Open Sans', sans-serif;
}
.navbar .nav {
float:right;
margin: 0;
padding-top: 18px;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
color: #484c51;
font: 14px/24px 'Open Sans';
font-weight: 200;
}
.navbar .nav li.currentNav {
background: url(../img/navCurrentArrow.png) center 32px no-repeat;
}
.hero-unit {
margin-bottom: 0;
}
.shaded {
background: #f7f9f8;
}
.shaded img {
margin: 8px 12px;
}
.articleCredits {
padding-left: 12px;
font: 12px/24px 'Open Sans';
font-weight: 100;
white-space: pre;
}
.fullwidth {
padding: 30px;
}
body.contact .shaded img {
margin: 0;
}
.map img {
margin-top: 30px;
float: left;
}
body.index .success, body.index .clients {
margin-top: 0;
}
.success h2 {
margin-top: 25px;
}
.testimonialAuthor {
display: block;
margin-bottom: 30px;
font: 12px/24px 'Open Sans';
color: #aa2b39;
font-weight: 800;
text-transform: uppercase;
}
.success hr, .events hr, .productnews hr {
margin-top: 0;
}
.clients {
background-color: #415a72;
}
.clients img {
margin: 15px 21px;
}
.news {
margin-bottom: 40px;
}
h2.homeSecTitles {
color: #8d9caa;
font-style: italic;
font-family: 'Open Sans';
font-weight: 800;
text-transform: capitalize;
margin-bottom: 0;
}
.success h3 {
font-weight: 100;
font-style: italic;
font: 18px/30px 'Open Sans';
color: #4f575b; margin: 25px 0;
}
.success img {
margin: 30px 10px 10px 80px;
}
.about img {
margin-bottom: 21px;
}
.carousel-inner {
max-height: 387px;
}
.carousel-control {
opacity: 1;
background: none;
border: none;
border-radius: 0;
}
.carousel-caption h1 {
text-transform:uppercase;
margin-top: 20px;
display:none;
}
.carousel-caption p {
margin-top: 25px;
font-weight: 100;
font: 16px/24px 'Open Sans';
color: #000;
display: none;
}
.carousel-caption img {
margin-top: 10px;
}
#myCarousel img {
width: 100%;
height: auto;
}
#myCarousel .carousel-control img {
width: auto;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 100;
font-family: 'Open Sans';
font-weight: normal;
}
h2 {
font: 18px/28px 'Open Sans';
text-transform: uppercase;
font-weight: 800;
color: #373e4b;
margin-bottom: 0;
}
h3 {
font-size: 16px; line-height:26px;
}
p {
font-size: 14px; line-height: 24px; color: #313131;
}
.lede {
text-align: center;
margin-bottom:20px;
max-width: 80%;
margin-left: 10%;
}
body.services .lede {
max-width: 95%;
margin-left: 2.5%;
margin-top: 30px;
}
body.products .lede {
margin-top: 30px;
}
.lede h3 {
font-weight: 100;
font: 24px/30px 'Open Sans';
color: #aa2b39;
}
.lede h4 {
font-weight: 100;
font-style: italic;
font: 20px/30px 'Open Sans';
color: #373e4b;
}
body.services .lede h4 {
font-size: 16px;
line-height: 150%;
}
body.services .lede {
margin-bottom: 30px;
}
body.about h1, body.services h1, body.contact h1 {
font: 20px/30px 'Open Sans';
font-style: italic;
font-weight: 800;
color: #4f575b;
margin-top: 0;
}
.row-fluid {
margin-top: 50px;
}
body.about h6 {
margin: 0;
font-weight: 100;
font-style: italic;
font-family: 'Open Sans';
text-transform: uppercase;
line-height: 80%;
margin-bottom: 10px;
color: #AA2B39;
}
body.services table {
margin: 0;
padding: 0;
table-layout: fixed;
}
body.services table th, body.services table td {
padding: 10px 0;
text-align: left;
}
body.services table td {
color: #373e4b;
font-style: italic;
font-weight: 100;
font-family: 'Open Sans';
width: 206px;
}
body.services table tr:last-child th, body.services table tr:last-child td {
border-bottom: none;
}
body.services table tr:nth-child(even) {
background: #eff3f1;
}
body.services table td:first-child {
padding-left: 30px;
}
body.services table td.tableCenter {
text-align: center;
}
.singleProduct ul {
margin-left: 15px;
}
.singleProduct li {
padding: 5px 0;
}
.btn-red {
display:block;
padding: 5px 0;
background: #aa2b39;
color: #FFF;
font-style: italic;
font-weight: 100;
font-family: 'Open Sans';
text-shadow: none;
border: none;
border-radius: 0;
box-shadow: none;
width: 100px;
margin-left: 75px;
}
.btn-red:hover, .bth-red:focus {
background-color: #9B1C2E;
color: white;
}
body.contact .btn-red {
margin-left: 0; margin-top: 5px;
}
#myCarousel .btn-red {
margin-left: 12px; margin-top:-7px;
}
.map {
border: 0; border-right: 1px solid #eee;
}
.map h2, .connect h2 {
margin: 0;
}
.map img {
padding-right: 30px;
}
.connect a {
margin: 0 8px 0 0; display: block; float: left;
}
.connect a img:hover {
margin-top: -5px;
-webkit-transition: margin 0.2s ease-out;
-moz-transition: margin 0.2s ease-out;
-o-transition: margin 0.2s ease-out;
transition: margin 0.2s ease-out;
}
footer {
background: url(../images/footerBG.jpg) 50% 0 no-repeat;
min-height: 340px;
margin-top: 50px;
position:relative;
-webkit-background-size: cover; *//*for webKit*//*
-moz-background-size: cover; *//*Mozilla*//*
-o-background-size: cover; *//*opera*//*
background-size: cover; *//*generic*//*
}
footer p, footer a {
color: #FFF;
font-weight: 100;
font: 12px 'Open Sans';
}
footer a {
display:block;
float: left;
margin: 0 0 6px 0;
clear: left;
}
footer .row-fluid {
margin-top: 30px;
}
.footerCol {
width: 20%;
float:left;
}
.footerCol h4 {
color: #FFF;
font-weight: 800;
font: 14px/24px 'Open Sans';
text-transform: uppercase;
margin-bottom: 0;
}
footer .social a {
clear: none;
margin: 0 4px;
}
footer .social img:hover {
margin-top: -5px;
-webkit-transition: margin 0.2s ease-out;
-moz-transition: margin 0.2s ease-out;
-o-transition: margin 0.2s ease-out;
transition: margin 0.2s ease-out;
}
body.contact footer, body.index footer {
margin-top: 0;
}
.news img {
max-width: 275px;
height: auto;
}
.news h2, .news p, .events hr {
max-width: 275px;
}
.productnews hr {
max-width: 595px;
}*/
/* ==========================================================================
Sphinx custom styles
========================================================================== */
h1:hover > .headerlink,
h2:hover > .headerlink,
h3:hover > .headerlink,
h4:hover > .headerlink,
h5:hover > .headerlink,
h6:hover > .headerlink,
dt:hover > .headerlink { visibility: visible; }
.sidebar .toctree-l1.current a {
border-right: 5px solid #fcaf3e;
}
.line-block {
display: block;
margin-top: 1em;
margin-bottom: 1em;
}
.line-block .line-block {
margin-top: 0;
margin-bottom: 0;
margin-left: 1.5em;
}
div.header div.rel a {
color: #fcaf3e;
letter-spacing: .1em;
text-transform: uppercase;
}
.descname {
font-weight: bold;
}
/*.literal {
background-color: #eeeeec;
}*/
blockquote {
margin: 1em;
}
/*.footer, .footer a {
color: #888a85;
}*/
div.admonition {
font-size: 0.9em;
margin: 1em 0 1em 0;
padding: 0.5em 1em 0.5em 1em;
border: 1px solid #ddd;
}
div.admonition p.admonition-title {
font-weight: bold; color: #3465a4;
}
div.warning {
border-color: #940000;
}
div.warning p.admonition-title {
color: #940000;
}
div.viewcode-block:target {
background-color: #f4debf;
border-top: 1px solid #ac9;
border-bottom: 1px solid #ac9;
}
/* ==========================================================================
SaltStack custom styles
========================================================================== */
.lit-docs {
list-style-type: none;
margin: 0;
}
.lit-item {
padding-bottom: 2em;
}
.lit-annotation,
.lit-content {
display: inline-block;
vertical-align: top;
}
.lit-annotation {
width: 40.42553191489362%; /* span-5 */
}
.lit-content {
width: 57.44680851063829%; /* span-7 */
}
/* Override a few Bootstrap-isms */
.lit-annotation pre,
.lit-content pre {
word-break: normal;
word-wrap: normal;
white-space: pre;
overflow-x: auto;
}
.lit-content pre {
border: none;
}
.lit-container {
position: relative;
}
.lit-background {
position: absolute;
top: -1px;
bottom: 0;
right: 1.1em;
width: 57.44680851063829%; /* span-7 */
z-index: -1;
background-color: #f5f5f5;
border: 1px solid #e5e5ee;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
/* rST automatically puts the .container class on ``.. container`` directives
* which conflicts with the bootstrap class of the same name. >.<
*/
.scrollable.container {
width: auto;
}
.scrollable {
overflow-x:auto;
position:relative;
}
/* Code blocks */
/*pre {
position: relative;
border-top-width: 4px;
padding-top: 18px; *//* :before height *//*
}*/
.highlight-bash,
.highlight-jinja,
.highlight-python,
.highlight-yaml {
position: relative;
}
.highlight-bash:before,
.highlight-jinja:before,
.highlight-python:before,
.highlight-yaml:before {
z-index: 10;
font-size: 9px;
padding: 0.1em 0.8em;
text-align: center;
color: #999;
display: block;
position: absolute;
border-radius: 0 3px 0 3px;
border-top: none;
border-right: none;
background-color: #f1f1f1;
top: 0;
right: 0;
height: 18px;
}
.highlight-bash pre {
/* bit more subdued ... */
border-color: #999;
}
.highlight-jinja pre {
border-color: #e00a1b;
}
.highlight-python pre {
border-color: #3377b0;
}
.highlight-yaml pre {
border-color: #ccc;
}
.highlight-bash:before {
content: 'BASH';
background-color: #444;
color: white;
}
.highlight-jinja:before {
content: 'JINJA';
background-color: #e00a1b;
color: white;
}
.highlight-python:before {
content: 'PYTHON';
background-color: #3377b0;
color: #ffe243;
}
.highlight-yaml:before {
content: 'YAML';
background-color: #ccc;
color: black;
}

View file

@ -1,63 +0,0 @@
.highlight .hll { background-color: #ffffcc }
.highlight { background: #eeffcc; }
.highlight .c { color: #408090; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #007020; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #007020 } /* Comment.Preproc */
.highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */
.highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #333333 } /* Generic.Output */
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0044DD } /* Generic.Traceback */
.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #007020 } /* Keyword.Pseudo */
.highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #902000 } /* Keyword.Type */
.highlight .m { color: #208050 } /* Literal.Number */
.highlight .s { color: #4070a0 } /* Literal.String */
.highlight .na { color: #4070a0 } /* Name.Attribute */
.highlight .nb { color: #007020 } /* Name.Builtin */
.highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
.highlight .no { color: #60add5 } /* Name.Constant */
.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */
.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #007020 } /* Name.Exception */
.highlight .nf { color: #06287e } /* Name.Function */
.highlight .nl { color: #002070; font-weight: bold } /* Name.Label */
.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #bb60d5 } /* Name.Variable */
.highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #208050 } /* Literal.Number.Bin */
.highlight .mf { color: #208050 } /* Literal.Number.Float */
.highlight .mh { color: #208050 } /* Literal.Number.Hex */
.highlight .mi { color: #208050 } /* Literal.Number.Integer */
.highlight .mo { color: #208050 } /* Literal.Number.Oct */
.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */
.highlight .sc { color: #4070a0 } /* Literal.String.Char */
.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #4070a0 } /* Literal.String.Double */
.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */
.highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
.highlight .sx { color: #c65d09 } /* Literal.String.Other */
.highlight .sr { color: #235388 } /* Literal.String.Regex */
.highlight .s1 { color: #4070a0 } /* Literal.String.Single */
.highlight .ss { color: #517918 } /* Literal.String.Symbol */
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */
.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
.highlight .il { color: #208050 } /* Literal.Number.Integer.Long */

View file

@ -1,256 +0,0 @@
/*webhelp*/
body{font-family:"Lato",Helvetica,Arial,sans-serif;background-color:#fff;/*color:#1e2934;*/color:#676767}
.footer{padding-top:50px}
a{color:#428bca;text-decoration:none}
a:hover,a:focus{color:#2a6496;text-decoration:underline}
blockquote{font-size:15px}
button#dropdownMenu1{width:90%;padding:10px;margin:10px}
/*#menu-toggle{margin:10px 0}*/
.panel-default>.panel-heading{background-color:#f8f8f2;border:1px solid #e3e3e3}
.well{background-color:#f5f5f5;border:1px solid #e3e3e3}
.nav>li>a{position:relative;display:block;padding:0}
#guide-links a,#guide-title{text-transform:uppercase;font-weight:300}
#guide-title,.well-title{text-transform:uppercase;font-weight:300}
img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}
td img{max-width:none}
img.center{display:block;margin:auto}
.jumbotron h1{font-weight:300;text-transform:none}
.jumbotron{background-color:#171717;color:#fff;text-shadow:#000 .1em .1em .1em}
.jumbotron .glyphicon{color:#48b4fb;font-weight:100;;padding-right:10px;font-size:smaller}
.panel-title a{font-weight:300}
.panel-heading{padding:20px}
.panel-group a{text-decoration:none}
.list-group-item{border:none;padding-left:25px}
.list-group-item a{color:#333;display:list-item}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{text-transform:uppercase}
h1,.h1,h1 > code.docutils.literal{color:#48b4fb;font-size:40px;margin-top:10px;margin-bottom:30px}
h2,.h2,h2 > code.docutils.literal{color:#48b4fb;font-size:23px}
h3,.h3,h3 > code.docutils.literal{font-size:18px}
h4,.h4,h4 > code.docutils.literal{font-size:16px}
h5,.h5,h5 > code.docutils.literal{font-size:16px;font-style:italic}
.subhead{color:#C0392B;font-size:16px;text-transform:uppercase}
.reference h3{font-size:16pt;line-height:1.9;color:#D75400;;font-weight:300}
.head3 h2{font-size:21px;color:#C0392B}
.head4 h2{font-size:16px;color:#C0392B}
.btn-primary{color:#fff;background-color:#424242;border-color:#080808}
.btn-primary:hover{color:#fff;background-color:#424242;border-color:#080808}
.btn-secondary{color:#333;background-color:#f5f5f5;border-color:#ccc}
button#next-button{float:right;margin:15px 0 0 0}
button#prev-button{float:left;margin:15px 0 0 0}
.inner-addon{position:relative}
.inner-addon .glyphicon{position:absolute;padding:10px;pointer-events:none}
.glyphicon{color:#C0392B;;font-weight:100}
#next-button .glyphicon,#prev-button .glyphicon{color:#48b4fb}
.left-addon .glyphicon{padding:14px 0 0;left:10px}
.right-addon .glyphicon{padding:30px 0 0;right:5px}
.left-addon input{padding-left:30px}
.right-addon input{padding-right:30px}
#search-form{padding:5px 5px 10px}
#wrapper{padding-left:0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
#wrapper.toggled{padding-left:250px}
#sidebar-wrapper{z-index:1000;position:fixed;right:250px;width:0;height:100%;margin-right:-240px;overflow-y:hidden;overflow-x:hidden;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;background-color:#fff}
#sidebar-nav{position:absolute;top:0;width:250px;font-size:14px}
#wrapper.toggled #sidebar-wrapper{width:250px}
#page-content-wrapper{width:95%;padding:15px;font-size:15px;line-height:1.7}
#wrapper.toggled #page-content-wrapper{position:absolute;margin-left:-250px}
@media(min-width:768px) {
#wrapper{padding-right:250px}
#wrapper.toggled{padding-right:0}
#sidebar-wrapper{width:250px}
#wrapper.toggled #sidebar-wrapper{width:0}
#page-content-wrapper{padding:20px 0 0 0}
#wrapper.toggled #page-content-wrapper{position:relative;margin-right:0}
#menu-toggle{display:none!important}
}
@media(min-width:992px) {
#wrapper{padding-right:300px}
#wrapper.toggled{padding-right:0}
#sidebar-wrapper{width:300px}
#sidebar-nav{width:300px}
#wrapper.toggled #sidebar-wrapper{width:0}
#page-content-wrapper{padding:20px 0 0 0}
#wrapper.toggled #page-content-wrapper{position:relative;margin-right:0}
#menu-toggle{display:none!important}
}
@media(min-width:1200px) {
#wrapper{padding-right:350px}
#sidebar-wrapper{margin-right:-210px}
#wrapper.toggled{padding-right:0}
#sidebar-wrapper{width:350px}
#sidebar-nav{width:300px}
#wrapper.toggled #sidebar-wrapper{width:0}
#page-content-wrapper{padding:20px 0 0 0}
#wrapper.toggled #page-content-wrapper{position:relative;margin-right:0}
#menu-toggle{display:none!important}
}
@media(min-width:1400px) {
#sidebar-wrapper{margin-right:-175px}
#menu-toggle{display:none!important}
}
@media(max-width:768px) {
#sidebar-wrapper{border:1px solid #424242}
}
#header-nav{float:right;text-align:right}
#header-nav li {padding:0 0 15px 15px;font-weight:300}
#sidebar-nav ul{list-style:none;margin:0;padding:0}
#sidebar-nav .collapsed > ul{display:none}
#sidebar-nav .glyphicon{padding-left:5px;font-size:14px}
.nav>li>a:hover,.nav>li>a:focus{background-color:transparent}
#sidebar-nav li a{display:block;text-decoration:none;color:#424242;border-top:1px solid #e3e3e3;font-size:12px}
#sidebar-nav ul li:not(.tocify-item){padding-left:10px}
#sidebar-nav ul a{padding-top:5px;padding-bottom:5px}
#sidebar-nav > ul > .current{min-height:20px;padding:5px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}
#sidebar-nav > ul > .current a{border:none}
#sidebar-nav .tocify li.current > a{font-weight:400;background:#48b4fb}
#sidebar-nav .tocify ul{list-style:circle}
#sidebar-nav .tocify li a{font-weight:400;font-size:14px;background-color:#34495E;padding-left:4px}
.tocify li a{display:block;text-decoration:none;color:#fff;border-bottom:none;font-size:14px;font-weight:300}
#tocify-header0 > li a{border-bottom:1px solid #2C3E50}
ul.tocify-subheader ul li{margin-left:20px}
#gen-links > li.current > .tocify > ul > li > a{font-weight:400;font-size:20px;background:transparent;border-bottom:none;border-top:none;color:#333}
#sidebar-nav li.current:not(.tocify-item) > a{font-weight:400;font-size:20px;border-bottom:none;border-top:none}
#gen-links{border-bottom:1px solid #e3e3e3}
#guide-links a{border-top:none;font-size:20px;color:#333}
#guide-links a:hover,a:focus{text-decoration:none}
li.current + li > a{border-top:none}
.reference.nested1{padding:5px;margin-bottom:40px;background-color:#FDFDFD;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}
tr.sthead.prophead{color:#34495E;text-transform:uppercase}
aside{min-height:20px;padding:5px;border:1px solid #eee;background:rgba(255,255,255,0.5);border-radius:4px;width:95%;margin:0 auto;margin-bottom:20px;padding-left:50px;font-weight:300}
aside .glyphicon{font-size:20pt;float:left;margin-right:15px;height:100%;margin-left:-40px}
aside .title{text-transform:uppercase;color:#34495E}
aside .glyphicon{color:#F4C600}
.important .title{color:#D75400;font-weight:600}
.versionmodified{color:#009276}
#header-links{text-align: center;font-weight:300;padding-top:15px}
.versions{text-align: center;font-weight:300;border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;padding:5px}
.permalink i{color:rgb(255, 255, 255);font-size:14pt;padding-left:5px}
.permalink i:hover{color:#000}
li.toctree-l3.current ul {
margin-left: 15px;
}
li.toctree-l2.current ul {
margin-left: 15px;
}
li.toctree-l1.current ul {
margin-left: 15px;
}
.nav.nav-center {
margin:0;
float:none;
}
ul.nav.collapsed{
margin-left: 80px;
font-size: 14pt;
}
#expanded-nav{
font-size: 12pt;
font-weight:300;
;
}
#expanded-nav li{
padding: 0 15px 0 0;
}
ul.nav.collapsed li{
padding: 0 0 15px 10px;
margin:0px;
}
#social-links{
text-align: center;
padding-top: 10px;
}
.navbar-default {
background-color: #fff;
border-color: #fff;
}
.navbar-header {
width: 100%;
}
.open>.dropdown-menu {
width: 100%;
}
#lnav-title{
font-weight:300;
;
font-size:16pt;
text-align:center;
}
pre {
border-top-width: 4px;
padding-top: 18px; :before height
}
code {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-size: 12px;
color: #333333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
white-space: nowrap;
background-color: rgba( 0, 0, 0, .1 );
}
code.xref {
color: #4070a0;
}
code.descclassname {
background-color: transparent;
border: none;
}
code.descname {
background-color: transparent;
font-weight: bold;
/*font-size: 1.2em;*/
font-size: 1.5em;
}
dl.function {
margin-bottom:40px;
border-top: 1px solid #eee;
padding: 20px;
}
#sidebar-nav li a.selected {font-weight:bold}
#sidebar-nav a.current.reference.internal {
background-color: #424242;
color: #fff;
padding: 2px 4px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#sidebar-nav a.current code {
color: #fff;
font-size: 14pt;
}
.intro-text {
font-size: 18pt;
line-height: 1.3;
font-weight: 300;
}
img.logo {
margin-top: -10px;
}
img.nav-banner {
margin-top: 5px;
}

View file

@ -0,0 +1,384 @@
body{font-family:"Lato",Helvetica,Arial,sans-serif;background-color:#fff;color:#676767}
.footer{padding-top:50px}
a{color:#428bca;text-decoration:none}
a:hover,a:focus{color:#2a6496;text-decoration:underline}
blockquote{font-size:15px}
button#dropdownMenu1{width:90%;padding:10px;margin:10px}
.panel-default>.panel-heading{background-color:#f8f8f2;border:1px solid #e3e3e3}
.well{background-color:#f5f5f5;border:1px solid #e3e3e3}
.nav>li>a{position:relative;display:block;padding:0}
#guide-links a,#guide-title{text-transform:uppercase;font-weight:300}
#guide-title,.well-title{text-transform:uppercase;font-weight:300}
.body-content img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}
td img{max-width:none}
img.center{display:block;margin:auto}
.jumbotron h1{font-weight:300;text-transform:none}
.jumbotron{background-color:#171717;color:#fff;text-shadow:#000 .1em .1em .1em}
.jumbotron .glyphicon{color:#48b4fb;font-weight:100;padding-right:10px;font-size:smaller}
.panel-title a{font-weight:300}
.panel-heading{padding:20px}
.panel-group a{text-decoration:none}
.list-group-item{border:none;padding-left:25px}
.list-group-item a{color:#333;display:list-item}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{text-transform:uppercase}
h1,.h1,h1 > code.docutils.literal{color:#48b4fb;font-size:40px;margin-top:10px;margin-bottom:30px}
h2,.h2,h2 > code.docutils.literal{color:#48b4fb;font-size:23px}
h3,.h3,h3 > code.docutils.literal{font-size:18px}
h4,.h4,h4 > code.docutils.literal{font-size:16px}
h5,.h5,h5 > code.docutils.literal{font-size:16px;font-style:italic}
.subhead{color:#C0392B;font-size:16px;text-transform:uppercase}
.reference h3{font-size:16pt;line-height:1.9;color:#D75400;font-weight:300}
.head3 h2{font-size:21px;color:#C0392B}
.head4 h2{font-size:16px;color:#C0392B}
.btn-primary{color:#fff;background-color:#424242;border-color:#080808}
.btn-primary:hover{color:#fff;background-color:#424242;border-color:#080808}
.btn-secondary{color:#333;background-color:#f5f5f5;border-color:#ccc}
button#next-button{float:right;margin:15px 0 0}
button#prev-button{float:left;margin:15px 0 0}
.inner-addon{position:relative}
.inner-addon .glyphicon{position:absolute;padding:10px;pointer-events:none}
.glyphicon{color:#C0392B;font-weight:100}
#next-button .glyphicon,#prev-button .glyphicon{color:#48b4fb}
.left-addon .glyphicon{padding:14px 0 0;left:10px}
.right-addon .glyphicon{padding:30px 0 0;right:5px}
.left-addon input{padding-left:30px}
.right-addon input{padding-right:30px}
#search-form{padding:5px 5px 10px}
#wrapper{padding-left:0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
#wrapper.toggled{padding-left:250px}
#sidebar-wrapper{z-index:1000;position:fixed;top:0;right:260px;width:0;height:100%;margin-right:-250px;overflow-y:hidden;overflow-x:hidden;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;background-color:#fff}
#sidebar-nav{position:absolute;top:0;width:260px;font-size:14px}
#wrapper.toggled #sidebar-wrapper{width:260px}
#page-content-wrapper{width:95%;padding:15px;font-size:15px;line-height:1.7}
#wrapper.toggled #page-content-wrapper{position:absolute;margin-left:-250px}
#dev-notification{position:fixed;top:0;left:0;width:100%;background-color:#fff;text-align:center;z-index:20}
.alert.alert-warning.dev-notification-text{padding:0;margin-bottom:0;width:95%}
@media(min-width:768px) {
#wrapper{padding-right:260px}
#wrapper.toggled{padding-right:0}
#sidebar-wrapper{width:260px}
#wrapper.toggled #sidebar-wrapper{width:0}
#page-content-wrapper{padding:20px 0 0}
#wrapper.toggled #page-content-wrapper{position:relative;margin-right:0}
#menu-toggle{display:none!important}
.alert.alert-warning.dev-notification-text{width:65%}
}
@media(min-width:992px) {
#wrapper{padding-right:300px}
#wrapper.toggled{padding-right:0}
#sidebar-wrapper{width:300px}
#sidebar-nav{width:300px}
#wrapper.toggled #sidebar-wrapper{width:0}
#page-content-wrapper{padding:20px 0 0}
#wrapper.toggled #page-content-wrapper{position:relative;margin-right:0}
#menu-toggle{display:none!important}
}
@media(min-width:1200px) {
#wrapper{padding-right:350px}
#sidebar-wrapper{margin-right:-210px}
#wrapper.toggled{padding-right:0}
#sidebar-wrapper{width:350px}
#sidebar-nav{width:300px}
#wrapper.toggled #sidebar-wrapper{width:0}
#page-content-wrapper{padding:20px 0 0}
#wrapper.toggled #page-content-wrapper{position:relative;margin-right:0}
#menu-toggle{display:none!important}
.alert.alert-warning.dev-notification-text{width:68%}
}
@media(min-width:1400px) {
#sidebar-wrapper{margin-right:-175px}
#menu-toggle{display:none!important}
.alert.alert-warning.dev-notification-text{width:70%}
}
@media(max-width:768px) {
#sidebar-wrapper{border:1px solid #424242}
}
#header-nav{float:right;text-align:right}
#header-nav li{padding:0 0 15px 15px;font-weight:300}
#sidebar-wrapper{visibility:hidden}
#sidebar-nav ul{list-style:none;margin:0;padding:0}
#sidebar-nav .collapsed > ul{display:none}
#sidebar-nav .glyphicon{padding-left:5px;font-size:14px}
.nav>li>a:hover,.nav>li>a:focus{background-color:transparent}
#sidebar-nav li a{display:block;text-decoration:none;color:#424242;border-top:1px solid #e3e3e3;font-size:12px}
#sidebar-nav ul li:not(.tocify-item){padding-left:10px}
#sidebar-nav ul a{padding-top:5px;padding-bottom:5px}
#sidebar-nav > ul > .current{min-height:20px;padding:5px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}
#sidebar-nav > ul > .current a{border:none}
#sidebar-nav .tocify li.current > a{font-weight:400;background:#48b4fb}
#sidebar-nav .tocify ul{list-style:circle}
#sidebar-nav .tocify li a{font-weight:400;font-size:14px;background-color:#34495E;padding-left:4px}
.tocify li a{display:block;text-decoration:none;color:#fff;border-bottom:none;font-size:14px;font-weight:300}
#tocify-header0 > li a{border-bottom:1px solid #2C3E50}
ul.tocify-subheader ul li{margin-left:20px}
#gen-links > li.current > .tocify > ul > li > a{font-weight:400;font-size:20px;background:transparent;border-bottom:none;border-top:none;color:#333}
#sidebar-nav li.current:not(.tocify-item) > a{font-weight:400;font-size:20px;border-bottom:none;border-top:none}
#gen-links{border-bottom:1px solid #e3e3e3}
#guide-links a{border-top:none;font-size:20px;color:#333}
#guide-links a:hover,a:focus{text-decoration:none}
li.current + li > a{border-top:none}
.reference.nested1{padding:5px;margin-bottom:40px;background-color:#FDFDFD;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}
tr.sthead.prophead{color:#34495E;text-transform:uppercase}
aside{min-height:20px;padding:5px;border:1px solid #eee;background:rgba(255,255,255,0.5);border-radius:4px;width:95%;margin:0 auto;margin-bottom:20px;padding-left:50px;font-weight:300}
aside .glyphicon{font-size:20pt;float:left;margin-right:15px;height:100%;margin-left:-40px}
aside .title{text-transform:uppercase;color:#34495E}
aside .glyphicon{color:#F4C600}
.important .title{color:#D75400;font-weight:600}
.versionmodified{color:#009276}
#header-links{text-align:center;font-weight:300;padding-top:15px}
.versions{text-align:center;font-weight:300;border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;padding:5px}
.versions a:hover,a:focus{text-decoration:none}
.permalink i{color:#fff;font-size:14pt;padding-left:5px}
.permalink i:hover{color:#000}
li.toctree-l3.current ul{margin-left:15px}
li.toctree-l2.current ul{margin-left:15px}
li.toctree-l1.current ul{margin-left:15px}
.nav.nav-center{margin:0;float:none}
ul.nav.collapsed{margin-left:80px;font-size:14pt}
#expanded-nav{font-size:12pt;font-weight:300}
#expanded-nav li{padding:0 15px 0 0}
ul.nav.collapsed li{padding:0 0 15px 10px;margin:0}
#social-links{text-align:center;padding:10px 0}
.navbar-default{background-color:#fff;border-color:#fff}
.navbar-header{width:100%}
.open>.dropdown-menu{width:100%}
#lnav-title{font-weight:300;font-size:16pt;text-align:center}
pre{border-top-width:4px;padding-top:18px}
code{font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;color:#333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;white-space:nowrap;background-color:rgba(0,0,0,.1)}
code.xref{color:#4070a0}
code.descclassname{background-color:transparent;border:none}
code.descname{background-color:transparent;font-weight:700;font-size:1.5em}
dl.function{margin-bottom:30px;border-bottom:1px solid #eee}
#sidebar-nav li a.selected{font-weight:700}
#sidebar-nav a.current.reference.internal{background-color:#424242;color:#fff;padding:2px 4px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
#sidebar-nav a.current code{color:#fff;font-size:14pt}
.intro-text{font-size:18pt;line-height:1.3;font-weight:300}
img.logo{margin-top:-10px}
.notifications{float:right;font-size:13pt}
div.logo{background-color:#000}
.modal-dialog{float:right;padding:125px 10px 0 0;width:375px}
.modal-backdrop.in{opacity:0}
.modal{direction:rtl;overflow-y:auto}
.modal .modal-dialog{direction:ltr}
.modal-open{overflow:auto}
.bootbox-body h3{color:#48b4fb}
.bootbox-body h3:first-child{margin-top:5px}
div.versions .btn{padding: 3px 6px}
div.versions p{margin: 3px 0 0}
div.versions a,div.versions a:hover,div.versions a:active{color: #428bca}
/*pygments*/
.highlight .hll { background-color: #ffffcc }
.highlight { background: #eeffcc; }
.highlight .c { color: #408090; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #007020; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #007020 } /* Comment.Preproc */
.highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */
.highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #333333 } /* Generic.Output */
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0044DD } /* Generic.Traceback */
.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #007020 } /* Keyword.Pseudo */
.highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #902000 } /* Keyword.Type */
.highlight .m { color: #208050 } /* Literal.Number */
.highlight .s { color: #4070a0 } /* Literal.String */
.highlight .na { color: #4070a0 } /* Name.Attribute */
.highlight .nb { color: #007020 } /* Name.Builtin */
.highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
.highlight .no { color: #60add5 } /* Name.Constant */
.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */
.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #007020 } /* Name.Exception */
.highlight .nf { color: #06287e } /* Name.Function */
.highlight .nl { color: #002070; font-weight: bold } /* Name.Label */
.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #bb60d5 } /* Name.Variable */
.highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #208050 } /* Literal.Number.Bin */
.highlight .mf { color: #208050 } /* Literal.Number.Float */
.highlight .mh { color: #208050 } /* Literal.Number.Hex */
.highlight .mi { color: #208050 } /* Literal.Number.Integer */
.highlight .mo { color: #208050 } /* Literal.Number.Oct */
.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */
.highlight .sc { color: #4070a0 } /* Literal.String.Char */
.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #4070a0 } /* Literal.String.Double */
.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */
.highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
.highlight .sx { color: #c65d09 } /* Literal.String.Other */
.highlight .sr { color: #235388 } /* Literal.String.Regex */
.highlight .s1 { color: #4070a0 } /* Literal.String.Single */
.highlight .ss { color: #517918 } /* Literal.String.Symbol */
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */
.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
.highlight .il { color: #208050 } /* Literal.Number.Integer.Long */
/*basic*/
div.clearer{clear:both}
div.related{width:100%;font-size:90%}
div.related h3{display:none}
div.related ul{margin:0;padding:0 0 0 10px;list-style:none}
div.related li{display:inline}
div.related li.right{float:right;margin-right:5px}
div.sphinxsidebarwrapper{padding:10px 5px 0 10px}
div.sphinxsidebar{float:left;width:230px;margin-left:-100%;font-size:90%}
div.sphinxsidebar ul{list-style:none}
div.sphinxsidebar ul ul,div.sphinxsidebar ul.want-points{margin-left:20px;list-style:square}
div.sphinxsidebar ul ul{margin-top:0;margin-bottom:0}
div.sphinxsidebar form{margin-top:10px}
div.sphinxsidebar input{border:1px solid #98dbcc;font-family:sans-serif;font-size:1em}
div.sphinxsidebar #searchbox input[type="text"]{width:170px}
div.sphinxsidebar #searchbox input[type="submit"]{width:30px}
img{border:0;max-width:100%}
ul.search{margin:10px 0 0 20px;padding:0}
ul.search li{padding:5px 0 5px 20px;background-image:url(file.png);background-repeat:no-repeat;background-position:0 7px}
ul.search li a{font-weight:700}
ul.search li div.context{color:#888;margin:2px 0 0 30px;text-align:left}
ul.keywordmatches li.goodmatch a{font-weight:700}
table.contentstable{width:90%}
table.contentstable p.biglink{line-height:150%}
a.biglink{font-size:1.3em}
span.linkdescr{font-style:italic;padding-top:5px;font-size:90%}
table.indextable{width:100%}
table.indextable td{text-align:left;vertical-align:top}
table.indextable dl,table.indextable dd{margin-top:0;margin-bottom:0}
table.indextable tr.pcap{height:10px}
table.indextable tr.cap{margin-top:10px;background-color:#f2f2f2}
img.toggler{margin-right:3px;margin-top:3px;cursor:pointer}
div.modindex-jumpbox{border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin:1em 0;padding:.4em}
div.genindex-jumpbox{border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin:1em 0;padding:.4em}
a.headerlink{visibility:hidden}
h1:hover > a.headerlink,h2:hover > a.headerlink,h3:hover > a.headerlink,h4:hover > a.headerlink,h5:hover > a.headerlink,h6:hover > a.headerlink,dt:hover > a.headerlink,caption:hover > a.headerlink,p.caption:hover > a.headerlink,div.code-block-caption:hover > a.headerlink{visibility:visible}
div.body p.caption{text-align:inherit}
div.body td{text-align:left}
.field-list ul{padding-left:1em}
.first{margin-top:0!important}
p.rubric{margin-top:30px;font-weight:700}
img.align-left,.figure.align-left,object.align-left{clear:left;float:left;margin-right:1em}
img.align-right,.figure.align-right,object.align-right{clear:right;float:right;margin-left:1em}
img.align-center,.figure.align-center,object.align-center{display:block;margin-left:auto;margin-right:auto}
.align-left{text-align:left}
.align-center{text-align:center}
.align-right{text-align:right}
div.sidebar{margin:0 0 .5em 1em;border:1px solid #ddb;padding:7px 7px 0;background-color:#ffe;width:40%;float:right}
p.sidebar-title{font-weight:700}
div.topic{border:1px solid #ccc;padding:7px 7px 0;margin:10px 0}
p.topic-title{font-size:1.1em;font-weight:700;margin-top:10px}
div.admonition{margin-top:10px;margin-bottom:10px;padding:7px}
div.admonition dt{font-weight:700}
div.admonition dl{margin-bottom:0}
p.admonition-title{margin:0 10px 5px 0;font-weight:700}
div.body p.centered{text-align:center;margin-top:25px}
table.docutils{border:0;border-collapse:collapse}
table caption span.caption-number{font-style:italic}
table.docutils td,table.docutils th{padding:1px 8px 1px 5px;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #aaa}
table.field-list td,table.field-list th{border:0!important}
table.footnote td,table.footnote th{border:0!important}
th{text-align:left;padding-right:5px}
table.citation{border-left:solid 1px gray;margin-left:1px}
table.citation td{border-bottom:none}
div.figure{margin:.5em;padding:.5em}
div.figure p.caption{padding:.3em}
div.figure p.caption span.caption-number{font-style:italic}
ol.arabic{list-style:decimal}
ol.loweralpha{list-style:lower-alpha}
ol.upperalpha{list-style:upper-alpha}
ol.lowerroman{list-style:lower-roman}
ol.upperroman{list-style:upper-roman}
dl{margin-bottom:15px}
dd p{margin-top:0}
dd ul,dd table{margin-bottom:10px}
dd{margin-top:3px;margin-bottom:10px;margin-left:30px}
dl.glossary dt{font-weight:700;font-size:1.1em}
.field-list ul{margin:0;padding-left:1em}
.field-list p{margin:0}
.optional{font-size:1.3em}
.sig-paren{font-size:larger}
.versionmodified{font-style:italic}
.system-message{background-color:#fda;padding:5px;border:3px solid red}
.footnote:target{background-color:#ffa}
.line-block{display:block;margin-top:1em;margin-bottom:1em}
.line-block .line-block{margin-top:0;margin-bottom:0;margin-left:1.5em}
.guilabel,.menuselection{font-family:sans-serif}
.accelerator{text-decoration:underline}
.classifier{font-style:oblique}
abbr,acronym{border-bottom:dotted 1px;cursor:help}
pre{overflow:auto;overflow-y:hidden}
td.linenos pre{padding:5px 0;border:0;background-color:transparent;color:#aaa}
table.highlighttable{margin-left:.5em;width:100%}
td.code{width:100%}
table.highlighttable td{padding:0 .5em}
div.code-block-caption{padding:2px 5px;font-size:small}
div.code-block-caption code{background-color:transparent}
div.code-block-caption + div > div.highlight > pre{margin-top:0}
div.code-block-caption span.caption-number{padding:.1em .3em;font-style:italic}
div.literal-block-wrapper{padding:1em 1em 0}
div.literal-block-wrapper div.highlight{margin:0}
h1 code,h2 code,h3 code,h4 code,h5 code,h6 code{background-color:transparent}
.viewcode-link{float:right}
.viewcode-back{float:right;font-family:sans-serif}
div.viewcode-block:target{margin:-1px -10px;padding:0 10px}
img.math{vertical-align:middle}
div.body div.math p{text-align:center}
span.eqno{float:right}
@media print {
div.document,div.documentwrapper,div.bodywrapper{margin:0!important;width:100%}
div.sphinxsidebar,div.related,div.footer,#top-link{display:none}
}
/*main*/
h1:hover > .headerlink,h2:hover > .headerlink,h3:hover > .headerlink,h4:hover > .headerlink,h5:hover > .headerlink,h6:hover > .headerlink,dt:hover > .headerlink{visibility:visible}
.sidebar .toctree-l1.current a{border-right:5px solid #fcaf3e}
.line-block{display:block;margin-top:1em;margin-bottom:1em}
.line-block .line-block{margin-top:0;margin-bottom:0;margin-left:1.5em}
div.header div.rel a{color:#fcaf3e;letter-spacing:.1em;text-transform:uppercase}
.descname{font-weight:700}
blockquote{margin:1em}
div.admonition{font-size:.9em;margin:1em 0;padding:.5em 1em;border:1px solid #ddd}
div.admonition p.admonition-title{font-weight:700;color:#3465a4}
div.warning{border-color:#940000}
div.warning p.admonition-title{color:#940000}
div.viewcode-block:target{background-color:#f4debf;border-top:1px solid #ac9;border-bottom:1px solid #ac9}
.lit-docs{list-style-type:none;margin:0}
.lit-item{padding-bottom:2em}
.lit-annotation,.lit-content{display:inline-block;vertical-align:top}
.lit-annotation{width:40.425531914894%}
.lit-content{width:57.446808510638%}
.lit-annotation pre,.lit-content pre{word-break:normal;word-wrap:normal;white-space:pre;overflow-x:auto}
.lit-content pre{border:none}
.lit-container{position:relative}
.lit-background{position:absolute;top:-1px;bottom:0;right:1.1em;width:57.446808510638%;z-index:-1;background-color:#f5f5f5;border:1px solid #e5e5ee;border:1px solid rgba(0,0,0,0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.scrollable.container{width:auto}
.scrollable{overflow-x:auto;position:relative}
.highlight-bash,.highlight-jinja,.highlight-python,.highlight-yaml{position:relative}
.highlight-bash:before,.highlight-jinja:before,.highlight-python:before,.highlight-yaml:before{z-index:10;font-size:9px;padding:.1em .8em;text-align:center;color:#999;display:block;position:absolute;border-radius:0 3px 0 3px;border-top:none;border-right:none;background-color:#f1f1f1;top:0;right:0;height:18px}
.highlight-bash pre{border-color:#999}
.highlight-jinja pre{border-color:#e00a1b}
.highlight-python pre{border-color:#3377b0}
.highlight-yaml pre{border-color:#ccc}
.highlight-bash:before{content:'BASH';background-color:#444;color:#fff}
.highlight-jinja:before{content:'JINJA';background-color:#e00a1b;color:#fff}
.highlight-python:before{content:'PYTHON';background-color:#3377b0;color:#ffe243}
.highlight-yaml:before{content:'YAML';background-color:#ccc;color:#000}

BIN
doc/_themes/saltstack2/static/images/email.png vendored Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 392 B

View file

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="600px" height="800px" viewBox="0 0 600 800" enable-background="new 0 0 600 800" xml:space="preserve">
<g>
<path fill="#86B918" d="M131.969,755.898c11.244,0,19.199-4.599,25.85-11.573l7.591,6.827c-8.227,9.192-18.222,15.376-33.76,15.376
c-22.534,0-40.906-17.294-40.906-42.824c0-23.777,16.649-42.815,39.333-42.815c24.237,0,38.203,19.347,38.203,43.453
c0,1.113,0,2.381-0.15,3.803h-65.031C104.838,745.921,117.536,755.898,131.969,755.898z M155.927,719.111
c-1.277-14.907-9.844-27.916-26.194-27.916c-14.242,0-25.043,11.909-26.639,27.916H155.927z"/>
<path fill="#41281B" d="M231.23,725.461h-26.957v39.177H191.75V653.616h41.562c25.043,0,41.542,13.331,41.542,35.373
C274.854,713.096,254.87,725.461,231.23,725.461z M232.333,665.196h-28.062v48.839h27.447c18.386,0,30.441-9.823,30.441-24.577
C262.163,673.444,250.28,665.196,232.333,665.196z"/>
<path fill="#41281B" d="M388.377,717.193c0,32.363-18.535,49.174-46.3,49.174c-27.424,0-46.134-16.811-46.134-48.208v-64.543
h12.518v63.752c0,23.939,12.693,37.425,33.954,37.425c20.453,0,33.462-12.378,33.462-36.634v-64.543h12.5V717.193z"/>
<path fill="#41281B" d="M500.202,681.379c0,14.584-8.885,22.034-17.602,25.85c13.163,3.95,23.771,11.561,23.771,26.958
c0,19.172-16.014,30.451-40.269,30.451h-50.112V653.616h48.048C485.92,653.616,500.202,664.392,500.202,681.379z M487.51,683.122
c0-11.112-8.739-18.24-24.573-18.24h-34.59v38.229h33.63C477.033,703.104,487.51,696.277,487.51,683.122z M493.698,733.388
c0-12.218-10.162-19.192-29.513-19.192h-35.839v39.163h38.076C483.238,753.358,493.698,745.921,493.698,733.388z"/>
</g>
<path fill="#86B918" d="M298.549,467.913L129.228,298.579L298.549,129.27l56.446,56.435L242.104,298.579l56.441,56.443
l169.323-169.308L320.366,38.217c-12.043-12.055-31.579-12.055-43.634,0L38.169,276.781c-12.044,12.043-12.044,31.58,0,43.633
l238.563,238.557c12.055,12.05,31.591,12.05,43.634,0l238.565-238.557c12.044-12.053,12.044-31.59,0-43.633l-34.631-34.622
L298.549,467.913z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 979 B

View file

@ -0,0 +1,634 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="240.00000"
inkscape:export-xdpi="240.00000"
inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png"
sodipodi:docname="Gnome-x-office-document.svg"
inkscape:version="0.48.2 r9819"
sodipodi:version="0.32"
id="svg249"
height="48px"
width="48px"
viewBox="0 0 48 48"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.1">
<defs
id="defs3">
<linearGradient
inkscape:collect="always"
id="linearGradient3656">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3658" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop3660" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3656"
id="linearGradient6352"
gradientUnits="userSpaceOnUse"
x1="-26.753757"
y1="11.566258"
x2="-24.75"
y2="9.687501" />
<linearGradient
inkscape:collect="always"
id="linearGradient3520">
<stop
style="stop-color:#000000;stop-opacity:0.41295547"
offset="0"
id="stop3522" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop3524" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3520"
id="linearGradient6350"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9223058,0,0,0.9185751,-92.447368,1.3256997)"
x1="-18.588562"
y1="11.052948"
x2="-28.789402"
y2="14.069944" />
<linearGradient
id="linearGradient3671">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3673" />
<stop
id="stop3691"
offset="0.47533694"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop3675" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3671"
id="radialGradient6348"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.4073362,-0.2798276,0.7510293,1.0932492,-115.18484,-8.4378699)"
cx="-26.305403"
cy="10.108011"
fx="-26.305403"
fy="10.108011"
r="7.0421038" />
<linearGradient
inkscape:collect="always"
id="linearGradient3741">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3743" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop3745" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3741"
id="radialGradient6346"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.8860258,0,0,1.1764706,-3.5441033,-4.2352941)"
cx="4"
cy="5.2999997"
fx="4"
fy="5.2999997"
r="17" />
<linearGradient
inkscape:collect="always"
id="linearGradient3613">
<stop
style="stop-color:#888a85;stop-opacity:1"
offset="0"
id="stop3615" />
<stop
style="stop-color:#babdb6;stop-opacity:1"
offset="1"
id="stop3617" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3613"
id="linearGradient6344"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-90,0)"
x1="-47.5"
y1="49.020683"
x2="-62.75"
y2="-22.502075" />
<linearGradient
id="linearGradient3683">
<stop
id="stop3685"
offset="0"
style="stop-color:#f6f6f5;stop-opacity:1;" />
<stop
id="stop3689"
offset="1"
style="stop-color:#d3d7cf;stop-opacity:1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3683"
id="radialGradient6342"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(3.9957492,0,0,1.9350367,0.62141,-31.167422)"
cx="-30.249996"
cy="35.357208"
fx="-30.249996"
fy="35.357208"
r="18.000002" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3702"
id="linearGradient6340"
gradientUnits="userSpaceOnUse"
x1="25.058096"
y1="47.027729"
x2="25.058096"
y2="39.999443" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3688"
id="radialGradient6338"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)"
cx="4.9929786"
cy="43.5"
fx="4.9929786"
fy="43.5"
r="2.5" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3688"
id="radialGradient6336"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)"
cx="4.9929786"
cy="43.5"
fx="4.9929786"
fy="43.5"
r="2.5" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3702"
id="linearGradient6334"
gradientUnits="userSpaceOnUse"
x1="25.058096"
y1="47.027729"
x2="25.058096"
y2="39.999443" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3688"
id="radialGradient6332"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)"
cx="4.9929786"
cy="43.5"
fx="4.9929786"
fy="43.5"
r="2.5" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3688"
id="radialGradient6330"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)"
cx="4.9929786"
cy="43.5"
fx="4.9929786"
fy="43.5"
r="2.5" />
<linearGradient
id="linearGradient4928">
<stop
style="stop-color:#fce94f;stop-opacity:1;"
offset="0"
id="stop4930" />
<stop
style="stop-color:#fce94f;stop-opacity:0;"
offset="1"
id="stop4932" />
</linearGradient>
<linearGradient
id="linearGradient3702">
<stop
style="stop-color:black;stop-opacity:0;"
offset="0"
id="stop3704" />
<stop
id="stop3710"
offset="0.5"
style="stop-color:black;stop-opacity:1;" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
id="stop3706" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient3688">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
id="stop3690" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
id="stop3692" />
</linearGradient>
</defs>
<sodipodi:namedview
inkscape:window-y="-3"
inkscape:window-x="-4"
inkscape:window-height="708"
inkscape:window-width="1024"
inkscape:document-units="px"
inkscape:grid-bbox="true"
showgrid="false"
inkscape:current-layer="layer6"
inkscape:cy="31.658889"
inkscape:cx="14.294603"
inkscape:zoom="4"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="0.25490196"
bordercolor="#666666"
pagecolor="#ffffff"
id="base"
inkscape:showpageshadow="false"
inkscape:window-maximized="1" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:subject>
<rdf:Bag>
<rdf:li>rich</rdf:li>
<rdf:li>text</rdf:li>
<rdf:li>document</rdf:li>
<rdf:li>office</rdf:li>
<rdf:li>word</rdf:li>
<rdf:li>write</rdf:li>
</rdf:Bag>
</dc:subject>
<cc:license
rdf:resource="" />
<dc:creator>
<cc:Agent>
<dc:title>Lapo Calamandrei</dc:title>
</cc:Agent>
</dc:creator>
<dc:source />
<dc:date />
<dc:rights>
<cc:Agent>
<dc:title />
</cc:Agent>
</dc:rights>
<dc:publisher>
<cc:Agent>
<dc:title />
</cc:Agent>
</dc:publisher>
<dc:identifier />
<dc:relation />
<dc:language />
<dc:coverage />
<dc:description />
<dc:contributor>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
</dc:contributor>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Shadow">
<g
style="display:inline"
id="g6083"
transform="translate(150,0)">
<rect
y="0"
x="-150"
height="48"
width="48"
id="rect6085"
style="opacity:0;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
<g
id="g6087">
<g
style="opacity:0.65587045;display:inline"
id="g6089"
inkscape:label="Shadow"
transform="matrix(1.0464281,0,0,0.8888889,-151.18571,5.7222396)">
<g
id="g6091"
style="opacity:0.4"
transform="matrix(1.052632,0,0,1.285713,-1.263158,-13.42854)">
<rect
y="40"
x="38"
height="7"
width="5"
id="rect6093"
style="fill:url(#radialGradient6330);fill-opacity:1;stroke:none" />
<rect
transform="scale(-1,-1)"
y="-47"
x="-10"
height="7"
width="5"
id="rect6095"
style="fill:url(#radialGradient6332);fill-opacity:1;stroke:none" />
<rect
y="40"
x="10"
height="7.0000005"
width="28"
id="rect6097"
style="fill:url(#linearGradient6334);fill-opacity:1;stroke:none" />
</g>
</g>
<g
style="display:inline"
id="g6099"
inkscape:label="Shadow"
transform="matrix(0.9548466,0,0,0.5555562,-148.98776,19.888875)">
<g
id="g6101"
style="opacity:0.4"
transform="matrix(1.052632,0,0,1.285713,-1.263158,-13.42854)">
<rect
y="40"
x="38"
height="7"
width="5"
id="rect6103"
style="fill:url(#radialGradient6336);fill-opacity:1;stroke:none" />
<rect
transform="scale(-1,-1)"
y="-47"
x="-10"
height="7"
width="5"
id="rect6105"
style="fill:url(#radialGradient6338);fill-opacity:1;stroke:none" />
<rect
y="40"
x="10"
height="7.0000005"
width="28"
id="rect6107"
style="fill:url(#linearGradient6340);fill-opacity:1;stroke:none" />
</g>
</g>
<path
inkscape:connector-curvature="0"
style="fill:url(#radialGradient6342);fill-opacity:1;stroke:url(#linearGradient6344);stroke-width:1;stroke-miterlimit:4;display:inline"
d="M -141.47614,3.5 C -141.47614,3.5 -124,3.5 -122.5,3.5 C -118.62295,3.5729425 -116,6 -113.5,8.5 C -111,11 -108.89232,13.752625 -108.5,17.5 C -108.5,19 -108.5,42.476142 -108.5,42.476142 C -108.5,43.597359 -109.40264,44.5 -110.52385,44.5 L -141.47614,44.5 C -142.59736,44.5 -143.5,43.597359 -143.5,42.476142 L -143.5,5.523858 C -143.5,4.402641 -142.59736,3.5 -141.47614,3.5 z"
id="path6109"
sodipodi:nodetypes="ccsccccccc" />
<path
sodipodi:type="inkscape:offset"
inkscape:radius="-0.4861359"
inkscape:original="M 8.53125 3.5 C 7.410033 3.5 6.5 4.4100329 6.5 5.53125 L 6.5 42.46875 C 6.5 43.589967 7.4100329 44.5 8.53125 44.5 L 39.46875 44.5 C 40.589967 44.5 41.5 43.589966 41.5 42.46875 C 41.5 42.46875 41.5 19 41.5 17.5 C 41.5 16 41 13 39 11 C 37 9 36 8 34 6 C 32 4 29 3.5 27.5 3.5 C 26 3.5 8.5312499 3.5 8.53125 3.5 z "
style="opacity:0.68016196;fill:url(#radialGradient6346);fill-opacity:1;stroke:none;display:inline"
id="path6111"
d="M 8.53125,4 C 7.6730803,4 7,4.6730802 7,5.53125 L 7,42.46875 C 7,43.32692 7.6730802,44 8.53125,44 L 39.46875,44 C 40.326919,44 41,43.326918 41,42.46875 L 41,17.5 C 41,16.10803 40.513021,13.200521 38.65625,11.34375 L 33.65625,6.34375 C 31.799479,4.4869792 28.89197,4 27.5,4 L 8.53125,4 z"
transform="translate(-150,0)" />
<path
inkscape:connector-curvature="0"
style="fill:url(#radialGradient6348);fill-opacity:1;stroke:none;display:inline"
d="M -122.5,4 C -123.88889,4 -122.54207,4.4970883 -121.15625,5.125 C -119.77043,5.7529117 -116.18337,8.3400517 -117,12 C -112.67669,11.569417 -110.32087,15.122378 -110,16.28125 C -109.67913,17.440122 -109,18.888889 -109,17.5 C -108.97167,13.694419 -111.84543,11.068299 -113.84375,8.84375 C -115.84207,6.6192012 -118.84621,4.4767615 -122.5,4 z"
id="path6113"
sodipodi:nodetypes="ccccczc" />
<path
inkscape:connector-curvature="0"
style="opacity:0.87854249;fill:url(#linearGradient6350);fill-opacity:1;stroke:none;display:inline"
d="M -121.39912,5.0143528 C -120.47682,5.0143528 -118.39068,11.210015 -119.31298,15.343603 C -115.01802,14.915844 -110.4596,15.43178 -110,16.28125 C -110.32087,15.122378 -112.67669,11.569417 -117,12 C -116.13534,8.124761 -120.18657,5.3827023 -121.39912,5.0143528 z"
id="path6115"
sodipodi:nodetypes="ccccc" />
<path
sodipodi:type="inkscape:offset"
inkscape:radius="-0.99436891"
inkscape:original="M -51.46875 3.5 C -52.589967 3.5 -53.5 4.4100329 -53.5 5.53125 L -53.5 42.46875 C -53.5 43.589967 -52.589966 44.5 -51.46875 44.5 L -20.53125 44.5 C -19.410033 44.5 -18.5 43.589966 -18.5 42.46875 C -18.5 42.46875 -18.5 19 -18.5 17.5 C -18.5 16 -19 13 -21 11 C -23 9 -24 8 -26 6 C -28 4 -31 3.5 -32.5 3.5 C -34 3.5 -51.468749 3.5 -51.46875 3.5 z "
style="fill:none;stroke:url(#linearGradient6352);stroke-width:1;stroke-miterlimit:4;display:inline"
id="path6117"
d="M -51.46875,4.5 C -52.051916,4.5 -52.5,4.9480842 -52.5,5.53125 L -52.5,42.46875 C -52.5,43.051915 -52.051914,43.5 -51.46875,43.5 L -20.53125,43.5 C -19.948085,43.5 -19.5,43.051914 -19.5,42.46875 L -19.5,17.5 C -19.5,16.220971 -19.980469,13.394531 -21.6875,11.6875 L -26.6875,6.6875 C -28.394531,4.9804687 -31.220971,4.5 -32.5,4.5 L -51.46875,4.5 z"
transform="translate(-90,0)" />
</g>
</g>
<g
id="g6121"
transform="translate(-1e-5,-0.00291)">
<rect
ry="0.46875"
rx="0.46875009"
inkscape:r_cy="true"
inkscape:r_cx="true"
y="9.0625"
x="11.000001"
height="0.9375"
width="16.771515"
id="rect6123"
style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999982px;marker:none;visibility:visible;display:inline;overflow:visible" />
<rect
ry="0.50145501"
rx="0.50145501"
inkscape:r_cy="true"
inkscape:r_cx="true"
y="13"
x="11.000001"
height="1.00291"
width="25.00001"
id="rect6127"
style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999982px;marker:none;visibility:visible;display:inline;overflow:visible" />
<rect
style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999982px;marker:none;visibility:visible;display:inline;overflow:visible"
id="rect6129"
width="21"
height="0.99999964"
x="11.00001"
y="15.00291"
inkscape:r_cx="true"
inkscape:r_cy="true"
rx="0.49999982"
ry="0.49999982" />
<rect
style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999982px;marker:none;visibility:visible;display:inline;overflow:visible"
id="rect6131"
width="16.771515"
height="0.9375"
x="11.000001"
y="17.0625"
inkscape:r_cx="true"
inkscape:r_cy="true"
rx="0.46875009"
ry="0.46875" />
<rect
ry="0.46875"
rx="0.46875009"
inkscape:r_cy="true"
inkscape:r_cx="true"
y="35.0625"
x="11.000001"
height="0.9375"
width="27"
id="rect6133"
style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999982px;marker:none;visibility:visible;display:inline;overflow:visible" />
<rect
style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999982px;marker:none;visibility:visible;display:inline;overflow:visible"
id="rect6135"
width="27"
height="0.9375"
x="11.000001"
y="37.0625"
inkscape:r_cx="true"
inkscape:r_cy="true"
rx="0.46875009"
ry="0.46875" />
<rect
ry="0.46875"
rx="0.46875009"
inkscape:r_cy="true"
inkscape:r_cx="true"
y="39.0625"
x="11.000001"
height="0.9375"
width="9.999999"
id="rect6137"
style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999982px;marker:none;visibility:visible;display:inline;overflow:visible" />
</g>
<g
inkscape:r_cy="true"
inkscape:r_cx="true"
transform="matrix(0.30622,0,0,1,26.63157,-2.00291)"
id="g6139">
<rect
style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999982px;marker:none;visibility:visible;display:inline;overflow:visible"
id="rect6141"
width="26.125004"
height="0.9375"
x="11.000001"
y="23.0625"
inkscape:r_cx="true"
inkscape:r_cy="true"
rx="1.5307624"
ry="0.46875" />
<rect
ry="0.46875"
rx="1.5307624"
inkscape:r_cy="true"
inkscape:r_cx="true"
y="25.0625"
x="11.000001"
height="0.9375"
width="26.125004"
id="rect6143"
style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999982px;marker:none;visibility:visible;display:inline;overflow:visible" />
<rect
ry="0.46875"
rx="1.5307624"
inkscape:r_cy="true"
inkscape:r_cx="true"
y="27.0625"
x="11.000001"
height="0.9375"
width="26.125004"
id="rect6145"
style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999982px;marker:none;visibility:visible;display:inline;overflow:visible" />
<rect
style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999982px;marker:none;visibility:visible;display:inline;overflow:visible"
id="rect6147"
width="26.125004"
height="0.9375"
x="11.000001"
y="29.0625"
inkscape:r_cx="true"
inkscape:r_cy="true"
rx="1.5307624"
ry="0.46875" />
<rect
style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999982px;marker:none;visibility:visible;display:inline;overflow:visible"
id="rect6149"
width="26.125004"
height="0.9375"
x="11.000001"
y="31.0625"
inkscape:r_cx="true"
inkscape:r_cy="true"
rx="1.5307624"
ry="0.46875" />
<rect
ry="0.46875"
rx="1.5307624"
inkscape:r_cy="true"
inkscape:r_cx="true"
y="33.0625"
x="11.000001"
height="0.9375"
width="12.830279"
id="rect6151"
style="opacity:0.51098902;fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999982px;marker:none;visibility:visible;display:inline;overflow:visible" />
</g>
<rect
style="fill:#8d8d8d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999982px;marker:none;visibility:visible;display:inline;overflow:visible"
id="rect6823"
width="16.771515"
height="0.9375"
x="11"
y="9.0595856"
inkscape:r_cx="true"
inkscape:r_cy="true"
rx="0.46875009"
ry="0.46875" />
<path
d="M 15.752563,27.435764 C 16.552385,25.868077 17.46137,24.101793 18.188916,22.328502 L 18.188916,22.328502 L 18.476589,21.62848 C 17.526282,18.012268 16.956442,15.109519 17.465516,13.232569 L 17.465516,13.232569 C 17.602562,12.743226 18.169328,12.446331 18.775271,12.446331 L 18.775271,12.446331 L 19.144513,12.451764 H 19.212284 C 20.041846,12.439039 20.432463,13.494291 20.476786,13.904568 L 20.476786,13.904568 C 20.549991,14.587862 20.233865,15.744272 20.233865,15.744272 L 20.233865,15.744272 C 20.233865,15.277305 20.252167,14.522736 19.957417,13.871612 L 19.957417,13.871612 C 19.61434,13.118187 19.286633,12.66809 18.992812,12.596744 L 18.992812,12.596744 C 18.844473,12.695828 18.700279,12.901002 18.650879,13.295694 L 18.650879,13.295694 C 18.548578,13.849092 18.51791,14.547614 18.51791,14.907705 L 18.51791,14.907705 C 18.51791,16.179928 18.768408,17.859138 19.260683,19.590179 L 19.260683,19.590179 C 19.353547,19.322165 19.43526,19.064661 19.500243,18.823385 L 19.500243,18.823385 C 19.601186,18.443134 20.242945,15.922494 20.242945,15.922494 L 20.242945,15.922494 C 20.242945,15.922494 20.081236,19.277842 19.85533,20.293061 L 19.85533,20.293061 C 19.806932,20.5076 19.753529,20.71978 19.697911,20.936964 L 19.697911,20.936964 C 20.509671,23.205103 21.817709,25.229464 23.378105,26.686415 L 23.378105,26.686415 C 23.993342,27.261402 24.770358,27.72501 25.505768,28.147583 L 25.505768,28.147583 C 27.111774,27.918103 28.590456,27.809724 29.824075,27.82338 L 29.824075,27.82338 C 31.46075,27.844969 32.662126,28.087032 33.14861,28.566224 L 33.14861,28.566224 C 33.386813,28.799136 33.483466,29.080446 33.513491,29.395785 L 33.513491,29.395785 C 33.52064,29.518461 33.460875,29.806705 33.443361,29.879052 L 33.443361,29.879052 C 33.460875,29.791478 33.460875,29.360826 32.147046,28.941471 L 32.147046,28.941471 C 31.112311,28.61069 29.175739,28.620984 26.851981,28.868337 L 26.851981,28.868337 C 29.539763,30.183311 32.15827,30.83665 32.988117,30.444961 L 32.988117,30.444961 C 33.191003,30.346092 33.43707,30.008948 33.43707,30.008948 L 33.43707,30.008948 C 33.43707,30.008948 33.290802,30.673512 33.185785,30.839653 L 33.185785,30.839653 C 33.051742,31.020163 32.788805,31.215686 32.539522,31.2816 L 32.539522,31.2816 C 31.228981,31.631254 27.817587,30.822138 24.843635,29.122839 L 24.843635,29.122839 C 21.520958,29.612183 17.871933,30.516164 14.946951,31.47555 L 14.946951,31.47555 C 12.072583,36.512896 9.9116065,38.826431 8.1536147,37.946326 L 8.1536147,37.946326 L 7.5072805,37.621336 C 7.2445576,37.471066 7.2044522,37.105255 7.2652179,36.80736 L 7.2652179,36.80736 C 7.4701776,35.80458 8.7276018,34.294227 11.253388,32.786019 L 11.253388,32.786019 C 11.525261,32.621522 12.736289,31.981193 12.736289,31.981193 L 12.736289,31.981193 C 12.736289,31.981193 11.839743,32.848929 11.629708,33.019217 L 11.629708,33.019217 C 9.6137105,34.671262 8.1258054,36.749668 8.1629083,37.555423 L 8.1629083,37.555423 L 8.1702002,37.625698 C 9.8827248,37.381633 12.450904,33.895961 15.752563,27.435764 M 16.79888,27.971505 C 16.247411,29.010101 15.708383,29.97306 15.210746,30.857239 L 15.210746,30.857239 C 17.963511,29.703903 20.92631,28.965849 23.746632,28.441546 L 23.746632,28.441546 C 23.367596,28.179824 22.999641,27.902661 22.653419,27.609698 L 22.653419,27.609698 C 21.100315,26.294796 19.916239,24.654333 19.057939,22.928082 L 19.057939,22.928082 C 18.51362,24.394541 17.866357,25.952864 16.79888,27.971505"
id="path4463"
inkscape:connector-curvature="0"
style="fill:#f91d0a" />
</g>
<g
style="display:inline"
inkscape:groupmode="layer"
inkscape:label="Base"
id="layer1" />
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Text"
style="display:inline" />
</svg>

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,191 @@
/*custom webhelp*/
var windowheight = $( window ).height();
$( document ).ready(function() {
/*adjust dev branch notification*/
if ($( '#dev-notification' ).length ) {
$( '#dev-notification', '.dev-notification-text' ).width($( '.navbar-header' ).width());
$( '.navbar-header' ).css("padding-top", $( '#dev-notification' ).height() + 10);
}
/*insert links to module functions*/
if ($( 'a.current' ).length && $( 'dt .headerlink' ).length ) {
if (!window.location.href.indexOf('/ref/cli/')) {
var tgt = $( 'a.current' );
tgt.after('<ul id="function-list"></ul>');
$('dt .headerlink').each(function(idx, elem) {
var i = [
'<li><a class="function-nav-link" href="', elem.href, '">',
last(elem.href.split('.')),
'</a></li>']
.join('');
$( '#function-list' ).append(i);
});
}
}
/*scroll the right-hand navigation*/
var wheight = $( window ).height() - $( '#sidebar-static' ).height() - $( '#sidebar-static-bottom' ).height();
$(function(){
$( '#sidebar-nav' ).slimScroll({
width: 'inherit',
size: '14px',
height: wheight
}).promise().done(function() {
if (window.location.hash) {
var hash = window.location.hash.substring(1);
var $link = $( '#sidebar-nav').find('a[href$="#' + hash + '"]').addClass("selected");
if ($link.length) {
var scrollTo_val = $link.offset().top - 300 + 'px';
$( '#sidebar-nav' ).slimScroll({ scrollTo : scrollTo_val });
}
else if ($( 'a.current' ).length) {
var scrollTo_val = $( 'a.current' ).offset().top - 300 + 'px';
$( '#sidebar-nav' ).slimScroll({ scrollTo : scrollTo_val });
}
}
else if ($( 'a.current' ).length) {
var scrollTo_val = $( 'a.current' ).offset().top - 300 + 'px';
$( '#sidebar-nav' ).slimScroll({ scrollTo : scrollTo_val });
}
/*hidden by css - make visible after slimScroll plug-in loads*/
$( '#sidebar-wrapper').css('visibility','visible');
});
});
/*permalink display*/
$( 'a.headerlink').html( '<span class="permalink"><i data-container="body" data-toggle="tooltip" data-placement="bottom" title="Link to this location" class="glyphicon glyphicon-link"></i></span>');
$( 'h1,h2,h3,h4,h5,h6').mouseenter(function(){
$(this).find( '.permalink' ).find( 'i' ).css({'color':'#000'});
}).mouseleave(function(){
$(this).find( '.permalink' ).find( 'i' ).css({'color':'#fff'});
});
/*smooth on-page scrolling for long topic*/
$( '#sidebar-nav' ).on('click','a[href^="#"]',function (e) {
e.preventDefault();
$( '#sidebar-nav' ).find( 'a' ).removeClass('selected');
$(this).addClass('selected');
var target = this.hash;
var $target = $(target);
$('html, body').stop().animate({
'scrollTop': $target.offset().top
}, 900, 'swing', function () {
window.location.hash = target;
});
});
/*scroll to active topic*/
$( '#sidebar-nav' ).on('click','a.function-nav-link',function (e) {
e.preventDefault();
$( 'a.function-nav-link' ).removeClass('selected');
$(this).addClass('selected');
var target = this.hash.substring(1);
var $target = $('dt[id="' + target + '"]');
$('html, body').stop().animate({
'scrollTop': $target.offset().top
}, 900, 'swing', function () {
window.location.hash = target;
});
});
/*search form*/
$( '#search-form' ).find( 'input' ).keypress(function(e) {
if(e.which == 13) {
var cx = '004624818632696854117:yfmprrbw3pk&q=';
'find which search instance to use'
if (DOCUMENTATION_OPTIONS.SEARCH_CX) {
cx = DOCUMENTATION_OPTIONS.SEARCH_CX;
}
var searchterm = encodeURIComponent($(this).val());
$(this).val("");
window.location.href = 'https://www.google.com/cse?cx=' + cx + '&q=' + searchterm;
}
});
/*menu collapse*/
$( '#menu-toggle' ).click(function(e) {
e.preventDefault();
$( '#wrapper' ).toggleClass( 'toggled' );
});
/*version page selector*/
$( 'div.versions' ).on('click', 'a', function (e) {
e.preventDefault();
var clickedVer = $(this).attr("href");
var $currentVer = $( 'div.versions' ).find( 'a.active' ).first();
if (window.location.href.indexOf(clickedVer) == -1) {
window.location.href = window.location.href.replace($currentVer.attr("href"), clickedVer);
}
else {
if ($currentVer.text().indexOf("Develop") == -1) {
window.location.href = clickedVer + "topics/releases/" + $currentVer.text().trim() + ".html";
}
else window.location.href = clickedVer + "topics/releases/";
}
});
/*lightbox around images*/
$( 'img' ).not( '.nolightbox' ).each(function() {
var source = $(this).attr( 'src' );
var id = $(this).attr( 'id' );
$(this).wrap('<a href="'+ source + '" data-lightbox="' + id + '"></a>' )
});
/*enable bootstrap tooltips*/
$(function () {
$('[data-toggle="tooltip"]').tooltip();
});
/*notification box*/
var box;
$("#notifications").on('click', function(e) {
e.preventDefault();
e.stopPropagation();
$.get('//docs.saltstack.com/en/announcements.html?id=1', function (data) {
box = bootbox.dialog({
title: "Announcements",
message: data
});
_gaq.push(['_trackEvent', 'docs', 'announcement-view']);
});
});
$(document).on('click', '.bootbox', function (event) {
box.modal('hide');
});
}); // $.document.ready
//refresh on window resize
var rtime = new Date(1, 1, 2000, 12,00,00);
var timeout = false;
var delta = 200;
$(window).resize(function() {
if (!$( '#menu-toggle' ).is(":visible")) {
rtime = new Date();
if (timeout === false) {
timeout = true;
setTimeout(resizeend, delta);
}
}
});
function resizeend() {
if (new Date() - rtime < delta) {
setTimeout(resizeend, delta);
} else {
timeout = false;
if ($( window ).height() > windowheight || $( window ).height() + 40 < windowheight) {
location.reload(false);
}
}
}
function last(list) {
return list[list.length - 1];
}

View file

@ -12,19 +12,6 @@ and fast enough to communicate with those servers in *seconds*.
Salt delivers a dynamic communication bus for infrastructures that can be used
for orchestration, remote execution, configuration management and much more.
.. seealso:: Other Documentation
Download an offline copy of the latest Salt documentation:
* `PDF`_ builds of the docs for each Salt release can usually be found on
the corresponding release page on GitHub.
Watch announcements, demonstrations, and video tutorials on the `SaltStack
YouTube channel`_.
.. _`PDF`: https://github.com/saltstack/salt/releases/latest
.. _`SaltStack YouTube channel`: http://www.youtube.com/saltstack
Download
========
@ -73,7 +60,7 @@ Masterless Quickstart:
:doc:`Salt Quickstart </topics/tutorials/quickstart>`
Running Salt without root access in userland:
- :doc:`Salt Usermode <topics/tutorials/rooted>`
:doc:`Salt Usermode <topics/tutorials/rooted>`
A list of all tutorials can be found here:
:doc:`All Salt tutorials <topics/tutorials/index>`