Began retheming. Please bear with me as this progresses.
authorArt Cancro <ajc@citadel.org>
Tue, 28 Sep 2010 15:39:27 +0000 (11:39 -0400)
committerArt Cancro <ajc@citadel.org>
Tue, 28 Sep 2010 15:39:27 +0000 (11:39 -0400)
webcit/static/styles/banner.css
webcit/static/styles/box.css
webcit/static/styles/content.css
webcit/static/styles/webcit.css

index 5067638109107281028af83d5c1b38d863380c16..dacb9ddffdf47bab21ab780fecc4a6ccf3ab8be6 100644 (file)
@@ -1,5 +1,5 @@
 #banner {
-       background-color: #004E79;
+       background-color: #4D555C;
        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;
@@ -87,4 +86,6 @@
 
 .room_actions form select { cursor: pointer }
 
-.start_page { font-size: 60% }
+.start_page {
+       font-size: 50%
+}
index d76793a0428c23ec20e15429a8f9c51a1e19e4dc..aefa3b560a10903b074c62a8e548fd489148e5c5 100644 (file)
@@ -5,7 +5,9 @@
        margin: 0;
 }
 
-#content .box { text-align: center }
+#content .box {
+       text-align: center;
+}
 
 .boxlabel, .boxcontent { margin: 0 }
 
@@ -16,8 +18,8 @@
 }
 
 .boxlabel {
-       background-color: #FF7814;
-       color: #FFF;
+       background-color: #5C646B;
+       color: #FEFFFC;
        font-weight: 700;
        text-align: center;
        padding: 0;
 .boxcontent {
        text-align: left;
        padding: 5px;
-       background-color: #FFF;
+       background-color: #FEFFFC;
        color: #000;
+       border: 2px solid #5C646B;
        border-radius: 0 0 8px 8px;
        -webkit-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px; 
+       -webkit-box-shadow: #666 0px 1px 2px;
+       -moz-box-shadow: #666 0px 2px 3px;
+       box-shadow: #666 0px 2px 3px;
        behavior: url(/static/styles/PIE.htc);
 }
 
index d18cc0335b0664059470e04a010d76eb1d3208fa..d02c15338475788a232d098527a0ab3b6d582d7b 100644 (file)
@@ -4,12 +4,7 @@
        left: 16%;              /* when changing this, also change #banner and #iconbar */
        bottom: 0;
        width: 84%;             /* when changing this, also change #banner and #iconbar */
-       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);
+       background: #F3F6F2;
        color: #000;
        z-index: 2;
        overflow-y: auto;                               
index 76ec126af1eefc401b94f1d3716a0d371cbd84de..19d682b8b469f9a650af7c60257799d5d60baefd 100644 (file)
@@ -40,7 +40,7 @@ body { font-size: 100%}
 /* Color */
 
 body {
-       background-color: #6C91A6;
+       background-color: #F3F6F2;
        font-family: sans-serif;
 }
 
@@ -365,7 +365,9 @@ a { text-decoration: none }
 
 a:active { color: #AD1C00 }
 
-a:link { color: blue }
+a:link {
+       color: #2F65DD;
+}
 
 a:visited { color: purple}