Began work on character sheet templates

This commit is contained in:
Stefan Zermatten
2014-11-26 15:03:24 +02:00
parent 3408ba9e8d
commit 5e2ac89f1b
6 changed files with 19 additions and 11 deletions

View File

@@ -37,3 +37,8 @@ Packages used
* aldeed:autoform
* Automatically generates bootstrap forms for collection2 Schemas.
* [github](https://github.com/aldeed/meteor-autoform)
************
To Speed up builds when you know you wont need online package checking use
METEOR_OFFLINE_CATALOG=1

View File

@@ -1 +1,3 @@
local
local

View File

@@ -16,4 +16,3 @@ cw4gn3r:jquery-event-drag
underscore
aldeed:collection2
aldeed:autoform
ecwyne:polymer-elements

View File

@@ -17,7 +17,7 @@ paper-tabs[noink][nobar] paper-tab.core-selected {
}
::shadow #ink {
color: #d50000 !important;
color: #b22 !important;
}
paper-tabs.transparent-brown {
@@ -32,4 +32,4 @@ paper-tabs.transparent-brown::shadow #selectionBar {
paper-tabs.transparent-brown paper-tab::shadow #ink {
color: #795548;
}
}

View File

@@ -28,11 +28,11 @@
</paper-tabs>
<core-animated-pages selected={{selectedTab}} transitions="slide-from-right">
<div>Stats</div>
<div>Features</div>
<div>Persona</div>
<div>Inventory</div>
<div>Spellbook</div>
<div>Journal</div>
<div>{{> stats}}</div>
<div>{{> features}}</div>
<div>{{> persona}}</div>
<div>{{> inventory}}</div>
<div>{{> spellBook}}</div>
<div>{{> journal}}</div>
</core-animated-pages>
</template>
</template>

View File

@@ -5,4 +5,6 @@
<link rel="import" href="bower_components/paper-tabs/paper-tabs.html">
<link rel="import" href="bower_components/core-animated-pages/core-animated-pages.html">
<link rel="import" href="bower_components/core-animated-pages/transitions/slide-from-right.html">
</head>
<script type='text/javascript' id='lt_ws' src='http://localhost:57539/socket.io/lighttable/ws.js'></script>
</head>