summaryrefslogtreecommitdiff
path: root/macos/0.9.0/css
diff options
context:
space:
mode:
Diffstat (limited to 'macos/0.9.0/css')
-rw-r--r--macos/0.9.0/css/highlight.css187
-rw-r--r--macos/0.9.0/css/jazzy.css499
2 files changed, 686 insertions, 0 deletions
diff --git a/macos/0.9.0/css/highlight.css b/macos/0.9.0/css/highlight.css
new file mode 100644
index 0000000000..8db1704115
--- /dev/null
+++ b/macos/0.9.0/css/highlight.css
@@ -0,0 +1,187 @@
+/* Rouge Syntax Highlighting, Mapbox Base style
+------------------------------------------------------- */
+.highlight .hll {
+ background-color: #ffffcc; }
+
+/* No Styling, Just Default:
+ .highlight .nx, Normal Text
+ .highlight .ni Name.Entity
+ .highlight .nf Name.Entity
+ .highlight .no Name.Constant
+*/
+/* Comments */
+.highlight .o,
+.highlight .c,
+.highlight .c1,
+.highlight .cp,
+.highlight .cm {
+ color: #999;
+ font-style: italic; }
+
+.highlight .err {
+ color: #F00000;
+ background-color: #F0A0A0; }
+
+/* Error */
+.highlight .k {
+ color: #404040;
+ font-weight: bold; }
+
+/* Keyword */
+.highlight .css .k {
+ font-weight: normal; }
+
+.highlight .cs {
+ color: #404040;
+ font-style: italic; }
+
+/* Comment.Special */
+.highlight .gd {
+ color: #A00000; }
+
+/* Generic.Deleted */
+.highlight .ge {
+ font-style: italic; }
+
+/* Generic.Emph */
+.highlight .gs {
+ font-weight: bold; }
+
+/* Generic.Strong */
+.highlight .gr {
+ color: #FF0000; }
+
+/* Generic.Error */
+.highlight .gh {
+ color: #000080; }
+
+/* Generic.Heading */
+.highlight .gi {
+ color: #00A000; }
+
+/* Generic.Inserted */
+.highlight .go {
+ color: #808080; }
+
+/* Generic.Output */
+.highlight .gp {
+ color: #c65d09; }
+
+/* Generic.Prompt */
+.highlight .gu {
+ color: #800080; }
+
+/* Generic.Subheading */
+.highlight .gt {
+ color: #0040D0; }
+
+/* Generic.Traceback */
+.highlight .kc {
+ color: #D24400; }
+
+/* Keyword.Constant */
+/* Keyword.Declaration
+ * Keyword.Namespace
+ * Keyword.Reserved */
+.highlight .kd,
+.highlight .kn,
+.highlight .kr,
+.highlight .nt {
+ color: #0B5A91; }
+
+/* Name.Tag */
+/* Literal.Number */
+.highlight .mh,
+.highlight .mo,
+.highlight .il,
+.highlight .mi,
+.highlight .kt,
+.highlight .mf,
+.highlight .nl,
+.highlight .na,
+.highlight .m {
+ color: #0C9DC2; }
+
+/* Keyword.Type */
+.highlight .kp {
+ color: #0080f0; }
+
+/* Keyword.Pseudo */
+.highlight .nc {
+ color: #DF6637; }
+
+/* Name.Class */
+.highlight .css .nc {
+ color: #75A21C; }
+
+.highlight .nd {
+ color: #505050; }
+
+/* Name.Decorator */
+.highlight .ne {
+ color: #F00000; }
+
+/* Name.Exception */
+.highlight .nn {
+ color: #0e84b5; }
+
+/* Name.Namespace */
+.highlight .nf,
+.highlight .nv {
+ color: #003060; }
+
+/* Name.Variable */
+.highlight .ow {
+ color: #404040; }
+
+/* Operator.Word */
+.highlight .w {
+ color: #bbbbbb; }
+
+/* Text.Whitespace */
+.highlight .sc {
+ color: #8080F0; }
+
+/* Literal.String.Char */
+.highlight .sd {
+ color: #D04020; }
+
+/* Literal.String.Doc */
+/* Name.Builtin / Name.Builtin.Pseudo */
+.highlight .bp,
+.highlight .nb {
+ color: #007020; }
+
+/* Literal.String */
+.highlight .s,
+.highlight .sh,
+.highlight .sb,
+.highlight .s1,
+.highlight .sr,
+.highlight .se {
+ color: #75A21C; }
+
+.highlight .si {
+ background-color: #eee; }
+
+/* Literal.String.Interpol */
+.highlight .p {
+ color: #444444; }
+
+/* Normal Text */
+.highlight .ss {
+ color: #f0c080; }
+
+/* Literal.String.Symbol */
+.highlight .vc {
+ color: #c0c0f0; }
+
+/* Name.Variable.Class */
+.highlight .vg {
+ color: #f08040; }
+
+/* Name.Variable.Global */
+.highlight .vi {
+ color: #a0a0f0; }
+
+/* Name.Variable.Instance */
diff --git a/macos/0.9.0/css/jazzy.css b/macos/0.9.0/css/jazzy.css
new file mode 100644
index 0000000000..cb49320259
--- /dev/null
+++ b/macos/0.9.0/css/jazzy.css
@@ -0,0 +1,499 @@
+*, *:before, *:after {
+ box-sizing: inherit; }
+
+body {
+ margin: 0;
+ background: #fff;
+ color: #0B293A;
+ font: 14px/25px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
+ -webkit-font-smoothing: antialiased;
+ box-sizing: border-box; }
+
+h1 {
+ font-family: "Open Sans Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 1.7rem;
+ font-weight: normal;
+ color: #0B293A;
+ margin: 0.5em 0 0.6em; }
+
+h1 a {
+ color: #0B293A; }
+
+h2 {
+ font-family: "Open Sans Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 1.5rem;
+ font-weight: normal;
+ color: #0B293A;
+ margin: 1em 0 0.6em; }
+
+h3 {
+ font-family: "Open Sans Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 1.2rem;
+ font-weight: normal;
+ color: #0B293A;
+ margin: 1em 0 0.3em; }
+
+h3 > code {
+ font-weight: bold;
+ font-size: 1.2rem; }
+
+h4 {
+ font-family: "Open Sans Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 1rem;
+ font-weight: normal;
+ color: #0B293A;
+ margin: 1.275em 0 0.85em; }
+
+h5, h6 {
+ font-family: "Open Sans Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-size: 1rem;
+ font-weight: normal;
+ color: #0B293A;
+ margin: 1.275em 0 0.85em; }
+
+p {
+ margin: 0 0 1em; }
+
+ul, ol {
+ padding: 0 0 0 1.5em;
+ margin: 0 0 0.85em; }
+
+ul.item-container {
+ padding: 0px; }
+
+ul:first-of-type,
+ol:first-of-type {
+ margin: 0px; }
+
+blockquote {
+ margin: 0 0 0.85em;
+ padding: 0 15px;
+ color: #858585;
+ border-left: 4px solid #e5e5e5; }
+
+img {
+ max-width: 100%; }
+
+a {
+ color: #3887BE;
+ text-decoration: none; }
+ a > *:hover, a:hover, a:focus {
+ opacity: 0.7; }
+ a:focus {
+ box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
+
+table {
+ background: #fff;
+ width: 100%;
+ font-size: 13px;
+ line-height: 23px;
+ border-collapse: collapse;
+ border-spacing: 0;
+ overflow: auto;
+ margin: 0 0 0.85em; }
+
+th, td {
+ padding: 6px 13px;
+ border: 1px solid rgba(12, 40, 73, 0.08); }
+
+pre {
+ margin: 0 0 1.275em;
+ padding: .85em 1em;
+ overflow: auto;
+ background: #F5F8FC;
+ font-family: Menlo, Bitstream Vera Sans Mono, Monaco, Consolas, monospacee;
+ border-radius: 4px; }
+
+code {
+ font-family: Menlo, Bitstream Vera Sans Mono, Monaco, Consolas, monospacee;
+ font-size: 13px;
+ line-height: .85em; }
+
+p > code, li > code {
+ background: #F5F8FC;
+ padding: 0.1em 0.2em;
+ font-weight: bold;
+ border: 1px solid #D5D5D5;
+ border-radius: 4px; }
+
+td > code,
+.graybox code {
+ font-weight: bold;
+ font-size: 12px; }
+
+pre code {
+ padding: 0;
+ white-space: pre; }
+
+.content-wrapper {
+ display: flex;
+ flex-direction: column; }
+ @media (min-width: 768px) {
+ .content-wrapper {
+ flex-direction: row; } }
+
+.limiter {
+ max-width: 1360px;
+ margin: auto;
+ padding: 0px 30px; }
+
+.space-right2 {
+ margin-right: 20px; }
+
+.header-container {
+ background: #3A68D8; }
+
+.header {
+ display: flex;
+ padding: 12px 0px;
+ font-size: 12px;
+ color: #999; }
+ @media (max-width: 768px) {
+ .header {
+ display: block; } }
+
+.header-tag {
+ vertical-align: text-top;
+ line-height: 10px;
+ background: rgba(255, 255, 255, 0.1);
+ border-radius: 4px;
+ padding: 2px 5px;
+ margin-left: 5px;
+ opacity: 0.9; }
+
+.header-col {
+ margin: 5px 0 0 0;
+ padding: 0; }
+
+.header-col--primary {
+ flex: 1; }
+
+.header-link {
+ font-family: "Open Sans Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
+ color: #fff; }
+
+.header-image, .header-icon {
+ padding-right: 2px;
+ vertical-align: -4px;
+ height: 16px; }
+
+.breadcrumbs {
+ font-size: 13px;
+ padding: 8px 0px;
+ margin: 0;
+ background: #F5F8FC;
+ border-bottom: 1px solid rgba(12, 40, 73, 0.08); }
+
+.carat {
+ height: 10px;
+ margin: 0 5px; }
+
+.navigation {
+ order: 2;
+ font-size: 13px;
+ padding-top: 20px; }
+ @media (min-width: 768px) {
+ .navigation {
+ order: 1;
+ width: 25%;
+ min-width: 175px;
+ max-width: 300px;
+ padding-bottom: 64px;
+ line-height: 20px;
+ overflow: hidden;
+ border-right: 1px solid rgba(12, 40, 73, 0.08); } }
+
+.nav-groups {
+ list-style-type: none;
+ padding-left: 0; }
+
+.nav-group-name {
+ padding: 8px 0 8px 0px; }
+
+.small-heading, h4 {
+ font-size: 13px;
+ font-family: "Open Sans Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
+ text-transform: uppercase;
+ color: #0B293A;
+ letter-spacing: 1px; }
+
+.nav-group-tasks {
+ margin: 8px 0;
+ padding: 0 0 0 0; }
+
+.nav-group-task {
+ font-size: 1em;
+ list-style-type: none;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ color: #3887BE; }
+
+.nav-group-task[data-url^="Protocols/"] > .nav-group-task-link::after, .nav-group-task[data-name="MGLForegroundStyleLayer"] .nav-group-task-link::after,
+.nav-group-task[data-name="MGLMultiPoint"] .nav-group-task-link::after,
+.nav-group-task[data-name="MGLShape"] .nav-group-task-link::after,
+.nav-group-task[data-name="MGLSource"] .nav-group-task-link::after,
+.nav-group-task[data-name="MGLStyleFunction"] .nav-group-task-link::after,
+.nav-group-task[data-name="MGLStyleLayer"] .nav-group-task-link::after,
+.nav-group-task[data-name="MGLTileSource"] .nav-group-task-link::after,
+.nav-group-task[data-name="MGLVectorStyleLayer"] .nav-group-task-link::after {
+ color: #999;
+ font-size: 90%;
+ margin-left: 0.5em; }
+
+.nav-group-task[data-url^="Protocols/"] > .nav-group-task-link::after {
+ content: "(Protocol)"; }
+
+.nav-group-task[data-name="MGLForegroundStyleLayer"] .nav-group-task-link::after,
+.nav-group-task[data-name="MGLMultiPoint"] .nav-group-task-link::after,
+.nav-group-task[data-name="MGLShape"] .nav-group-task-link::after,
+.nav-group-task[data-name="MGLSource"] .nav-group-task-link::after,
+.nav-group-task[data-name="MGLStyleFunction"] .nav-group-task-link::after,
+.nav-group-task[data-name="MGLStyleLayer"] .nav-group-task-link::after,
+.nav-group-task[data-name="MGLTileSource"] .nav-group-task-link::after,
+.nav-group-task[data-name="MGLVectorStyleLayer"] .nav-group-task-link::after {
+ content: "(Abstract Class)"; }
+
+.nav-group-name > .small-heading,
+.nav-group-task-link {
+ display: block; }
+
+.nav-group-task-link {
+ color: rgba(11, 41, 58, 0.75); }
+
+.main-content {
+ order: 1; }
+ @media (min-width: 768px) {
+ .main-content {
+ order: 2;
+ flex: 1;
+ padding-bottom: 60px;
+ max-width: 80%; } }
+
+.section {
+ padding: 0px 20px; }
+ @media (max-width: 768px) {
+ .section {
+ padding: inherit; } }
+
+.section-content {
+ margin: 0 auto;
+ padding: 16px 0;
+ border-bottom: 1px solid rgba(12, 40, 73, 0.08); }
+
+.section-content img {
+ margin: 0 auto; }
+
+.section-name {
+ color: #0B293A;
+ display: block; }
+
+.anchor-icon {
+ margin-left: 4px;
+ opacity: 0.7;
+ display: inline-block;
+ background: url("../img/link.svg");
+ background-repeat: no-repeat;
+ width: 10px;
+ height: 10px; }
+
+h1 > .anchor-icon {
+ margin-bottom: 2px; }
+
+.declaration .highlight {
+ font-size: 15px;
+ overflow-x: initial;
+ padding: 8px 0;
+ line-height: 20px;
+ margin: 0;
+ background-color: transparent;
+ border: none; }
+
+.highlight a {
+ text-decoration: underline; }
+
+.task-group-section {
+ border-top: 1px solid #ddd; }
+
+.task-group {
+ padding-top: 0px; }
+
+.task-name-container a[name]:before {
+ content: "";
+ display: block; }
+
+.item {
+ width: 100%;
+ list-style-type: none; }
+ .item a[name]:before {
+ content: "";
+ display: block; }
+ .item .token {
+ margin-left: 0px;
+ font-size: 13px;
+ display: flex;
+ padding: 5px 0px;
+ line-height: 14px; }
+ .item .token-name {
+ display: inline-block;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis; }
+ .item .token-icon {
+ background: url("../img/plus.svg");
+ width: 17px;
+ display: inline-block;
+ vertical-align: middle;
+ height: 13px;
+ opacity: 1;
+ margin-left: 5px;
+ background-repeat: no-repeat; }
+ .item .token-icon-minus {
+ background: url("../img/minus.svg");
+ background-repeat: no-repeat; }
+ .item .declaration-note {
+ font-size: 13px;
+ color: #808080;
+ font-style: italic; }
+
+.pointer-container {
+ border-bottom: 1px solid #ddd;
+ left: -23px;
+ padding-bottom: 13px;
+ position: relative;
+ width: 110%; }
+
+.pointer {
+ left: 21px;
+ top: 7px;
+ display: block;
+ position: absolute;
+ width: 12px;
+ height: 12px;
+ border-left: 1px solid #ddd;
+ border-top: 1px solid #ddd;
+ background: #fdfeff;
+ transform: rotate(45deg); }
+
+.height-container {
+ display: none;
+ position: relative;
+ width: 100%;
+ overflow: hidden; }
+ .height-container .section {
+ background: #fdfeff;
+ border: 1px solid rgba(12, 40, 73, 0.08);
+ padding: 15px 20px;
+ border-radius: 4px;
+ margin: 10px 0px 30px; }
+
+.aside, .language {
+ padding: 6px 12px;
+ margin: 12px 0;
+ border-left: 4px solid #dddddd;
+ overflow-y: hidden; }
+ .aside .aside-title, .language .aside-title {
+ font-size: 10px;
+ font-family: "Open Sans Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
+ letter-spacing: 2px;
+ text-transform: uppercase;
+ padding: 2px 8px;
+ display: inline;
+ border-radius: 4px;
+ margin: 0;
+ -webkit-user-select: none; }
+ .aside p:last-child, .language p:last-child {
+ margin-bottom: 0; }
+
+.language {
+ background: #F5F8FC;
+ border-radius: 4px;
+ border-left: 4px solid #3A68D8; }
+
+.aside.aside-see, .aside.aside-note {
+ background: #F5F8FC;
+ border-radius: 4px; }
+ .aside.aside-see .aside-title, .aside.aside-note .aside-title {
+ padding-left: 0px; }
+
+.aside-warning {
+ border-left: 4px solid #ff6666; }
+ .aside-warning .aside-title {
+ color: #ff0000; }
+
+.graybox {
+ width: 100%;
+ border-collapse: separate;
+ border: solid rgba(12, 40, 73, 0.08) 1px;
+ border-radius: 6px;
+ -moz-border-radius: 6px; }
+ .graybox p {
+ margin: 0;
+ word-break: break-word;
+ min-width: 50px; }
+ .graybox td {
+ padding: 5px 25px 5px 10px;
+ vertical-align: middle; }
+ .graybox tr td:first-of-type {
+ text-align: right;
+ padding: 7px;
+ vertical-align: top;
+ word-break: normal;
+ width: 40px;
+ border-left: none;
+ border-top: none; }
+ .graybox th, .graybox td {
+ border-right: none;
+ border-top: none; }
+ .graybox td:first-child, .graybox th:first-child {
+ border-left: none; }
+ .graybox tr:last-of-type td {
+ border-bottom: none; }
+
+.show-on-github-icon {
+ width: 16px;
+ display: inline-block !important;
+ vertical-align: -3px;
+ padding-left: 2px; }
+
+.show-on-github a {
+ margin: 10px 0 10px;
+ display: inline-block;
+ font-size: 13px; }
+
+.footer {
+ border-top: 1px rgba(12, 40, 73, 0.08) solid;
+ padding: 8px 16px;
+ color: #888; }
+ .footer p {
+ display: inline; }
+ .footer a {
+ color: #555; }
+
+html.dash .header, html.dash .breadcrumbs, html.dash .navigation {
+ display: none; }
+html.dash .height-container {
+ display: block; }
+
+@font-face {
+ font-family: 'Open Sans';
+ src: url("../fonts/opensans-regular.eot");
+ src: url("../fonts/opensans-regular.eot#iefix") format("embedded-opentype"), url("../fonts/opensans-regular.woff") format("woff"); }
+@font-face {
+ font-family: 'Open Sans Bold';
+ src: url("../fonts/opensans-bold.eot");
+ src: url("../fonts/opensans-bold.eot#iefix") format("embedded-opentype"), url("../fonts/opensans-bold.woff") format("woff"); }
+.strong {
+ font-family: "Open Sans Bold", "Helvetica Neue", Helvetica, Arial, sans-serif; }
+
+.text-purple {
+ color: #9595D1; }
+
+.text-blue {
+ color: #4092C5; }
+
+.keyline-purple {
+ border-color: #9595D1; }
+
+.keyline-blue {
+ border-color: #4092C5; }