mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-18 04:11:49 +03:00
1324 lines
120 KiB
CSS
1324 lines
120 KiB
CSS
|
@charset "UTF-8";
|
||
|
.col-md-10.body {
|
||
|
padding-left: 0; }
|
||
|
|
||
|
@media (max-width: 767px) {
|
||
|
.col-md-10.body {
|
||
|
margin-top: 0.9375rem;
|
||
|
padding-left: 0.9375rem; } }
|
||
|
|
||
|
img.logo {
|
||
|
height: 2rem;
|
||
|
width: 2rem; }
|
||
|
|
||
|
img.logo.first {
|
||
|
margin-bottom: 2rem; }
|
||
|
|
||
|
div.logo {
|
||
|
width: 3rem;
|
||
|
height: 3rem;
|
||
|
background-color: #fff;
|
||
|
display: inline-block;
|
||
|
margin-right: 1rem;
|
||
|
border-radius: 50%;
|
||
|
vertical-align: middle;
|
||
|
margin-top: -.8rem;
|
||
|
background-color: #000; }
|
||
|
|
||
|
div.logo:before {
|
||
|
content: "~";
|
||
|
color: #B1B7BD;
|
||
|
font-size: 2.6rem;
|
||
|
vertical-align: middle;
|
||
|
line-height: 3rem;
|
||
|
margin-top: .2rem;
|
||
|
text-align: center;
|
||
|
width: 2rem;
|
||
|
display: inline-block; }
|
||
|
|
||
|
div.logo.inverse:before {
|
||
|
color: #fff; }
|
||
|
|
||
|
.lead .logo.inverse {
|
||
|
margin-top: -1.4rem; }
|
||
|
|
||
|
.short {
|
||
|
width: 75%; }
|
||
|
|
||
|
.meta-data {
|
||
|
padding: 1rem;
|
||
|
background-color: #f7f7f9;
|
||
|
font-family: 'scp';
|
||
|
max-width: 12rem;
|
||
|
margin-bottom: 2rem; }
|
||
|
.meta-data h2,
|
||
|
.meta-data h3 {
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
font-size: 1rem;
|
||
|
line-height: 2rem; }
|
||
|
|
||
|
.link-next {
|
||
|
margin-top: 4rem; }
|
||
|
.link-next a {
|
||
|
padding: .6rem;
|
||
|
border: 2px solid;
|
||
|
text-decoration: none;
|
||
|
font-weight: 500;
|
||
|
margin-top: 4rem; }
|
||
|
.link-next a:hover {
|
||
|
background-color: #000;
|
||
|
color: #fff; }
|
||
|
|
||
|
.loading:before {
|
||
|
font-family: 'scp';
|
||
|
background-color: #000;
|
||
|
color: #fff;
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
width: 1.6rem;
|
||
|
height: 1.6rem;
|
||
|
text-align: center;
|
||
|
font-size: .8rem;
|
||
|
line-height: 1.7rem;
|
||
|
display: block;
|
||
|
font-weight: 600;
|
||
|
z-index: 3; }
|
||
|
|
||
|
.loading.state-0:before {
|
||
|
content: "\25D3"; }
|
||
|
|
||
|
.loading.state-1:before {
|
||
|
content: "\25D1"; }
|
||
|
|
||
|
.loading.state-2:before {
|
||
|
content: "\25D2"; }
|
||
|
|
||
|
.loading.state-3:before {
|
||
|
content: "\25D0"; }
|
||
|
|
||
|
@media (min-width: 768px) {
|
||
|
.ctrl {
|
||
|
width: 180px; }
|
||
|
.ctrl.open,
|
||
|
.ctrl:hover {
|
||
|
max-width: 360px;
|
||
|
min-width: 180px;
|
||
|
width: auto; } }
|
||
|
|
||
|
@media (min-width: 992px) {
|
||
|
.ctrl {
|
||
|
width: 235px; }
|
||
|
.ctrl.open,
|
||
|
.ctrl:hover {
|
||
|
max-width: 470px;
|
||
|
min-width: 235px;
|
||
|
width: auto; } }
|
||
|
|
||
|
@media (min-width: 1200px) {
|
||
|
.ctrl {
|
||
|
width: 285px; }
|
||
|
.ctrl.open,
|
||
|
.ctrl:hover {
|
||
|
max-width: 570px;
|
||
|
min-width: 285px;
|
||
|
width: auto; } }
|
||
|
|
||
|
#head .loading {
|
||
|
display: none; }
|
||
|
|
||
|
@media (max-width: 543px) {
|
||
|
#head {
|
||
|
top: 0;
|
||
|
z-index: 10;
|
||
|
width: 100%;
|
||
|
position: absolute; }
|
||
|
#head.m-down,
|
||
|
#head.m-up {
|
||
|
position: absolute; }
|
||
|
#head.m-down.m-fixed {
|
||
|
position: fixed; } }
|
||
|
|
||
|
@media (max-width: 543px) {
|
||
|
.nav.container {
|
||
|
left: 0; } }
|
||
|
|
||
|
.menu .contents {
|
||
|
padding-top: 3rem; }
|
||
|
|
||
|
.ctrl {
|
||
|
padding-left: 0;
|
||
|
padding-right: 0;
|
||
|
background-color: #fff;
|
||
|
transition: max-width .2s ease-in-out;
|
||
|
position: fixed;
|
||
|
height: 100%;
|
||
|
z-index: 100; }
|
||
|
.ctrl ul.nav {
|
||
|
margin-top: 2rem;
|
||
|
overflow-x: hidden;
|
||
|
overflow-y: scroll;
|
||
|
height: 100%; }
|
||
|
.ctrl ul.nav li {
|
||
|
width: 100%;
|
||
|
overflow: hidden;
|
||
|
white-space: nowrap;
|
||
|
margin-bottom: .6rem; }
|
||
|
.ctrl ul.nav:hover {
|
||
|
overflow-x: visible; }
|
||
|
.ctrl a.nav-link {
|
||
|
letter-spacing: 1px;
|
||
|
text-decoration: none;
|
||
|
border-bottom: 2px solid;
|
||
|
line-height: 1rem; }
|
||
|
.ctrl .selected a.nav-link {
|
||
|
font-weight: 500; }
|
||
|
|
||
|
.ctrl.navbar {
|
||
|
position: relative;
|
||
|
margin-bottom: 3rem;
|
||
|
padding: 0;
|
||
|
background-color: transparent; }
|
||
|
.ctrl.navbar .icon,
|
||
|
.ctrl.navbar ul.nav,
|
||
|
.ctrl.navbar li {
|
||
|
display: inline-block;
|
||
|
padding: 0; }
|
||
|
.ctrl.navbar ul.nav {
|
||
|
margin-top: 0;
|
||
|
overflow: visible; }
|
||
|
.ctrl.navbar ul.nav li {
|
||
|
width: auto;
|
||
|
display: inline-block;
|
||
|
min-width: 16.66667%; }
|
||
|
.ctrl.navbar ul.nav .right {
|
||
|
float: right; }
|
||
|
.ctrl.navbar ul.nav .btn {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
border: 0;
|
||
|
text-transform: none; }
|
||
|
|
||
|
.ctrl.navbar.open,
|
||
|
.ctrl.navbar:hover {
|
||
|
max-width: none;
|
||
|
min-width: none; }
|
||
|
|
||
|
@media (max-width: 991px) {
|
||
|
ul.nav {
|
||
|
line-height: 1.3rem; }
|
||
|
a.nav-link {
|
||
|
font-size: .8rem; } }
|
||
|
|
||
|
@media (max-width: 767px) {
|
||
|
.ctrl {
|
||
|
position: relative;
|
||
|
max-height: 3rem;
|
||
|
max-width: 100%;
|
||
|
padding-top: 1rem;
|
||
|
background-color: #fff;
|
||
|
overflow: hidden;
|
||
|
border-bottom: 2px solid #B1B7BD;
|
||
|
-webkit-transition: max-height 0.2s ease-in-out;
|
||
|
-moz-transition: max-height 0.2s ease-in-out;
|
||
|
transition: max-height 0.2s ease-in-out; }
|
||
|
.ctrl ul.nav {
|
||
|
line-height: 2rem;
|
||
|
margin: 0 0 2rem 0.9375rem; }
|
||
|
.ctrl.open,
|
||
|
.ctrl:hover {
|
||
|
width: inherit;
|
||
|
max-width: inherit; }
|
||
|
.ctrl.open {
|
||
|
max-height: 12rem; }
|
||
|
a.nav-link {
|
||
|
font-size: 1rem;
|
||
|
line-height: 1rem;
|
||
|
text-decoration: none;
|
||
|
border-bottom: 2px solid; }
|
||
|
.ctrl.open ul.nav {
|
||
|
max-height: 9rem;
|
||
|
overflow-y: scroll; } }
|
||
|
|
||
|
.navbar-toggler {
|
||
|
font-size: 24px;
|
||
|
transition: opacity .2s, transform .3s, margin-left .2s;
|
||
|
-webkit-transition: opacity .2s, transform .3s, margin-left .2s; }
|
||
|
|
||
|
.open .navbar-toggler {
|
||
|
transform: rotate(0.25turn);
|
||
|
opacity: .2;
|
||
|
margin-left: -.2rem; }
|
||
|
|
||
|
.items {
|
||
|
height: 80%; }
|
||
|
|
||
|
@media (min-width: 768px) {
|
||
|
.ctrl .navbar-toggler {
|
||
|
display: none; }
|
||
|
.ctrl .navbar-toggler.show {
|
||
|
display: block;
|
||
|
padding: 0; } }
|
||
|
|
||
|
@media (max-width: 767px) {
|
||
|
.navbar-toggler {
|
||
|
padding: 0;
|
||
|
margin-left: 2rem;
|
||
|
vertical-align: top;
|
||
|
line-height: 18px; }
|
||
|
.open .navbar-toggler {
|
||
|
margin-left: 2rem; } }
|
||
|
|
||
|
.icon div, .icon a {
|
||
|
display: inline-block; }
|
||
|
|
||
|
.icon a {
|
||
|
margin-right: .6rem; }
|
||
|
|
||
|
.icon .home {
|
||
|
margin: 0 0.9375rem 0.9375rem 0;
|
||
|
width: 24px;
|
||
|
height: 24px;
|
||
|
border-radius: 50%;
|
||
|
background-color: transparent;
|
||
|
border: 6px solid #B1B7BD;
|
||
|
cursor: pointer; }
|
||
|
|
||
|
.icon .home:hover {
|
||
|
border-color: #55595c; }
|
||
|
|
||
|
.icon .dpad {
|
||
|
display: block; }
|
||
|
|
||
|
.icon .up {
|
||
|
width: 1px;
|
||
|
height: 1px;
|
||
|
border: 12.0006px solid transparent;
|
||
|
border-bottom: 18px solid #000;
|
||
|
border-top: 0 solid transparent; }
|
||
|
|
||
|
.icon .prev {
|
||
|
width: 1px;
|
||
|
height: 1px;
|
||
|
border: 12.0006px solid transparent;
|
||
|
border-right: 18px solid #000;
|
||
|
border-left: 0 solid transparent; }
|
||
|
|
||
|
.icon .next {
|
||
|
width: 1px;
|
||
|
height: 1px;
|
||
|
border: 12.0006px solid transparent;
|
||
|
border-left: 18px solid #000;
|
||
|
border-right: 0 solid transparent;
|
||
|
margin-right: 0; }
|
||
|
|
||
|
@media (max-width: 991px) {
|
||
|
.icon .home {
|
||
|
width: 18px;
|
||
|
height: 18px;
|
||
|
border-radius: 50%;
|
||
|
background-color: transparent;
|
||
|
border-width: 4px; }
|
||
|
.icon .up {
|
||
|
width: 1px;
|
||
|
height: 1px;
|
||
|
border: 8.0004px solid transparent;
|
||
|
border-bottom: 12px solid #000;
|
||
|
border-top: 0 solid transparent;
|
||
|
margin-left: 1px; }
|
||
|
.icon .prev {
|
||
|
width: 1px;
|
||
|
height: 1px;
|
||
|
border: 8.0004px solid transparent;
|
||
|
border-right: 12px solid #000;
|
||
|
border-left: 0 solid transparent;
|
||
|
margin-right: .6rem; }
|
||
|
.icon .next {
|
||
|
width: 1px;
|
||
|
height: 1px;
|
||
|
border: 8.0004px solid transparent;
|
||
|
border-left: 12px solid #000;
|
||
|
border-right: 0 solid transparent; } }
|
||
|
|
||
|
@media (max-width: 767px) {
|
||
|
.icon {
|
||
|
margin-left: 0.9375rem;
|
||
|
height: 2rem; }
|
||
|
.icon .dpad {
|
||
|
display: inline; }
|
||
|
.icon .home {
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 0; } }
|
||
|
|
||
|
[data-path^='/docs'] .selected .nav-link,
|
||
|
[data-path^='/work'] .selected .nav-link {
|
||
|
color: #55595c; }
|
||
|
|
||
|
[data-path^='/docs'] .nav-link,
|
||
|
[data-path^='/work'] .nav-link {
|
||
|
font-weight: 500; }
|
||
|
|
||
|
[data-path^='/docs'] .home,
|
||
|
[data-path^='/work'] .home {
|
||
|
background-color: #55595c;
|
||
|
border-color: #55595c; }
|
||
|
|
||
|
[data-path^='/docs'] .home:hover,
|
||
|
[data-path^='/work'] .home:hover {
|
||
|
background-color: #B1B7BD;
|
||
|
border-color: #B1B7BD;
|
||
|
opacity: .6; }
|
||
|
|
||
|
[data-path^='/docs'] .home:before,
|
||
|
[data-path^='/work'] .home:before {
|
||
|
content: "~";
|
||
|
color: #fff;
|
||
|
line-height: .8rem;
|
||
|
font-size: 1.4rem;
|
||
|
padding-left: 1px; }
|
||
|
|
||
|
@media (max-width: 991px) {
|
||
|
[data-path^='/docs'] .home:before,
|
||
|
[data-path^='/work'] .home:before {
|
||
|
line-height: 0.7rem;
|
||
|
font-size: 1rem;
|
||
|
margin-left: .06rem; } }
|
||
|
|
||
|
@media (max-width: 767px) {
|
||
|
[data-path^='/docs'] .home:before,
|
||
|
[data-path^='/work'] .home:before {
|
||
|
line-height: .7rem;
|
||
|
margin-left: .05rem;
|
||
|
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 {
|
||
|
vertical-align: top;
|
||
|
font-size: 1.6rem;
|
||
|
font-weight: 500;
|
||
|
line-height: 1.6rem;
|
||
|
margin-top: 0; }
|
||
|
|
||
|
@media (max-width: 991px) {
|
||
|
.app {
|
||
|
font-size: 1.3rem;
|
||
|
line-height: 1.3rem; } }
|
||
|
|
||
|
@media (max-width: 767px) {
|
||
|
.app {
|
||
|
margin-top: .1rem;
|
||
|
line-height: 1rem; } }
|
||
|
|
||
|
.context {
|
||
|
margin-top: 1rem; }
|
||
|
.context .name {
|
||
|
font-weight: 300;
|
||
|
font-size: 1.2rem;
|
||
|
font-family: 'scp'; }
|
||
|
|
||
|
@media (max-width: 991px) {
|
||
|
.context .name {
|
||
|
font-size: 1rem; } }
|
||
|
|
||
|
@media (max-width: 767px) {
|
||
|
.context {
|
||
|
line-height: 1rem;
|
||
|
margin-bottom: 1rem; } }
|
||
|
|
||
|
.urbit.navbar.ctrl {
|
||
|
margin-top: 1rem; }
|
||
|
.urbit.navbar.ctrl,
|
||
|
.urbit.navbar.ctrl .items {
|
||
|
height: 3rem; }
|
||
|
.urbit.navbar.ctrl .icon .home {
|
||
|
border-color: #B1B7BD;
|
||
|
background-color: #B1B7BD;
|
||
|
width: 3rem;
|
||
|
height: 3rem;
|
||
|
margin: 0 4rem 0 0; }
|
||
|
.urbit.navbar.ctrl .icon .home:before {
|
||
|
content: "~";
|
||
|
color: #fff;
|
||
|
font-size: 2.6rem;
|
||
|
line-height: 2.6rem;
|
||
|
text-align: center;
|
||
|
width: 2.4rem;
|
||
|
display: inline-block; }
|
||
|
.urbit.navbar.ctrl ul.nav li {
|
||
|
height: 3rem;
|
||
|
vertical-align: middle; }
|
||
|
.urbit.navbar.ctrl ul.nav li a {
|
||
|
text-decoration: none;
|
||
|
color: #B1B7BD;
|
||
|
font-weight: 500;
|
||
|
font-size: 1rem;
|
||
|
line-height: 3rem; }
|
||
|
.urbit.navbar.ctrl ul.nav .btn {
|
||
|
border: 3px solid #000;
|
||
|
margin-top: -3px;
|
||
|
height: 3rem;
|
||
|
padding: 0rem; }
|
||
|
.urbit.navbar.ctrl ul.nav .btn a {
|
||
|
font-size: 1rem;
|
||
|
color: #000;
|
||
|
letter-spacing: 0; }
|
||
|
.urbit.navbar.ctrl ul.nav .btn.selected,
|
||
|
.urbit.navbar.ctrl ul.nav .btn:hover {
|
||
|
background-color: #000; }
|
||
|
.urbit.navbar.ctrl ul.nav .btn.selected a,
|
||
|
.urbit.navbar.ctrl ul.nav .btn:hover a {
|
||
|
color: #fff; }
|
||
|
.urbit.navbar.ctrl ul.nav li a:hover,
|
||
|
.urbit.navbar.ctrl ul.nav li.selected a {
|
||
|
color: #000; }
|
||
|
.urbit.navbar.ctrl .subnav ul.nav {
|
||
|
height: 1.5rem; }
|
||
|
.urbit.navbar.ctrl .subnav ul.nav li {
|
||
|
height: 1.5rem; }
|
||
|
.urbit.navbar.ctrl .subnav ul.nav li a {
|
||
|
line-height: 1.5rem; }
|
||
|
.urbit.navbar.ctrl .subnav ul.nav .btn {
|
||
|
position: relative;
|
||
|
height: 3rem; }
|
||
|
.urbit.navbar.ctrl .subnav ul.nav .btn a {
|
||
|
line-height: 3rem; }
|
||
|
|
||
|
.urbit.home.navbar.ctrl .icon .home {
|
||
|
opacity: 0;
|
||
|
border-color: #fff;
|
||
|
background-color: #fff; }
|
||
|
|
||
|
.urbit.home.navbar.ctrl .icon .home:before {
|
||
|
color: #B1B7BD; }
|
||
|
|
||
|
.urbit.home.navbar.ctrl ul.nav li a {
|
||
|
color: #f7f7f9; }
|
||
|
|
||
|
@media (max-width: 767px) {
|
||
|
.urbit.navbar.ctrl .icon {
|
||
|
margin-top: .5rem;
|
||
|
margin-bottom: .5rem; }
|
||
|
.urbit.navbar.ctrl .icon .home {
|
||
|
width: 2rem;
|
||
|
height: 2rem;
|
||
|
margin: 0; }
|
||
|
.urbit.navbar.ctrl .icon .home:before {
|
||
|
font-size: 1.6rem;
|
||
|
line-height: 1.8rem;
|
||
|
width: 1.6rem; }
|
||
|
.urbit.navbar.ctrl .navbar-toggler {
|
||
|
margin-top: .5rem;
|
||
|
margin-left: 1rem; }
|
||
|
.urbit.navbar.ctrl ul.nav,
|
||
|
.urbit.navbar.ctrl .subnav ul.nav {
|
||
|
overflow: visible;
|
||
|
height: auto;
|
||
|
margin-left: 3rem;
|
||
|
float: left; }
|
||
|
.urbit.navbar.ctrl ul.nav li,
|
||
|
.urbit.navbar.ctrl .subnav ul.nav li {
|
||
|
display: block;
|
||
|
height: 1.5rem; }
|
||
|
.urbit.navbar.ctrl ul.nav li a,
|
||
|
.urbit.navbar.ctrl .subnav ul.nav li a {
|
||
|
line-height: 1.5rem; }
|
||
|
.urbit.navbar.ctrl ul.nav li.btn,
|
||
|
.urbit.navbar.ctrl .subnav ul.nav li.btn {
|
||
|
height: 1.5rem;
|
||
|
border: 0; }
|
||
|
.urbit.navbar.ctrl ul.nav li.btn a,
|
||
|
.urbit.navbar.ctrl .subnav ul.nav li.btn a {
|
||
|
color: #64DE79;
|
||
|
line-height: 1.5rem; } }
|
||
|
|
||
|
#tree > div > .container {
|
||
|
padding-top: 3rem;
|
||
|
padding-bottom: 6rem; }
|
||
|
|
||
|
@media (max-width: 767px) {
|
||
|
#tree > div > .container {
|
||
|
padding-top: 0; }
|
||
|
#body {
|
||
|
padding-top: 4rem; } }
|
||
|
|
||
|
.lead h1:first-of-type {
|
||
|
padding-bottom: 0; }
|
||
|
|
||
|
.flush {
|
||
|
padding-top: 0; }
|
||
|
|
||
|
.h-arrow {
|
||
|
width: 100%;
|
||
|
height: 9rem;
|
||
|
margin-bottom: 3rem; }
|
||
|
.h-arrow h1,
|
||
|
.h-arrow img {
|
||
|
float: left; }
|
||
|
.h-arrow img {
|
||
|
height: 6rem;
|
||
|
margin: 1rem 0 0 1rem; }
|
||
|
.h-arrow h1 {
|
||
|
color: #000;
|
||
|
display: inline-block;
|
||
|
line-height: 4rem; }
|
||
|
.h-arrow h1 code {
|
||
|
background-color: transparent;
|
||
|
color: #000; }
|
||
|
|
||
|
.footer {
|
||
|
margin-top: 6rem;
|
||
|
font-weight: 500;
|
||
|
color: #B1B7BD; }
|
||
|
.footer a {
|
||
|
color: #55595c;
|
||
|
text-decoration: none;
|
||
|
border-bottom: 2px solid #55595c;
|
||
|
margin-left: .6rem; }
|
||
|
|
||
|
.body[data-path^='/docs'] h1,
|
||
|
.body[data-path^='/work'] h1 {
|
||
|
color: #000; }
|
||
|
|
||
|
.body[data-path^='/docs'] h1 code,
|
||
|
.body[data-path^='/work'] h1 code {
|
||
|
background-color: transparent;
|
||
|
color: #000;
|
||
|
padding: 0; }
|
||
|
|
||
|
.body[data-path^='/docs'] .book h2,
|
||
|
.body[data-path^='/work'] .book h2 {
|
||
|
color: #B1B7BD; }
|
||
|
|
||
|
.body[data-path^='/docs'] .book h2 code,
|
||
|
.body[data-path^='/work'] .book h2 code {
|
||
|
color: #000;
|
||
|
background-color: transparent; }
|
||
|
|
||
|
.body[data-path^='/docs'] .book h2 a,
|
||
|
.body[data-path^='/work'] .book h2 a {
|
||
|
color: #000; }
|
||
|
|
||
|
.body[data-path^='/docs'] .book hr,
|
||
|
.body[data-path^='/work'] .book hr {
|
||
|
margin-bottom: 3rem; }
|
||
|
|
||
|
.body[data-path^='/work'] h2 {
|
||
|
color: #000; }
|
||
|
|
||
|
.body[data-path^='/docs/system/hoon/runes/'] h1 {
|
||
|
color: #B1B7BD; }
|
||
|
|
||
|
.body[data-path^='/docs/system/hoon/runes/basic'] h1 {
|
||
|
color: #000; }
|
||
|
|
||
|
.body[data-path^='/docs/system/hoon/library/'] h3 {
|
||
|
font-size: 1.5rem; }
|
||
|
|
||
|
.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 .logo {
|
||
|
background-color: #fff; }
|
||
|
|
||
|
.body .urbit h1 {
|
||
|
color: #000;
|
||
|
line-height: 4rem; }
|
||
|
|
||
|
.body .urbit a.green:hover {
|
||
|
color: #64DE79; }
|
||
|
|
||
|
.body .urbit .container.stack {
|
||
|
margin-bottom: 3rem; }
|
||
|
.body .urbit .container.stack p {
|
||
|
font-size: 1.2rem;
|
||
|
line-height: 2rem; }
|
||
|
|
||
|
.body .urbit .container.stack.six {
|
||
|
margin-top: 12rem;
|
||
|
margin-bottom: 6rem; }
|
||
|
|
||
|
.body .urbit .btn.black {
|
||
|
text-transform: none;
|
||
|
text-decoration: none;
|
||
|
border: 3px solid #000;
|
||
|
letter-spacing: 0;
|
||
|
margin-right: 1rem; }
|
||
|
|
||
|
.body .urbit button.submit:hover,
|
||
|
.body .urbit .btn.black:hover {
|
||
|
background-color: #000;
|
||
|
color: #fff; }
|
||
|
|
||
|
.body .urbit .front {
|
||
|
padding-bottom: 4rem; }
|
||
|
.body .urbit .front h1 {
|
||
|
padding-top: 0; }
|
||
|
.body .urbit .front h1,
|
||
|
.body .urbit .front h1 a {
|
||
|
font-size: 4rem;
|
||
|
line-height: 6rem; }
|
||
|
|
||
|
.body .urbit .image-fs {
|
||
|
height: 44rem;
|
||
|
margin-bottom: 3rem; }
|
||
|
.body .urbit .image-fs .text-container,
|
||
|
.body .urbit .image-fs .image-container {
|
||
|
position: absolute; }
|
||
|
.body .urbit .image-fs .text-container {
|
||
|
display: table;
|
||
|
height: 44rem;
|
||
|
width: 100%;
|
||
|
z-index: 1; }
|
||
|
.body .urbit .image-fs .text-container .text {
|
||
|
display: table-cell;
|
||
|
vertical-align: middle; }
|
||
|
.body .urbit .image-fs .text-container .rect {
|
||
|
width: 60%;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto; }
|
||
|
.body .urbit .image-fs .text-container .rect h1 {
|
||
|
padding-bottom: 1rem;
|
||
|
text-align: left; }
|
||
|
.body .urbit .image-fs .text-container .rect.no-header {
|
||
|
font-weight: 500;
|
||
|
color: #fff;
|
||
|
font-size: 1.4rem; }
|
||
|
.body .urbit .image-fs .text-container .rect.no-header p.email {
|
||
|
font-size: 1rem; }
|
||
|
.body .urbit .image-fs .text-container .rect.no-header button.submit {
|
||
|
background-color: transparent;
|
||
|
border-color: #fff; }
|
||
|
.body .urbit .image-fs .image-container {
|
||
|
z-index: 0;
|
||
|
height: 44rem;
|
||
|
width: 100%;
|
||
|
overflow: hidden; }
|
||
|
.body .urbit .image-fs .image-container img {
|
||
|
position: relative;
|
||
|
left: 50%;
|
||
|
margin-left: -50%;
|
||
|
top: 50%;
|
||
|
margin-top: -50%;
|
||
|
min-height: 44rem;
|
||
|
min-width: 100%; }
|
||
|
.body .urbit .image-fs h1 {
|
||
|
text-align: center;
|
||
|
color: #fff; }
|
||
|
|
||
|
.body .urbit .image-fs.first {
|
||
|
margin-top: -9rem; }
|
||
|
|
||
|
.body .urbit .slide {
|
||
|
margin-bottom: 12rem;
|
||
|
position: relative; }
|
||
|
.body .urbit .slide h1 {
|
||
|
padding-bottom: 1rem; }
|
||
|
.body .urbit .slide .pair {
|
||
|
display: table; }
|
||
|
.body .urbit .slide .pair .text,
|
||
|
.body .urbit .slide .pair .image {
|
||
|
display: table-cell;
|
||
|
vertical-align: middle; }
|
||
|
.body .urbit .slide .pair .image.right {
|
||
|
padding-left: 5%; }
|
||
|
.body .urbit .slide .pair .image.left {
|
||
|
padding-right: 5%; }
|
||
|
.body .urbit .slide .pair .text {
|
||
|
width: 75%; }
|
||
|
.body .urbit .slide .pair .image {
|
||
|
width: 20%; }
|
||
|
.body .urbit .slide .pair p:last-child {
|
||
|
margin-bottom: 0; }
|
||
|
|
||
|
.body .urbit .end {
|
||
|
padding: 1rem;
|
||
|
background-color: #64DE79;
|
||
|
color: white;
|
||
|
text-decoration: none;
|
||
|
font-size: 2rem;
|
||
|
font-weight: 500; }
|
||
|
|
||
|
.body .urbit input.email,
|
||
|
.body .urbit button.submit {
|
||
|
line-height: 1rem;
|
||
|
padding: .6rem;
|
||
|
border: 0; }
|
||
|
|
||
|
.body .urbit input.email {
|
||
|
font-weight: 500;
|
||
|
background-color: #B1B7BD;
|
||
|
color: #fff;
|
||
|
margin-right: 1rem;
|
||
|
border: 3px solid #B1B7BD; }
|
||
|
|
||
|
.body .urbit input.email::-moz-placeholder {
|
||
|
color: #D2D2D2; }
|
||
|
|
||
|
.body .urbit input.email::-webkit-input-placeholder {
|
||
|
color: #D2D2D2; }
|
||
|
|
||
|
.body .urbit button.submit {
|
||
|
text-transform: none;
|
||
|
text-decoration: none;
|
||
|
border: 3px solid #000;
|
||
|
background-color: #fff;
|
||
|
font-weight: 500;
|
||
|
letter-spacing: 0; }
|
||
|
|
||
|
.body .urbit .last a {
|
||
|
display: block;
|
||
|
font-weight: 500;
|
||
|
color: #B1B7BD; }
|
||
|
|
||
|
.body .urbit .last h2 {
|
||
|
padding-top: 0;
|
||
|
padding-bottom: 1rem;
|
||
|
margin-bottom: 0; }
|
||
|
|
||
|
.body .urbit.home p.email {
|
||
|
margin-top: 3rem; }
|
||
|
|
||
|
@media (max-width: 767px) {
|
||
|
.body .urbit {
|
||
|
margin-top: 4rem; }
|
||
|
.body .urbit .slide .pair,
|
||
|
.body .urbit .slide .pair .text,
|
||
|
.body .urbit .slide .pair .image {
|
||
|
display: block;
|
||
|
width: 100%; }
|
||
|
.body .urbit .slide .pair .image {
|
||
|
text-align: center; }
|
||
|
.body .urbit .slide .pair .image.left {
|
||
|
margin-bottom: 2rem; }
|
||
|
.body .urbit .slide .pair .image.right {
|
||
|
margin-top: 2rem; } }
|
||
|
|
||
|
@media (max-width: 767px) {
|
||
|
#body.plan {
|
||
|
padding-top: 0; } }
|
||
|
|
||
|
.body .plan .above {
|
||
|
background-color: #000; }
|
||
|
.body .plan .above .mono,
|
||
|
.body .plan .above h6 {
|
||
|
font-size: 1.2rem; }
|
||
|
.body .plan .above h6 {
|
||
|
padding-top: 0; }
|
||
|
.body .plan .above .mono {
|
||
|
font-weight: 200; }
|
||
|
.body .plan .above > .container {
|
||
|
padding-top: 6rem;
|
||
|
padding-bottom: 6rem; }
|
||
|
.body .plan .above .home {
|
||
|
border-radius: 50%;
|
||
|
height: 2.4rem;
|
||
|
width: 2.4rem;
|
||
|
border: 4px solid #fff;
|
||
|
display: inline-block;
|
||
|
float: left;
|
||
|
margin-left: -4.4rem;
|
||
|
margin-top: 1rem; }
|
||
|
.body .plan .above .edit {
|
||
|
background-color: transparent;
|
||
|
border: 0;
|
||
|
padding: 0;
|
||
|
font-weight: 500;
|
||
|
border-bottom: 3px solid #fff;
|
||
|
line-height: 1rem;
|
||
|
padding-top: 2rem; }
|
||
|
.body .plan .above .grid .tr .td {
|
||
|
font-family: 'scp'; }
|
||
|
.body .plan .above .grid .tr .td:first-child {
|
||
|
font-family: 'bau'; }
|
||
|
.body .plan .above input {
|
||
|
background-color: #373a3c;
|
||
|
border: none; }
|
||
|
.body .plan .above .panel a {
|
||
|
text-decoration: none;
|
||
|
border-bottom: 2px solid #55595c;
|
||
|
font-weight: 500;
|
||
|
color: #55595c; }
|
||
|
.body .plan .above .panel a:hover {
|
||
|
border-color: #fff;
|
||
|
color: #fff; }
|
||
|
|
||
|
.body .plan .panel.stack {
|
||
|
padding-top: 0;
|
||
|
padding-bottom: 0; }
|
||
|
|
||
|
.body .plan .plan.stack {
|
||
|
padding-top: 4rem; }
|
||
|
|
||
|
.body .plan .pull-right {
|
||
|
float: right; }
|
||
|
|
||
|
.body .plan .above,
|
||
|
.body .plan .above a {
|
||
|
color: #fff; }
|
||
|
|
||
|
.body .plan .service {
|
||
|
white-space: nowrap; }
|
||
|
|
||
|
.body .plan .service:before {
|
||
|
content: " ";
|
||
|
display: inline-block;
|
||
|
border-radius: 50%;
|
||
|
height: .5rem;
|
||
|
width: .5rem;
|
||
|
background-color: #64DE79;
|
||
|
margin-right: .6rem; }
|
||
|
|
||
|
.body .plan .grid .td {
|
||
|
display: table-cell; }
|
||
|
|
||
|
.body .plan .grid .tr .td:first-child {
|
||
|
min-width: 9rem;
|
||
|
margin-right: 2rem;
|
||
|
letter-spacing: 1px;
|
||
|
color: #B1B7BD; }
|
||
|
|
||
|
.stream .mini-module {
|
||
|
margin-top: 3rem; }
|
||
|
|
||
|
.stream h6 {
|
||
|
color: #55595c;
|
||
|
font-size: 1rem;
|
||
|
margin-bottom: 2rem; }
|
||
|
|
||
|
@media (max-width: 767px) {
|
||
|
.grid .td {
|
||
|
display: block; }
|
||
|
.tr .td:first-child {
|
||
|
margin-top: 1rem; } }
|
||
|
|
||
|
@keyframes menu-open {
|
||
|
0% {
|
||
|
visibility: hidden; }
|
||
|
1% {
|
||
|
visibility: visible; }
|
||
|
100% {
|
||
|
visibility: visible; } }
|
||
|
|
||
|
@keyframes menu-close {
|
||
|
0% {
|
||
|
visibility: visible; }
|
||
|
1% {
|
||
|
visibility: visible; }
|
||
|
100% {
|
||
|
visibility: hidden; } }
|
||
|
|
||
|
.menu {
|
||
|
padding-left: 0;
|
||
|
padding-right: 0;
|
||
|
position: fixed;
|
||
|
overflow: hidden;
|
||
|
z-index: 99;
|
||
|
margin-top: -3rem; }
|
||
|
.menu .contents {
|
||
|
padding-left: 0.9375rem;
|
||
|
padding-right: 0.9375rem;
|
||
|
padding-bottom: 6rem;
|
||
|
position: relative;
|
||
|
left: -100%;
|
||
|
-webkit-transition: left 0.3s ease-in-out;
|
||
|
-moz-transition: left 0.3s ease-in-out;
|
||
|
transition: left 0.3s ease-in-out; }
|
||
|
.menu .close {
|
||
|
margin-top: -2rem; }
|
||
|
.menu .close:hover {
|
||
|
opacity: 1; }
|
||
|
.menu h2 {
|
||
|
font-size: 1rem;
|
||
|
padding-top: 3rem; }
|
||
|
.menu h2:first-of-type {
|
||
|
padding-top: 0; }
|
||
|
.menu label.sum {
|
||
|
font-family: 'scp';
|
||
|
margin-left: 0.9375rem;
|
||
|
font-size: 1.2rem; }
|
||
|
|
||
|
.menu.depth-1 .contents {
|
||
|
background-color: #f7f7f9;
|
||
|
border-left: 2px solid #B1B7BD; }
|
||
|
|
||
|
.menu.depth-2 .contents {
|
||
|
background-color: #eceeef;
|
||
|
border-left: 2px solid #B1B7BD; }
|
||
|
|
||
|
.menu.closed {
|
||
|
animation-name: menu-close;
|
||
|
animation-duration: .3s;
|
||
|
animation-fill-mode: forwards; }
|
||
|
|
||
|
.menu.open {
|
||
|
animation-name: menu-open;
|
||
|
animation-duration: .3s;
|
||
|
animation-fill-mode: forwards; }
|
||
|
|
||
|
.menu.open .contents {
|
||
|
left: 0; }
|
||
|
|
||
|
@media (max-width: 767px) {
|
||
|
.menu {
|
||
|
height: 100%;
|
||
|
padding-left: 0;
|
||
|
padding-right: 2.8125rem;
|
||
|
border-left: 0; }
|
||
|
.menu .contents {
|
||
|
left: inherit;
|
||
|
top: -100%;
|
||
|
padding-top: 0.9375rem;
|
||
|
padding-bottom: 2.8125rem;
|
||
|
-webkit-transition: top 0.3s ease-in-out;
|
||
|
-moz-transition: top 0.3s ease-in-out;
|
||
|
transition: top 0.3s ease-in-out; }
|
||
|
.menu.depth-1 .contents,
|
||
|
.menu.depth-2 .contents {
|
||
|
border-left: 0;
|
||
|
border-bottom: 2px solid #B1B7BD; }
|
||
|
.menu .close {
|
||
|
margin-top: 0; }
|
||
|
.menu.open .contents {
|
||
|
top: 3rem; } }
|
||
|
|
||
|
.list h1,
|
||
|
.list h1:first-of-type {
|
||
|
font-size: inherit;
|
||
|
font-weight: inherit;
|
||
|
padding-bottom: 0;
|
||
|
margin-bottom: 0;
|
||
|
line-height: 2rem; }
|
||
|
|
||
|
.list h1.error {
|
||
|
font-size: 1.6rem;
|
||
|
font-weight: 500; }
|
||
|
|
||
|
.list.children h1 {
|
||
|
font-weight: 500;
|
||
|
font-size: 1.4rem; }
|
||
|
|
||
|
.body[data-path^='/docs'] .list,
|
||
|
.body[data-path^='/work'] .list {
|
||
|
list-style-type: none;
|
||
|
padding-left: 0; }
|
||
|
.body[data-path^='/docs'] .list a,
|
||
|
.body[data-path^='/docs'] .list h1,
|
||
|
.body[data-path^='/work'] .list a,
|
||
|
.body[data-path^='/work'] .list h1 {
|
||
|
color: #55595c;
|
||
|
font-weight: 500;
|
||
|
height: 2rem;
|
||
|
display: inline;
|
||
|
text-decoration: none; }
|
||
|
.body[data-path^='/docs'] .list h1,
|
||
|
.body[data-path^='/work'] .list h1 {
|
||
|
border-bottom: 2px solid #000; }
|
||
|
|
||
|
.body[data-path^='/work'] .list.main a,
|
||
|
.body[data-path^='/work'] .list.main h1 {
|
||
|
font-size: 2rem;
|
||
|
line-height: 4rem;
|
||
|
height: 4rem; }
|
||
|
|
||
|
.body[data-path^='/work'] .list.main h1 {
|
||
|
border-width: 4px; }
|
||
|
|
||
|
.body[data-path^='/docs'] .list.runes a h1,
|
||
|
.body[data-path^='/docs'] .list.runes a div,
|
||
|
.body[data-path^='/docs'] .list.runes a p {
|
||
|
display: inline-block; }
|
||
|
|
||
|
.body[data-path^='/docs'] .list.runes a p {
|
||
|
font-weight: 300; }
|
||
|
|
||
|
.body[data-path^='/docs'] .list.runes a {
|
||
|
text-decoration: none; }
|
||
|
|
||
|
.body[data-path^='/docs'] .list.runes a,
|
||
|
.body[data-path^='/docs'] .list.runes a h1 code {
|
||
|
color: #000; }
|
||
|
|
||
|
.body[data-path^='/docs'] .list.runes a h1 {
|
||
|
display: block;
|
||
|
margin-bottom: .3rem;
|
||
|
height: 1.8rem; }
|
||
|
|
||
|
.body[data-path^='/docs'] .list.runes a h1 code {
|
||
|
background-color: transparent;
|
||
|
font-weight: 500;
|
||
|
font-size: 1.2rem;
|
||
|
padding: 0; }
|
||
|
|
||
|
.body[data-path^='/docs'] .list.runes a code {
|
||
|
background-color: #eceeef; }
|
||
|
|
||
|
.body[data-path^='/docs'] .list.runes a code {
|
||
|
padding: .3rem; }
|
||
|
|
||
|
.urbit ul.blog {
|
||
|
list-style-type: none;
|
||
|
padding-left: 0; }
|
||
|
.urbit ul.blog li {
|
||
|
margin-bottom: 12rem; }
|
||
|
.urbit ul.blog .btn {
|
||
|
padding: .3rem;
|
||
|
border: 3px solid #64DE79;
|
||
|
color: #64DE79;
|
||
|
text-decoration: none;
|
||
|
text-transform: none; }
|
||
|
.urbit ul.blog .btn:hover {
|
||
|
background-color: #64DE79;
|
||
|
color: #fff; }
|
||
|
|
||
|
.kids.runes h1 {
|
||
|
padding-top: 3rem; }
|
||
|
|
||
|
.kids.runes h2 {
|
||
|
font-size: 1.5rem;
|
||
|
margin-bottom: 1rem; }
|
||
|
|
||
|
.kids.runes > div {
|
||
|
margin-top: 6rem; }
|
||
|
|
||
|
.kids.runes > hr {
|
||
|
display: none; }
|
||
|
|
||
|
.kids.runes > div p:first-of-type {
|
||
|
font-weight: 500; }
|
||
|
|
||
|
.urbit .post .date,
|
||
|
.urbit.post .date {
|
||
|
font-family: 'scp';
|
||
|
color: #B1B7BD;
|
||
|
font-size: .7rem;
|
||
|
font-weight: 200; }
|
||
|
|
||
|
.urbit .post h1.title,
|
||
|
.urbit .post p.preview,
|
||
|
.urbit.post h1.title,
|
||
|
.urbit.post p.preview {
|
||
|
font-weight: 500; }
|
||
|
|
||
|
.urbit .post h1.title,
|
||
|
.urbit.post h1.title {
|
||
|
font-size: 2rem;
|
||
|
padding-bottom: 0; }
|
||
|
|
||
|
.urbit .post h1.title,
|
||
|
.urbit .post img,
|
||
|
.urbit.post h1.title,
|
||
|
.urbit.post img {
|
||
|
width: 100%;
|
||
|
margin-bottom: 2rem; }
|
||
|
|
||
|
.urbit .post .date,
|
||
|
.urbit .post p.preview,
|
||
|
.urbit .post h3.author,
|
||
|
.urbit.post .date,
|
||
|
.urbit.post p.preview,
|
||
|
.urbit.post h3.author {
|
||
|
margin-bottom: .6rem; }
|
||
|
|
||
|
.urbit .post h3.author,
|
||
|
.urbit.post h3.author {
|
||
|
padding-top: 0;
|
||
|
font-size: 1rem;
|
||
|
font-weight: 200; }
|
||
|
|
||
|
.urbit .post h3:before,
|
||
|
.urbit.post h3:before {
|
||
|
content: "—";
|
||
|
margin-right: .6rem; }
|
||
|
|
||
|
.urbit.post .preview {
|
||
|
max-width: 75%; }
|
||
|
|
||
|
.sections h1 {
|
||
|
font-size: 2rem;
|
||
|
color: #0500F0; }
|
||
|
|
||
|
.sections h1:first-of-type {
|
||
|
padding-bottom: 0; }
|
||
|
|
||
|
.sections li h1 {
|
||
|
font-size: 1.2rem; }
|
||
|
|
||
|
.sections ul {
|
||
|
list-style-type: none;
|
||
|
font-weight: 500;
|
||
|
padding-left: 0; }
|
||
|
|
||
|
.sections ul li,
|
||
|
.sections ul li a,
|
||
|
.sections ul li h1 span {
|
||
|
color: #55595c;
|
||
|
margin-bottom: 1rem;
|
||
|
line-height: 1.5rem; }
|
||
|
|
||
|
.sections .kids > div {
|
||
|
display: inline-block;
|
||
|
vertical-align: top;
|
||
|
margin-bottom: 3rem;
|
||
|
float: none; }
|
||
|
|
||
|
.sections .kids > div p {
|
||
|
font-weight: 500; }
|
||
|
|
||
|
.sections hr {
|
||
|
display: none; }
|
||
|
|
||
|
.lead-offset {
|
||
|
margin-left: 4rem; }
|
||
|
|
||
|
@media (max-width: 991px) {
|
||
|
.lead-offset {
|
||
|
margin-left: 4rem; } }
|
||
|
|
||
|
@media (max-width: 767px) {
|
||
|
.lead-offset {
|
||
|
margin-left: 0; }
|
||
|
.sections h1 {
|
||
|
font-size: 1.6rem; } }
|
||
|
|
||
|
.add-comment {
|
||
|
width: 100%;
|
||
|
border-top: 3px dotted #f7f7f9;
|
||
|
margin-top: 6rem; }
|
||
|
.add-comment .btn {
|
||
|
font-size: .8rem; }
|
||
|
.add-comment textarea {
|
||
|
width: 66%;
|
||
|
display: block;
|
||
|
height: 12rem;
|
||
|
background-color: #f7f7f9;
|
||
|
border-bottom: 0;
|
||
|
margin-bottom: 2rem;
|
||
|
margin-top: 3rem;
|
||
|
padding: .3rem; }
|
||
|
|
||
|
.comments {
|
||
|
padding-top: 3rem; }
|
||
|
.comments .comment {
|
||
|
margin-top: 2rem; }
|
||
|
.comments .comment > span {
|
||
|
font-family: 'scp';
|
||
|
font-size: .8rem;
|
||
|
color: #B1B7BD; }
|
||
|
.comments .comment h2 {
|
||
|
padding-top: 0;
|
||
|
font-size: 1rem;
|
||
|
font-weight: 500; }
|
||
|
.comments .comment h2 code {
|
||
|
background-color: transparent;
|
||
|
padding: 0; }
|
||
|
.comments .comment p {
|
||
|
width: 66%; }
|
||
|
|
||
|
@media (max-width: 767px) {
|
||
|
.add-comment textarea,
|
||
|
.comments .comment p {
|
||
|
width: 100%; } }
|
||
|
.CodeMirror {
|
||
|
height: 100%
|
||
|
}
|
||
|
.cm-s-default .cm-atom {color: #70f}
|
||
|
.cm-s-default .cm-operator {color: #097}
|
||
|
@font-face {
|
||
|
font-family: "bau";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/bau.woff");
|
||
|
font-weight: 400;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "bau";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/bau-italic.woff");
|
||
|
font-weight: 400;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "bau";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/bau-medium.woff");
|
||
|
font-weight: 500;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "bau";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/bau-mediumitalic.woff");
|
||
|
font-weight: 500;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "bau";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/bau-bold.woff");
|
||
|
font-weight: 600;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "bau";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/bau-bolditalic.woff");
|
||
|
font-weight: 600;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "bau";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/bau-super.woff");
|
||
|
font-weight: 600;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "bau";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/bau-superitalic.woff");
|
||
|
font-weight: 600;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "scp";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/scp-extralight.woff");
|
||
|
font-weight: 200;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "scp";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/scp-light.woff");
|
||
|
font-weight: 300;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "scp";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/scp-regular.woff");
|
||
|
font-weight: 400;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "scp";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/scp-medium.woff");
|
||
|
font-weight: 500;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "scp";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/scp-bold.woff");
|
||
|
font-weight: 600;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: "scp";
|
||
|
src: url("//storage.googleapis.com/urbit-extra/scp-black.woff");
|
||
|
font-weight: 700;
|
||
|
font-style: normal;
|
||
|
}/*!
|
||
|
* Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
|
||
|
* Copyright 2011-2015 Twitter, Inc.
|
||
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||
|
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active{outline:0}a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}@media print{*,::after,::before{text-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}@viewport{width:device-width}html{font-size:18px;-webkit-tap-highlight-color:transparent}body{font-family:bau,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5;color:#373a3c;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #b1b7bd}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}a{color:#000;text-decoration:underline}a:focus,a:hover{color:#000;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}pre{margin-top:0;margin-bottom:1rem}figure{margin:0 0 1rem}img{vertical-align:middle}[role=button]{cursor:pointer}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{background-color:transparent}caption{padding-top:.75rem;padding-bottom:.75rem;color:#b1b7bd;text-align:left;caption-side:bottom}th{text-align:left}la
|
||
|
/*# sourceMappingURL=bootstrap.min.css.map */
|