2014-10-21 13:50:56 -07:00
|
|
|
body { position: relative; color: #0B5567;}
|
|
|
|
|
a { color: #15A9CE; }
|
|
|
|
|
a:hover { color: #15A9CE; text-decoration: underline; }
|
2012-03-06 13:20:00 +13:00
|
|
|
.navbar { margin-bottom: 18px; }
|
2014-10-21 13:50:56 -07:00
|
|
|
.navbar-logo { visibility: visible; float: left; padding-top: 0px; }
|
|
|
|
|
.main { position: relative; height: auto; margin-top: -18px; overflow: auto; background: #15A9CE;}
|
|
|
|
|
.page-title { position: relative; top: 24px; font-family: 'Source Sans Pro', sans-serif; font-size: 24px; font-weight: 400; color: rgba(255, 255, 255, 1); width: 840px;}
|
|
|
|
|
.main-container { background: #ffffff; min-height: 600px; padding-top: 20px; margin-top: 28px; }
|
2012-03-06 13:20:00 +13:00
|
|
|
.pdf-link { float: right; height: 40px; margin-bottom: -15px; margin-top: -5px; }
|
|
|
|
|
.breadcrumb { height: 18px; }
|
|
|
|
|
.breadcrumb li { float: right; }
|
|
|
|
|
.breadcrumb li a { color: #447281; }
|
2014-10-21 13:50:56 -07:00
|
|
|
.breadcrumb li a:hover { color: #15A9CE; text-decoration: none; }
|
2012-03-06 13:20:00 +13:00
|
|
|
.breadcrumb li:last-child { float: left; font-weight: bold; }
|
|
|
|
|
.contents-title { font-weight: bold; font-size: 18px; line-height: 27px; margin-bottom: 6px; color: #0d2428; text-shadow:0 1px 0 #f0fafc; }
|
|
|
|
|
div#toc { margin-left: -16px; }
|
|
|
|
|
div#toc ul { list-style: none; margin: 0 0 5px 16px; }
|
|
|
|
|
div#toc ul li { padding-bottom: 8px; line-height: 105%; font-weight: bold; width: 100%; }
|
|
|
|
|
div#toc ul ul { list-style: disc; }
|
|
|
|
|
div#toc ul ul ul { list-style: square; }
|
|
|
|
|
div#toc ul li ul li { padding-bottom: 0px; line-height: 18px; font-weight: normal; }
|
|
|
|
|
div#scroller-anchor { width: inherit; }
|
|
|
|
|
div#scroller { width: inherit; }
|
|
|
|
|
p { padding-top: 4px; font-size: 14px; }
|
2014-10-21 13:50:56 -07:00
|
|
|
h1 {color: #15A9CE; }
|
|
|
|
|
h2 { padding-top: 14px; padding-bottom: 4px; margin-bottom: 2px; border-bottom: solid 1px rgba(0, 0, 0, 0.15); color: #0B5567; }
|
|
|
|
|
h2 a { color: #0B5567; }
|
2012-03-06 13:20:00 +13:00
|
|
|
h2 a:hover { color: #447281; }
|
|
|
|
|
h2 .pre { font-size: 20px; }
|
2014-10-21 13:50:56 -07:00
|
|
|
h3 { padding-top: 10px; color: #0B5567; }
|
|
|
|
|
h3 a { color: #0B5567; }
|
2012-03-06 13:20:00 +13:00
|
|
|
h3 a:hover { }
|
|
|
|
|
h3 .pre { font-size: 16px; }
|
|
|
|
|
h4 { padding-top: 6px; font-size: 16px; }
|
2014-10-21 13:50:56 -07:00
|
|
|
h4 a { color: #0B5567; }
|
|
|
|
|
h4 a:hover { text-shadow:0 2px 0 #0B5567; }
|
|
|
|
|
h5 { text-transform: uppercase; font-size: 14px; padding-top: 6px; color: #0B5567;}
|
|
|
|
|
strong {color: #0B5567; }
|
2012-03-06 13:20:00 +13:00
|
|
|
/*.footer-bg { overflow: auto; background:url('{{ site.baseurl }}/resources/images/dark-blue-bg.png') repeat; height: 100%; }*/
|
|
|
|
|
|
|
|
|
|
.toctree-l1 { font-weight: bold; font-size: 14px; padding-top: 4px;}
|
|
|
|
|
.toctree-l1 a { color: #15384e; }
|
2014-10-21 13:50:56 -07:00
|
|
|
.toctree-l1 a:hover { color: #15A9CE; text-decoration: none; }
|
2012-03-06 13:20:00 +13:00
|
|
|
.toctree-l2 { font-weight: normal; list-style: square; }
|
|
|
|
|
.toctree-l2 a { color: #447281; }
|
2014-10-21 13:50:56 -07:00
|
|
|
.toctree-l2 a:hover { color: #15A9CE; text-decoration: none; }
|
2012-03-06 13:20:00 +13:00
|
|
|
|
|
|
|
|
.topic-title {
|
|
|
|
|
color: rgba(0, 0, 0, 0.6);
|
|
|
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
|
|
|
|
|
margin-bottom: 6px;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
line-height: 36px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.admonition {
|
|
|
|
|
background-image: none;
|
|
|
|
|
background-color: #fdf5d9;
|
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
|
|
|
padding: 14px;
|
2014-10-21 13:50:56 -07:00
|
|
|
border-color: #73cbe2;
|
2012-03-06 13:20:00 +13:00
|
|
|
-webkit-box-shadow: none;
|
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
margin-bottom: 18px;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 7px 15px;
|
2014-10-21 13:50:56 -07:00
|
|
|
color: #ffffff;
|
2012-03-06 13:20:00 +13:00
|
|
|
background-repeat: repeat-x;
|
2014-10-21 13:50:56 -07:00
|
|
|
background-image: -khtml-gradient(linear, left top, left bottom, from(#73cbe2), to(#15a9ce));
|
|
|
|
|
background-image: -moz-linear-gradient(top, #73cbe2, #15a9ce);
|
|
|
|
|
background-image: -ms-linear-gradient(top, #73cbe2, #15a9ce);
|
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #73cbe2), color-stop(100%, #15a9ce));
|
|
|
|
|
background-image: -webkit-linear-gradient(top, #73cbe2, #15a9ce);
|
|
|
|
|
background-image: -o-linear-gradient(top, #73cbe2, #15a9ce);
|
|
|
|
|
background-image: linear-gradient(top, #73cbe2, #15a9ce);
|
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73cbe2', endColorstr='#15a9ce', GradientType=0);
|
|
|
|
|
border-color: #15a9ce #15a9ce #E4C652;
|
2012-03-06 13:20:00 +13:00
|
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
|
|
|
|
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
|
|
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
2012-06-11 11:05:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.warning {
|
|
|
|
|
background-image: none;
|
2014-10-21 13:50:56 -07:00
|
|
|
background-color: #e25758;
|
2012-06-11 11:05:19 +02:00
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
|
|
|
padding: 14px;
|
2014-10-21 13:50:56 -07:00
|
|
|
border-color: #f06565;
|
2012-06-11 11:05:19 +02:00
|
|
|
-webkit-box-shadow: none;
|
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
margin-bottom: 18px;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 7px 15px;
|
2014-10-21 13:50:56 -07:00
|
|
|
color: #ffffff;
|
2012-06-11 11:05:19 +02:00
|
|
|
background-repeat: repeat-x;
|
2014-10-21 13:50:56 -07:00
|
|
|
background-image: -khtml-gradient(linear, left top, left bottom, from(#f06565), to(#e25758));
|
|
|
|
|
background-image: -moz-linear-gradient(top, #f06565, #e25758);
|
|
|
|
|
background-image: -ms-linear-gradient(top, #f06565, #e25758);
|
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f06565), color-stop(100%, #e25758));
|
|
|
|
|
background-image: -webkit-linear-gradient(top, #f06565, #e25758);
|
|
|
|
|
background-image: -o-linear-gradient(top, #f06565, #e25758);
|
|
|
|
|
background-image: linear-gradient(top, #f06565, #e25758);
|
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f06565', endColorstr='#e25758', GradientType=0);
|
|
|
|
|
border-color: #15a9ce #e25758 #E4C652;
|
2012-06-11 11:05:19 +02:00
|
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
|
|
|
|
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
|
|
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
2012-03-06 13:20:00 +13:00
|
|
|
}
|
2014-10-21 13:50:56 -07:00
|
|
|
.admonition a {
|
|
|
|
|
color: #0B5567;
|
|
|
|
|
}
|
|
|
|
|
.admonition a:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
2012-03-06 13:20:00 +13:00
|
|
|
.admonition p.admonition-title {
|
2015-08-24 23:56:19 +03:00
|
|
|
color: #ffffff;
|
|
|
|
|
margin-bottom: 6px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.admonition strong, .warning strong {
|
|
|
|
|
color: #ffffff;
|
2012-03-06 13:20:00 +13:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.topic {
|
|
|
|
|
background-image: none;
|
|
|
|
|
background-color: #fdf5d9;
|
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
|
|
|
padding: 14px;
|
|
|
|
|
border-color: #def1f4;
|
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
margin-bottom: 18px;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 7px 15px;
|
|
|
|
|
color: #404040;
|
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
|
background-image: -khtml-gradient(linear, left top, left bottom, from(#def1f4), to(#c1dfe6));
|
|
|
|
|
background-image: -moz-linear-gradient(top, #def1f4, #c1dfe6);
|
|
|
|
|
background-image: -ms-linear-gradient(top, #def1f4, #c1dfe6);
|
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #def1f4), color-stop(100%, #c1dfe6));
|
|
|
|
|
background-image: -webkit-linear-gradient(top, #def1f4, #c1dfe6);
|
|
|
|
|
background-image: -o-linear-gradient(top, #def1f4, #c1dfe6);
|
|
|
|
|
background-image: linear-gradient(top, #def1f4, #c1dfe6);
|
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#def1f4', endColorstr='#c1dfe6', GradientType=0);
|
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
|
|
|
|
border-color: #c1dfe6 #c1dfe6 #E4C652;
|
|
|
|
|
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
|
|
|
|
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
|
|
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
|
|
|
|
}
|
|
|
|
|
|
2014-10-21 13:50:56 -07:00
|
|
|
.pre { padding: 1px 2px; color: #0B5567; background-color: #EFF2F5; border: 1px solid #dee1e2; font-family: Menlo, Monaco, "Courier New", monospace; font-size: 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
|
2012-10-17 14:27:04 +02:00
|
|
|
.footer h5 { text-transform: none; }
|
|
|
|
|
|
2015-05-30 22:50:18 -07:00
|
|
|
.footnote .label { background-color: transparent }
|
2015-07-07 19:14:35 +02:00
|
|
|
|
|
|
|
|
.section-marker { position: absolute; width: 1em; margin-left: -1em; display: block; text-decoration: none; visibility: hidden; text-align: center; font-weight: normal; }
|
|
|
|
|
.section-marker:hover { text-decoration: none; }
|
|
|
|
|
.section h2:hover > a,.section h3:hover > a,.section h4:hover > a,.section h5:hover > a { visibility: visible; }
|
2015-07-22 16:25:17 +02:00
|
|
|
|
|
|
|
|
div.align-center { width: 100%; text-align: center; }
|
|
|
|
|
p.caption { width: 80%; text-align: justify; font-size: 0.95em; font-style: italic; position: relative; left: 10%; }
|