]> Pileus Git - ~andy/aweather-web/commitdiff
Add WIP notice
authorAndy Spencer <andy753421@gmail.com>
Fri, 17 Jun 2011 08:02:39 +0000 (08:02 +0000)
committerAndy Spencer <andy753421@gmail.com>
Fri, 17 Jun 2011 08:02:39 +0000 (08:02 +0000)
data/global.css
html.ct

index f994c375ebacb463878f6e969e2a3e7f082e6205..0e99fb45938adf48c107275e43443315ad55ed91 100644 (file)
@@ -160,11 +160,22 @@ body {
        text-decoration: underline;
 }
 
+.msg {
+       color: red;
+       clear: both;
+       position: relative;
+       top: -10px;
+       font-weight: bold;
+       font-style: italic;
+       text-align: center;
+}
+
 /* Footer */
 .footer, .footer * {
        text-align: center;
        font-size: 8pt;
        margin-top: 5px;
+       margin-bottom: 15px;
        color: #444;
 }
 .footer a {
diff --git a/html.ct b/html.ct
index 93b04b7d85da58e2370470981152b288a974de24..9b12bca11393756cada27dd51773813cfe494a4c 100644 (file)
--- a/html.ct
+++ b/html.ct
@@ -39,6 +39,8 @@ Content-Type: text/html; charset=UTF-8
                        </h2>
                </div>
                <div class="content">
+                       <p class="msg">This site is currently under construction.</p>
+                       <p class="msg" style="font-size:8pt; font-weight:normal;">If I had an animated GIF of a guy with a shovel, I would put it here.</p>
                        <% page->print(); %>
                        <div style="clear:both;"></div>
                </div>