2013-09-18 22:18:38 -07: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.
|
|
|
|
*
|
|
|
|
* 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.
|
|
|
|
*/
|
2015-09-19 10:42:03 +01:00
|
|
|
|
|
|
|
/* See FiraSans-LICENSE.txt for the Fira Sans license. */
|
2014-04-12 21:39:12 +02:00
|
|
|
@font-face {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-family: 'Fira Sans';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Fira Sans'), url("FiraSans-Regular.woff") format('woff');
|
2014-04-12 21:39:12 +02:00
|
|
|
}
|
|
|
|
@font-face {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-family: 'Fira Sans';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 500;
|
|
|
|
src: local('Fira Sans Medium'), url("FiraSans-Medium.woff") format('woff');
|
2014-04-12 21:39:12 +02:00
|
|
|
}
|
2015-09-19 10:42:03 +01:00
|
|
|
|
|
|
|
/* See SourceSerifPro-LICENSE.txt for the Source Serif Pro license and
|
|
|
|
* Heuristica-LICENSE.txt for the Heuristica license. */
|
2014-04-12 21:39:12 +02:00
|
|
|
@font-face {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-family: 'Source Serif Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local('Source Serif Pro'), url("SourceSerifPro-Regular.woff") format('woff');
|
2014-04-12 21:39:12 +02:00
|
|
|
}
|
|
|
|
@font-face {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-family: 'Source Serif Pro';
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: 400;
|
|
|
|
src: url("Heuristica-Italic.woff") format('woff');
|
2014-04-12 21:39:12 +02:00
|
|
|
}
|
|
|
|
@font-face {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-family: 'Source Serif Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
src: local('Source Serif Pro Bold'), url("SourceSerifPro-Bold.woff") format('woff');
|
2014-04-12 21:39:12 +02:00
|
|
|
}
|
2015-09-19 10:42:03 +01:00
|
|
|
|
|
|
|
/* See SourceCodePro-LICENSE.txt for the Source Code Pro license. */
|
2014-07-08 20:26:23 +02:00
|
|
|
@font-face {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-family: 'Source Code Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2016-12-04 13:44:19 -08:00
|
|
|
/* Avoid using locally installed font because bad versions are in circulation:
|
|
|
|
* see https://github.com/rust-lang/rust/issues/24355 */
|
|
|
|
src: url("SourceCodePro-Regular.woff") format('woff');
|
2014-07-08 20:26:23 +02:00
|
|
|
}
|
|
|
|
@font-face {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-family: 'Source Code Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 600;
|
2016-12-04 13:44:19 -08:00
|
|
|
src: url("SourceCodePro-Semibold.woff") format('woff');
|
2014-07-08 20:26:23 +02:00
|
|
|
}
|
2014-04-12 21:39:12 +02:00
|
|
|
|
2013-09-18 22:18:38 -07:00
|
|
|
* {
|
|
|
|
-webkit-box-sizing: border-box;
|
2016-11-06 21:03:08 +01:00
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
|
|
|
|
2013-10-14 21:32:12 +02:00
|
|
|
/* General structure and fonts */
|
2013-09-18 22:18:38 -07:00
|
|
|
|
|
|
|
body {
|
2016-11-06 21:03:08 +01:00
|
|
|
font: 16px/1.4 "Source Serif Pro", Georgia, Times, "Times New Roman", serif;
|
|
|
|
margin: 0;
|
|
|
|
position: relative;
|
|
|
|
padding: 10px 15px 20px 15px;
|
2014-11-01 00:16:48 +01:00
|
|
|
|
2016-11-06 21:03:08 +01:00
|
|
|
-webkit-font-feature-settings: "kern", "liga";
|
|
|
|
-moz-font-feature-settings: "kern", "liga";
|
|
|
|
font-feature-settings: "kern", "liga";
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
|
|
|
|
2014-04-27 09:07:12 +03:00
|
|
|
h1 {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-size: 1.5em;
|
2014-04-27 09:07:12 +03:00
|
|
|
}
|
|
|
|
h2 {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-size: 1.4em;
|
2014-04-27 09:07:12 +03:00
|
|
|
}
|
|
|
|
h3 {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-size: 1.3em;
|
2014-04-27 09:07:12 +03:00
|
|
|
}
|
2017-11-16 01:28:09 +01:00
|
|
|
h1, h2, h3:not(.impl):not(.method):not(.type):not(.tymethod):not(.important), h4:not(.method):not(.type):not(.tymethod):not(.associatedconstant) {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-weight: 500;
|
|
|
|
margin: 20px 0 15px 0;
|
|
|
|
padding-bottom: 6px;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
2014-03-20 19:05:22 +01:00
|
|
|
h1.fqn {
|
2016-11-06 21:03:08 +01:00
|
|
|
border-bottom: 1px dashed;
|
|
|
|
margin-top: 0;
|
|
|
|
position: relative;
|
2014-03-18 01:44:55 -06:00
|
|
|
}
|
2017-02-19 00:31:09 +01:00
|
|
|
h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.type):not(.tymethod):not(.associatedconstant) {
|
2016-11-06 21:03:08 +01:00
|
|
|
border-bottom: 1px solid;
|
2014-03-18 01:44:55 -06:00
|
|
|
}
|
2017-02-19 00:31:09 +01:00
|
|
|
h3.impl, h3.method, h4.method, h3.type, h4.type, h4.associatedconstant {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-weight: 600;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
position: relative;
|
2014-04-18 11:08:34 +09:00
|
|
|
}
|
2014-11-20 11:22:09 -08:00
|
|
|
h3.impl, h3.method, h3.type {
|
2018-02-17 20:46:06 +03:00
|
|
|
padding-left: 15px;
|
2013-11-11 15:16:23 +01:00
|
|
|
}
|
2017-10-01 15:54:50 +03:00
|
|
|
|
|
|
|
h1, h2, h3, h4,
|
|
|
|
.sidebar, a.source, .search-input, .content table :not(code)>a,
|
|
|
|
.collapse-toggle, ul.item-list > li > .out-of-band {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
2014-04-12 21:39:12 +02:00
|
|
|
}
|
|
|
|
|
2014-04-18 11:08:34 +09:00
|
|
|
ol, ul {
|
2016-11-06 21:03:08 +01:00
|
|
|
padding-left: 25px;
|
2014-04-12 21:39:12 +02:00
|
|
|
}
|
2014-04-18 11:08:34 +09:00
|
|
|
ul ul, ol ul, ul ol, ol ol {
|
2016-11-06 21:03:08 +01:00
|
|
|
margin-bottom: 0;
|
2014-04-18 11:08:34 +09:00
|
|
|
}
|
2014-04-12 21:39:12 +02:00
|
|
|
|
|
|
|
p {
|
2016-11-06 21:03:08 +01:00
|
|
|
margin: 0 0 .6em 0;
|
2014-04-12 21:39:12 +02:00
|
|
|
}
|
2014-03-20 19:05:22 +01:00
|
|
|
|
2017-08-18 17:09:51 +02:00
|
|
|
summary {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
2013-11-11 15:16:23 +01:00
|
|
|
code, pre {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-family: "Source Code Pro", Menlo, Monaco, Consolas, "DejaVu Sans Mono", Inconsolata, monospace;
|
|
|
|
white-space: pre-wrap;
|
2013-11-11 15:16:23 +01:00
|
|
|
}
|
2016-09-09 11:54:12 +08:00
|
|
|
.docblock code, .docblock-short code {
|
2016-11-06 21:03:08 +01:00
|
|
|
border-radius: 3px;
|
|
|
|
padding: 0 0.2em;
|
2014-08-06 11:03:18 +01:00
|
|
|
}
|
2017-10-04 15:51:35 -05:00
|
|
|
.docblock pre code, .docblock-short pre code, .docblock code.spotlight {
|
2016-11-06 21:03:08 +01:00
|
|
|
padding: 0;
|
2015-07-12 19:42:42 -04:00
|
|
|
}
|
2017-10-04 15:51:35 -05:00
|
|
|
.docblock code.spotlight :last-child {
|
|
|
|
padding-bottom: 0.6em;
|
|
|
|
}
|
2013-11-11 15:16:23 +01:00
|
|
|
pre {
|
2016-11-06 21:03:08 +01:00
|
|
|
padding: 14px;
|
2014-04-25 17:34:32 +09:00
|
|
|
}
|
|
|
|
|
2017-03-23 23:05:30 -04:00
|
|
|
.source .content pre {
|
2016-11-06 21:03:08 +01:00
|
|
|
padding: 20px;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
|
|
|
|
2016-01-02 21:38:36 -05:00
|
|
|
img {
|
2016-11-06 21:03:08 +01:00
|
|
|
max-width: 100%;
|
2016-01-02 21:38:36 -05:00
|
|
|
}
|
|
|
|
|
2017-03-23 23:05:30 -04:00
|
|
|
.source .content {
|
2016-11-06 21:03:08 +01:00
|
|
|
margin-top: 50px;
|
|
|
|
max-width: none;
|
|
|
|
overflow: visible;
|
|
|
|
margin-left: 0px;
|
|
|
|
min-width: 70em;
|
2014-07-28 22:33:43 -04:00
|
|
|
}
|
|
|
|
|
2013-09-18 22:18:38 -07:00
|
|
|
nav.sub {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-size: 16px;
|
|
|
|
text-transform: uppercase;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar {
|
2016-11-06 21:03:08 +01:00
|
|
|
width: 200px;
|
2017-10-11 20:08:17 +02:00
|
|
|
position: fixed;
|
2016-11-06 21:03:08 +01:00
|
|
|
left: 0;
|
|
|
|
top: 0;
|
2017-10-11 20:08:17 +02:00
|
|
|
height: 100vh;
|
|
|
|
overflow: auto;
|
2017-02-15 20:21:25 -05:00
|
|
|
}
|
|
|
|
|
2018-02-01 23:40:23 +01:00
|
|
|
.sidebar .block > ul > li {
|
2018-03-06 20:45:57 +01:00
|
|
|
margin-right: -10px;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
|
|
|
|
2018-02-01 23:40:23 +01:00
|
|
|
.content, nav {
|
|
|
|
max-width: 960px;
|
|
|
|
}
|
2013-09-18 22:18:38 -07:00
|
|
|
|
|
|
|
/* Everything else */
|
|
|
|
|
2018-02-01 23:40:23 +01:00
|
|
|
.js-only, .hidden {
|
|
|
|
display: none !important;
|
|
|
|
}
|
2013-09-18 22:18:38 -07:00
|
|
|
|
|
|
|
.sidebar img {
|
2016-11-06 21:03:08 +01:00
|
|
|
margin: 20px auto;
|
|
|
|
display: block;
|
2017-10-10 23:39:10 +02:00
|
|
|
margin-top: 10px;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
|
|
|
|
2014-03-18 01:44:55 -06:00
|
|
|
.sidebar .location {
|
2017-02-15 20:21:25 -05:00
|
|
|
border: 1px solid;
|
2016-11-06 21:03:08 +01:00
|
|
|
font-size: 17px;
|
2017-10-10 23:39:10 +02:00
|
|
|
margin: 30px 10px 20px 10px;
|
2016-11-06 21:03:08 +01:00
|
|
|
text-align: center;
|
2017-05-12 15:39:54 +02:00
|
|
|
word-wrap: break-word;
|
2014-03-18 01:44:55 -06:00
|
|
|
}
|
|
|
|
|
2017-10-02 18:29:03 -05:00
|
|
|
.sidebar .version {
|
|
|
|
font-size: 15px;
|
|
|
|
text-align: center;
|
2017-12-02 13:19:29 +01:00
|
|
|
border-bottom: 1px solid;
|
2017-10-02 18:29:03 -05:00
|
|
|
overflow-wrap: break-word;
|
|
|
|
word-wrap: break-word; /* deprecated */
|
|
|
|
word-break: break-word; /* Chrome, non-standard */
|
|
|
|
}
|
|
|
|
|
2017-02-15 20:21:25 -05:00
|
|
|
.location:empty {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2018-02-01 23:40:23 +01:00
|
|
|
.location a:first-child {
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
2014-09-05 13:53:22 +08:00
|
|
|
|
2013-09-18 22:18:38 -07:00
|
|
|
.block {
|
2017-10-10 23:39:10 +02:00
|
|
|
padding: 0;
|
2016-11-06 21:03:08 +01:00
|
|
|
margin-bottom: 14px;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
2015-09-09 00:46:44 +09:00
|
|
|
.block h2, .block h3 {
|
2016-11-06 21:03:08 +01:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
text-align: center;
|
2014-03-18 01:44:55 -06:00
|
|
|
}
|
2015-09-09 00:46:44 +09:00
|
|
|
.block ul, .block li {
|
2017-10-10 23:39:10 +02:00
|
|
|
margin: 0 10px;
|
2016-11-06 21:03:08 +01:00
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
2015-09-09 00:46:44 +09:00
|
|
|
}
|
2014-03-18 01:44:55 -06:00
|
|
|
|
2013-10-21 10:48:57 -07:00
|
|
|
.block a {
|
2016-11-06 21:03:08 +01:00
|
|
|
display: block;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
line-height: 15px;
|
|
|
|
padding: 7px 5px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 300;
|
|
|
|
transition: border 500ms ease-out;
|
2014-03-18 01:44:55 -06:00
|
|
|
}
|
|
|
|
|
2017-10-10 23:39:10 +02:00
|
|
|
.sidebar-title {
|
2017-12-02 13:19:29 +01:00
|
|
|
border-top: 1px solid;
|
|
|
|
border-bottom: 1px solid;
|
2017-10-10 23:39:10 +02:00
|
|
|
text-align: center;
|
|
|
|
font-size: 17px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-links {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-links > a {
|
|
|
|
padding-left: 10px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2017-12-06 00:42:33 +01:00
|
|
|
.sidebar-menu {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-09-18 22:18:38 -07:00
|
|
|
.content {
|
2016-11-06 21:03:08 +01:00
|
|
|
padding: 15px 0;
|
2014-03-18 01:44:55 -06:00
|
|
|
}
|
|
|
|
|
2017-03-23 23:05:30 -04:00
|
|
|
.source .content pre.rust {
|
2016-11-06 21:03:08 +01:00
|
|
|
white-space: pre;
|
|
|
|
overflow: auto;
|
|
|
|
padding-left: 0;
|
2013-10-02 19:32:52 +02:00
|
|
|
}
|
2017-12-04 22:11:21 +01:00
|
|
|
|
2017-05-11 22:28:13 +02:00
|
|
|
#search {
|
|
|
|
margin-left: 230px;
|
2017-12-04 22:11:21 +01:00
|
|
|
position: relative;
|
2017-05-11 22:28:13 +02:00
|
|
|
}
|
2017-12-04 22:11:21 +01:00
|
|
|
|
|
|
|
#results {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
2018-03-27 10:33:31 +02:00
|
|
|
#results > table {
|
|
|
|
width: 100%;
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|
|
|
|
|
2014-12-20 03:56:47 +09:00
|
|
|
.content pre.line-numbers {
|
2016-11-06 21:03:08 +01:00
|
|
|
float: left;
|
|
|
|
border: none;
|
|
|
|
position: relative;
|
2014-12-20 03:56:47 +09:00
|
|
|
|
2016-11-06 21:03:08 +01:00
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
2014-12-20 03:56:47 +09:00
|
|
|
}
|
2018-02-01 23:40:23 +01:00
|
|
|
.line-numbers span {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2013-09-18 22:18:38 -07:00
|
|
|
|
2016-09-06 15:59:16 +08:00
|
|
|
.docblock-short p {
|
2016-11-06 21:03:08 +01:00
|
|
|
display: inline;
|
2015-04-13 11:55:00 -07:00
|
|
|
}
|
|
|
|
|
2016-09-06 15:59:16 +08:00
|
|
|
.docblock-short.nowrap {
|
2016-11-06 21:03:08 +01:00
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
2014-04-27 12:37:48 -07:00
|
|
|
|
2016-09-06 15:59:16 +08:00
|
|
|
.docblock-short p {
|
2016-11-06 21:03:08 +01:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
margin: 0;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
2018-02-01 23:40:23 +01:00
|
|
|
.docblock-short code {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2013-09-18 22:18:38 -07:00
|
|
|
|
|
|
|
.docblock h1, .docblock h2, .docblock h3, .docblock h4, .docblock h5 {
|
2016-11-06 21:03:08 +01:00
|
|
|
border-bottom: 1px solid;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
2014-03-18 01:44:55 -06:00
|
|
|
|
2017-08-01 17:08:33 -05:00
|
|
|
#main > .docblock h1 { font-size: 1.3em; }
|
|
|
|
#main > .docblock h2 { font-size: 1.15em; }
|
|
|
|
#main > .docblock h3, #main > .docblock h4, #main > .docblock h5 { font-size: 1em; }
|
|
|
|
|
|
|
|
.docblock h1 { font-size: 1em; }
|
|
|
|
.docblock h2 { font-size: 0.95em; }
|
|
|
|
.docblock h3, .docblock h4, .docblock h5 { font-size: 0.9em; }
|
2013-09-18 22:18:38 -07:00
|
|
|
|
2016-05-27 12:04:56 +02:00
|
|
|
.docblock {
|
2016-11-06 21:03:08 +01:00
|
|
|
margin-left: 24px;
|
2017-09-17 22:11:37 +02:00
|
|
|
position: relative;
|
2016-05-27 12:04:56 +02:00
|
|
|
}
|
|
|
|
|
2014-07-04 00:51:46 -07:00
|
|
|
.content .out-of-band {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-size: 23px;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
text-align: right;
|
|
|
|
display: inline-block;
|
|
|
|
font-weight: normal;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
2016-05-05 04:46:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h3.impl > .out-of-band {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-size: 21px;
|
2014-08-02 20:58:41 -04:00
|
|
|
}
|
|
|
|
|
2017-07-27 13:26:24 -05:00
|
|
|
h4.method > .out-of-band {
|
|
|
|
font-size: 19px;
|
|
|
|
}
|
|
|
|
|
2017-10-01 15:54:50 +03:00
|
|
|
ul.item-list > li > .out-of-band {
|
|
|
|
font-size: 19px;
|
|
|
|
}
|
|
|
|
|
2016-09-17 23:30:42 -07:00
|
|
|
h4 > code, h3 > code, .invisible > code {
|
2018-01-20 21:12:00 +01:00
|
|
|
max-width: calc(100% - 41px);
|
|
|
|
display: block;
|
2016-05-06 18:47:12 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.in-band, code {
|
2016-11-06 21:03:08 +01:00
|
|
|
z-index: 5;
|
2016-05-06 18:47:12 +02:00
|
|
|
}
|
|
|
|
|
2016-08-16 10:27:07 +12:00
|
|
|
.invisible {
|
2016-11-06 21:03:08 +01:00
|
|
|
width: 100%;
|
|
|
|
display: inline-block;
|
2016-08-16 10:27:07 +12:00
|
|
|
}
|
|
|
|
|
2014-08-02 20:58:41 -04:00
|
|
|
.content .in-band {
|
2016-11-06 21:03:08 +01:00
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
2014-03-18 01:44:55 -06:00
|
|
|
}
|
|
|
|
|
2017-08-28 22:40:09 +02:00
|
|
|
.in-band > code {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2018-02-01 23:40:23 +01:00
|
|
|
#main {
|
|
|
|
position: relative;
|
|
|
|
}
|
2016-05-06 18:47:12 +02:00
|
|
|
#main > .since {
|
2016-11-06 21:03:08 +01:00
|
|
|
top: inherit;
|
|
|
|
font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
2016-05-06 18:47:12 +02:00
|
|
|
}
|
|
|
|
|
2018-03-28 09:00:58 +02:00
|
|
|
.content table:not(.table-display) {
|
2016-11-06 21:03:08 +01:00
|
|
|
border-spacing: 0 5px;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
|
|
|
.content td { vertical-align: top; }
|
|
|
|
.content td:first-child { padding-right: 20px; }
|
|
|
|
.content td p:first-child { margin-top: 0; }
|
|
|
|
.content td h1, .content td h2 { margin-left: 0; font-size: 1.1em; }
|
2018-06-10 23:33:37 +02:00
|
|
|
.content tr:first-child td { border-top: 0; }
|
2013-09-18 22:18:38 -07:00
|
|
|
|
2015-02-15 15:58:45 +02:00
|
|
|
.docblock table {
|
2016-11-06 21:03:08 +01:00
|
|
|
margin: .5em 0;
|
|
|
|
width: 100%;
|
2015-02-15 15:58:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.docblock table td {
|
2016-11-06 21:03:08 +01:00
|
|
|
padding: .5em;
|
2018-06-10 23:33:37 +02:00
|
|
|
border: 1px dashed;
|
2015-02-15 15:58:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.docblock table th {
|
2016-11-06 21:03:08 +01:00
|
|
|
padding: .5em;
|
|
|
|
text-align: left;
|
2018-06-10 23:33:37 +02:00
|
|
|
border: 1px solid;
|
2015-02-15 15:58:45 +02:00
|
|
|
}
|
|
|
|
|
2016-11-11 16:41:00 -06:00
|
|
|
.fields + table {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
2013-09-18 22:18:38 -07:00
|
|
|
.content .item-list {
|
2016-11-06 21:03:08 +01:00
|
|
|
list-style-type: none;
|
|
|
|
padding: 0;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
|
|
|
|
2018-02-01 23:40:23 +01:00
|
|
|
.content .item-list li {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2013-09-18 22:18:38 -07:00
|
|
|
|
|
|
|
.content .multi-column {
|
2016-11-06 21:03:08 +01:00
|
|
|
-moz-column-count: 5;
|
|
|
|
-moz-column-gap: 2.5em;
|
|
|
|
-webkit-column-count: 5;
|
|
|
|
-webkit-column-gap: 2.5em;
|
|
|
|
column-count: 5;
|
|
|
|
column-gap: 2.5em;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
|
|
|
.content .multi-column li { width: 100%; display: inline-block; }
|
|
|
|
|
2014-08-02 20:58:41 -04:00
|
|
|
.content .method {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-size: 1em;
|
|
|
|
position: relative;
|
2014-07-30 21:31:34 -04:00
|
|
|
}
|
2015-05-31 22:46:19 +02:00
|
|
|
/* Shift "where ..." part of method or fn definition down a line */
|
2016-10-15 10:29:47 -05:00
|
|
|
.content .method .where,
|
|
|
|
.content .fn .where,
|
|
|
|
.content .where.fmt-newline {
|
2017-03-09 19:02:59 +01:00
|
|
|
display: block;
|
2017-05-21 04:35:26 +01:00
|
|
|
font-size: 0.8em;
|
2016-10-15 10:29:47 -05:00
|
|
|
}
|
2014-12-27 22:45:13 -05:00
|
|
|
|
2018-03-28 10:48:00 +02:00
|
|
|
.content .methods > div:not(.important-traits) {
|
|
|
|
margin-left: 40px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
2014-06-26 11:37:39 -07:00
|
|
|
|
2018-05-30 01:10:48 +02:00
|
|
|
.content .impl-items .method, .content .impl-items > .type, .impl-items > .associatedconstant {
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
2015-04-13 11:55:00 -07:00
|
|
|
.content .impl-items .docblock, .content .impl-items .stability {
|
2017-11-16 23:52:12 +01:00
|
|
|
margin-bottom: .6em;
|
2015-04-13 11:55:00 -07:00
|
|
|
}
|
2018-05-30 01:10:48 +02:00
|
|
|
.content .docblock > .impl-items {
|
2016-11-06 21:03:08 +01:00
|
|
|
margin-left: 20px;
|
2018-05-30 01:10:48 +02:00
|
|
|
margin-top: -34px;
|
|
|
|
}
|
|
|
|
.content .docblock > .impl-items > h4 {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
.content .docblock >.impl-items .table-display {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.content .docblock >.impl-items table td {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.toggle-wrapper.marg-left > .collapse-toggle {
|
|
|
|
left: -24px;
|
|
|
|
}
|
|
|
|
.content .docblock > .impl-items .table-display, .impl-items table td {
|
|
|
|
border: none;
|
2015-04-13 11:55:00 -07:00
|
|
|
}
|
2013-09-18 22:18:38 -07:00
|
|
|
|
2015-08-17 20:23:47 +02:00
|
|
|
.content .stability code {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-size: 90%;
|
2015-08-17 20:23:47 +02:00
|
|
|
}
|
|
|
|
|
2013-09-18 22:18:38 -07:00
|
|
|
nav {
|
2016-11-06 21:03:08 +01:00
|
|
|
border-bottom: 1px solid;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
margin-bottom: 10px;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
|
|
|
nav.main {
|
2016-11-06 21:03:08 +01:00
|
|
|
padding: 20px 0;
|
|
|
|
text-align: center;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
|
|
|
nav.main .current {
|
2016-11-06 21:03:08 +01:00
|
|
|
border-top: 1px solid;
|
|
|
|
border-bottom: 1px solid;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
|
|
|
nav.main .separator {
|
2016-11-06 21:03:08 +01:00
|
|
|
border: 1px solid;
|
|
|
|
display: inline-block;
|
|
|
|
height: 23px;
|
|
|
|
margin: 0 20px;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
|
|
|
nav.sum { text-align: right; }
|
|
|
|
nav.sub form { display: inline; }
|
|
|
|
|
2015-09-09 00:46:44 +09:00
|
|
|
nav.sub, .content {
|
2016-11-06 21:03:08 +01:00
|
|
|
margin-left: 230px;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2016-11-06 21:03:08 +01:00
|
|
|
text-decoration: none;
|
|
|
|
background: transparent;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
2015-02-20 13:54:11 +02:00
|
|
|
|
2017-08-08 22:16:08 +02:00
|
|
|
.small-section-header:hover > .anchor {
|
|
|
|
display: initial;
|
|
|
|
}
|
2017-08-18 09:38:52 -07:00
|
|
|
|
|
|
|
.in-band:hover > .anchor {
|
2017-08-28 22:40:09 +02:00
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
2017-08-18 09:38:52 -07:00
|
|
|
}
|
2017-08-08 22:16:08 +02:00
|
|
|
.anchor {
|
|
|
|
display: none;
|
2017-09-17 22:11:37 +02:00
|
|
|
position: absolute;
|
2018-02-19 23:22:08 +03:00
|
|
|
left: -7px;
|
2017-08-08 22:16:08 +02:00
|
|
|
}
|
2017-09-17 22:11:37 +02:00
|
|
|
.anchor.field {
|
2018-02-17 20:46:06 +03:00
|
|
|
left: -5px;
|
2017-09-17 22:11:37 +02:00
|
|
|
}
|
2018-03-06 22:05:41 +01:00
|
|
|
.small-section-header > .anchor {
|
2018-03-30 15:16:38 +02:00
|
|
|
left: -20px;
|
|
|
|
}
|
|
|
|
.small-section-header > .anchor:not(.field) {
|
2018-03-06 22:05:41 +01:00
|
|
|
left: -28px;
|
|
|
|
}
|
2017-09-17 22:11:37 +02:00
|
|
|
.anchor:before {
|
2017-08-08 22:16:08 +02:00
|
|
|
content: '\2002\00a7\2002';
|
|
|
|
}
|
|
|
|
|
2018-06-02 13:47:42 +02:00
|
|
|
.docblock a:not(.srclink):not(.test-arrow):hover,
|
|
|
|
.docblock-short a:not(.srclink):not(.test-arrow):hover, .stability a {
|
2016-11-06 21:03:08 +01:00
|
|
|
text-decoration: underline;
|
2015-02-20 13:54:11 +02:00
|
|
|
}
|
2013-09-18 22:18:38 -07:00
|
|
|
|
2015-09-09 00:46:44 +09:00
|
|
|
.block a.current.crate { font-weight: 500; }
|
2013-09-18 22:18:38 -07:00
|
|
|
|
2018-04-13 22:54:09 +02:00
|
|
|
.search-container {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.search-container > .top-button {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 10px;
|
|
|
|
}
|
2013-09-18 22:18:38 -07:00
|
|
|
.search-input {
|
2018-04-13 22:54:09 +02:00
|
|
|
width: calc(100% - 34px);
|
2016-11-06 21:03:08 +01:00
|
|
|
/* Override Normalize.css: we have margins and do
|
|
|
|
not want to overflow - the `moz` attribute is necessary
|
|
|
|
until Firefox 29, too early to drop at this point */
|
|
|
|
-moz-box-sizing: border-box !important;
|
|
|
|
box-sizing: border-box !important;
|
|
|
|
outline: none;
|
|
|
|
border: none;
|
|
|
|
border-radius: 1px;
|
|
|
|
margin-top: 5px;
|
|
|
|
padding: 10px 16px;
|
|
|
|
font-size: 17px;
|
|
|
|
transition: border-color 300ms ease;
|
|
|
|
transition: border-radius 300ms ease-in-out;
|
|
|
|
transition: box-shadow 300ms ease-in-out;
|
2014-03-18 01:44:55 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.search-input:focus {
|
2016-11-06 21:03:08 +01:00
|
|
|
border-radius: 2px;
|
|
|
|
border: 0;
|
|
|
|
outline: 0;
|
|
|
|
box-shadow: 0 0 8px #078dd8;
|
2013-10-14 21:32:12 +02:00
|
|
|
}
|
2014-03-18 01:44:55 -06:00
|
|
|
|
2013-09-18 22:18:38 -07:00
|
|
|
.search-results .desc {
|
2016-11-06 21:03:08 +01:00
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
display: block;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
|
|
|
|
2014-08-31 17:11:42 -04:00
|
|
|
.search-results a {
|
2016-11-06 21:03:08 +01:00
|
|
|
display: block;
|
2014-08-31 17:11:42 -04:00
|
|
|
}
|
|
|
|
|
2018-03-27 10:33:31 +02:00
|
|
|
.content .search-results td:first-child {
|
|
|
|
padding-right: 0;
|
|
|
|
width: 75%;
|
|
|
|
}
|
|
|
|
.content .search-results td:first-child a {
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
.content .search-results td:first-child a span {
|
|
|
|
float: left;
|
|
|
|
}
|
2014-08-31 17:11:42 -04:00
|
|
|
|
2017-10-22 16:08:31 +02:00
|
|
|
tr.result span.primitive::after {
|
2017-12-02 13:19:29 +01:00
|
|
|
content: ' (primitive type)';
|
|
|
|
font-style: italic;
|
2016-09-17 23:29:00 -07:00
|
|
|
}
|
2015-05-22 14:25:29 +02:00
|
|
|
|
2018-05-28 21:30:01 +02:00
|
|
|
tr.result span.keyword::after {
|
|
|
|
content: ' (keyword)';
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2015-07-08 14:52:58 +01:00
|
|
|
body.blur > :not(#help) {
|
2016-11-06 21:03:08 +01:00
|
|
|
filter: blur(8px);
|
|
|
|
-webkit-filter: blur(8px);
|
|
|
|
opacity: .7;
|
2015-07-08 14:52:58 +01:00
|
|
|
}
|
|
|
|
|
2013-09-18 22:18:38 -07:00
|
|
|
#help {
|
2016-11-06 21:03:08 +01:00
|
|
|
width: 100%;
|
|
|
|
height: 100vh;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2015-07-08 14:52:58 +01:00
|
|
|
}
|
|
|
|
#help > div {
|
2016-11-06 21:03:08 +01:00
|
|
|
flex: 0 0 auto;
|
|
|
|
box-shadow: 0 0 6px rgba(0,0,0,.2);
|
|
|
|
width: 550px;
|
2018-01-15 18:12:38 +01:00
|
|
|
height: auto;
|
2017-03-09 19:02:59 +01:00
|
|
|
border: 1px solid;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
|
|
|
#help dt {
|
2016-11-06 21:03:08 +01:00
|
|
|
float: left;
|
|
|
|
clear: left;
|
|
|
|
display: block;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
2017-11-07 22:44:18 +01:00
|
|
|
#help dd { margin: 5px 35px; }
|
2013-09-18 22:18:38 -07:00
|
|
|
#help .infos { padding-left: 0; }
|
2015-09-09 00:46:44 +09:00
|
|
|
#help h1, #help h2 { margin-top: 0; }
|
2015-07-08 14:52:58 +01:00
|
|
|
#help > div div {
|
2016-11-06 21:03:08 +01:00
|
|
|
width: 50%;
|
|
|
|
float: left;
|
|
|
|
padding: 20px;
|
2017-11-07 22:44:18 +01:00
|
|
|
padding-left: 17px;
|
2013-09-18 22:18:38 -07:00
|
|
|
}
|
2013-09-26 12:53:06 -07:00
|
|
|
|
2016-12-12 17:41:39 +00:00
|
|
|
.stab {
|
|
|
|
display: table;
|
2016-11-06 21:03:08 +01:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
padding: 3px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
font-size: 90%;
|
2014-06-26 11:37:39 -07:00
|
|
|
}
|
2016-12-12 17:41:39 +00:00
|
|
|
.stab p {
|
2016-11-06 21:03:08 +01:00
|
|
|
display: inline;
|
2014-06-26 11:37:39 -07:00
|
|
|
}
|
|
|
|
|
2017-01-04 22:09:54 -08:00
|
|
|
.stab summary {
|
|
|
|
display: list-item;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stab .microscope {
|
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
|
|
|
|
2015-04-13 11:55:00 -07:00
|
|
|
.module-item .stab {
|
2016-12-12 17:41:39 +00:00
|
|
|
display: inline;
|
2016-11-06 21:03:08 +01:00
|
|
|
border-width: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
background: inherit !important;
|
2013-09-26 12:53:06 -07:00
|
|
|
}
|
2014-03-18 01:44:55 -06:00
|
|
|
|
2015-04-13 11:55:00 -07:00
|
|
|
.module-item.unstable {
|
2016-11-06 21:03:08 +01:00
|
|
|
opacity: 0.65;
|
2015-04-13 11:55:00 -07:00
|
|
|
}
|
2014-02-16 21:56:14 -08:00
|
|
|
|
2016-05-06 18:47:12 +02:00
|
|
|
.since {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-weight: normal;
|
|
|
|
font-size: initial;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
2016-02-09 21:15:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.variants_table {
|
2016-11-06 21:03:08 +01:00
|
|
|
width: 100%;
|
2016-02-09 21:15:29 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.variants_table tbody tr td:first-child {
|
2016-11-06 21:03:08 +01:00
|
|
|
width: 1%; /* make the variant name as small as possible */
|
2016-02-09 21:15:29 -05:00
|
|
|
}
|
|
|
|
|
2015-03-29 15:14:02 -04:00
|
|
|
td.summary-column {
|
2016-11-06 21:03:08 +01:00
|
|
|
width: 100%;
|
2015-03-29 15:14:02 -04:00
|
|
|
}
|
|
|
|
|
2014-07-04 00:51:46 -07:00
|
|
|
.summary {
|
2016-11-06 21:03:08 +01:00
|
|
|
padding-right: 0px;
|
2014-07-04 00:51:46 -07:00
|
|
|
}
|
|
|
|
|
2016-10-12 05:23:37 +02:00
|
|
|
pre.rust .question-mark {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-weight: bold;
|
2016-10-12 05:23:37 +02:00
|
|
|
}
|
2014-03-04 11:24:20 -08:00
|
|
|
|
2015-10-14 15:05:21 -04:00
|
|
|
a.test-arrow {
|
2016-11-06 21:03:08 +01:00
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
padding: 5px 10px 5px 10px;
|
|
|
|
border-radius: 5px;
|
|
|
|
font-size: 130%;
|
|
|
|
top: 5px;
|
|
|
|
right: 5px;
|
2014-06-06 09:12:18 -07:00
|
|
|
}
|
2016-09-08 01:16:06 +02:00
|
|
|
a.test-arrow:hover{
|
2016-11-06 21:03:08 +01:00
|
|
|
text-decoration: none;
|
2016-09-08 01:16:06 +02:00
|
|
|
}
|
2014-06-06 09:12:18 -07:00
|
|
|
|
2017-09-17 22:11:37 +02:00
|
|
|
.section-header:hover a:before {
|
|
|
|
position: absolute;
|
|
|
|
left: -25px;
|
2016-11-06 21:03:08 +01:00
|
|
|
content: '\2002\00a7\2002';
|
2014-03-08 01:24:54 +11:00
|
|
|
}
|
2014-03-19 16:33:03 -06:00
|
|
|
|
2015-02-20 13:54:11 +02:00
|
|
|
.section-header:hover a {
|
2016-11-06 21:03:08 +01:00
|
|
|
text-decoration: none;
|
2015-02-20 13:54:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.section-header a {
|
2016-11-06 21:03:08 +01:00
|
|
|
color: inherit;
|
2015-02-20 13:54:11 +02:00
|
|
|
}
|
|
|
|
|
2014-07-30 21:31:34 -04:00
|
|
|
.collapse-toggle {
|
2016-11-06 21:03:08 +01:00
|
|
|
font-weight: 300;
|
|
|
|
position: absolute;
|
|
|
|
left: -23px;
|
|
|
|
top: 0;
|
2014-07-30 21:31:34 -04:00
|
|
|
}
|
|
|
|
|
2017-05-15 17:16:58 +02:00
|
|
|
h3 > .collapse-toggle, h4 > .collapse-toggle {
|
|
|
|
font-size: 0.8em;
|
|
|
|
top: 5px;
|
|
|
|
}
|
|
|
|
|
2014-07-30 21:31:34 -04:00
|
|
|
.toggle-wrapper > .collapse-toggle {
|
2016-11-06 21:03:08 +01:00
|
|
|
left: -24px;
|
|
|
|
margin-top: 0px;
|
2014-07-30 21:31:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-wrapper {
|
2016-11-06 21:03:08 +01:00
|
|
|
position: relative;
|
2018-05-22 00:31:45 +02:00
|
|
|
margin-top: 0;
|
2014-07-30 21:31:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-wrapper.collapsed {
|
2017-08-30 23:16:25 +02:00
|
|
|
height: 25px;
|
2016-11-06 21:03:08 +01:00
|
|
|
transition: height .2s;
|
2017-08-30 23:16:25 +02:00
|
|
|
margin-bottom: .6em;
|
2014-07-30 21:31:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.collapse-toggle > .inner {
|
2016-11-06 21:03:08 +01:00
|
|
|
display: inline-block;
|
|
|
|
width: 1.2ch;
|
|
|
|
text-align: center;
|
2014-07-30 21:31:34 -04:00
|
|
|
}
|
|
|
|
|
2016-05-06 18:47:12 +02:00
|
|
|
.ghost {
|
2016-11-06 21:03:08 +01:00
|
|
|
display: none;
|
2016-05-06 18:47:12 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.ghost + .since {
|
2016-11-06 21:03:08 +01:00
|
|
|
position: initial;
|
|
|
|
display: table-cell;
|
2016-05-06 18:47:12 +02:00
|
|
|
}
|
2014-08-02 20:58:41 -04:00
|
|
|
|
2016-05-06 18:47:12 +02:00
|
|
|
.since + .srclink {
|
2016-11-06 21:03:08 +01:00
|
|
|
display: table-cell;
|
|
|
|
padding-left: 10px;
|
2016-05-06 18:47:12 +02:00
|
|
|
}
|
2014-08-02 20:58:41 -04:00
|
|
|
|
2017-07-09 00:40:29 +02:00
|
|
|
.item-spacer {
|
|
|
|
width: 100%;
|
|
|
|
height: 12px;
|
|
|
|
}
|
|
|
|
|
2016-05-10 21:01:10 +02:00
|
|
|
span.since {
|
2016-11-06 21:03:08 +01:00
|
|
|
position: initial;
|
|
|
|
font-size: 20px;
|
|
|
|
margin-right: 5px;
|
2016-05-10 21:01:10 +02:00
|
|
|
}
|
|
|
|
|
2016-07-19 15:03:32 +02:00
|
|
|
.toggle-wrapper > .collapse-toggle {
|
2016-11-06 21:03:08 +01:00
|
|
|
left: 0;
|
2016-07-19 15:03:32 +02:00
|
|
|
}
|
|
|
|
|
2017-08-11 00:23:42 +02:00
|
|
|
.variant + .toggle-wrapper + .docblock > p {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
2016-11-11 16:41:00 -06:00
|
|
|
.sub-variant, .sub-variant > h3 {
|
|
|
|
margin-top: 0 !important;
|
|
|
|
}
|
|
|
|
|
2017-08-30 23:16:25 +02:00
|
|
|
.toggle-label {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 4px;
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
|
2016-05-27 12:04:56 +02:00
|
|
|
.enum > .toggle-wrapper + .docblock, .struct > .toggle-wrapper + .docblock {
|
2016-11-06 21:03:08 +01:00
|
|
|
margin-left: 30px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
margin-top: 5px;
|
2016-05-27 12:04:56 +02:00
|
|
|
}
|
|
|
|
|
2017-10-22 16:08:31 +02:00
|
|
|
.docblock > .section-header:first-child {
|
|
|
|
margin-left: 15px;
|
2017-10-22 16:11:07 +02:00
|
|
|
margin-top: 0;
|
2017-10-22 16:08:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.docblock > .section-header:first-child:hover > a:before {
|
|
|
|
left: -10px;
|
|
|
|
}
|
|
|
|
|
2016-05-27 12:04:56 +02:00
|
|
|
.enum > .collapsed, .struct > .collapsed {
|
2016-11-06 21:03:08 +01:00
|
|
|
margin-bottom: 25px;
|
2016-05-27 12:04:56 +02:00
|
|
|
}
|
|
|
|
|
2017-08-09 13:41:55 +01:00
|
|
|
#main > .variant, #main > .structfield {
|
2016-11-06 21:03:08 +01:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attributes {
|
|
|
|
display: block;
|
2018-05-22 00:31:45 +02:00
|
|
|
margin-top: 0px !important;
|
|
|
|
margin-right: 0px;
|
|
|
|
margin-bottom: 0px !important;
|
|
|
|
margin-left: 30px;
|
2016-11-06 21:03:08 +01:00
|
|
|
}
|
|
|
|
.toggle-attributes.collapsed {
|
2018-05-22 00:31:45 +02:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.impl-items > .toggle-attributes {
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
.impl-items .attributes {
|
|
|
|
font-weight: 500;
|
2016-06-12 01:15:33 +02:00
|
|
|
}
|
|
|
|
|
2016-05-16 22:36:13 +02:00
|
|
|
:target > code {
|
2017-03-09 19:02:59 +01:00
|
|
|
opacity: 1;
|
2016-05-16 22:36:13 +02:00
|
|
|
}
|
|
|
|
|
2014-08-02 20:58:41 -04:00
|
|
|
/* Media Queries */
|
|
|
|
|
|
|
|
@media (max-width: 700px) {
|
2016-11-06 21:03:08 +01:00
|
|
|
body {
|
|
|
|
padding-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar {
|
2017-10-12 20:00:34 +02:00
|
|
|
height: 45px;
|
2016-11-06 21:03:08 +01:00
|
|
|
min-height: 40px;
|
2017-10-12 20:00:34 +02:00
|
|
|
width: calc(100% + 30px);
|
|
|
|
margin: 0;
|
|
|
|
margin-left: -15px;
|
|
|
|
padding: 0 15px;
|
2016-11-06 21:03:08 +01:00
|
|
|
position: static;
|
2017-12-11 22:30:04 +01:00
|
|
|
z-index: 1;
|
2016-11-06 21:03:08 +01:00
|
|
|
}
|
|
|
|
|
2017-12-06 00:42:33 +01:00
|
|
|
.sidebar > .location {
|
2016-11-06 21:03:08 +01:00
|
|
|
float: right;
|
|
|
|
margin: 0px;
|
2017-10-12 20:00:34 +02:00
|
|
|
margin-top: 2px;
|
2016-11-06 21:03:08 +01:00
|
|
|
padding: 3px 10px 1px 10px;
|
|
|
|
min-height: 39px;
|
|
|
|
background: inherit;
|
|
|
|
text-align: left;
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar .location:empty {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar img {
|
|
|
|
width: 35px;
|
|
|
|
margin-top: 5px;
|
2017-10-12 20:00:34 +02:00
|
|
|
margin-bottom: 5px;
|
2016-11-06 21:03:08 +01:00
|
|
|
float: left;
|
2017-12-06 00:42:33 +01:00
|
|
|
margin-left: 50px;
|
2016-11-06 21:03:08 +01:00
|
|
|
}
|
|
|
|
|
2017-12-06 00:42:33 +01:00
|
|
|
.sidebar-menu {
|
2017-12-11 22:30:04 +01:00
|
|
|
position: fixed;
|
|
|
|
z-index: 10;
|
2017-12-06 00:42:33 +01:00
|
|
|
font-size: 2rem;
|
|
|
|
cursor: pointer;
|
2017-12-11 22:30:04 +01:00
|
|
|
width: 45px;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
2017-12-06 00:42:33 +01:00
|
|
|
display: block;
|
2017-12-11 22:30:04 +01:00
|
|
|
border-bottom: 1px solid;
|
|
|
|
border-right: 1px solid;
|
2018-01-27 18:58:59 +01:00
|
|
|
height: 45px;
|
2016-11-06 21:03:08 +01:00
|
|
|
}
|
|
|
|
|
2017-12-06 00:42:33 +01:00
|
|
|
.sidebar-elems {
|
|
|
|
position: fixed;
|
|
|
|
z-index: 1;
|
|
|
|
left: 0;
|
|
|
|
top: 45px;
|
|
|
|
bottom: 0;
|
|
|
|
overflow-y: auto;
|
2017-12-11 22:30:04 +01:00
|
|
|
border-right: 1px solid;
|
2016-11-06 21:03:08 +01:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2017-12-11 22:30:04 +01:00
|
|
|
.sidebar > .block.version {
|
|
|
|
border-bottom: none;
|
|
|
|
margin-top: 12px;
|
|
|
|
}
|
|
|
|
|
2017-12-06 00:42:33 +01:00
|
|
|
nav.sub {
|
2018-01-27 18:58:59 +01:00
|
|
|
width: calc(100% - 32px);
|
|
|
|
float: right;
|
2017-12-06 00:42:33 +01:00
|
|
|
}
|
|
|
|
|
2016-11-06 21:03:08 +01:00
|
|
|
.content {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
2018-02-04 13:38:39 +01:00
|
|
|
#main {
|
2018-02-08 23:47:49 +01:00
|
|
|
margin-top: 45px;
|
2018-02-04 13:38:39 +01:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2016-11-06 21:03:08 +01:00
|
|
|
.content .in-band {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2017-10-24 22:34:59 +02:00
|
|
|
.content h4 > .out-of-band {
|
|
|
|
position: inherit;
|
2016-11-06 21:03:08 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-wrapper > .collapse-toggle {
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-wrapper {
|
|
|
|
height: 1.5em;
|
|
|
|
}
|
2017-10-14 15:52:50 +02:00
|
|
|
|
|
|
|
#search {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2017-10-24 22:34:59 +02:00
|
|
|
|
|
|
|
.content .impl-items .method, .content .impl-items > .type, .impl-items > .associatedconstant {
|
|
|
|
display: flex;
|
|
|
|
}
|
2018-02-19 23:22:08 +03:00
|
|
|
|
|
|
|
.anchor {
|
2018-02-20 22:46:24 +03:00
|
|
|
display: none !important;
|
2018-02-19 23:22:08 +03:00
|
|
|
}
|
2014-08-08 21:36:11 +00:00
|
|
|
}
|
2014-11-14 11:44:40 -08:00
|
|
|
|
|
|
|
@media print {
|
2016-11-06 21:03:08 +01:00
|
|
|
nav.sub, .content .out-of-band, .collapse-toggle {
|
|
|
|
display: none;
|
|
|
|
}
|
2017-03-31 18:04:42 -05:00
|
|
|
}
|
2017-09-09 15:33:57 +02:00
|
|
|
|
|
|
|
.information {
|
|
|
|
position: absolute;
|
2017-09-23 14:06:35 +02:00
|
|
|
left: -20px;
|
2017-09-09 15:33:57 +02:00
|
|
|
margin-top: 7px;
|
2017-09-18 12:51:48 +02:00
|
|
|
z-index: 1;
|
2017-09-09 15:33:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip .tooltiptext {
|
|
|
|
width: 120px;
|
|
|
|
display: none;
|
|
|
|
text-align: center;
|
|
|
|
padding: 5px 3px;
|
|
|
|
border-radius: 6px;
|
|
|
|
margin-left: 5px;
|
|
|
|
top: -5px;
|
|
|
|
left: 105%;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip:hover .tooltiptext {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip .tooltiptext::after {
|
|
|
|
content: " ";
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 11px;
|
|
|
|
margin-top: -5px;
|
|
|
|
border-width: 5px;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
2017-09-18 12:51:48 +02:00
|
|
|
|
2017-11-29 19:23:41 +01:00
|
|
|
.important-traits .tooltip .tooltiptext {
|
2017-12-02 13:19:29 +01:00
|
|
|
border: 1px solid;
|
2017-11-29 19:23:41 +01:00
|
|
|
}
|
|
|
|
|
2017-09-18 12:51:48 +02:00
|
|
|
pre.rust {
|
|
|
|
position: relative;
|
2018-05-21 11:29:56 -05:00
|
|
|
tab-width: 4;
|
|
|
|
-moz-tab-width: 4;
|
2017-09-18 12:51:48 +02:00
|
|
|
}
|
2017-10-04 00:06:07 +02:00
|
|
|
|
|
|
|
.search-failed {
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#titles {
|
|
|
|
height: 35px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#titles > div {
|
|
|
|
float: left;
|
|
|
|
width: 33.3%;
|
|
|
|
text-align: center;
|
2017-12-02 13:19:29 +01:00
|
|
|
border-bottom: 1px solid;
|
2017-10-04 00:06:07 +02:00
|
|
|
font-size: 18px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#titles > div.selected {
|
2017-12-02 13:19:29 +01:00
|
|
|
border-bottom: 3px solid;
|
2017-10-04 00:06:07 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#titles > div:hover {
|
2017-12-02 13:19:29 +01:00
|
|
|
border-bottom: 3px solid;
|
2017-10-04 00:06:07 +02:00
|
|
|
}
|
2017-11-02 01:01:51 +01:00
|
|
|
|
|
|
|
#titles > div > div.count {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2017-11-15 20:04:02 +01:00
|
|
|
|
2017-11-16 01:28:09 +01:00
|
|
|
.important-traits {
|
|
|
|
cursor: pointer;
|
2017-11-18 00:32:12 +01:00
|
|
|
z-index: 2;
|
2017-11-16 01:28:09 +01:00
|
|
|
}
|
|
|
|
|
2017-11-15 20:04:02 +01:00
|
|
|
h4 > .important-traits {
|
|
|
|
position: absolute;
|
|
|
|
left: -44px;
|
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
|
2017-12-08 16:36:08 +01:00
|
|
|
@media (max-width: 700px) {
|
|
|
|
h4 > .important-traits {
|
|
|
|
position: absolute;
|
|
|
|
left: -22px;
|
|
|
|
top: 24px;
|
|
|
|
}
|
2017-12-18 21:27:19 +01:00
|
|
|
|
|
|
|
#titles > div > div.count {
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#titles {
|
|
|
|
height: 50px;
|
|
|
|
}
|
2017-12-20 00:44:44 +01:00
|
|
|
|
|
|
|
.sidebar.mobile {
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
margin-left: 0;
|
|
|
|
background-color: rgba(0,0,0,0);
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-it {
|
|
|
|
display: block;
|
2018-02-04 13:47:35 +01:00
|
|
|
width: 246px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-it > .block.items {
|
|
|
|
margin: 8px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-it > .block.items > ul {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-it > .block.items > ul > li {
|
|
|
|
text-align: center;
|
|
|
|
margin: 2px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-it > .block.items > ul > li > a {
|
|
|
|
font-size: 21px;
|
2017-12-20 00:44:44 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Because of ios, we need to actually have a full height sidebar title so the
|
|
|
|
* actual sidebar can show up. But then we need to make it transparent so we don't
|
|
|
|
* hide content. The filler just allows to create the background for the sidebar
|
|
|
|
* title. But because of the absolute position, I had to lower the z-index.
|
|
|
|
*/
|
|
|
|
#sidebar-filler {
|
|
|
|
position: fixed;
|
|
|
|
left: 45px;
|
|
|
|
width: calc(100% - 45px);
|
|
|
|
top: 0;
|
|
|
|
height: 45px;
|
|
|
|
z-index: -1;
|
|
|
|
border-bottom: 1px solid;
|
|
|
|
}
|
2018-02-17 20:54:00 +03:00
|
|
|
|
|
|
|
.collapse-toggle {
|
2018-02-20 22:46:24 +03:00
|
|
|
left: -20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.impl > .collapse-toggle {
|
|
|
|
left: -10px;
|
2018-02-17 20:54:00 +03:00
|
|
|
}
|
2017-12-18 21:27:19 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 416px) {
|
|
|
|
#titles {
|
|
|
|
height: 73px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#titles > div {
|
|
|
|
height: 73px;
|
|
|
|
}
|
2017-12-08 16:36:08 +01:00
|
|
|
}
|
|
|
|
|
2017-11-15 20:04:02 +01:00
|
|
|
.modal {
|
|
|
|
position: fixed;
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
|
|
|
z-index: 10000;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-content {
|
|
|
|
display: block;
|
|
|
|
max-width: 60%;
|
|
|
|
min-width: 200px;
|
2017-11-16 01:28:09 +01:00
|
|
|
padding: 8px;
|
|
|
|
top: 40%;
|
2017-11-15 20:04:02 +01:00
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
2017-11-16 01:28:09 +01:00
|
|
|
transform: translate(-50%, -40%);
|
2017-12-02 13:19:29 +01:00
|
|
|
border: 1px solid;
|
2017-11-15 20:04:02 +01:00
|
|
|
border-radius: 4px;
|
2017-11-16 01:28:09 +01:00
|
|
|
border-top-right-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-content > .docblock {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3.important {
|
|
|
|
margin: 0;
|
|
|
|
margin-bottom: 13px;
|
|
|
|
font-size: 19px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-content > .docblock > code.content {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-content > .close {
|
|
|
|
position: absolute;
|
|
|
|
font-weight: 900;
|
|
|
|
right: -25px;
|
|
|
|
top: -1px;
|
|
|
|
font-size: 18px;
|
|
|
|
width: 25px;
|
|
|
|
padding-right: 2px;
|
|
|
|
border-top-right-radius: 5px;
|
|
|
|
border-bottom-right-radius: 5px;
|
|
|
|
text-align: center;
|
2017-12-02 13:19:29 +01:00
|
|
|
border: 1px solid;
|
2017-11-16 01:28:09 +01:00
|
|
|
border-right: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-content > .whiter {
|
|
|
|
height: 25px;
|
|
|
|
position: absolute;
|
|
|
|
width: 3px;
|
|
|
|
right: -2px;
|
|
|
|
top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main > div.important-traits {
|
|
|
|
position: absolute;
|
|
|
|
left: -24px;
|
|
|
|
margin-top: 16px;
|
2017-11-16 23:52:12 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.content > .methods > div.important-traits {
|
|
|
|
position: absolute;
|
|
|
|
left: -42px;
|
|
|
|
margin-top: 2px;
|
2017-12-08 16:36:08 +01:00
|
|
|
}
|
2017-12-21 17:10:45 +01:00
|
|
|
|
|
|
|
kbd {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 3px 5px;
|
2018-01-15 18:12:38 +01:00
|
|
|
font: 15px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
2017-12-21 17:10:45 +01:00
|
|
|
line-height: 10px;
|
|
|
|
vertical-align: middle;
|
2017-12-22 13:29:02 +01:00
|
|
|
border: solid 1px;
|
2017-12-21 17:10:45 +01:00
|
|
|
border-radius: 3px;
|
2017-12-22 13:29:02 +01:00
|
|
|
box-shadow: inset 0 -1px 0;
|
2018-01-23 22:10:16 +01:00
|
|
|
cursor: default;
|
2017-12-21 17:10:45 +01:00
|
|
|
}
|
2018-01-20 21:12:00 +01:00
|
|
|
|
2018-01-23 22:10:16 +01:00
|
|
|
.theme-picker {
|
2018-01-20 21:12:00 +01:00
|
|
|
position: absolute;
|
|
|
|
left: 211px;
|
2018-01-23 22:10:16 +01:00
|
|
|
top: 19px;
|
|
|
|
}
|
|
|
|
|
2018-02-20 20:13:17 +01:00
|
|
|
.theme-picker button {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
2018-04-13 22:54:09 +02:00
|
|
|
#settings-menu {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 10px;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#theme-picker, #settings-menu {
|
2018-01-20 21:12:00 +01:00
|
|
|
padding: 4px;
|
2018-01-23 22:10:16 +01:00
|
|
|
width: 27px;
|
|
|
|
height: 29px;
|
2018-01-20 21:12:00 +01:00
|
|
|
border: 1px solid;
|
|
|
|
border-radius: 3px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#theme-choices {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
2018-01-23 22:10:16 +01:00
|
|
|
left: 0;
|
|
|
|
top: 28px;
|
2018-01-20 21:12:00 +01:00
|
|
|
border: 1px solid;
|
|
|
|
border-radius: 3px;
|
|
|
|
z-index: 1;
|
2018-01-23 22:10:16 +01:00
|
|
|
cursor: pointer;
|
2018-01-20 21:12:00 +01:00
|
|
|
}
|
|
|
|
|
2018-01-23 22:10:16 +01:00
|
|
|
#theme-choices > button {
|
|
|
|
border: none;
|
|
|
|
width: 100%;
|
2018-01-20 21:12:00 +01:00
|
|
|
padding: 4px;
|
|
|
|
text-align: center;
|
2018-01-23 22:10:16 +01:00
|
|
|
background: rgba(0,0,0,0);
|
|
|
|
}
|
|
|
|
|
|
|
|
#theme-choices > button:not(:first-child) {
|
|
|
|
border-top: 1px solid;
|
2018-01-20 21:12:00 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 700px) {
|
2018-01-23 22:10:16 +01:00
|
|
|
.theme-picker {
|
2018-01-27 18:58:59 +01:00
|
|
|
left: 10px;
|
|
|
|
top: 54px;
|
2018-01-20 21:12:00 +01:00
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
}
|
2018-01-31 17:35:57 +03:00
|
|
|
|
|
|
|
.hidden-by-impl-hider,
|
|
|
|
.hidden-by-usual-hider {
|
2018-02-07 00:46:47 +03:00
|
|
|
/* important because of conflicting rule for small screens */
|
|
|
|
display: none !important;
|
2018-01-31 17:35:57 +03:00
|
|
|
}
|
2018-03-28 09:00:58 +02:00
|
|
|
|
|
|
|
#implementations-list > h3 > span.in-band {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-display {
|
|
|
|
width: 100%;
|
|
|
|
border: 0;
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-display tr td:first-child {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-display tr td:last-child {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.table-display .out-of-band {
|
|
|
|
position: relative;
|
|
|
|
font-size: 19px;
|
|
|
|
display: block;
|
|
|
|
}
|
2018-03-30 11:19:49 +02:00
|
|
|
|
|
|
|
#main > ul {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
#main > ul > li {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
#all-types {
|
|
|
|
text-align: center;
|
|
|
|
border: 1px solid;
|
|
|
|
margin: 0 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
display: block;
|
|
|
|
border-radius: 7px;
|
|
|
|
}
|
|
|
|
#all-types > p {
|
|
|
|
margin: 5px 0;
|
2018-07-18 20:27:25 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.non-exhaustive {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|