2013-10-14 14:36:23 -05:00
|
|
|
/**
|
|
|
|
* Copyright 2013 The Rust Project Developers. See the COPYRIGHT
|
|
|
|
* file at the top-level directory of this distribution and at
|
|
|
|
* http://rust-lang.org/COPYRIGHT.
|
2013-11-11 08:26:22 -06:00
|
|
|
* With elements taken from Bootstrap v3.0.2 (MIT licensed).
|
2013-10-14 14:36:23 -05:00
|
|
|
*
|
|
|
|
* Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
|
|
|
* <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
|
|
|
* option. This file may not be copied, modified, or distributed
|
|
|
|
* except according to those terms.
|
|
|
|
*/
|
|
|
|
/* Global page semantics
|
|
|
|
========================================================================== */
|
2012-01-18 02:58:08 -06:00
|
|
|
body {
|
2013-12-07 10:42:00 -06:00
|
|
|
margin: 0 auto;
|
|
|
|
padding: 0 15px;
|
|
|
|
margin-bottom: 4em;
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #333;
|
|
|
|
line-height: 1.428571429;
|
2012-01-18 02:58:08 -06:00
|
|
|
}
|
2013-10-14 14:36:23 -05:00
|
|
|
@media (min-width: 768px) {
|
2013-12-07 10:42:00 -06:00
|
|
|
body {
|
|
|
|
max-width: 750px;
|
|
|
|
}
|
2013-06-11 19:43:26 -05:00
|
|
|
}
|
|
|
|
|
2013-10-14 14:36:23 -05:00
|
|
|
h1, h2, h3, h4, h5, h6 {
|
2013-12-07 10:42:00 -06:00
|
|
|
color: black;
|
|
|
|
font-weight: 500;
|
|
|
|
line-height: 1.1;
|
2013-06-11 19:43:26 -05:00
|
|
|
}
|
2013-10-14 14:36:23 -05:00
|
|
|
h1, h2, h3 {
|
2013-12-07 10:42:00 -06:00
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 10px;
|
2013-10-14 14:36:23 -05:00
|
|
|
}
|
|
|
|
h4, h5, h6 {
|
2013-12-07 10:42:00 -06:00
|
|
|
margin-top: 12px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding: .2em .8em;
|
|
|
|
text-decoration: underline;
|
2013-06-11 19:43:26 -05:00
|
|
|
}
|
|
|
|
|
2013-10-14 14:36:23 -05:00
|
|
|
h1 {
|
2013-12-07 10:42:00 -06:00
|
|
|
font-size: 36px;
|
|
|
|
padding: .1em .4em;
|
|
|
|
margin: 0.67em 0;
|
|
|
|
border-bottom: 2px solid #ddd;
|
2013-10-14 14:36:23 -05:00
|
|
|
}
|
|
|
|
h1.title {
|
2013-12-07 10:42:00 -06:00
|
|
|
line-height: 1.5em;
|
2013-10-14 14:36:23 -05:00
|
|
|
}
|
|
|
|
h2 {
|
2013-12-07 10:42:00 -06:00
|
|
|
font-size: 30px;
|
|
|
|
padding: .2em .5em;
|
|
|
|
border-bottom: 1px solid #ddd;
|
2013-10-14 14:36:23 -05:00
|
|
|
}
|
|
|
|
h3 {
|
2013-12-07 10:42:00 -06:00
|
|
|
font-size: 24px;
|
|
|
|
padding: .2em .7em;
|
|
|
|
border-bottom: 1px solid #DDE8FC;
|
2013-10-14 14:36:23 -05:00
|
|
|
}
|
2013-06-11 19:43:26 -05:00
|
|
|
h4 {
|
2013-12-07 10:42:00 -06:00
|
|
|
font-size: 18px;
|
2013-06-11 19:43:26 -05:00
|
|
|
}
|
2013-10-14 14:36:23 -05:00
|
|
|
h5 {
|
2013-12-07 10:42:00 -06:00
|
|
|
font-size: 16px;
|
2012-09-30 23:35:32 -05:00
|
|
|
}
|
2013-10-14 14:36:23 -05:00
|
|
|
h6 {
|
2013-12-07 10:42:00 -06:00
|
|
|
font-size: 14px;
|
2013-06-11 19:43:26 -05:00
|
|
|
}
|
|
|
|
|
2013-10-14 14:36:23 -05:00
|
|
|
p {
|
2013-12-07 10:42:00 -06:00
|
|
|
margin: 0 0 10px;
|
2012-01-18 02:58:08 -06:00
|
|
|
}
|
|
|
|
|
2013-10-14 14:36:23 -05:00
|
|
|
/* Links layout
|
|
|
|
========================================================================== */
|
|
|
|
a {
|
2013-12-07 10:42:00 -06:00
|
|
|
text-decoration: none;
|
|
|
|
color: #428BCA;
|
|
|
|
background: transparent;
|
2013-10-14 14:36:23 -05:00
|
|
|
}
|
|
|
|
a:hover, a:focus {
|
2013-12-07 10:42:00 -06:00
|
|
|
color: #2A6496;
|
|
|
|
text-decoration: underline;
|
2013-10-14 14:36:23 -05:00
|
|
|
}
|
|
|
|
a:focus {
|
2013-12-07 10:42:00 -06:00
|
|
|
outline: thin dotted #333;
|
|
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
|
|
outline-offset: -2px;
|
2013-10-14 14:36:23 -05:00
|
|
|
}
|
|
|
|
a:hover, a:active {
|
2013-12-07 10:42:00 -06:00
|
|
|
outline: 0;
|
2012-01-18 02:58:08 -06:00
|
|
|
}
|
2012-01-19 05:51:20 -06:00
|
|
|
|
|
|
|
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited,
|
2013-10-14 14:36:23 -05:00
|
|
|
h3 a:link, h3 a:visited, h4 a:link, h4 a:visited,
|
|
|
|
h5 a:link, h5 a:visited {color: black;}
|
|
|
|
|
|
|
|
/* Code
|
|
|
|
========================================================================== */
|
|
|
|
pre, code {
|
2013-12-07 10:42:00 -06:00
|
|
|
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
|
|
border-radius: 4px;
|
2013-10-14 14:36:23 -05:00
|
|
|
}
|
|
|
|
pre {
|
2013-12-07 10:42:00 -06:00
|
|
|
background-color: #F5F5F5;
|
|
|
|
border: 1px solid #CCC;
|
|
|
|
border-radius: 0.5em;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
padding: 9.5px;
|
|
|
|
margin: 10px 0;
|
|
|
|
font-size: 13px;
|
|
|
|
word-break: break-all;
|
|
|
|
word-wrap: break-word;
|
2013-10-14 14:36:23 -05:00
|
|
|
}
|
|
|
|
code {
|
2013-12-07 10:42:00 -06:00
|
|
|
padding: 2px 4px;
|
|
|
|
font-size: 90%;
|
|
|
|
color: #C7254E;
|
|
|
|
background-color: #F9F2F4;
|
|
|
|
white-space: nowrap;
|
2013-10-14 14:36:23 -05:00
|
|
|
}
|
|
|
|
pre code {
|
2013-12-07 10:42:00 -06:00
|
|
|
padding: 0;
|
|
|
|
font-size: inherit;
|
|
|
|
color: inherit;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
background-color: transparent;
|
|
|
|
border-radius: 0;
|
2013-10-14 14:36:23 -05:00
|
|
|
}
|
2012-01-19 05:51:20 -06:00
|
|
|
|
|
|
|
/* Code highlighting */
|
2013-12-07 10:42:00 -06:00
|
|
|
.cm-s-default span.cm-keyword {color: #803C8D;}
|
2012-01-19 05:51:20 -06:00
|
|
|
.cm-s-default span.cm-atom {color: #219;}
|
2013-12-07 10:42:00 -06:00
|
|
|
.cm-s-default span.cm-number {color: #2AA198;}
|
|
|
|
.cm-s-default span.cm-def {color: #256EB8;}
|
2012-01-19 05:51:20 -06:00
|
|
|
.cm-s-default span.cm-variable {color: black;}
|
2013-12-07 10:42:00 -06:00
|
|
|
.cm-s-default span.cm-variable-2 {color: #817E61;}
|
2012-01-19 05:51:20 -06:00
|
|
|
.cm-s-default span.cm-variable-3 {color: #085;}
|
|
|
|
.cm-s-default span.cm-property {color: black;}
|
|
|
|
.cm-s-default span.cm-operator {color: black;}
|
2013-12-07 10:42:00 -06:00
|
|
|
.cm-s-default span.cm-comment {color: #A82323;}
|
|
|
|
.cm-s-default span.cm-string {color: #866544;}
|
|
|
|
.cm-s-default span.cm-string-2 {color: #F50;}
|
2012-01-19 05:51:20 -06:00
|
|
|
.cm-s-default span.cm-meta {color: #555;}
|
2013-12-07 10:42:00 -06:00
|
|
|
/*.cm-s-default span.cm-error {color: #F00;}*/
|
2012-01-19 05:51:20 -06:00
|
|
|
.cm-s-default span.cm-qualifier {color: #555;}
|
2013-12-07 10:42:00 -06:00
|
|
|
.cm-s-default span.cm-builtin {color: #30A;}
|
|
|
|
.cm-s-default span.cm-bracket {color: #CC7;}
|
2012-01-19 05:51:20 -06:00
|
|
|
.cm-s-default span.cm-tag {color: #170;}
|
2013-12-07 10:42:00 -06:00
|
|
|
.cm-s-default span.cm-attribute {color: #00C;}
|
2012-06-09 18:37:41 -05:00
|
|
|
|
2013-10-14 14:36:23 -05:00
|
|
|
/* The rest
|
|
|
|
========================================================================== */
|
2012-07-17 18:15:37 -05:00
|
|
|
#versioninfo {
|
2013-12-07 10:42:00 -06:00
|
|
|
text-align: center;
|
|
|
|
margin: 0.5em;
|
|
|
|
font-size: 1.1em;
|
2013-10-11 13:08:52 -05:00
|
|
|
}
|
2013-10-14 14:36:23 -05:00
|
|
|
@media (min-width: 768px) {
|
2013-12-07 10:42:00 -06:00
|
|
|
#versioninfo {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0px;
|
|
|
|
right: 0px;
|
|
|
|
}
|
|
|
|
.white-sticker {
|
|
|
|
background-color: #fff;
|
|
|
|
margin: 2px;
|
|
|
|
padding: 0 2px;
|
|
|
|
border-radius: .3em;
|
|
|
|
}
|
2013-10-11 13:08:52 -05:00
|
|
|
}
|
2013-10-14 14:36:23 -05:00
|
|
|
#versioninfo a.hash {
|
2013-12-07 10:42:00 -06:00
|
|
|
color: gray;
|
|
|
|
font-size: 70%;
|
2012-07-17 18:15:37 -05:00
|
|
|
}
|
|
|
|
|
2012-07-07 17:51:11 -05:00
|
|
|
blockquote {
|
2013-12-07 10:42:00 -06:00
|
|
|
color: black;
|
|
|
|
border-left: 5px solid #eee;
|
|
|
|
margin: 0 0 20px;
|
|
|
|
padding: 10px 20px;
|
2013-10-14 14:36:23 -05:00
|
|
|
}
|
|
|
|
blockquote p {
|
2013-12-07 10:42:00 -06:00
|
|
|
font-size: 17px;
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 1.25;
|
2013-10-14 14:36:23 -05:00
|
|
|
}
|
|
|
|
blockquote p:last-child {
|
2013-12-07 10:42:00 -06:00
|
|
|
margin-bottom: 0;
|
2012-09-22 23:14:58 -05:00
|
|
|
}
|
2012-09-25 17:03:20 -05:00
|
|
|
|
2013-10-14 14:36:23 -05:00
|
|
|
ul,
|
|
|
|
ol {
|
2013-12-07 10:42:00 -06:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 10px;
|
2013-10-14 14:36:23 -05:00
|
|
|
}
|
|
|
|
ul ul,
|
|
|
|
ol ul,
|
|
|
|
ul ol,
|
|
|
|
ol ol {
|
2013-12-07 10:42:00 -06:00
|
|
|
margin-bottom: 0;
|
2013-10-14 14:36:23 -05:00
|
|
|
}
|
|
|
|
dl {
|
2013-12-07 10:42:00 -06:00
|
|
|
margin-bottom: 20px;
|
2013-10-14 14:36:23 -05:00
|
|
|
}
|
|
|
|
dd {
|
2013-12-07 10:42:00 -06:00
|
|
|
margin-left: 0;
|
2012-09-25 17:03:20 -05:00
|
|
|
}
|
2012-09-30 23:35:32 -05:00
|
|
|
|
|
|
|
#TOC ul {
|
2013-12-07 10:42:00 -06:00
|
|
|
list-style-type: none;
|
|
|
|
padding-left: 0px;
|
2013-06-11 19:43:26 -05:00
|
|
|
}
|
2013-12-15 09:19:13 -06:00
|
|
|
/* Only display one level of hierarchy in the TOC */
|
|
|
|
#TOC ul ul {
|
|
|
|
display: none;
|
|
|
|
}
|
2013-06-11 19:43:26 -05:00
|
|
|
|
2013-10-14 14:36:23 -05:00
|
|
|
sub,
|
|
|
|
sup {
|
2013-12-07 10:42:00 -06:00
|
|
|
font-size: 75%;
|
|
|
|
line-height: 0;
|
|
|
|
position: relative;
|
2013-06-11 19:43:26 -05:00
|
|
|
}
|
2013-10-14 14:36:23 -05:00
|
|
|
|
|
|
|
hr {
|
2013-12-07 10:42:00 -06:00
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
border: 0;
|
|
|
|
border-top: 1px solid #eeeeee;
|
2013-10-14 14:36:23 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
@media print {
|
2013-12-07 10:42:00 -06:00
|
|
|
* {
|
|
|
|
text-shadow: none !important;
|
|
|
|
color: #000 !important;
|
|
|
|
background: transparent !important;
|
|
|
|
box-shadow: none !important;
|
|
|
|
}
|
|
|
|
a, a:visited {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
a[href]:after {
|
|
|
|
content: " (" attr(href) ")";
|
|
|
|
}
|
|
|
|
a[href^="javascript:"]:after, a[href^="#"]:after {
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
pre, blockquote {
|
|
|
|
border: 1px solid #999;
|
|
|
|
page-break-inside: avoid;
|
|
|
|
}
|
|
|
|
@page {
|
|
|
|
margin: 2cm .5cm;
|
|
|
|
}
|
|
|
|
p, h2, h3 {
|
|
|
|
orphans: 3;
|
|
|
|
widows: 3;
|
|
|
|
}
|
|
|
|
h2, h3 {
|
|
|
|
page-break-after: avoid;
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
border-collapse: collapse !important;
|
|
|
|
}
|
|
|
|
table td, table th {
|
|
|
|
background-color: #fff !important;
|
|
|
|
}
|
2013-11-11 08:26:22 -06:00
|
|
|
}
|