Updated docs with new design
175
doc/_themes/saltstack/layout.html
vendored
Normal file → Executable file
|
@ -16,18 +16,22 @@
|
|||
|
||||
{%- macro relbar() %}
|
||||
<div class="related">
|
||||
<h3>{{ _('Navigation') }}</h3>
|
||||
<ul class="rel-main">
|
||||
{#
|
||||
<ul class="nav rel-main">
|
||||
{%- block rootrellink %}
|
||||
<li><a href="{{ pathto('index') }}">Salt home</a> | </li>
|
||||
<li><a href="{{ pathto('home') }}">Documentation</a> »</li>
|
||||
<li><a href="{{ pathto('index') }}">Documentation</a> »</li>
|
||||
{%- endblock %}
|
||||
</ul>
|
||||
<ul class="rel-extra">
|
||||
#}
|
||||
|
||||
<ul class="nav rel-extra">
|
||||
{%- for rellink in rellinks|reverse %}
|
||||
<li>
|
||||
<a href="{{ pathto(rellink[0]) }}" title="{{ rellink[1]|striptags|e }}">{{ rellink[3] }}</a>
|
||||
{%- if not loop.last %}{{ reldelim2 }}{% endif %}</li>
|
||||
{#
|
||||
{%- if not loop.last %}{{ reldelim2 }}{% endif %}
|
||||
#}
|
||||
</li>
|
||||
{%- endfor %}
|
||||
|
||||
{%- block relbaritems %} {% endblock %}
|
||||
|
@ -37,7 +41,7 @@
|
|||
|
||||
{%- macro sidebar() %}
|
||||
{%- if render_sidebar %}
|
||||
<div class="sidebar">
|
||||
<div>
|
||||
{%- block sidebarlogo %}{%- endblock %}
|
||||
|
||||
{%- for sidebartemplate in sidebars|default(html_default_sidebars, true) %}
|
||||
|
@ -63,22 +67,36 @@
|
|||
{%- endmacro %}
|
||||
|
||||
{%- macro css() %}
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/combo?3.3.0/build/cssreset/reset-min.css&3.3.0/build/cssfonts/fonts-min.css&3.3.0/build/cssbase/base-min.css">
|
||||
{% if style %}
|
||||
<link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}">
|
||||
{% endif %}
|
||||
<link rel="stylesheet" href="{{ pathto('_static/basic.css', 1) }}">
|
||||
<link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}">
|
||||
|
||||
<link rel="stylesheet" href="{{ pathto('_static/css/bootstrap.css', 1) }}">
|
||||
<style>
|
||||
body { padding-top: 20px; }
|
||||
</style>
|
||||
<link rel="stylesheet" href="{{ pathto('_static/css/bootstrap-responsive.css', 1) }}">
|
||||
<link rel="stylesheet" href="{{ pathto('_static/css/main.css', 1) }}">
|
||||
{%- endmacro %}
|
||||
|
||||
<html lang="en" class="no-js">
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
||||
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
|
||||
<head>
|
||||
<meta charset="{{ encoding }}">
|
||||
{{ metatags }}
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
|
||||
{%- block htmltitle %}
|
||||
<title>{{ title|striptags|e }}{{ titlesuffix }}</title>
|
||||
{%- endblock %}
|
||||
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
{{ css() }}
|
||||
|
||||
{%- if not embedded %}
|
||||
|
@ -121,66 +139,121 @@
|
|||
|
||||
{%- block extrahead %} {% endblock %}
|
||||
|
||||
{%- block analytics %}
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-26984928-1']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
<script src="{{ pathto('_static/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js', 1) }}"></script>
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
{%- block analytics %}
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body id="saltstack.org"><div class="container">
|
||||
|
||||
<body class="index">
|
||||
<!--[if lt IE 7]>
|
||||
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
|
||||
<![endif]-->
|
||||
|
||||
<!-- This code is taken from http://twitter.github.com/bootstrap/examples/hero.html -->
|
||||
|
||||
{% block header %}
|
||||
<div class="header">
|
||||
<h1 class="logo"><a href="{{ pathto('index') }}">
|
||||
<img src="{{ pathto('_static/salt-horiz.png', 1) }}" alt="Salt Stack">
|
||||
</a></h1>
|
||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||
<div class="navbar-inner">
|
||||
<div class="container">
|
||||
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</a>
|
||||
<a class="brand" href="{{ pathto('index') }}"><img src="{{ pathto('_static/images/SaltStack-Logo.png', 1) }}" /></a>
|
||||
<div class="nav-collapse collapse">
|
||||
{%- block relbar1 %}{{ relbar() }}{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{%- block relbar1 %}{{ relbar() }}{% endblock %}
|
||||
|
||||
{%- block content %}
|
||||
|
||||
{%- block sidebar1 %}{% endblock %}
|
||||
|
||||
<div class="content">
|
||||
<div class="document">
|
||||
{%- block document %}
|
||||
{% block body %} {% endblock %}
|
||||
{%- endblock %}
|
||||
</div>
|
||||
<div class="content row-fluid">
|
||||
<div class="container">
|
||||
<div class="span12">
|
||||
<div class="span9">
|
||||
{%- block document %}
|
||||
{% block body %} {% endblock %}
|
||||
{%- endblock %}
|
||||
</div>
|
||||
|
||||
{%- block sidebar2 %}{{ sidebar() }}{% endblock %}
|
||||
<div class="span3">
|
||||
{%- block sidebar2 %}{{ sidebar() }}{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{%- endblock %}
|
||||
|
||||
{%- block relbar2 %}{{ relbar() }}{% endblock %}
|
||||
{%- block relbar2 %}
|
||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||
<div class="container">{{ relbar() }}</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{%- block footer %}
|
||||
<div class="footer">
|
||||
{%- if show_copyright %}
|
||||
{%- if hasdoc('copyright') %}
|
||||
{% trans path=pathto('copyright'), copyright=copyright|e %}© <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
|
||||
{%- else %}
|
||||
{% trans copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %}
|
||||
{%- endif %}
|
||||
{%- endif %}
|
||||
|
||||
{%- if last_updated %}
|
||||
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
|
||||
{%- endif %}
|
||||
|
||||
{%- if show_sphinx %}
|
||||
{% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
|
||||
{%- endif %}
|
||||
</div>
|
||||
<footer>
|
||||
<div class="container">
|
||||
<div class="row-fluid">
|
||||
<div class="footerCol">
|
||||
<h4>About Us</h4>
|
||||
<a href="about.html">Salt Stack</a>
|
||||
<a href="about.html">Leadership</a>
|
||||
</div>
|
||||
<div class="footerCol">
|
||||
<h4>Products</h4>
|
||||
<a href="products.html">Remote Execution</a>
|
||||
<a href="products.html">Config Management</a>
|
||||
<a href="products.html">Cloud Management</a>
|
||||
<a href="products.html">Salt Stack Solutions</a>
|
||||
</div>
|
||||
<div class="footerCol">
|
||||
<h4>Services</h4>
|
||||
<a href="services.html">Onsite Training</a>
|
||||
<a href="services.html">Regional Training</a>
|
||||
<a href="services.html">Custom Professional Services</a>
|
||||
<a href="services.html">Training Dates and Locations</a>
|
||||
</div>
|
||||
<div class="footerCol">
|
||||
<h4>Contact Us</h4>
|
||||
<a href="contact.html">Support</a>
|
||||
<a href="contact.html">Contact us</a>
|
||||
</div>
|
||||
<div class="footerCol">
|
||||
<h4>Community</h4>
|
||||
<a href="http://saltstack.org">saltstack.org</a>
|
||||
<a href="http://docs.saltstack.org/en/latest/">Documentation</a>
|
||||
<!-- <a href="#">Blogs</a> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="row-fluid social">
|
||||
<!-- <a href="http://www.facebook.com/SaltStack"><img src="images/socialFB.png" alt="Salt Stack on Facebook" /></a> -->
|
||||
<a href="http://twitter.com/SaltStackInc"><img src="{{ pathto('_static/images/socialTW.png', 1) }}" alt="Salt Stack on Twitter" /></a>
|
||||
<a href="http://www.linkedin.com/company/salt-stack-inc"><img src="{{ pathto('_static/images/socialLI.png', 1) }}" alt="Salt Stack on LinkedIn" /></a>
|
||||
<!-- <a href="http://plus.google.com/114449193225626631691"><img src="images/socialG+.png" alt="Salt Stack on Google+" /></a> -->
|
||||
<a href="https://github.com/saltstack"><img src="{{ pathto('_static/images/socialGitHub.png', 1) }}" alt="Salt Stack on Github" />
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
{%- endblock %}
|
||||
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||
<script>window.jQuery || document.write('<script src="{{ pathto('_static/js/vendor/jquery-1.9.1.js', 1) }}"><\/script>')</script>
|
||||
<script src="{{ pathto('_static/js/vendor/bootstrap.min.js', 1) }}"></script>
|
||||
<script src="{{ pathto('_static/js/main.js', 1) }}"></script>
|
||||
|
||||
<script>
|
||||
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
|
||||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
1115
doc/_themes/saltstack/static/css/bootstrap-responsive.css
vendored
Executable file
9
doc/_themes/saltstack/static/css/bootstrap-responsive.min.css
vendored
Executable file
6136
doc/_themes/saltstack/static/css/bootstrap.css
vendored
Executable file
9
doc/_themes/saltstack/static/css/bootstrap.min.css
vendored
Executable file
496
doc/_themes/saltstack/static/css/main.css
vendored
Executable file
|
@ -0,0 +1,496 @@
|
|||
/* ==========================================================================
|
||||
WEBFONTS
|
||||
========================================================================== */
|
||||
/*
|
||||
Font: Nexa Light
|
||||
Style: Regular
|
||||
URL: http://www.youworkforthem.com/product.php?sku=T3972
|
||||
Foundry: Fontfabric
|
||||
Foundry: http://www.youworkforthem.com/designer/105/fontfabric
|
||||
Copyright: Copyright (c) 2010 by Svetoslav Simov. All rights reserved.
|
||||
Version: 1.1
|
||||
Created: October 11, 2012
|
||||
License: http://www.youworkforthem.com/font-license
|
||||
License: The WebFont(s) listed in this document must follow the YouWorkForThem
|
||||
WebFont license rules. All other parties are strictly restricted
|
||||
from using the WebFonts(s) listed without a purchased license.
|
||||
All details above must always remain unaltered and visible in your CSS.
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Nexa Light';
|
||||
src: url('../fonts/nexa-light.eot');
|
||||
src: url('../fonts/nexa-light.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/nexa-light.woff') format('woff'),
|
||||
url('../fonts/nexa-light.ttf') format('truetype'),
|
||||
url('../fonts/nexa-light.svg#ywftsvg') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
Font: Nexa Light Italic
|
||||
Style: Italic
|
||||
URL: http://www.youworkforthem.com/product.php?sku=T3972
|
||||
Foundry: Fontfabric
|
||||
Foundry: http://www.youworkforthem.com/designer/105/fontfabric
|
||||
Copyright: Copyright (c) 2012 by Svetoslav Simov. All rights reserved.
|
||||
Version: 1.1
|
||||
Created: October 11, 2012
|
||||
License: http://www.youworkforthem.com/font-license
|
||||
License: The WebFont(s) listed in this document must follow the YouWorkForThem
|
||||
WebFont license rules. All other parties are strictly restricted
|
||||
from using the WebFonts(s) listed without a purchased license.
|
||||
All details above must always remain unaltered and visible in your CSS.
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Nexa Light Italic';
|
||||
src: url('../fonts/nexa-light-italic.eot');
|
||||
src: url('../fonts/nexa-light-italic.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/nexa-light-italic.woff') format('woff'),
|
||||
url('../fonts/nexa-light-italic.ttf') format('truetype'),
|
||||
url('../fonts/nexa-light-italic.svg#ywftsvg') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
Font: Nexa XBold
|
||||
Style: Regular
|
||||
URL: http://www.youworkforthem.com/product.php?sku=T3972
|
||||
Foundry: Fontfabric
|
||||
Foundry: http://www.youworkforthem.com/designer/105/fontfabric
|
||||
Copyright: Copyright (c) 2010 by Svetoslav Simov. All rights reserved.
|
||||
Version: 1.1
|
||||
Created: October 11, 2012
|
||||
License: http://www.youworkforthem.com/font-license
|
||||
License: The WebFont(s) listed in this document must follow the YouWorkForThem
|
||||
WebFont license rules. All other parties are strictly restricted
|
||||
from using the WebFonts(s) listed without a purchased license.
|
||||
All details above must always remain unaltered and visible in your CSS.
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Nexa XBold';
|
||||
src: url('../fonts/nexa-xbold.eot');
|
||||
src: url('../fonts/nexa-xbold.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/nexa-xbold.woff') format('woff'),
|
||||
url('../fonts/nexa-xbold.ttf') format('truetype'),
|
||||
url('../fonts/nexa-xbold.svg#ywftsvg') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/*
|
||||
Font: Nexa XBold Italic
|
||||
Style: Regular
|
||||
URL: http://www.youworkforthem.com/product.php?sku=T3972
|
||||
Foundry: Fontfabric
|
||||
Foundry: http://www.youworkforthem.com/designer/105/fontfabric
|
||||
Copyright: Copyright (c) 2012 by Svetoslav Simov. All rights reserved.
|
||||
Version: 1.1
|
||||
Created: October 11, 2012
|
||||
License: http://www.youworkforthem.com/font-license
|
||||
License: The WebFont(s) listed in this document must follow the YouWorkForThem
|
||||
WebFont license rules. All other parties are strictly restricted
|
||||
from using the WebFonts(s) listed without a purchased license.
|
||||
All details above must always remain unaltered and visible in your CSS.
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Nexa XBold Italic';
|
||||
src: url('../fonts/nexa-xbold-italic.eot');
|
||||
src: url('../fonts/nexa-xbold-italic.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/nexa-xbold-italic.woff') format('woff'),
|
||||
url('../fonts/nexa-xbold-italic.ttf') format('truetype'),
|
||||
url('../fonts/nexa-xbold-italic.svg#ywftsvg') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
/* ==========================================================================
|
||||
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: 'Nexa Light';
|
||||
}
|
||||
.navbar .nav {
|
||||
float:right;
|
||||
margin: 0;
|
||||
padding-top: 18px;
|
||||
}
|
||||
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
|
||||
color: #484c51;
|
||||
font: 14px/24px 'Nexa Light';
|
||||
}
|
||||
.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 'Nexa Light';
|
||||
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 'Nexa XBold';
|
||||
color: #aa2b39;
|
||||
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-family: 'Nexa XBold Italic';
|
||||
text-transform: capitalize;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.success h3 {
|
||||
font: 18px/30px 'Nexa Light Italic'; 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: 16px/24px 'Nexa Light';
|
||||
color: #000;
|
||||
display: none;
|
||||
}
|
||||
.carousel-caption img {
|
||||
margin-top: 10px;
|
||||
}
|
||||
#myCarousel img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
#myCarousel .carousel-control img {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font: 14px/24px 'Nexa XBold';
|
||||
text-transform: uppercase;
|
||||
color: #373e4b;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
p {
|
||||
font: 14px/24px 'Nexa Light'; 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: 24px/30px 'Nexa Light';
|
||||
color: #aa2b39;
|
||||
}
|
||||
.lede h4 {
|
||||
font: 20px/30px 'Nexa Light Italic';
|
||||
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 'Nexa XBold Italic';
|
||||
color: #4f575b;
|
||||
margin-top: 0;
|
||||
}
|
||||
.row-fluid {
|
||||
margin-top: 50px;
|
||||
}
|
||||
body.about h6 {
|
||||
margin: 0;
|
||||
font-family: 'Nexa Light Italic';
|
||||
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-family: 'Nexa Light Italic';
|
||||
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-family: 'Nexa Light';
|
||||
text-shadow: none;
|
||||
font-weight: normal;
|
||||
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: 12px 'Nexa Light';
|
||||
}
|
||||
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: 14px/24px 'Nexa XBold';
|
||||
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;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
padding: 3px;
|
||||
background-color: #eeeeec;
|
||||
border-top: 2px solid #dddddd;
|
||||
border-bottom: 2px solid #dddddd;
|
||||
margin-top: .8em;
|
||||
margin-bottom: .8em;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
BIN
doc/_themes/saltstack/static/fonts/.DS_Store
vendored
Executable file
26
doc/_themes/saltstack/static/fonts/nexa-light-italic.css
vendored
Executable file
|
@ -0,0 +1,26 @@
|
|||
/*
|
||||
Font: Nexa Light Italic
|
||||
Style: Italic
|
||||
URL: http://www.youworkforthem.com/product.php?sku=T3972
|
||||
Foundry: Fontfabric
|
||||
Foundry: http://www.youworkforthem.com/designer/105/fontfabric
|
||||
Copyright: Copyright (c) 2012 by Svetoslav Simov. All rights reserved.
|
||||
Version: 1.1
|
||||
Created: October 11, 2012
|
||||
License: http://www.youworkforthem.com/font-license
|
||||
License: The WebFont(s) listed in this document must follow the YouWorkForThem
|
||||
WebFont license rules. All other parties are strictly restricted
|
||||
from using the WebFonts(s) listed without a purchased license.
|
||||
All details above must always remain unaltered and visible in your CSS.
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Nexa Light Italic';
|
||||
src: url('nexa-light-italic.eot');
|
||||
src: url('nexa-light-italic.eot?#iefix') format('embedded-opentype'),
|
||||
url('nexa-light-italic.woff') format('woff'),
|
||||
url('nexa-light-italic.ttf') format('truetype'),
|
||||
url('nexa-light-italic.svg#ywftsvg') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
BIN
doc/_themes/saltstack/static/fonts/nexa-light-italic.eot
vendored
Executable file
4
doc/_themes/saltstack/static/fonts/nexa-light-italic.svg
vendored
Executable file
After Width: | Height: | Size: 137 KiB |
BIN
doc/_themes/saltstack/static/fonts/nexa-light-italic.ttf
vendored
Executable file
BIN
doc/_themes/saltstack/static/fonts/nexa-light-italic.woff
vendored
Executable file
26
doc/_themes/saltstack/static/fonts/nexa-light.css
vendored
Executable file
|
@ -0,0 +1,26 @@
|
|||
/*
|
||||
Font: Nexa Light
|
||||
Style: Regular
|
||||
URL: http://www.youworkforthem.com/product.php?sku=T3972
|
||||
Foundry: Fontfabric
|
||||
Foundry: http://www.youworkforthem.com/designer/105/fontfabric
|
||||
Copyright: Copyright (c) 2010 by Svetoslav Simov. All rights reserved.
|
||||
Version: 1.1
|
||||
Created: October 11, 2012
|
||||
License: http://www.youworkforthem.com/font-license
|
||||
License: The WebFont(s) listed in this document must follow the YouWorkForThem
|
||||
WebFont license rules. All other parties are strictly restricted
|
||||
from using the WebFonts(s) listed without a purchased license.
|
||||
All details above must always remain unaltered and visible in your CSS.
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Nexa Light';
|
||||
src: url('nexa-light.eot');
|
||||
src: url('nexa-light.eot?#iefix') format('embedded-opentype'),
|
||||
url('nexa-light.woff') format('woff'),
|
||||
url('nexa-light.ttf') format('truetype'),
|
||||
url('nexa-light.svg#ywftsvg') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
BIN
doc/_themes/saltstack/static/fonts/nexa-light.eot
vendored
Executable file
4
doc/_themes/saltstack/static/fonts/nexa-light.svg
vendored
Executable file
After Width: | Height: | Size: 131 KiB |
BIN
doc/_themes/saltstack/static/fonts/nexa-light.ttf
vendored
Executable file
BIN
doc/_themes/saltstack/static/fonts/nexa-light.woff
vendored
Executable file
26
doc/_themes/saltstack/static/fonts/nexa-xbold-italic.css
vendored
Executable file
|
@ -0,0 +1,26 @@
|
|||
/*
|
||||
Font: Nexa XBold Italic
|
||||
Style: Regular
|
||||
URL: http://www.youworkforthem.com/product.php?sku=T3972
|
||||
Foundry: Fontfabric
|
||||
Foundry: http://www.youworkforthem.com/designer/105/fontfabric
|
||||
Copyright: Copyright (c) 2012 by Svetoslav Simov. All rights reserved.
|
||||
Version: 1.1
|
||||
Created: October 11, 2012
|
||||
License: http://www.youworkforthem.com/font-license
|
||||
License: The WebFont(s) listed in this document must follow the YouWorkForThem
|
||||
WebFont license rules. All other parties are strictly restricted
|
||||
from using the WebFonts(s) listed without a purchased license.
|
||||
All details above must always remain unaltered and visible in your CSS.
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Nexa XBold Italic';
|
||||
src: url('nexa-xbold-italic.eot');
|
||||
src: url('nexa-xbold-italic.eot?#iefix') format('embedded-opentype'),
|
||||
url('nexa-xbold-italic.woff') format('woff'),
|
||||
url('nexa-xbold-italic.ttf') format('truetype'),
|
||||
url('nexa-xbold-italic.svg#ywftsvg') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
BIN
doc/_themes/saltstack/static/fonts/nexa-xbold-italic.eot
vendored
Executable file
4
doc/_themes/saltstack/static/fonts/nexa-xbold-italic.svg
vendored
Executable file
After Width: | Height: | Size: 137 KiB |
BIN
doc/_themes/saltstack/static/fonts/nexa-xbold-italic.ttf
vendored
Executable file
BIN
doc/_themes/saltstack/static/fonts/nexa-xbold-italic.woff
vendored
Executable file
26
doc/_themes/saltstack/static/fonts/nexa-xbold.css
vendored
Executable file
|
@ -0,0 +1,26 @@
|
|||
/*
|
||||
Font: Nexa XBold
|
||||
Style: Regular
|
||||
URL: http://www.youworkforthem.com/product.php?sku=T3972
|
||||
Foundry: Fontfabric
|
||||
Foundry: http://www.youworkforthem.com/designer/105/fontfabric
|
||||
Copyright: Copyright (c) 2010 by Svetoslav Simov. All rights reserved.
|
||||
Version: 1.1
|
||||
Created: October 11, 2012
|
||||
License: http://www.youworkforthem.com/font-license
|
||||
License: The WebFont(s) listed in this document must follow the YouWorkForThem
|
||||
WebFont license rules. All other parties are strictly restricted
|
||||
from using the WebFonts(s) listed without a purchased license.
|
||||
All details above must always remain unaltered and visible in your CSS.
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Nexa XBold';
|
||||
src: url('nexa-xbold.eot');
|
||||
src: url('nexa-xbold.eot?#iefix') format('embedded-opentype'),
|
||||
url('nexa-xbold.woff') format('woff'),
|
||||
url('nexa-xbold.ttf') format('truetype'),
|
||||
url('nexa-xbold.svg#ywftsvg') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
BIN
doc/_themes/saltstack/static/fonts/nexa-xbold.eot
vendored
Executable file
4
doc/_themes/saltstack/static/fonts/nexa-xbold.svg
vendored
Executable file
After Width: | Height: | Size: 129 KiB |
BIN
doc/_themes/saltstack/static/fonts/nexa-xbold.ttf
vendored
Executable file
BIN
doc/_themes/saltstack/static/fonts/nexa-xbold.woff
vendored
Executable file
BIN
doc/_themes/saltstack/static/images/SaltStack-Logo.png
vendored
Executable file
After Width: | Height: | Size: 971 B |
BIN
doc/_themes/saltstack/static/images/aboutSaltStackLogoGraphic.png
vendored
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
doc/_themes/saltstack/static/images/blackDuckRookieoftheYear.png
vendored
Executable file
After Width: | Height: | Size: 2.6 KiB |
BIN
doc/_themes/saltstack/static/images/cloudOrchestration.png
vendored
Executable file
After Width: | Height: | Size: 70 KiB |
BIN
doc/_themes/saltstack/static/images/cloudOrchestration2.png
vendored
Executable file
After Width: | Height: | Size: 26 KiB |
BIN
doc/_themes/saltstack/static/images/footerBG.jpg
vendored
Executable file
After Width: | Height: | Size: 126 KiB |
BIN
doc/_themes/saltstack/static/images/githubTopTenOSS.png
vendored
Executable file
After Width: | Height: | Size: 1.9 KiB |
BIN
doc/_themes/saltstack/static/images/heroGetSalted.jpg
vendored
Executable file
After Width: | Height: | Size: 167 KiB |
BIN
doc/_themes/saltstack/static/images/heroHeadlineControl.png
vendored
Executable file
After Width: | Height: | Size: 3.6 KiB |
BIN
doc/_themes/saltstack/static/images/heroHeadlineGetSalted.png
vendored
Executable file
After Width: | Height: | Size: 2.9 KiB |
BIN
doc/_themes/saltstack/static/images/heroHeadlineScale.png
vendored
Executable file
After Width: | Height: | Size: 2.5 KiB |
BIN
doc/_themes/saltstack/static/images/heroHeadlineSpeed.png
vendored
Executable file
After Width: | Height: | Size: 2.6 KiB |
BIN
doc/_themes/saltstack/static/images/heroImages.jpg
vendored
Executable file
After Width: | Height: | Size: 161 KiB |
BIN
doc/_themes/saltstack/static/images/heroScale.jpg
vendored
Executable file
After Width: | Height: | Size: 173 KiB |
BIN
doc/_themes/saltstack/static/images/heroSpeed.jpg
vendored
Executable file
After Width: | Height: | Size: 129 KiB |
BIN
doc/_themes/saltstack/static/images/heroTakeControl.jpg
vendored
Executable file
After Width: | Height: | Size: 51 KiB |
BIN
doc/_themes/saltstack/static/images/marcChenn.jpg
vendored
Executable file
After Width: | Height: | Size: 20 KiB |
BIN
doc/_themes/saltstack/static/images/rhettGlauser.jpg
vendored
Executable file
After Width: | Height: | Size: 23 KiB |
BIN
doc/_themes/saltstack/static/images/saltStackScale11X.png
vendored
Executable file
After Width: | Height: | Size: 6 KiB |
BIN
doc/_themes/saltstack/static/images/socialFB-dark.png
vendored
Executable file
After Width: | Height: | Size: 686 B |
BIN
doc/_themes/saltstack/static/images/socialFB.png
vendored
Executable file
After Width: | Height: | Size: 580 B |
BIN
doc/_themes/saltstack/static/images/socialG+.png
vendored
Executable file
After Width: | Height: | Size: 660 B |
BIN
doc/_themes/saltstack/static/images/socialG-dark.png
vendored
Executable file
After Width: | Height: | Size: 751 B |
BIN
doc/_themes/saltstack/static/images/socialGitHub-dark.png
vendored
Executable file
After Width: | Height: | Size: 749 B |
BIN
doc/_themes/saltstack/static/images/socialGitHub.png
vendored
Executable file
After Width: | Height: | Size: 658 B |
BIN
doc/_themes/saltstack/static/images/socialLI-dark.png
vendored
Executable file
After Width: | Height: | Size: 707 B |
BIN
doc/_themes/saltstack/static/images/socialLI.png
vendored
Executable file
After Width: | Height: | Size: 604 B |
BIN
doc/_themes/saltstack/static/images/socialTW-dark.png
vendored
Executable file
After Width: | Height: | Size: 677 B |
BIN
doc/_themes/saltstack/static/images/socialTW.png
vendored
Executable file
After Width: | Height: | Size: 565 B |
BIN
doc/_themes/saltstack/static/images/ssClientProduct.png
vendored
Executable file
After Width: | Height: | Size: 9.2 KiB |
BIN
doc/_themes/saltstack/static/images/ssClientsAmazon.png
vendored
Executable file
After Width: | Height: | Size: 1 KiB |
BIN
doc/_themes/saltstack/static/images/ssClientsAmazon2.png
vendored
Executable file
After Width: | Height: | Size: 2.4 KiB |
BIN
doc/_themes/saltstack/static/images/ssClientsHPCloud.png
vendored
Executable file
After Width: | Height: | Size: 957 B |
BIN
doc/_themes/saltstack/static/images/ssClientsHPCloud2.png
vendored
Executable file
After Width: | Height: | Size: 2 KiB |
BIN
doc/_themes/saltstack/static/images/ssClientsHarvard.png
vendored
Executable file
After Width: | Height: | Size: 3 KiB |
BIN
doc/_themes/saltstack/static/images/ssClientsHarvard2.png
vendored
Executable file
After Width: | Height: | Size: 4.7 KiB |
BIN
doc/_themes/saltstack/static/images/ssClientsLinkedIn.png
vendored
Executable file
After Width: | Height: | Size: 726 B |
BIN
doc/_themes/saltstack/static/images/ssClientsLinkedIn2.png
vendored
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
doc/_themes/saltstack/static/images/ssClientsRackspace.png
vendored
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
doc/_themes/saltstack/static/images/ssClientsRackspace2.png
vendored
Executable file
After Width: | Height: | Size: 2.4 KiB |
BIN
doc/_themes/saltstack/static/images/ssClientsWikimedia.png
vendored
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
doc/_themes/saltstack/static/images/ssClientsWikimedia2.png
vendored
Executable file
After Width: | Height: | Size: 2.1 KiB |
BIN
doc/_themes/saltstack/static/images/ssCloudProduct.png
vendored
Executable file
After Width: | Height: | Size: 12 KiB |
BIN
doc/_themes/saltstack/static/images/ssServerProduct.png
vendored
Executable file
After Width: | Height: | Size: 6.4 KiB |
BIN
doc/_themes/saltstack/static/images/ssServicesCPS.jpg
vendored
Executable file
After Width: | Height: | Size: 24 KiB |
BIN
doc/_themes/saltstack/static/images/ssServicesOnsiteTraining.jpg
vendored
Executable file
After Width: | Height: | Size: 29 KiB |
BIN
doc/_themes/saltstack/static/images/ssServicesRegionalTraining.jpg
vendored
Executable file
After Width: | Height: | Size: 25 KiB |
BIN
doc/_themes/saltstack/static/images/ssSupportProduct.png
vendored
Executable file
After Width: | Height: | Size: 8.4 KiB |
BIN
doc/_themes/saltstack/static/images/ssTestimonialMLS.png
vendored
Executable file
After Width: | Height: | Size: 806 B |
BIN
doc/_themes/saltstack/static/images/ssWeAreHere.jpg
vendored
Executable file
After Width: | Height: | Size: 41 KiB |
BIN
doc/_themes/saltstack/static/images/theRegister.jpg
vendored
Executable file
After Width: | Height: | Size: 34 KiB |
BIN
doc/_themes/saltstack/static/images/thomasHatch.jpg
vendored
Executable file
After Width: | Height: | Size: 20 KiB |
BIN
doc/_themes/saltstack/static/img/carouselLeft.png
vendored
Executable file
After Width: | Height: | Size: 162 B |
BIN
doc/_themes/saltstack/static/img/carouselRight.png
vendored
Executable file
After Width: | Height: | Size: 162 B |
BIN
doc/_themes/saltstack/static/img/glyphicons-halflings-white.png
vendored
Executable file
After Width: | Height: | Size: 8.6 KiB |
BIN
doc/_themes/saltstack/static/img/glyphicons-halflings.png
vendored
Executable file
After Width: | Height: | Size: 12 KiB |
BIN
doc/_themes/saltstack/static/img/navCurrentArrow.png
vendored
Executable file
After Width: | Height: | Size: 113 B |
1
doc/_themes/saltstack/static/js/main.js
vendored
Executable file
|
@ -0,0 +1 @@
|
|||
|
2268
doc/_themes/saltstack/static/js/vendor/bootstrap.js
vendored
Executable file
6
doc/_themes/saltstack/static/js/vendor/bootstrap.min.js
vendored
Executable file
9597
doc/_themes/saltstack/static/js/vendor/jquery-1.9.1.js
vendored
Executable file
11
doc/_themes/saltstack/static/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js
vendored
Executable file
2
doc/_themes/saltstack/theme.conf
vendored
|
@ -1,3 +1,3 @@
|
|||
[theme]
|
||||
inherit = default
|
||||
stylesheet = base-salt.css
|
||||
stylesheet = css/main.css
|
||||
|
|
|
@ -125,9 +125,12 @@ extlinks = {
|
|||
|
||||
|
||||
### HTML options
|
||||
html_theme = 'saltstack'
|
||||
html_theme_path = ['_themes']
|
||||
if on_rtd:
|
||||
html_theme = 'default'
|
||||
else:
|
||||
html_theme = 'saltstack'
|
||||
|
||||
html_theme_path = ['_themes']
|
||||
html_title = None
|
||||
html_short_title = 'Salt'
|
||||
|
||||
|
|