shrub/web/tree/main.css

616 lines
13 KiB
CSS
Raw Normal View History

@charset "UTF-8";
2016-02-04 22:52:00 +03:00
.col-md-10.body {
padding-left: 0; }
2016-02-04 22:52:00 +03:00
@media (max-width: 767px) {
.col-md-10.body {
margin-top: 0.9375rem;
padding-left: 0.9375rem; } }
2016-01-21 19:33:19 +03:00
img.logo {
2015-10-12 09:17:56 +03:00
height: 2rem;
2016-01-21 19:33:19 +03:00
width: 2rem; }
img.logo.first {
margin-bottom: 2rem; }
.short {
width: 75%; }
.loading:before {
font-family: 'scp';
2016-01-21 19:33:19 +03:00
background-color: #000;
color: #fff;
padding: 0;
margin: 0;
width: 1.6rem;
height: 1.6rem;
text-align: center;
font-size: .8rem;
display: block;
2016-01-21 19:33:19 +03:00
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: 544px) {
#head {
width: 576px; } }
@media (min-width: 768px) {
#head {
width: 720px; } }
@media (min-width: 992px) {
#head {
width: 940px; } }
@media (min-width: 1200px) {
#head {
width: 1140px; } }
2016-01-21 19:33:19 +03:00
2016-02-04 22:52:00 +03:00
#head .loading {
display: none; }
@media (max-width: 543px) {
#head {
top: 0;
z-index: 10;
width: 100%; }
#head.m-down,
#head.m-up {
position: absolute; }
#head.m-down.m-fixed {
position: fixed; } }
2016-01-30 05:18:51 +03:00
@media (max-width: 543px) {
.nav.container {
left: 0; } }
2016-01-30 05:18:51 +03:00
2016-01-21 19:33:19 +03:00
.menu .contents {
padding-top: 3rem; }
.ctrl {
padding-left: 0;
padding-right: 0;
background-color: #fff;
2016-01-30 05:18:51 +03:00
transition: max-width .2s ease-in-out;
position: fixed;
2016-01-30 05:18:51 +03:00
z-index: 100; }
2016-01-21 19:33:19 +03:00
.ctrl ul.nav {
margin-top: 2rem;
overflow: hidden; }
.ctrl ul.nav li {
width: 100%;
overflow: hidden;
white-space: nowrap; }
.ctrl ul.nav:hover {
overflow: visible; }
.ctrl a.nav-link:hover {
text-decoration: underline; }
.ctrl a.nav-link {
letter-spacing: 1px; }
.ctrl .selected a.nav-link {
font-weight: 500; }
2016-01-21 19:33:19 +03:00
.ctrl.open,
.ctrl:hover {
max-width: 33.33333%;
2016-01-30 05:18:51 +03:00
min-width: 16.66667%;
width: auto; }
2016-01-21 19:33:19 +03:00
@media (max-width: 991px) {
ul.nav {
line-height: 1.3rem; }
a.nav-link {
font-size: .8rem; } }
2016-01-30 05:18:51 +03:00
2016-01-21 19:33:19 +03:00
@media (max-width: 767px) {
.ctrl {
position: relative;
max-height: 3rem;
max-width: 100%;
2016-01-21 19:33:19 +03:00
padding-top: 1rem;
2015-10-21 00:53:15 +03:00
background-color: #fff;
2015-02-18 06:03:21 +03:00
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; }
2016-01-21 19:33:19 +03:00
a.nav-link {
font-size: 1rem; }
.ctrl.open ul.nav {
max-height: 9rem;
overflow-y: scroll; } }
2016-01-30 05:18:51 +03:00
2016-01-21 19:33:19 +03:00
.navbar-toggler {
font-size: 24px;
transition: opacity .2s, transform .3s, margin-left .2s;
-webkit-transition: opacity .2s, transform .3s, margin-left .2s; }
2016-01-21 19:33:19 +03:00
.open .navbar-toggler {
2016-01-21 19:33:19 +03:00
transform: rotate(0.25turn);
opacity: .2;
margin-left: -.2rem; }
2016-01-21 19:33:19 +03:00
@media (min-width: 768px) {
.ctrl .navbar-toggler {
2016-01-30 05:18:51 +03:00
display: none; }
.ctrl .navbar-toggler.show {
display: block;
padding: 0; } }
2016-01-21 19:33:19 +03:00
@media (max-width: 767px) {
.navbar-toggler {
padding: 0;
2016-02-03 21:23:49 +03:00
margin-left: 2rem;
vertical-align: top;
line-height: 18px; }
.open .navbar-toggler {
margin-left: 2rem; } }
2016-01-30 05:18:51 +03:00
2016-01-21 19:33:19 +03:00
.icon div, .icon a {
display: inline-block; }
2016-01-30 05:18:51 +03:00
2016-01-21 19:33:19 +03:00
.icon a {
margin-right: .6rem; }
2016-01-30 05:18:51 +03:00
2016-01-21 19:33:19 +03:00
.icon .home {
margin: 0 0.9375rem 0.9375rem 0;
2016-01-21 19:33:19 +03:00
width: 24px;
height: 24px;
border-radius: 50%;
background-color: transparent;
2016-02-02 08:46:38 +03:00
border: 6px solid #B1B7BD;
cursor: pointer; }
.icon .home:hover {
border-color: #55595c; }
2016-01-30 05:18:51 +03:00
2016-01-21 19:33:19 +03:00
.icon .dpad {
display: block; }
2016-01-30 05:18:51 +03:00
2016-01-21 19:33:19 +03:00
.icon .up {
width: 1px;
height: 1px;
border: 12.0006px solid transparent;
border-bottom: 18px solid #000;
border-top: 0 solid transparent; }
2016-01-30 05:18:51 +03:00
2016-01-21 19:33:19 +03:00
.icon .prev {
width: 1px;
height: 1px;
border: 12.0006px solid transparent;
border-right: 18px solid #000;
border-left: 0 solid transparent; }
2016-01-30 05:18:51 +03:00
2016-01-21 19:33:19 +03:00
.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;
2016-01-30 05:18:51 +03:00
margin-right: .6rem; }
2016-01-21 19:33:19 +03:00
.icon .next {
width: 1px;
height: 1px;
border: 8.0004px solid transparent;
border-left: 12px solid #000;
border-right: 0 solid transparent; } }
2016-01-30 05:18:51 +03:00
2016-01-21 19:33:19 +03:00
@media (max-width: 767px) {
.icon {
margin-left: 0.9375rem;
2016-02-03 21:23:49 +03:00
height: 2rem; }
.icon .dpad {
display: inline; }
2016-01-21 19:33:19 +03:00
.icon .home {
margin-top: 0;
margin-bottom: 0; } }
2016-01-30 05:18:51 +03:00
[data-path^='/docs'] .selected .nav-link {
color: #02D124; }
[data-path^='/docs'] .nav-link {
font-weight: 500; }
[data-path^='/docs'] .home {
background-color: #0500F0;
border-color: #0500F0; }
[data-path^='/docs'] .home:hover {
background-color: #0500F0;
border-color: #0500F0;
opacity: .6; }
[data-path^='/docs'] .home:before {
content: "~";
color: #fff;
line-height: .8rem;
font-size: 1.4rem; }
@media (max-width: 991px) {
[data-path^='/docs'] .home:before {
line-height: 0.7rem;
font-size: 1rem;
margin-left: .06rem; } }
@media (max-width: 767px) {
[data-path^='/docs'] .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; }
2016-02-03 21:23:49 +03:00
.app {
vertical-align: top;
font-size: 1.6rem;
2016-02-03 21:23:49 +03:00
font-weight: 500;
line-height: 1.6rem;
margin-top: 0; }
2016-02-03 21:23:49 +03:00
@media (max-width: 991px) {
.app {
font-size: 1.3rem;
line-height: 1.3rem; } }
2016-02-03 21:23:49 +03:00
@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; } }
.lead h1:first-of-type {
padding-bottom: 0; }
.body[data-path^='/docs'] h1 {
color: #0500F0; }
.body[data-path^='/docs'] h1 code {
background-color: transparent;
color: #0500F0;
padding: 0; }
.body[data-path^='/docs'] .book h2 {
color: #B1B7BD; }
.body[data-path^='/docs'] .book h2 code {
color: #0500F0;
background-color: transparent; }
.body[data-path^='/docs'] .book h2 a {
color: #0500F0; }
.body[data-path^='/docs'] .book hr {
margin-bottom: 3rem; }
.body[data-path^='/docs/system/hoon/runes/'] h1 {
color: #B1B7BD; }
.body[data-path^='/docs/system/hoon/runes/basic'] h1 {
color: #0500F0; }
.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; }
2016-01-30 05:18:51 +03:00
@keyframes menu-open {
0% {
visibility: hidden; }
1% {
visibility: visible; }
100% {
visibility: visible; } }
@keyframes menu-close {
0% {
visibility: visible; }
1% {
visibility: visible; }
100% {
visibility: hidden; } }
2016-01-21 19:33:19 +03:00
.menu {
padding-left: 0;
padding-right: 0;
2016-01-30 05:18:51 +03:00
position: fixed;
overflow: hidden;
2016-02-02 03:00:45 +03:00
z-index: 99;
margin-top: -3rem; }
2016-01-21 19:33:19 +03:00
.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; }
2016-02-02 03:00:45 +03:00
.menu .close:hover {
opacity: 1; }
2016-01-21 19:33:19 +03:00
.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; }
2016-01-30 05:18:51 +03:00
.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; }
2016-01-21 19:33:19 +03:00
.menu.open .contents {
left: 0; }
@media (max-width: 767px) {
.menu {
height: 100%;
2016-02-03 21:23:49 +03:00
padding-left: 0;
padding-right: 2.8125rem;
2016-02-03 21:23:49 +03:00
border-left: 0; }
2016-01-21 19:33:19 +03:00
.menu .contents {
left: inherit;
top: -100%;
padding-top: 0.9375rem;
2016-02-04 22:52:00 +03:00
padding-bottom: 2.8125rem;
2016-01-21 19:33:19 +03:00
-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 {
2016-02-04 22:52:00 +03:00
border-left: 0;
border-bottom: 2px solid #B1B7BD; }
2016-01-21 19:33:19 +03:00
.menu .close {
margin-top: 0; }
.menu.open .contents {
top: 3rem; } }
2016-01-30 05:18:51 +03:00
.list h1,
.list h1:first-of-type {
2016-01-21 19:33:19 +03:00
font-size: inherit;
font-weight: inherit;
padding-bottom: 0;
margin-bottom: 0;
line-height: 2rem; }
2016-01-21 19:33:19 +03:00
.list h1.error {
font-size: 1.6rem;
font-weight: 500; }
2016-01-21 19:33:19 +03:00
.list.children h1 {
font-weight: 500;
font-size: 1.4rem; }
.body[data-path^='/docs'] .list {
list-style-type: none;
padding-left: 0; }
.body[data-path^='/docs'] .list a,
.body[data-path^='/docs'] .list h1 {
color: #02D124;
font-weight: 500;
height: 2rem; }
.body[data-path^='/docs'] .list.runes {
margin-top: 3rem; }
.body[data-path^='/docs'] .list.runes li {
height: 3rem; }
.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; }
.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 code {
margin-right: 1rem;
background-color: transparent;
color: #0500F0; }
.body[data-path^='/docs'] .list.runes a code {
background-color: #eceeef; }
.body[data-path^='/docs'] .list.runes a code {
padding: .3rem; }
.body[data-path^='/docs'] .list.runes a:after {
content: "▶";
width: 1rem;
font-size: .6rem;
vertical-align: middle;
padding: .3rem;
padding-top: .4rem;
line-height: 1rem;
margin-left: 1rem;
background-color: #B1B7BD;
color: #fff; }
.body[data-path^='/docs'] .list.runes a:hover:after {
background-color: #0500F0; }
.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; }
.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: #02D124;
height: 2rem; }
.sections .kids > div {
display: inline-block;
vertical-align: top;
margin-right: 3rem;
margin-top: 2rem;
min-width: 14rem;
margin-bottom: 3rem; }
.sections .kids > div p {
font-weight: 500; }
.sections hr {
display: none; }
.lead-offset {
margin-left: 8rem; }
@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 #000;
margin-top: 6rem; }
.add-comment .btn {
font-size: .8rem; }
.add-comment textarea {
width: 66%;
display: block;
height: 12rem;
background-color: #F7F7F7;
border-bottom: 0;
margin-bottom: 2rem;
margin-top: 3rem;
padding: .3rem; }
.comments {
padding-top: 3rem; }
.comments .comment {
margin-top: 2rem; }
.comments .comment h3,
.comments .comment > span {
font-family: 'scp'; }
.comments .comment > span {
font-size: .8rem;
color: #B1B7BD; }
.comments .comment h3 {
padding-top: 0;
font-size: 1rem;
font-weight: 500; }
.comments .comment p {
width: 66%; }
@media (max-width: 767px) {
.add-comment textarea,
.comments .comment p {
width: 100%; } }