Sha256: f61b330b311f550f4487c56a7c05e0aa629ab796cc351f2fdc3130e8dea2bcc7
Contents?: true
Size: 1.73 KB
Versions: 2
Compression:
Stored size: 1.73 KB
Contents
<html> <head> <meta http-equiv="Content-Type", content="text/html; charset=utf-8"/> <script type="text/javascript" src="/js/jquery.js"></script> <style type='text/css'> body { font-size: 16px; line-height: 20px; font-family: Georgia, serif; background: white; margin: 0 10%; background-color:#D01; } a { color: #D01; text-decoration: none; } h1, h2, h3, h4, p, hr, div { padding: 0px; margin-bottom: 20px; } h1, h2, h3, h4, form * { font-family: sans-serif } h1 { font-size: 45px; line-height: 45px; padding-bottom: 13px; border-bottom: 2px solid black; margin: 10px;} h1 span#subtitle { font-size: 20px; } h2 { font-size: 20px; line-height: 20px;} h4 { padding: 0px; margin: 0px; } a.delete { color: maroon; } div#main { width: 100%; background-color:white; padding:10px;} div.create { margin-left: 20px; float: right; } div.entry { border-bottom: 2px solid silver; } div.comment { border-bottom: 1px solid silver;} div.comment p.info { font-style: italic;} div#left { width: 50%; float: left; } div#right { width: 50%; float: right; } span.max_catches{ font-size: small; } div#trick_description { margin-left: 2em; } table#trick_records { border-collapse: collapse; } table#trick_records td, table#trick_records th { border: 1px solid black; } td#trick_add_record { border: 0px solid white;; } div#footer{ text-align: right; } </style> </head> <body> <div id="main"> <h1> <a href="/">RubyStation</a> </h1> <div> #@content </div> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yhara-ruby-station-0.0.1 | layout/default.xhtml |
yhara-ruby-station-0.0.2 | layout/default.xhtml |