Skip to content

Instantly share code, notes, and snippets.

@Ramblurr
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ramblurr/9415ee5cd5170080ac11 to your computer and use it in GitHub Desktop.
Save Ramblurr/9415ee5cd5170080ac11 to your computer and use it in GitHub Desktop.
Roll20 Character Sheet Testbed
fetch this file from: https://app.roll20dev.net/assets/base.css
fetch this file from: https://app.roll20dev.net/css/editor.css
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<link href="base.css" rel="stylesheet">
<link href="editor.css" rel="stylesheet">
<!--- Link your CSS file here -->
<title></title>
</head>
<body>
<div class="ui-dialog ui-widget ui-widget-content ui-corner-all ui-draggable ui-resizable" style="display: block; width: 868px; height: 100%; margin:0 auto; position: relative !important;">
<div class="dialog characterdialog ui-dialog-content ui-widget-content" style="display: block; width: 100%; height: 100%; overflow: auto;">
<div class="dialog largedialog characterviewer" style="display: block; width: 100%; height: 100%;">
<div class="charsheet" id="root" style="padding-top:0px;">
<!--- BEGIN Character Sheet HTML -->
<!--- END Character Sheet HTML -->
</div>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment