Merge remote-tracking branch 'origin/master' into ford-turbo

* origin/master:
  Update Tree CSS to urbit/tree@9a016e2
This commit is contained in:
Keaton Dunsford 2018-03-15 18:54:59 -07:00
commit ce7cf13151

View File

@ -423,13 +423,6 @@ div.logo.inverse:before {
margin-left: .05rem; margin-left: .05rem;
font-size: 1rem; } } font-size: 1rem; } }
[data-path^='/docs/system/hoon/runes'] .nav-link {
font-family: 'scp'; }
[data-path^='/docs/system/hoon/runes'] .nav-link,
[data-path^='/docs/system/hoon/runes'] .ctrl .selected a.nav-link {
font-weight: 600; }
.app { .app {
vertical-align: top; vertical-align: top;
font-size: 1.6rem; font-size: 1.6rem;
@ -649,21 +642,38 @@ ol > li:before {
margin-right: 1rem; margin-right: 1rem;
margin-left: -2rem; } margin-left: -2rem; }
.body[data-path*='/docs'] h1,
.body[data-path^='/work'] h1 {
color: #000; }
.body[data-path*='/docs'] h1 code, .body[data-path*='/docs'] h1 code,
.body[data-path^='/work'] h1 code { .body[data-path^='/work'] h1 code {
background-color: transparent; background-color: transparent;
color: #000; color: #000;
padding: 0; } padding: 0;
font-size: 100%;
font-weight: 500; }
.body[data-path*='/docs'] .head, .body[data-path*='/docs'] .head,
.body[data-path^='/work'] .head { .body[data-path^='/work'] .head {
margin-bottom: 4rem; margin-bottom: 4rem;
padding-left: 0; } padding-left: 0; }
.body[data-path*='/docs'] p.label,
.body[data-path^='/work'] p.label {
font-size: .8rem;
padding: 0;
display: block;
text-align: left;
margin-bottom: .6rem; }
.body[data-path*='/docs'] p.label .type,
.body[data-path^='/work'] p.label .type {
background-color: #B1B7BD;
color: #fff;
padding: .4rem;
margin-right: .3rem; }
.body[data-path*='/docs'] p.label code,
.body[data-path^='/work'] p.label code {
background-color: transparent;
font-size: 100%;
font-weight: 400; }
.body[data-path*='/docs'] .book h2, .body[data-path*='/docs'] .book h2,
.body[data-path^='/work'] .book h2 { .body[data-path^='/work'] .book h2 {
color: #B1B7BD; } color: #B1B7BD; }
@ -681,24 +691,21 @@ ol > li:before {
.body[data-path^='/work'] .book hr { .body[data-path^='/work'] .book hr {
margin-bottom: 3rem; } margin-bottom: 3rem; }
.body[data-path*='/docs'] .book img,
.body[data-path^='/work'] .book img {
max-width: 100%; }
.body[data-path^='/work'] h2 { .body[data-path^='/work'] h2 {
color: #000; } color: #000; }
.body[data-path^='/docs/system/hoon/runes/'] h1 { .more {
color: #B1B7BD; } border-bottom: 0.1rem solid #000; }
.body[data-path^='/docs/system/hoon/runes/basic'] h1 { .more::after {
color: #000; } content: "→";
font-family: "scp";
.body[data-path^='/docs/system/hoon/library/'] h3 { font-weight: 600;
font-size: 1.5rem; } padding-left: .3rem; }
.body[data-path^='/docs/system/hoon/library/'] h2 {
font-size: 1rem; }
.body[data-path^='/docs/system/hoon/library/'] .toc h3 {
padding-top: 0;
margin-bottom: 0; }
.body .urbit { .body .urbit {
padding-bottom: 9rem; } padding-bottom: 9rem; }
@ -1161,6 +1168,9 @@ ol > li:before {
font-size: 1.6rem; font-size: 1.6rem;
font-weight: 500; } font-weight: 500; }
.list.spaced li {
margin-bottom: 2rem; }
.list.children h1 { .list.children h1 {
font-weight: 500; font-weight: 500;
font-size: 1.4rem; } font-size: 1.4rem; }
@ -1178,6 +1188,9 @@ ol > li:before {
content: "—"; content: "—";
margin-right: .6rem; } margin-right: .6rem; }
.list.p.code {
background-color: transparent; }
.body[data-path*='/docs'] .list, .body[data-path*='/docs'] .list,
.body[data-path^='/work'] .list { .body[data-path^='/work'] .list {
list-style-type: none; list-style-type: none;
@ -1186,11 +1199,15 @@ ol > li:before {
.body[data-path*='/docs'] .list h1, .body[data-path*='/docs'] .list h1,
.body[data-path^='/work'] .list a, .body[data-path^='/work'] .list a,
.body[data-path^='/work'] .list h1 { .body[data-path^='/work'] .list h1 {
color: #55595c; color: #000;
font-weight: 500; font-weight: 500;
height: 2rem; height: 2rem;
display: inline; display: inline;
text-decoration: none; } text-decoration: none; }
.body[data-path*='/docs'] .list p a,
.body[data-path^='/work'] .list p a {
font-weight: 400;
text-decoration: underline; }
.body[data-path*='/docs'] .list h1, .body[data-path*='/docs'] .list h1,
.body[data-path^='/work'] .list h1 { .body[data-path^='/work'] .list h1 {
border-bottom: 2px solid #000; } border-bottom: 2px solid #000; }
@ -1367,8 +1384,7 @@ ol > li:before {
display: none; } display: none; }
.sections h1 { .sections h1 {
font-size: 2rem; font-size: 2rem; }
color: #0500F0; }
.sections h1:first-of-type { .sections h1:first-of-type {
padding-bottom: 1rem; } padding-bottom: 1rem; }