styling, add&del buttons...
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
<div class="cols-2">
|
||||
<div>
|
||||
<li menuitem="" aria-enabled="true" success="" class="menu-link">
|
||||
<input eicinput type="toggler" name="grid" primary="" xsmall="" value="no" aria-enabled="true" labelleft="Grid" classOff="greyed"/>
|
||||
</li>
|
||||
<li menuitem="" aria-enabled="true" success="" class="menu-link">
|
||||
<input eicinput type="toggler" name="axes" primary="" xsmall="" value="no" aria-enabled="true" labelleft="Axes" classOff="greyed"/>
|
||||
</li>
|
||||
</div>
|
||||
<div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<li menuitem="" aria-enabled="true" success="" class="menu-link">
|
||||
<input eicinput type="toggler" name="grid" primary="" xsmall="" value="no" aria-enabled="true" labelleft="Grid" classOff="greyed"/>
|
||||
</li>
|
||||
<li menuitem="" aria-enabled="true" success="" class="menu-link">
|
||||
<input eicinput type="toggler" name="axes" primary="" xsmall="" value="no" aria-enabled="true" labelleft="Axes" classOff="greyed"/>
|
||||
</li>
|
||||
</div>
|
||||
|
||||
@@ -17,22 +17,6 @@
|
||||
"tweenEasing":"Linear"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"chan": "arena:agents:*",
|
||||
"events": [
|
||||
{
|
||||
"eventName": "age",
|
||||
"mappings": [
|
||||
{
|
||||
"id": "aid",
|
||||
"assign": {
|
||||
"material.color": "color"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"eventName": "rotate",
|
||||
@@ -45,7 +29,23 @@
|
||||
"rotation.z": "facing.z"
|
||||
},
|
||||
"tween": true,
|
||||
"tweenDelay": 500
|
||||
"tweenDelay": 150
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"chan": "system:arena:agents:*",
|
||||
"events": [
|
||||
{
|
||||
"eventName": "age",
|
||||
"mappings": [
|
||||
{
|
||||
"id": "aid",
|
||||
"assign": {
|
||||
"material.color": "color"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -333,6 +333,20 @@ menu[eicmenu] [menuitem] i[class^="icon-"] {
|
||||
}
|
||||
article[eiccard] > header h1{ text-align: center; }
|
||||
|
||||
fieldset{
|
||||
border: 1px solid #574;
|
||||
border-radius: 5px;
|
||||
padding: .5em;
|
||||
margin: 1em 0 0 0;
|
||||
background-color: #231;
|
||||
box-shadow: 0px 0px 7px #0B69;
|
||||
}
|
||||
fieldset > legend{
|
||||
font-size: .8em;
|
||||
background-color: #473;
|
||||
border-radius: 1em;
|
||||
padding: 0 .5em 0.2em .5em;
|
||||
}
|
||||
input{
|
||||
width: 100%;
|
||||
border-radius: 1em;
|
||||
|
||||
Reference in New Issue
Block a user