Sha256: 85f5df31bc8b488eb47ee00462bc1744d0761b82f75c2eff77e67d52bbb6ca55
Contents?: true
Size: 1.15 KB
Versions: 39
Compression:
Stored size: 1.15 KB
Contents
<!DOCTYPE html> <html> <head> <?r response.do_not_cache! ?> <?r if title = self[:title] ?> <title>Editing #{title.gsub(/<.*?>/, "")}</title> <?r else ?> <title>Utopia</title> <?r end ?> <link rel="icon" type="image/png" href="/_static/icon.png" /> <link rel="stylesheet" href="/_static/site.css" type="text/css" media="screen" /> <script src="/_components/jquery/jquery.min.js"></script> <style type="text/css"> .editor form { position: absolute; display: flex; flex-direction: column; align-items: center; width: 100%; height: 100%; } .editor .header { flex-grow: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; box-shadow: 0px 1px 0.5rem rgba(0, 0, 0, 0.5); z-index: 10; } .editor .header * { margin: 0.5rem; } .editor textarea { flex-grow: 1; width: 100%; resize: none; outline: none; box-sizing: border-box; margin: 0; padding: 0.5rem; border: none; background: none; } </style> </head> <body class="editor"> <utopia:content/> </body> </html>
Version data entries
39 entries across 39 versions & 1 rubygems