Experimental changes to the default theme. Gradient
authorArt Cancro <ajc@citadel.org>
Fri, 3 Aug 2007 19:17:30 +0000 (19:17 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 3 Aug 2007 19:17:30 +0000 (19:17 +0000)
background.  We will need to alter some other elements
but that will probably be a good idea anyway.  Also added
a nice little 'grippy' graphic to the message list resize
bar.

webcit/static/resizegrippy.gif [new file with mode: 0644]
webcit/static/webcit.css

diff --git a/webcit/static/resizegrippy.gif b/webcit/static/resizegrippy.gif
new file mode 100644 (file)
index 0000000..3cba005
Binary files /dev/null and b/webcit/static/resizegrippy.gif differ
index 9ed1ee29c4e0ec5cc41bc3843fe15adb16e8710f..ffb5ba158ff70ddbf41075c64a31cdbd90294460 100644 (file)
@@ -8,8 +8,9 @@ body {
        padding: 0 0 0 0;
        height: 100%;
        overflow: auto;
-       background-color: #D8D8D8;
-       //background-image:url(/static/gradient_background.jpg);
+       // background-color: #D8D8D8;
+       background-color: #8888AA;
+       background-image:url(/static/gradient_background.jpg);
        color: #000000;
        font-weight: normal;
        font-size: 10pt;
@@ -307,6 +308,9 @@ li.start_page {
        overflow: hidden;
        cursor: s-resize;
        background-color: #cccccc;
+       background-image:url(/static/resizegrippy.gif);
+       background-repeat: no-repeat;
+       background-position: center; 
 }
 
 * html #resize_msglist {