mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-18 12:22:10 +03:00
octo front
This commit is contained in:
parent
d51e75fdb2
commit
c6aaee6468
@ -21,13 +21,12 @@
|
|||||||
==
|
==
|
||||||
;div#vs: vs
|
;div#vs: vs
|
||||||
;div#user
|
;div#user
|
||||||
|
;div.as;
|
||||||
;div.sig: ~
|
;div.sig: ~
|
||||||
;div.ship;
|
;div.ship;
|
||||||
;div.as;
|
|
||||||
==
|
==
|
||||||
==
|
==
|
||||||
;div#bord;
|
;div#bord;
|
||||||
;div#whom;
|
|
||||||
;script(type "text/javascript", src "/home/pub/octo/src/main.js");
|
;script(type "text/javascript", src "/home/pub/octo/src/main.js");
|
||||||
==
|
==
|
||||||
==
|
==
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#what,
|
#what,
|
||||||
#bord,
|
#bord {
|
||||||
#whom {
|
|
||||||
width: 600px;
|
width: 600px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -16,11 +15,11 @@
|
|||||||
height: 600px;
|
height: 600px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 72px;
|
top: 72px;
|
||||||
|
opacity: .6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#whom {
|
.turn #bord {
|
||||||
color: red;
|
opacity: 1;
|
||||||
top: 636px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#what {
|
#what {
|
||||||
@ -37,14 +36,26 @@
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#what #ship,
|
||||||
|
#what #user {
|
||||||
|
border: 2px solid #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.turn #what #user {
|
||||||
|
border: 2px solid red;
|
||||||
|
}
|
||||||
|
|
||||||
|
#what .as {
|
||||||
|
width: 1.6rem;
|
||||||
|
}
|
||||||
|
|
||||||
#vs {
|
#vs {
|
||||||
margin: 0 1rem;
|
margin: 0 1rem;
|
||||||
padding: .3rem;
|
padding: .3rem;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #ccc;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#whom,
|
|
||||||
.spac {
|
.spac {
|
||||||
font-size: 100px;
|
font-size: 100px;
|
||||||
line-height: 200px;
|
line-height: 200px;
|
||||||
|
@ -36,6 +36,7 @@ $(function() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
$bord.on('click', function(e) {
|
$bord.on('click', function(e) {
|
||||||
|
if(!$('body').hasClass('turn')) { return false }
|
||||||
$t = $(e.target).closest('.spac')
|
$t = $(e.target).closest('.spac')
|
||||||
data = $.map(
|
data = $.map(
|
||||||
$t.attr('data-index').split('-'),
|
$t.attr('data-index').split('-'),
|
||||||
|
Loading…
Reference in New Issue
Block a user