JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added warning and hosting credit
authorJason Woofenden <jason@jasonwoof.com>
Thu, 26 Jan 2012 14:41:31 +0000 (09:41 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Thu, 26 Jan 2012 14:41:31 +0000 (09:41 -0500)
index.html
style.less

index 77937b5..58d79ea 100644 (file)
@@ -15,6 +15,7 @@
 </head>
 <body>
        <h1 id="main_header">Peach CGT</h1>
+       <p id="main_warning">Peach CGT is in very early development. It may be buggy, and there is no way to save yet. Games are automatically deleted after 2 hours of inactivity, (maybe sooner if something goes wrong.) Hit refresh if you suspect you're not seeing something the other player did.</p>
        <div id="table">
                <div id="your_side"></div>
                <div id="loading_card" class="card">
                </div>
                <div id="my_side">Cards in this green area (except the two piles on the right) always appear face-down to the other player.</div>
        </div>
-       <div id="deck_designer"><h1>Deck Designer</h1><p>Click each card you'd like in your deck (you'll get four of each) and then click "done" at the bottom.</p></div>
+       <div id="deck_designer">
+               <h1>Deck Designer</h1>
+               <p>Click each card you'd like in your deck (you'll get four of each) and then click "done" at the bottom.</p>
+       </div>
        <div id="copyright">
-               &copy; 2011 <a href="http://jasonwoof.com/" target="_blank">Jason Woofenden</a>. <a href="https://gitorious.org/peach-cgt" target="_blank">Source code</a> licensed under <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank">AGPLv3+</a>.<div>
+               &copy; 2011 <a href="http://jasonwoof.com/" target="_blank">Jason Woofenden</a>. <a href="https://gitorious.org/peach-cgt" target="_blank">Source code</a> licensed under <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank">AGPLv3+</a>. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Free hosting kindly provided by <a href="http://nodester.com">nodester.com</a>.
+       </div>
 </body>
 </html>
index c701f2e..dba9329 100644 (file)
@@ -45,6 +45,16 @@ h1 {
        color: blue;
 }
 
+#main_header {
+       margin-bottom: 0px; // no decenders, big font
+}
+
+#main_warning {
+       color: red;
+       font-weight: bold;
+       margin-top: 0px;
+}
+
 #table {
        width: @table-width;
        height: @table-height;