]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/styles/banner.css
cosmetic stuff
[citadel.git] / webcit / static / styles / banner.css
index 5067638109107281028af83d5c1b38d863380c16..9c9e9ad6bed965af6acf180608289474fc6c35ee 100644 (file)
@@ -1,5 +1,10 @@
 #banner {
-       background-color: #004E79;
+       background: #4D555C;
+       background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4D555C), to(#7D858C));
+       background: -moz-linear-gradient(#4D555C, #7D858C);
+       background: linear-gradient(#4D555C, #7D858C);
+       -pie-background: linear-gradient(#4D555C, #7D858C);
+       behavior: url(/static/styles/PIE.htc);
        color: #FFF;
        margin: 0;
        padding: 0;
 #banner h2, #banner .titlebar { font-size: 130% }
 
 #banner ul.room_actions li.start_page a {
-       background-color: #022750;
-       border-top: 1px solid black;
-       border-bottom: 1px solid black;
-       color: #FFF;
+       background-color: #5C646B;
+       color: #FEFFFC;
+       border: 1px solid black;
 }
 #banner .banner {
        display: table-cell;
@@ -77,8 +81,8 @@
 }
 
 #banner ul.room_actions li select, #banner ul.room_actions li input {
-       margin-top: 8px;
-       margin-right: 4px;
+       margin-top: 2px;
+       margin-right: 2px;
 }
 #selectpage.hidden { display: none !important }
 
@@ -87,4 +91,6 @@
 
 .room_actions form select { cursor: pointer }
 
-.start_page { font-size: 60% }
+.start_page {
+       font-size: 50%
+}