UNPKG

toloframework

Version:

Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.

64 lines (62 loc) 1.6 kB
<!DOCTYPE html> <html lang="en" data-squireinit="true"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title></title> <style type="text/css"> html { height: 100%; } body { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; height: 100%; padding: 0; background: transparent; color: #000; font: 16px/1.35 Helvetica, arial, sans-serif; cursor: text; } a { color: #69A; text-decoration: underline; } a, input, p { margin: 4px; } h1 { font-size: 138.5%; } h2 { font-size: 123.1%; } h3 { font-size: 108%; } h1,h2,h3 { font-variant: small-caps; border-bottom: 1px solid rgba(0,0,0,.5); } h1,h2,h3,p { margin: 1em 0; } h4,h5,h6 { margin: 0; } ul, ol { margin: 0 1em; padding: 0 1em; } blockquote { border-left: 2px solid blue; margin: 0; padding: 0 10px; } </style> </head> <body> <script type="text/javascript" src="squire.js"></script> </body> </html>