Finally got that gradient background I've always wanted. :)
authorArt Cancro <ajc@citadel.org>
Mon, 27 Sep 2010 03:02:53 +0000 (23:02 -0400)
committerArt Cancro <ajc@citadel.org>
Mon, 27 Sep 2010 03:02:53 +0000 (23:02 -0400)
webcit/static/styles/content.css

index 533a2eabc8a8c90dc77e115e70abc729f444f1f0..d18cc0335b0664059470e04a010d76eb1d3208fa 100644 (file)
@@ -4,7 +4,12 @@
        left: 16%;              /* when changing this, also change #banner and #iconbar */
        bottom: 0;
        width: 84%;             /* when changing this, also change #banner and #iconbar */
-       background-color: #6C91A6;
+       background: #6C91A6;
+       background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9999FF), to(#DDDDFF));
+       background: -moz-linear-gradient(#9999FF, #DDDDFF);
+       background: linear-gradient(#9999FF, #DDDDFF);
+       -pie-background: linear-gradient(#9999FF, #DDDDFF);
+       behavior: url(/PIE.htc);
        color: #000;
        z-index: 2;
        overflow-y: auto;