mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 20:01:32 +03:00
minor
This commit is contained in:
parent
dcdba18903
commit
cca5ffa84b
195
lib/base.css
195
lib/base.css
@ -1,195 +0,0 @@
|
|||||||
@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;
|
|
||||||
}
|
|
||||||
|
|
||||||
html,
|
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
html,
|
|
||||||
input,
|
|
||||||
button,
|
|
||||||
body {
|
|
||||||
font-family: "bau";
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre,
|
|
||||||
code,
|
|
||||||
.mono {
|
|
||||||
font-family:"scp";
|
|
||||||
}
|
|
||||||
|
|
||||||
#c {
|
|
||||||
width: 32rem;
|
|
||||||
margin-left: -16rem;
|
|
||||||
position: absolute;
|
|
||||||
left: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1,
|
|
||||||
h2 {
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-size: 1.6rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1:after {
|
|
||||||
content: "\2014";
|
|
||||||
margin-left: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
font-size: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2.advice {
|
|
||||||
margin-top: 2rem;
|
|
||||||
color: #555;
|
|
||||||
}
|
|
||||||
|
|
||||||
#c pre {
|
|
||||||
font-size: .6rem;
|
|
||||||
margin-top: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pass {
|
|
||||||
width: 32rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
|
||||||
border: .3rem solid #000;
|
|
||||||
background-color: #fff;
|
|
||||||
font-size: 1rem;
|
|
||||||
padding: .3rem;
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sig {
|
|
||||||
font-weight: 400;
|
|
||||||
font-size: 2rem;
|
|
||||||
display: inline;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
span#ship {
|
|
||||||
font-family: 'bau';
|
|
||||||
font-weight: 400;
|
|
||||||
font-size: 1.2rem;
|
|
||||||
text-transform: uppercase;
|
|
||||||
letter-spacing: .1rem;
|
|
||||||
display: inline-block;
|
|
||||||
min-width: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
input {
|
|
||||||
font-family: 'scp';
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
span#ship,
|
|
||||||
input {
|
|
||||||
border: none;
|
|
||||||
padding: .3rem;
|
|
||||||
outline: none;
|
|
||||||
border-bottom: 3px solid #555;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
|
|
||||||
#c {
|
|
||||||
width: 16rem;
|
|
||||||
margin-left: -8rem;
|
|
||||||
}
|
|
||||||
#pass {
|
|
||||||
width: 16rem;
|
|
||||||
}
|
|
||||||
input {
|
|
||||||
-webkit-appearance: none;
|
|
||||||
border-radius: 0;
|
|
||||||
}
|
|
||||||
}
|
|
6194
lib/css/bootstrap.css
vendored
Normal file
6194
lib/css/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@ -20,7 +20,8 @@
|
|||||||
;title: Tree
|
;title: Tree
|
||||||
;meta(name "viewport", content "width=device-width, initial-scale=1");
|
;meta(name "viewport", content "width=device-width, initial-scale=1");
|
||||||
;link(type "text/css", rel "stylesheet", href "//cdnjs.cloudflare.com/ajax/libs/codemirror/4.3.0/codemirror.min.css");
|
;link(type "text/css", rel "stylesheet", href "//cdnjs.cloudflare.com/ajax/libs/codemirror/4.3.0/codemirror.min.css");
|
||||||
;link(type "text/css", rel "stylesheet", href "/{dez}/pub/tree/src/css/main.css");
|
;link(type "text/css", rel "stylesheet", href "/{dez}/lib/bootstrap.css");
|
||||||
|
;link(type "text/css", rel "stylesheet", href "/{dez}/pub/tree/main.css");
|
||||||
;link(type "text/css", rel "stylesheet", href "/{dez}/lib/syntax/codemirror.css");
|
;link(type "text/css", rel "stylesheet", href "/{dez}/lib/syntax/codemirror.css");
|
||||||
::;link(type "text/css", rel "stylesheet", href "http://localhost:8000/docs/pub/tree/src/css/main.css");
|
::;link(type "text/css", rel "stylesheet", href "http://localhost:8000/docs/pub/tree/src/css/main.css");
|
||||||
;script(type "text/javascript", src "//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js");
|
;script(type "text/javascript", src "//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js");
|
||||||
@ -29,7 +30,7 @@
|
|||||||
;script(type "text/javascript", src "//cdnjs.cloudflare.com/ajax/libs/codemirror/4.3.0/codemirror.js");
|
;script(type "text/javascript", src "//cdnjs.cloudflare.com/ajax/libs/codemirror/4.3.0/codemirror.js");
|
||||||
;script(type "text/javascript", src "/{dez}/lib/urb.js");
|
;script(type "text/javascript", src "/{dez}/lib/urb.js");
|
||||||
;script(type "text/javascript", src "/{dez}/lib/syntax/hoon.js");
|
;script(type "text/javascript", src "/{dez}/lib/syntax/hoon.js");
|
||||||
;script(type "text/javascript", src "/{dez}/pub/tree/src/js/main.js");
|
;script(type "text/javascript", src "/{dez}/pub/tree/main.js");
|
||||||
::;script(type "text/javascript", src "http://localhost:8000/docs/pub/tree/src/js/main.js");
|
::;script(type "text/javascript", src "http://localhost:8000/docs/pub/tree/src/js/main.js");
|
||||||
==
|
==
|
||||||
;body
|
;body
|
||||||
|
Loading…
Reference in New Issue
Block a user