removing gh-pages branch and putting everything in master

This commit is contained in:
Tom Johnson
2015-04-20 12:10:04 -07:00
parent 8c1ccbcc57
commit f0b925337f
360 changed files with 119491 additions and 2 deletions

6566
css/bootstrap.css vendored Executable file

File diff suppressed because it is too large Load Diff

5
css/bootstrap.min.css vendored Executable file

File diff suppressed because one or more lines are too long

566
css/customstyles.css Normal file
View File

@ -0,0 +1,566 @@
.bs-callout {
padding: 20px;
margin: 20px 0;
border: 1px solid #eee;
border-left-width: 5px;
border-radius: 3px;
}
.bs-callout h4 {
margin-top: 0;
margin-bottom: 5px;
}
.bs-callout p:last-child {
margin-bottom: 0;
}
.bs-callout code {
border-radius: 3px;
}
.bs-callout+.bs-callout {
margin-top: -5px;
}
.bs-callout-default {
border-left-color: #777;
}
.bs-callout-default h4 {
color: #777;
}
.bs-callout-primary {
border-left-color: #428bca;
}
.bs-callout-primary h4 {
color: #428bca;
}
.bs-callout-success {
border-left-color: #5cb85c;
}
.bs-callout-success h4 {
color: #5cb85c;
}
.bs-callout-danger {
border-left-color: #d9534f;
}
.bs-callout-danger h4 {
color: #d9534f;
}
.bs-callout-warning {
border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
color: #f0ad4e;
}
.bs-callout-info {
border-left-color: #5bc0de;
}
.bs-callout-info h4 {
color: #5bc0de;
}
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}
.breadcrumb > .active {color: #777 !important;}
/* make room for the nav bar */
h1[id],
h2[id],
h3[id],
h4[id],
h5[id],
h6[id],
dt[id]{
padding-top: 60px;
margin-top: -40px
}
body h1 {margin-top:40px;}
img {
max-width: 650px;
margin: 12px 0px 3px 0px;
}
.post-content ol li, .post-content ul li {
margin: 10px 0px;
}
.pageSummary {
font-size:13px;
display:block;
margin-bottom:15px;
padding-left:20px;
}
.post-summary {
margin-bottom:12px;
}
.bs-example{
margin: 20px;
}
.breadcrumb li {
color: gray;
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
text-align: left;
}
th {
text-align: left;
}
table {
max-width: 90%;
margin-bottom: 20px;
border: 1px solid #dedede;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
text-transform: uppercase;
background-color: #444;
color: white;
text-align: center;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
border-top: 0;
}
table > tbody + tbody {
b
}
table > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
table td:first-child {
width: 150px;
font-weight:bold;
}
table tr td {
hyphens: auto;
}
p.external a {
text-align:right;
font-size:12px;
font-color: #0088cc;
display:inline;
}
#definition-box-container div a.active {
font-weight: bold;
}
p.post-meta {font-size: 80%; color: #777;}
.entry-date{font-size:14px;font-size:0.875rem;line-height:1.71429;margin-bottom:0;text-transform:uppercase;}
/* search area */
#search-demo-container ul#results-container {
list-style: none;
font-size: 12px;
background-color: white;
position: absolute;
top: 40px; /* if you change anything about the nav, you'll prob. need to reset the top and left values here.*/
left: 20px;
z-index: -1;
width:223px;
border-left: 1px solid #dedede;
box-shadow: 2px 3px 2px #dedede;
}
ul#results-container a {
background-color: transparent;
}
ul#results-container a: hover {
color: black;
}
#search-demo-container a:hover {
color: black;
}
#search-input {
padding: .5em;
margin-left:20px;
width:20em;
font-size: 0.8em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right;
margin-top:10px;
}
/* end search */
.filter-options {
margin-bottom: 20px;
}
.filter-options button {
margin: 3px;
}
div#toc ul li {
margin: 3px 18px;
font-size: 90%;
}
div#toc ul {
background-color: whitesmoke;
padding: 10px;
border-radius: 5px;
list-style: square;
max-width: 300px;
padding-top:10px;
color: gray;
}
div#toc ul li ul {
padding:0px;
}
div#toc >ul::before {
content: "Contents";
font-weight:bold;
color: black;
}
li.dropdownActive a {
font-weight: bold;
}
.post-content a.fa-rss {
color: orange;
}
.navbar-inverse .navbar-nav > li > a {
background-color: transparent;
margin-top:10px;
}
.post-content .rssfeedLink {
color: #248EC2;
}
footer {
font-size: smaller;
}
/* FAQ page */
#accordion .panel-heading {
font-size: 12px;
}
a.accordion-toggle, a.accordion-collapsed {
font-size: 14px;
text-decoration: none;
}
/* navgoco sidebar styles (customized) */
.nav, .nav ul, .nav li {
list-style: none;
}
.nav ul {
padding: 0;
/*margin: 0 0 0 18px;*/
margin:0px;
}
.nav {
/* padding: 4px;*/
padding:0px;
margin: 0px;
}
.nav > li {
margin: 1px 0;
}
.nav > li li {
margin: 2px 0;
}
.nav a {
color: #333;
display: block;
outline: none;
/*-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;*/
text-decoration: none;
}
.nav li > a > span {
float: right;
font-size: 19px;
font-weight: bolder;
}
.nav li > a > span:after {
content: '\25be';
}
.nav li.open > a > span:after {
content: '\25b4';
}
.nav a:hover, .nav li.active > a {
background-color: #8D8D8D;
color: #f5f5f5;
}
.nav > li.active > a {
background-color: #248ec2;
}
.nav li a {
font-size: 12px;
line-height: 18px;
padding: 2px 10px;
}
.nav > li > a {
font-size: 14px;
line-height: 20px;
padding: 4px 10px;
}
ul#mysidebar {
margin-top:40px;
border-radius:0px;
}
#mysidebar {
min-width: 240px;
}
.nav ul li ul li a {
padding-left:20px;
}
.nav li.thirdlevel > a {
background-color: #FAFAFA !important;
color: #248EC2;
font-weight:bold;
}
.nav ul li a {
background-color: #FAFAFA;
}
.nav li a {
background-color: #EDEDED;
padding-right:10px;
}
.nav ul li a {
border-top:1px solid whitesmoke;
padding-left:10px;
}
/* end sidebar */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
border-radius:5px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
border-radius: 5px;
}
span.projectTitle {
font-family: Helvetica;
font-weight: bold;
}
.footer {
text-align: right;
}
.footerMeta {
background-color: whitesmoke;
padding: 10px;
max-width: 250px;
border-radius: 5px;
margin-top: 50px;
font-style:italic;
font-size:12px;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #444;
}}
img.screenshotSmall {
max-width: 300px;
}
dl dt p {
margin-left:20px;
}
dl dd {
margin-top:12px;
margin-bottom:12px;
}
@media (max-width: 990px) {
#mysidebar {
position: relative;
}
}
figcaption {
padding-bottom:12px;
padding-top:6px;
max-width: 90%;
margin-bottom:20px;
}
.siteTagline {
margin: 20px 0px;
font-size:17px;
}
.testing {
color: orange;
}
.preference {
color: red;
}
table.dataTable thead {
background-color: #444;
}
table td {
hyphens: auto;
}
section table tr.success {
background-color: #dff0d8 !important;
}
table tr.info {
background-color: #d9edf7 !important;
}
section table tr.warning, table tr.testing, table tr.testing > td.sorting_1 {
background-color: #fcf8e3 !important;
}
section table tr.danger, table tr.preference, table tr.preference > td.sorting_1 {
background-color: #f2dede !important;
}
.orange {
color: orange;
}
table.profile thead tr th {
background-color: #248ec2;
}
table.request thead tr th {
background-color: #b62273;
}
.audienceLabel {
margin: 10px;
float: right;
border:1px solid #dedede;
padding:7px;
}
.prefaceAudienceLabel {
color: gray;
text-align: center;
margin:5px;
}
span.myLabel {
padding-left:10px;
padding-right:10px;
}
button.cursorNorm {
cursor: default;
}
a.dropdown-toggle, .navbar-inverse .navbar-nav > li > a {
margin-left: 10px;
}
hr.faded {
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
hr.shaded {
height: 12px;
border: 0;
box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

4
css/font-awesome.min.css vendored Normal file

File diff suppressed because one or more lines are too long

5901
css/lavish-bootstrap.css Normal file

File diff suppressed because it is too large Load Diff

93
css/modern-business.css Executable file
View File

@ -0,0 +1,93 @@
/*!
* Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
/* Global Styles */
html,
body {
height: 100%;
}
body {
padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.img-portfolio {
margin-bottom: 30px;
}
.img-hover:hover {
opacity: 0.8;
}
/* Home Page Carousel */
header.carousel {
height: 50%;
}
header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
height: 100%;
}
header.carousel .fill {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
}
/* 404 Page Styles */
.error-404 {
font-size: 100px;
}
/* Pricing Page Styles */
.price {
display: block;
font-size: 50px;
line-height: 50px;
}
.price sup {
top: -20px;
left: 2px;
font-size: 20px;
}
.period {
display: block;
font-style: italic;
}
/* Footer Styles */
footer {
margin: 50px 0;
}
/* Responsive Styles */
@media(max-width:991px) {
.customer-img,
.img-related {
margin-bottom: 30px;
}
}
@media(max-width:767px) {
.img-portfolio {
margin-bottom: 15px;
}
header.carousel .carousel {
height: 70%;
}
}

View File

@ -0,0 +1,42 @@
@page {
@top-left {
content: "Designer User Guide";
font-style: italic;
font-size: 12px;
}
@top-right {
content: "Last generated ..."
font-size: 12px;
font-style: italic;
}
@bottom-right {
content: "Page " counter(page);
font-size: 12px;
}
@bottom-left {
content: "Send feedback to ...";
font-size: 12px;
}
}
contents {
page: cover;
counter-reset: page 0
}
@page cover {
@top-left {
content: "";
}
@top-right {
content: ""
}
@bottom-right {
content: "";
}
@bottom-left {
content: "";
}
}

View File

@ -0,0 +1,20 @@
@page {
@top-left {
content: "Writer Guide";
font-style: italic;
font-size: 12px;
}
@top-right {
content: "Last generated ..."
font-size: 12px;
font-style: italic;
}
@bottom-right {
content: "Page " counter(page);
font-size: 12px;
}
@bottom-left {
content: "Send feedback to ...";
font-size: 12px;
}
}

64
css/printstyles.css Normal file
View File

@ -0,0 +1,64 @@
body.print h2 {color: orange !important; font-size:22px;}
body.print .container {max-width: 650px;}
hr {border-top: 0px;}
.nav ul li a {border-top:0px; background-color:transparent; }
#navig a[href] {color: black !important;}
table .table {max-width:650px;}
#navig li.sectionHead {font-weight: bold; font-size: 18px;}
#navig li {font-weight: normal;}
#navig a[href]::after { content: leader(".") target-counter(attr(href), page); }
a[href]::after, a[href].noCrossRef::after {
content: " (page " target-counter(attr(href), page) ")"
}
a[href^="http:"]::after, a[href^="https:"]::after {
content: " (" attr(href) ")";
}
a[href] {
color: blue !important;
}
a[href*="mailto"]::after {
content: "";
}
a[href*=tar.giz]::after {
content: "";
}
div.guideTitleArea {
border-top:2px solid #c0c0c0;
padding: 20px 20px;
page-break-after: always;
}
div.guideTitle {
font-size: 34px;
font-weight: bold;
text-align: right;
}
.titleVersion {
font-size: 18px;
font-color: gray;
font-style: italic;
margin-top:20px;
text-align: right;
}
div.titleImage {
padding-top:100px;
padding-bottom:330px;
}
@page { size: A4 }
@page { margin: 40pt 60pt 40pt 60pt }
/*
h1::before, h1::after { content: "***" }
*/

60
css/syntax.css Normal file
View File

@ -0,0 +1,60 @@
.highlight { background: #ffffff; }
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */
.highlight .o { font-weight: bold } /* Operator */
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #999999 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { font-weight: bold } /* Keyword.Constant */
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #009999 } /* Literal.Number */
.highlight .s { color: #d14 } /* Literal.String */
.highlight .na { color: #008080 } /* Name.Attribute */
.highlight .nb { color: #0086B3 } /* Name.Builtin */
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
.highlight .no { color: #008080 } /* Name.Constant */
.highlight .ni { color: #800080 } /* Name.Entity */
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
.highlight .nn { color: #555555 } /* Name.Namespace */
.highlight .nt { color: #000080 } /* Name.Tag */
.highlight .nv { color: #008080 } /* Name.Variable */
.highlight .ow { font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #009999 } /* Literal.Number.Float */
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
.highlight .sc { color: #d14 } /* Literal.String.Char */
.highlight .sd { color: #d14 } /* Literal.String.Doc */
.highlight .s2 { color: #d14 } /* Literal.String.Double */
.highlight .se { color: #d14 } /* Literal.String.Escape */
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
.highlight .si { color: #d14 } /* Literal.String.Interpol */
.highlight .sx { color: #d14 } /* Literal.String.Other */
.highlight .sr { color: #009926 } /* Literal.String.Regex */
.highlight .s1 { color: #d14 } /* Literal.String.Single */
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #008080 } /* Name.Variable.Class */
.highlight .vg { color: #008080 } /* Name.Variable.Global */
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */