mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-15 13:17:41 +03:00
octo css + some extras
This commit is contained in:
parent
8b04f19782
commit
8d76510d5f
@ -144,7 +144,7 @@ button {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#ship {
|
||||
span#ship {
|
||||
font-family: 'bau';
|
||||
font-weight: 400;
|
||||
font-size: 1.2rem;
|
||||
@ -159,7 +159,7 @@ input {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#ship,
|
||||
span#ship,
|
||||
input {
|
||||
border: none;
|
||||
padding: .3rem;
|
||||
|
@ -8,10 +8,24 @@
|
||||
;meta(charset "utf-8");
|
||||
;script(type "text/javascript", src "//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.js");
|
||||
;script(type "text/javascript", src "/~/at/base/lib/urb.js");
|
||||
;link(type "text/css", rel "stylesheet", href "/home/lib/base.css");
|
||||
;link(type "text/css", rel "stylesheet", href "/home/pub/octo/src/main.css");
|
||||
;title: urbit cit cat eot
|
||||
;title: octo :urbit
|
||||
==
|
||||
;body
|
||||
;div#what
|
||||
;div#ship
|
||||
;div.sig: ~
|
||||
;div.ship;
|
||||
;div.as;
|
||||
==
|
||||
;div#vs: vs
|
||||
;div#user
|
||||
;div.sig: ~
|
||||
;div.ship;
|
||||
;div.as;
|
||||
==
|
||||
==
|
||||
;div#bord;
|
||||
;div#whom;
|
||||
;script(type "text/javascript", src "/home/pub/octo/src/main.js");
|
||||
|
@ -1,3 +1,4 @@
|
||||
#what,
|
||||
#bord,
|
||||
#whom {
|
||||
width: 600px;
|
||||
@ -7,11 +8,14 @@
|
||||
margin-left: -300px;
|
||||
}
|
||||
|
||||
#what {
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
#bord {
|
||||
width: 600px;
|
||||
height: 600px;
|
||||
position: absolute;
|
||||
top: 18px;
|
||||
top: 72px;
|
||||
}
|
||||
|
||||
#whom {
|
||||
@ -19,6 +23,27 @@
|
||||
top: 636px;
|
||||
}
|
||||
|
||||
#what {
|
||||
font-family: "bau";
|
||||
}
|
||||
|
||||
#what div {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#what .ship {
|
||||
font-weight: 400;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#vs {
|
||||
margin: 0 1rem;
|
||||
padding: .3rem;
|
||||
color: #fff;
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
#whom,
|
||||
.spac {
|
||||
font-size: 100px;
|
||||
|
@ -42,4 +42,7 @@ $(function() {
|
||||
function(i) { return Number(i); })
|
||||
urb.send({mark:'octo-move',data:data})
|
||||
})
|
||||
|
||||
$('#ship .ship').text(window.urb.ship)
|
||||
$('#user .ship').text(window.urb.user)
|
||||
})
|
||||
|
@ -26,7 +26,7 @@
|
||||
;meta(name "viewport", content "width=device-width, height=device-height, ".
|
||||
"initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0");
|
||||
;link(type "text/css", rel "stylesheet", href "/home/pub/talk/src/css/main.css");
|
||||
;title: urbit talk
|
||||
;title: Talk :urbit
|
||||
==
|
||||
;body
|
||||
;div#c;
|
||||
|
Loading…
Reference in New Issue
Block a user