urbit/lib/base.css

169 lines
3.0 KiB
CSS
Raw Normal View History

2015-04-08 05:02:54 +03:00
@font-face {
font-family: "bau";
src: url("http://storage.googleapis.com/urbit-extra/bau.woff");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "bau";
src: url("http://storage.googleapis.com/urbit-extra/bau-italic.woff");
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: "bau";
src: url("http://storage.googleapis.com/urbit-extra/bau-medium.woff");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "bau";
src: url("http://storage.googleapis.com/urbit-extra/bau-mediumitalic.woff");
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: "bau";
src: url("http://storage.googleapis.com/urbit-extra/bau-bold.woff");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "bau";
src: url("http://storage.googleapis.com/urbit-extra/bau-bolditalic.woff");
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: "bau";
src: url("http://storage.googleapis.com/urbit-extra/bau-super.woff");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "bau";
src: url("http://storage.googleapis.com/urbit-extra/bau-superitalic.woff");
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: "scp";
src: url("http://storage.googleapis.com/urbit-extra/scp-extralight.woff");
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: "scp";
src: url("http://storage.googleapis.com/urbit-extra/scp-light.woff");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "scp";
src: url("http://storage.googleapis.com/urbit-extra/scp-regular.woff");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "scp";
src: url("http://storage.googleapis.com/urbit-extra/scp-medium.woff");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "scp";
src: url("http://storage.googleapis.com/urbit-extra/scp-bold.woff");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "scp";
src: url("http://storage.googleapis.com/urbit-extra/scp-black.woff");
font-weight: 700;
font-style: normal;
}
2015-04-09 20:05:03 +03:00
html,
body {
margin: 0;
padding: 0;
}
2015-04-08 05:02:54 +03:00
html,
input,
button,
body {
font-family: "bau";
font-size: 18px;
}
pre,
code,
.mono {
font-family:"scp";
}
#c {
2015-05-17 23:27:59 +03:00
width: 32rem;
margin-left: -16rem;
2015-04-08 05:02:54 +03:00
position: absolute;
left: 50%;
}
2015-05-17 23:27:59 +03:00
h1 {
font-size: 1.6rem;
font-weight: 500;
2015-04-08 05:02:54 +03:00
}
2015-05-17 23:27:59 +03:00
h1:after {
content: "\2014";
margin-left: 1rem;
}
#c pre {
font-size: .6rem;
margin-top: 2rem;
2015-04-09 20:05:03 +03:00
}
2015-04-08 05:02:54 +03:00
#pass {
2015-05-17 23:27:59 +03:00
width: 32rem;
2015-04-08 05:02:54 +03:00
}
button {
border: .3rem solid #000;
background-color: #fff;
font-size: 1rem;
padding: .3rem;
font-weight: 500;
}
2015-05-17 23:27:59 +03:00
.sig {
font-weight: 400;
font-size: 2rem;
display: inline;
vertical-align: middle;
}
2015-05-19 21:54:48 +03:00
span#ship {
2015-05-17 23:27:59 +03:00
font-family: 'bau';
font-weight: 400;
font-size: 1.2rem;
text-transform: uppercase;
letter-spacing: .1rem;
display: inline-block;
min-width: 1rem;
}
2015-04-08 05:02:54 +03:00
input {
2015-05-17 23:27:59 +03:00
font-family: 'scp';
2015-04-08 05:02:54 +03:00
display: inline;
2015-05-17 23:27:59 +03:00
}
2015-05-19 21:54:48 +03:00
span#ship,
2015-05-17 23:27:59 +03:00
input {
2015-04-08 05:02:54 +03:00
border: none;
padding: .3rem;
outline: none;
2015-05-17 23:27:59 +03:00
border-bottom: 3px solid #555;
2015-04-14 03:20:54 +03:00
}