Began work on character sheet templates
This commit is contained in:
@@ -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
|
||||
2
rpg-docs/.meteor/.gitignore
vendored
2
rpg-docs/.meteor/.gitignore
vendored
@@ -1 +1,3 @@
|
||||
local
|
||||
|
||||
local
|
||||
|
||||
@@ -16,4 +16,3 @@ cw4gn3r:jquery-event-drag
|
||||
underscore
|
||||
aldeed:collection2
|
||||
aldeed:autoform
|
||||
ecwyne:polymer-elements
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user