Sha256: f7494e9b1a63ec0daa9b678e1e5c4c558d93fd7a6df869edcedb44c3badfa28a

Contents?: true

Size: 1.76 KB

Versions: 10

Compression:

Stored size: 1.76 KB

Contents

<html>
  <head>
    <meta http-equiv="Content-Type",
      content="text/html; charset=utf-8"/>
    <script type="text/javascript" src="/js/jquery.js"></script>
    <title>RubyStation</title>
    <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

10 entries across 10 versions & 1 rubygems

Version Path
ruby-station-0.1.5 layout/default.xhtml
ruby-station-0.1.4 layout/default.xhtml
ruby-station-0.1.4.rc3 layout/default.xhtml
ruby-station-0.1.4.rc2 layout/default.xhtml
ruby-station-0.1.4.rc1 layout/default.xhtml
ruby-station-0.1.3 layout/default.xhtml
ruby-station-0.1.2 layout/default.xhtml
ruby-station-0.1.1 layout/default.xhtml
ruby-station-0.1.0 layout/default.xhtml
ruby-station-0.0.4 layout/default.xhtml