http://bugs.dwscoalition.org/show_bug.cgi?id=295 production
authormark
Wed Apr 15 04:44:57 2009 +0000
branchproduction
changeset 70766c67e811173
parent 706 018d9dc92fec
child 708 ed8535b7885b
http://bugs.dwscoalition.org/show_bug.cgi?id=295

Remove a heckuva lot of LJ blue still sitting around.

Patch by ursamajor.
doc/raw/build/style.css
htdocs/community/settings.bml
htdocs/doc/s2/style.css
htdocs/doc/server/style.css
htdocs/inbox/index.bml
htdocs/stc/contextualhover.css
htdocs/stc/cprod.css
htdocs/stc/customize-s1.css
htdocs/stc/editpics.css
htdocs/stc/entry.css
htdocs/stc/fck/editor/css/fck_editorarea.css
htdocs/stc/lj_base-app.css
htdocs/stc/lj_settings.css
htdocs/stc/logout.css
htdocs/stc/pagemodules.css
htdocs/stc/portal/Dystopia.css
htdocs/stc/portal/MainStyle.css
htdocs/stc/profile.css
htdocs/stc/settings.css
htdocs/stc/userprofile.css
htdocs/stc/widgets/browse.css
htdocs/stc/widgets/currenttheme.css
htdocs/stc/widgets/customizetheme.css
htdocs/stc/widgets/layoutchooser.css
htdocs/stc/widgets/linkslist.css
htdocs/stc/widgets/login.css
htdocs/stc/widgets/moodthemechooser.css
htdocs/stc/widgets/qotdresponses.css
htdocs/stc/widgets/themechooser.css
htdocs/stc/widgets/themenav.css
     1.1 --- a/doc/raw/build/style.css	Wed Apr 15 04:38:01 2009 +0000
     1.2 +++ b/doc/raw/build/style.css	Wed Apr 15 04:44:57 2009 +0000
     1.3 @@ -24,10 +24,10 @@
     1.4  dl { margin-left: 40px; }
     1.5  
     1.6  h2 {
     1.7 -   border-top: 2px solid #8fc3f7;
     1.8 -   border-left: 2px solid #8fc3f7;
     1.9 +   border-top: 2px solid #c1272d;
    1.10 +   border-left: 2px solid #c1272d;
    1.11     padding: 3px;
    1.12 -   background: #69c;
    1.13 +   background: #f4717a 
    1.14  }
    1.15  h3 {
    1.16     border-bottom: 2px dotted #a84510;
    1.17 @@ -44,7 +44,7 @@
    1.18  div.navheader
    1.19  { 
    1.20    width: 100%;
    1.21 -  background-color: #036;
    1.22 +  background-color: #c1272c; 
    1.23    color: #fff;
    1.24    border-top-style: solid;
    1.25    border-top-width: 1px;
    1.26 @@ -53,7 +53,7 @@
    1.27  /* FIXME: make bottom bar prettier */
    1.28  div.navfooter
    1.29  {
    1.30 -  border-top: 1px solid #036;
    1.31 +  border-top: 1px solid #c1272c; 
    1.32  }
    1.33  
    1.34  div.navheader a, div.navheader a:visited {
    1.35 @@ -96,11 +96,11 @@
    1.36  /* guibutton/label styling used by /doc/raw/s2/lj/quickstart.xml */
    1.37  
    1.38  .guibutton { 
    1.39 -  background-color: #559A40;
    1.40 +  background-color: #f4717a;
    1.41    color: #000;
    1.42 -  border: 2px solid #76AE65;
    1.43 -  border-bottom: 2px solid #447C33;
    1.44 -  border-right: 2px solid #447C33;
    1.45 +  border: 2px solid #f6828b;
    1.46 +  border-bottom: 2px solid #c1272d;
    1.47 +  border-right: 2px solid #c1272d;
    1.48    padding-left: 2px;
    1.49    padding-right: 2px;  
    1.50    font-weight: bold;
     2.1 --- a/htdocs/community/settings.bml	Wed Apr 15 04:38:01 2009 +0000
     2.2 +++ b/htdocs/community/settings.bml	Wed Apr 15 04:44:57 2009 +0000
     2.3 @@ -16,7 +16,7 @@
     2.4      * html fieldset div { height: 190px; }
     2.5      *:first-child+html fieldset div { min-height: 190px; }
     2.6      #left-column, #right-column { float: left; }
     2.7 -    legend { color: #036; font-size: 1.2em; font-weight: bold; }
     2.8 +    legend { color: #c1272c; font-size: 1.2em; font-weight: bold; }
     2.9      p.input-wrapper { margin-left: 27px; text-indent: -27px; }
    2.10      label { color: #444; }
    2.11      label b { color: #000; }
     3.1 --- a/htdocs/doc/s2/style.css	Wed Apr 15 04:38:01 2009 +0000
     3.2 +++ b/htdocs/doc/s2/style.css	Wed Apr 15 04:44:57 2009 +0000
     3.3 @@ -29,10 +29,10 @@
     3.4  dl { margin-left: 40px; }
     3.5  
     3.6  h2 {
     3.7 -   border-top: 2px solid #8fc3f7;
     3.8 -   border-left: 2px solid #8fc3f7;
     3.9 +   border-top: 2px solid #c1272d;
    3.10 +   border-left: 2px solid #c1272d;
    3.11     padding: 3px;
    3.12 -   background: #69c;
    3.13 +   background: #f4717a 
    3.14  }
    3.15  h3 {
    3.16     border-bottom: 2px dotted #a84510;
    3.17 @@ -47,7 +47,7 @@
    3.18  div.navheader
    3.19  { 
    3.20    width: 100%;
    3.21 -  background-color: #036;
    3.22 +  background-color: #c1272c; 
    3.23    color: #fff;
    3.24    border-top-style: solid;
    3.25    border-top-width: 1px;
    3.26 @@ -56,7 +56,7 @@
    3.27  /* FIXME: make bottom bar prettier */
    3.28  div.navfooter
    3.29  {
    3.30 -  border-top: 1px solid #036;
    3.31 +  border-top: 1px solid #c1272c; 
    3.32  }
    3.33  
    3.34  div.navheader a, div.navheader a:visited {
     4.1 --- a/htdocs/doc/server/style.css	Wed Apr 15 04:38:01 2009 +0000
     4.2 +++ b/htdocs/doc/server/style.css	Wed Apr 15 04:44:57 2009 +0000
     4.3 @@ -24,10 +24,10 @@
     4.4  dl { margin-left: 40px; }
     4.5  
     4.6  h2 {
     4.7 -   border-top: 2px solid #8fc3f7;
     4.8 -   border-left: 2px solid #8fc3f7;
     4.9 +   border-top: 2px solid #c1272d;
    4.10 +   border-left: 2px solid #c1272d;
    4.11     padding: 3px;
    4.12 -   background: #69c;
    4.13 +   background: #f4717a 
    4.14  }
    4.15  h3 {
    4.16     border-bottom: 2px dotted #a84510;
    4.17 @@ -44,7 +44,7 @@
    4.18  div.navheader
    4.19  { 
    4.20    width: 100%;
    4.21 -  background-color: #036;
    4.22 +  background-color: #c1272c; 
    4.23    color: #fff;
    4.24    border-top-style: solid;
    4.25    border-top-width: 1px;
    4.26 @@ -53,7 +53,7 @@
    4.27  /* FIXME: make bottom bar prettier */
    4.28  div.navfooter
    4.29  {
    4.30 -  border-top: 1px solid #036;
    4.31 +  border-top: 1px solid #c1272c; 
    4.32  }
    4.33  
    4.34  div.navheader a, div.navheader a:visited {
    4.35 @@ -96,11 +96,11 @@
    4.36  /* guibutton/label styling used by /doc/raw/s2/lj/quickstart.xml */
    4.37  
    4.38  .guibutton { 
    4.39 -  background-color: #559A40;
    4.40 +  background-color: #f4717a;
    4.41    color: #000;
    4.42 -  border: 2px solid #76AE65;
    4.43 -  border-bottom: 2px solid #447C33;
    4.44 -  border-right: 2px solid #447C33;
    4.45 +  border: 2px solid #f6828b;
    4.46 +  border-bottom: 2px solid #c1272d;
    4.47 +  border-right: 2px solid #c1272d;
    4.48    padding-left: 2px;
    4.49    padding-right: 2px;  
    4.50    font-weight: bold;
     5.1 --- a/htdocs/inbox/index.bml	Wed Apr 15 04:38:01 2009 +0000
     5.2 +++ b/htdocs/inbox/index.bml	Wed Apr 15 04:44:57 2009 +0000
     5.3 @@ -59,7 +59,7 @@
     5.4      $selected_folder = qq(
     5.5          <style>#esn_folder_$selected_folder {
     5.6          font-weight: bold;
     5.7 -        background-color: #C7E0F6;
     5.8 +        background-color: #ffd8d8;
     5.9          border: 1px solid #bbb;
    5.10          }</style>
    5.11          );
     6.1 --- a/htdocs/stc/contextualhover.css	Wed Apr 15 04:38:01 2009 +0000
     6.2 +++ b/htdocs/stc/contextualhover.css	Wed Apr 15 04:44:57 2009 +0000
     6.3 @@ -19,7 +19,7 @@
     6.4      left: -2px;
     6.5      background-color: #fff !important;
     6.6      color: #000 !important;
     6.7 -    border: 1px solid #036;
     6.8 +    border: 1px solid #c1272c; 
     6.9      padding: 0px;
    6.10      width: 20em;
    6.11      }
    6.12 @@ -69,5 +69,5 @@
    6.13     div.ContextualPopup div.Inner a, div.ContextualPopup div.Inner a:visited {
    6.14          text-decoration: underline !important;
    6.15          font-weight: bold;
    6.16 -        color: #00C !important;
    6.17 +        color: #c1272c !important;
    6.18          }
     7.1 --- a/htdocs/stc/cprod.css	Wed Apr 15 04:38:01 2009 +0000
     7.2 +++ b/htdocs/stc/cprod.css	Wed Apr 15 04:44:57 2009 +0000
     7.3 @@ -29,7 +29,7 @@
     7.4      margin: -8px 0 8px 0 !important;
     7.5      position: relative; 
     7.6      line-height: 1.4em;
     7.7 -    border: 1px solid #8FC3F7;
     7.8 +    border: 1px solid #c1272d;
     7.9      padding: 11px 14px 14px 14px;
    7.10      font-size: 95% !important;
    7.11  }
    7.12 @@ -66,5 +66,5 @@
    7.13  }
    7.14  .cprod .alllink a:hover {
    7.15      text-decoration: underline;
    7.16 -    color: #00C;
    7.17 +    color: #c1272c;
    7.18  }
     8.1 --- a/htdocs/stc/customize-s1.css	Wed Apr 15 04:38:01 2009 +0000
     8.2 +++ b/htdocs/stc/customize-s1.css	Wed Apr 15 04:44:57 2009 +0000
     8.3 @@ -4,14 +4,14 @@
     8.4  }
     8.5  #Tabs {
     8.6      margin: 0; padding: 0;
     8.7 -    border-bottom: 2em solid #69c;
     8.8 +    border-bottom: 2em solid #f4717a 
     8.9      display: block;
    8.10      list-style-type: none;
    8.11      clear: right;
    8.12  }
    8.13  #Tabs li {
    8.14      font-size: 1em;
    8.15 -    border: 2px solid #69c;
    8.16 +    border: 2px solid #f4717a 
    8.17      margin: 0 0.2em -2em 0.8em;
    8.18      padding: 0.25em 0.25em 0em 0.25em;
    8.19      background: #ddd;
    8.20 @@ -19,7 +19,7 @@
    8.21      white-space: nowrap;
    8.22  }
    8.23  #Tabs li.SelectedTab {
    8.24 -    background-color: #69c;
    8.25 +    background-color: #f4717a 
    8.26      font-weight: bold;
    8.27  }
    8.28  #Tabs li a {
    8.29 @@ -34,7 +34,7 @@
    8.30  }
    8.31  #CurrentTab {
    8.32      margin-top: 0;
    8.33 -    border: 1px solid #69c;
    8.34 +    border: 1px solid #f4717a 
    8.35      padding: .5em;
    8.36  }
    8.37  #CurrentTabMain {
     9.1 --- a/htdocs/stc/editpics.css	Wed Apr 15 04:38:01 2009 +0000
     9.2 +++ b/htdocs/stc/editpics.css	Wed Apr 15 04:44:57 2009 +0000
     9.3 @@ -26,7 +26,7 @@
     9.4      width: 300px;
     9.5      margin: 0 15px 0 0;
     9.6      background-color: #c5dff9;
     9.7 -    border: 1px solid #8fc3f7;
     9.8 +    border: 1px solid #c1272d;
     9.9  }
    9.10  #uploadBox-inner  {
    9.11      padding: 6px 12px;
    10.1 --- a/htdocs/stc/entry.css	Wed Apr 15 04:38:01 2009 +0000
    10.2 +++ b/htdocs/stc/entry.css	Wed Apr 15 04:44:57 2009 +0000
    10.3 @@ -84,7 +84,7 @@
    10.4  #lj_userpicselect {
    10.5      float: left;
    10.6      font-size: 85%;
    10.7 -    color: #00C;
    10.8 +    color: #c1272c;
    10.9      margin: 4px 0px 0px 5px;
   10.10      position: relative;
   10.11      font-size: 85%;
   10.12 @@ -96,7 +96,7 @@
   10.13      position: relative;
   10.14  }
   10.15  #lj_userpicselect_img:hover {
   10.16 -    border: 1px solid #003366;
   10.17 +    border: 1px solid #c1272c;
   10.18  }
   10.19  #lj_userpicselect_img img {
   10.20      display: block;
   10.21 @@ -114,7 +114,7 @@
   10.22      text-align: center;
   10.23      left: 0;
   10.24      top: 38px; 
   10.25 -    color: #003366 !important;
   10.26 +    color: #c1272c !important;
   10.27      cursor: pointer;
   10.28      width: 100%;
   10.29  }
   10.30 @@ -122,7 +122,7 @@
   10.31      width: 102px;
   10.32  }
   10.33  #userpic_preview_image.userpic_loggedout {
   10.34 -    border: 1px solid #003366;
   10.35 +    border: 1px solid #c1272c;
   10.36  }
   10.37  .userpic_preview_border {
   10.38      border: 1px solid #ccc;
   10.39 @@ -190,7 +190,7 @@
   10.40      background-color: #fff;
   10.41      float: left;
   10.42      outline: none;
   10.43 -    border: 1px solid #6699CC;
   10.44 +    border: 1px solid #f4717a;
   10.45      border-bottom: none;
   10.46  }
   10.47  #entry ul li.on {
   10.48 @@ -256,7 +256,7 @@
   10.49      margin: 0 0 0 15px !important;
   10.50  }
   10.51  #spellcheck-results {
   10.52 -    border: 1px solid #6699CC;
   10.53 +    border: 1px solid #f4717a;
   10.54      border-top: none;
   10.55      font-size: 95%;
   10.56      background-color: #ffffdd;
    11.1 --- a/htdocs/stc/fck/editor/css/fck_editorarea.css	Wed Apr 15 04:38:01 2009 +0000
    11.2 +++ b/htdocs/stc/fck/editor/css/fck_editorarea.css	Wed Apr 15 04:44:57 2009 +0000
    11.3 @@ -129,7 +129,7 @@
    11.4  .ljuser
    11.5  {
    11.6          white-space: nowrap;
    11.7 -        color: #00C;
    11.8 +        color: #c1272c;
    11.9          font-weight: bold;
   11.10          display: inline;
   11.11  }
    12.1 --- a/htdocs/stc/lj_base-app.css	Wed Apr 15 04:38:01 2009 +0000
    12.2 +++ b/htdocs/stc/lj_base-app.css	Wed Apr 15 04:44:57 2009 +0000
    12.3 @@ -47,10 +47,10 @@
    12.4      font-size: 110%;
    12.5      color: #fff;
    12.6      margin: 0;
    12.7 -    background: #559A40;
    12.8 -    border: 2px solid #76AE65;
    12.9 -    border-bottom: 2px solid #447C33;
   12.10 -    border-right: 2px solid #447C33;
   12.11 +    background: #f4717a;
   12.12 +    border: 2px solid #f6828b;
   12.13 +    border-bottom: 2px solid #c1272d;
   12.14 +    border-right: 2px solid #c1272d;
   12.15  }
   12.16  
   12.17  .detail {
   12.18 @@ -72,7 +72,7 @@
   12.19  hr.hr {
   12.20      border: 0;
   12.21      width: 100%;
   12.22 -    color: #8FC3F7; background-color: #8FC3F7;
   12.23 +    color: #c1272d; background-color: #c1272d;
   12.24      height: 1px;
   12.25  }
   12.26  /* generic class for removing styling from ul */
   12.27 @@ -85,8 +85,8 @@
   12.28  /* tables where rows alternate colors */
   12.29  table.alternating-rows th {
   12.30      text-align: left;
   12.31 -    border-top: 1px solid #8FC3F7;
   12.32 -    border-bottom: 1px solid #8FC3F7;
   12.33 +    border-top: 1px solid #c1272d;
   12.34 +    border-bottom: 1px solid #c1272d;
   12.35      background-color: #C5DFF9;
   12.36      padding: 6px 4px;
   12.37  }
   12.38 @@ -171,7 +171,7 @@
   12.39  }
   12.40  
   12.41  .standout-border {
   12.42 -    border: 1px solid #8fc3f7;
   12.43 +    border: 1px solid #c1272d;
   12.44      padding: 6px;
   12.45  }
   12.46  .standout-background {
   12.47 @@ -184,7 +184,7 @@
   12.48      width: 300px;
   12.49      color: #000000;
   12.50      background-color: #c5dff9;
   12.51 -    border: 1px solid #8fc3f7;
   12.52 +    border: 1px solid #c1272d;
   12.53      margin: 10px;
   12.54      padding: 10px;
   12.55  }
   12.56 @@ -194,7 +194,7 @@
   12.57  }
   12.58  
   12.59  .textbutton { 
   12.60 -    color: #0000CC;
   12.61 +    color: #c1272c;
   12.62      cursor: pointer;
   12.63  }
   12.64  
    13.1 --- a/htdocs/stc/lj_settings.css	Wed Apr 15 04:38:01 2009 +0000
    13.2 +++ b/htdocs/stc/lj_settings.css	Wed Apr 15 04:44:57 2009 +0000
    13.3 @@ -52,9 +52,9 @@
    13.4      font-weight: bold;
    13.5      margin-top: 10px;
    13.6      padding: 5px;
    13.7 -    color: #036;
    13.8 +    color: #c1272c; 
    13.9      background-color: #c5dff9;
   13.10 -    border: 1px solid #8fc3f7;
   13.11 +    border: 1px solid #c1272d;
   13.12  }
   13.13  
   13.14  .view_options {
    14.1 --- a/htdocs/stc/logout.css	Wed Apr 15 04:38:01 2009 +0000
    14.2 +++ b/htdocs/stc/logout.css	Wed Apr 15 04:44:57 2009 +0000
    14.3 @@ -58,7 +58,7 @@
    14.4  }
    14.5  #lj-bulletlist li a {
    14.6      display: block;
    14.7 -    color: #036;
    14.8 +    color: #c1272c; 
    14.9      padding: 6px 0 8px 30px;
   14.10      text-decoration: none;
   14.11  }
   14.12 @@ -66,7 +66,7 @@
   14.13      display: inline-block;
   14.14  }
   14.15  #lj-bulletlist li a:hover {
   14.16 -    color: #69C;
   14.17 +    color: #f4717a 
   14.18  }
   14.19  
   14.20  table.stats-meter {
   14.21 @@ -81,7 +81,7 @@
   14.22      font-weight: bold;
   14.23  }
   14.24  .news .subject {
   14.25 -    color: #036;
   14.26 +    color: #c1272c; 
   14.27      font-weight: bold;
   14.28  }
   14.29  .news .date {
   14.30 @@ -89,7 +89,7 @@
   14.31      font-weight: bold;
   14.32  }
   14.33  .sub_head {
   14.34 -    color: #036;
   14.35 +    color: #c1272c; 
   14.36      font-size: 1.2em;
   14.37      font-weight: bold;
   14.38  }
   14.39 @@ -207,13 +207,13 @@
   14.40      font-size: 130%;
   14.41      color: #fff;
   14.42      margin: 8px 0;
   14.43 -    background: #559A40;
   14.44 -    border: 2px solid #76AE65;
   14.45 -    border-bottom: 2px solid #447C33;
   14.46 -    border-right: 2px solid #447C33;
   14.47 +    background: #f4717a;
   14.48 +    border: 2px solid #f6828b;
   14.49 +    border-bottom: 2px solid #c1272d;
   14.50 +    border-right: 2px solid #c1272d;
   14.51  }
   14.52  .homepage-wrapper input.start:hover {
   14.53 -    background: #447C33;
   14.54 +    background: #c1272d;
   14.55  }
   14.56  .homepage-wrapper .homepage-facts {
   14.57      position: relative;
   14.58 @@ -314,7 +314,7 @@
   14.59      position: relative; 
   14.60      height: 80px;
   14.61      font-size: 12px;    
   14.62 -    color: #036;
   14.63 +    color: #c1272c; 
   14.64      text-decoration: none;
   14.65  }
   14.66  #frankpic:hover {
    15.1 --- a/htdocs/stc/pagemodules.css	Wed Apr 15 04:38:01 2009 +0000
    15.2 +++ b/htdocs/stc/pagemodules.css	Wed Apr 15 04:44:57 2009 +0000
    15.3 @@ -20,7 +20,7 @@
    15.4  }
    15.5  
    15.6  .module h2.main-header {
    15.7 -    background-color: #c7e0f6;
    15.8 +    background-color: #ffd8d8;
    15.9  }
   15.10  
   15.11  .module .header-right-link {
    16.1 --- a/htdocs/stc/portal/Dystopia.css	Wed Apr 15 04:38:01 2009 +0000
    16.2 +++ b/htdocs/stc/portal/Dystopia.css	Wed Apr 15 04:44:57 2009 +0000
    16.3 @@ -5,7 +5,7 @@
    16.4   
    16.5  .DropDownMenu {
    16.6  	background-color: #FFF;
    16.7 -	border: 2px solid #003366;
    16.8 +	border: 2px solid #c1272c;
    16.9  	}
   16.10  	
   16.11  .BoxDescription {
   16.12 @@ -21,7 +21,7 @@
   16.13  	}
   16.14  	
   16.15  .PortalFenster {
   16.16 -	border: 2px solid #003366;
   16.17 +	border: 2px solid #c1272c;
   16.18  	background-color: #fff;
   16.19  	}
   16.20  	
   16.21 @@ -84,7 +84,7 @@
   16.22  	}
   16.23  	
   16.24  #AddPortalMenuButton:hover {
   16.25 -    background-color: #003366 !important;
   16.26 +    background-color: #c1272c !important;
   16.27      }
   16.28  
   16.29  #PortalResetAllButton {
   16.30 @@ -116,7 +116,7 @@
   16.31   	}
   16.32    
   16.33  .PortalBoxContent a:hover {
   16.34 -	color: #003366;
   16.35 +	color: #c1272c;
   16.36  	}
   16.37  	
   16.38  
   16.39 @@ -175,7 +175,7 @@
   16.40  /*----------------------- Recent Comments ----------------------*/
   16.41   
   16.42   .RecentCommentTitle {
   16.43 - 	color: #003366;
   16.44 + 	color: #c1272c;
   16.45   	}
   16.46   	
   16.47   .RecentCommentDate {
   16.48 @@ -184,7 +184,7 @@
   16.49   	
   16.50   .RecentCommentItem {
   16.51   	background-color: #fff;
   16.52 - 	color: #003366;
   16.53 + 	color: #c1272c;
   16.54   	border: 1px solid #dfecfa;
   16.55   	}
   16.56   	
    17.1 --- a/htdocs/stc/portal/MainStyle.css	Wed Apr 15 04:38:01 2009 +0000
    17.2 +++ b/htdocs/stc/portal/MainStyle.css	Wed Apr 15 04:44:57 2009 +0000
    17.3 @@ -207,7 +207,7 @@
    17.4  #AddPortalMenuButton {
    17.5  	text-align: right;
    17.6      margin: 10px -4px 15px 0;
    17.7 -    background: #6699cc url(http://pics.livejournal.com/veroz/pic/00051xwq) no-repeat 4% 50%;
    17.8 +    background: #f4717a url(http://pics.livejournal.com/veroz/pic/00051xwq) no-repeat 4% 50%;
    17.9      width: 125px;
   17.10      padding: 3px;
   17.11  	}
    18.1 --- a/htdocs/stc/profile.css	Wed Apr 15 04:38:01 2009 +0000
    18.2 +++ b/htdocs/stc/profile.css	Wed Apr 15 04:44:57 2009 +0000
    18.3 @@ -59,7 +59,7 @@
    18.4          display: block;
    18.5          padding: 3px 5px;
    18.6          list-style: none;
    18.7 -        border-bottom: 1px solid #c7e0f6;
    18.8 +        border-bottom: 1px solid #ffd8d8;
    18.9          background-color: #ecf6ff;
   18.10          line-height: 18px;
   18.11      }
   18.12 @@ -145,7 +145,7 @@
   18.13  .section {
   18.14      font-size: 1.1em;
   18.15      font-weight: bold;
   18.16 -    border-bottom: 1px solid #c7e0f6;
   18.17 +    border-bottom: 1px solid #ffd8d8;
   18.18      background-color: #ecf6ff;
   18.19      margin: 10px 0 10px 0;
   18.20      padding: 2px;
    19.1 --- a/htdocs/stc/settings.css	Wed Apr 15 04:38:01 2009 +0000
    19.2 +++ b/htdocs/stc/settings.css	Wed Apr 15 04:44:57 2009 +0000
    19.3 @@ -18,7 +18,7 @@
    19.4      min-width: 625px;
    19.5  }
    19.6  #settings_save {
    19.7 -    background: #c7e0f6;
    19.8 +    background: #ffd8d8;
    19.9      padding: 5px 7px;
   19.10  }
   19.11  
   19.12 @@ -39,12 +39,12 @@
   19.13      margin-right: 5px;
   19.14      padding: 2px 7px;
   19.15      font-weight: bold;
   19.16 -    border-color: #c7e0f6;
   19.17 +    border-color: #ffd8d8;
   19.18      border-width: 2px 2px 0 2px;
   19.19      border-style: solid;
   19.20  }
   19.21  #settings_nav li a:hover, #settings_nav li a.active {
   19.22 -    background: #c7e0f6;
   19.23 +    background: #ffd8d8;
   19.24  }
   19.25  #settings_nav li.disabled {
   19.26      color: #999;
   19.27 @@ -59,7 +59,7 @@
   19.28  }
   19.29  #settings_nav_title p {
   19.30      clear: left;
   19.31 -    background: #c7e0f6;
   19.32 +    background: #ffd8d8;
   19.33      padding: 4px 10px;
   19.34      display: block;
   19.35      margin: 0;
    20.1 --- a/htdocs/stc/userprofile.css	Wed Apr 15 04:38:01 2009 +0000
    20.2 +++ b/htdocs/stc/userprofile.css	Wed Apr 15 04:44:57 2009 +0000
    20.3 @@ -3,7 +3,7 @@
    20.4      }
    20.5  
    20.6  h1 a {
    20.7 -	color: #036;
    20.8 +	color: #c1272c; 
    20.9  	font-size: 1em;
   20.10  	}
   20.11  
   20.12 @@ -59,14 +59,14 @@
   20.13  			
   20.14  	#beta .module fieldset legend {
   20.15  		background: #fff;
   20.16 -		color: #036;
   20.17 +		color: #c1272c; 
   20.18  		font-weight: bold;
   20.19  		display: block;
   20.20  		}
   20.21  		
   20.22  		#beta .module legend a {
   20.23  		    text-decoration: none;
   20.24 -		    color: #036;
   20.25 +		    color: #c1272c; 
   20.26  			}
   20.27  			
   20.28  			#beta .module legend .edit a {
   20.29 @@ -82,7 +82,7 @@
   20.30  	    display: table;
   20.31  	    width: 100%;
   20.32  		position: relative;
   20.33 -		background: #69c;
   20.34 +		background: #f4717a 
   20.35  		margin: 0;
   20.36  		padding: .2em;
   20.37  		font-size: 1em;
   20.38 @@ -148,4 +148,4 @@
   20.39      
   20.40  .journal_stats {
   20.41      margin: 1em 0 0 0;
   20.42 -    }
   20.43 \ No newline at end of file
   20.44 +    }
    21.1 --- a/htdocs/stc/widgets/browse.css	Wed Apr 15 04:38:01 2009 +0000
    21.2 +++ b/htdocs/stc/widgets/browse.css	Wed Apr 15 04:44:57 2009 +0000
    21.3 @@ -3,7 +3,7 @@
    21.4  }
    21.5  
    21.6  .appwidget-browse a {
    21.7 -    color: #69c !important;
    21.8 +    color: #f4717a !important;
    21.9  }
   21.10  
   21.11  .appwidget-browse h2 {
    22.1 --- a/htdocs/stc/widgets/currenttheme.css	Wed Apr 15 04:38:01 2009 +0000
    22.2 +++ b/htdocs/stc/widgets/currenttheme.css	Wed Apr 15 04:44:57 2009 +0000
    22.3 @@ -1,5 +1,5 @@
    22.4  .theme-current h2.widget-header {
    22.5 -    background-color: #C7E0F6;
    22.6 +    background-color: #ffd8d8;
    22.7  }
    22.8  .theme-current-content {
    22.9      padding: 0 8px 8px 8px;
    23.1 --- a/htdocs/stc/widgets/customizetheme.css	Wed Apr 15 04:38:01 2009 +0000
    23.2 +++ b/htdocs/stc/widgets/customizetheme.css	Wed Apr 15 04:44:57 2009 +0000
    23.3 @@ -1,10 +1,10 @@
    23.4  .customize-button {    
    23.5      font-size: 11px;
    23.6      color: #fff;
    23.7 -    background: #559A40;
    23.8 -    border: 2px solid #76AE65;
    23.9 -    border-bottom: 2px solid #447C33;
   23.10 -    border-right: 2px solid #447C33;
   23.11 +    background: #f4717a;
   23.12 +    border: 2px solid #f6828b;
   23.13 +    border-bottom: 2px solid #c1272d;
   23.14 +    border-right: 2px solid #c1272d;
   23.15  }
   23.16  .customize-buttons {
   23.17      text-align: right;
   23.18 @@ -30,7 +30,7 @@
   23.19      padding: 0 15px 25px 15px;
   23.20      margin: 0 0 15px 134px;
   23.21      position: relative;
   23.22 -    border: 1px solid #C7E0F6;
   23.23 +    border: 1px solid #ffd8d8;
   23.24      border-left: none; 
   23.25      zoom: 1;
   23.26  
   23.27 @@ -40,7 +40,7 @@
   23.28      font-weight: bold;
   23.29      padding: 5px 0 5px 25px;
   23.30      background: #ECF6FF url(/img/customize/arrow-right.gif) left center no-repeat;
   23.31 -    border-bottom: 1px solid #C7E0F6;
   23.32 +    border-bottom: 1px solid #ffd8d8;
   23.33      display: inline-block;
   23.34  }
   23.35  .customize-content .subheader[class] {
   23.36 @@ -86,7 +86,7 @@
   23.37      text-decoration: none;
   23.38      display: block;
   23.39      padding: 3px 6px;
   23.40 -    border-right: 1px solid #C7E0F6;
   23.41 +    border-right: 1px solid #ffd8d8;
   23.42  }
   23.43  .customize-nav li a:hover {
   23.44      text-decoration: underline;
   23.45 @@ -100,11 +100,11 @@
   23.46      padding: 3px 0;
   23.47      margin: 0;
   23.48      font-size: 11px;
   23.49 -    border-right: 1px solid #C7E0F6;
   23.50 +    border-right: 1px solid #ffd8d8;
   23.51  }
   23.52  .customize-nav li.on a,
   23.53  .customize-nav li.on ul {
   23.54 -    border: 1px solid #C7E0F6;
   23.55 +    border: 1px solid #ffd8d8;
   23.56      border-right: none;
   23.57      font-weight: bold;
   23.58      background: #fff;
   23.59 @@ -136,7 +136,7 @@
   23.60  }
   23.61  
   23.62  .customize-nav li a:visited {
   23.63 -    color: #00c;
   23.64 +    color: #c1272c;
   23.65  }
   23.66  
   23.67  * html .customize-nav li a {
    24.1 --- a/htdocs/stc/widgets/layoutchooser.css	Wed Apr 15 04:38:01 2009 +0000
    24.2 +++ b/htdocs/stc/widgets/layoutchooser.css	Wed Apr 15 04:44:57 2009 +0000
    24.3 @@ -1,10 +1,10 @@
    24.4  .layout-item .layout-button {
    24.5      font-size: 11px;
    24.6      color: #fff;
    24.7 -    background: #559A40;
    24.8 -    border: 2px solid #76AE65;
    24.9 -    border-bottom: 2px solid #447C33;
   24.10 -    border-right: 2px solid #447C33;
   24.11 +    background: #f4717a;
   24.12 +    border: 2px solid #f6828b;
   24.13 +    border-bottom: 2px solid #c1272d;
   24.14 +    border-right: 2px solid #c1272d;
   24.15  }
   24.16  .layout-item .layout-button-disabled {
   24.17      background: #88CD73;
   24.18 @@ -19,7 +19,7 @@
   24.19      font-size: 11px;
   24.20  }
   24.21  .layout-item.current {
   24.22 -    border: 1px solid #C7E0F6;
   24.23 +    border: 1px solid #ffd8d8;
   24.24      background-color: #ECF6FF;
   24.25  }
   24.26  .layout-item .layout-desc {
    25.1 --- a/htdocs/stc/widgets/linkslist.css	Wed Apr 15 04:38:01 2009 +0000
    25.2 +++ b/htdocs/stc/widgets/linkslist.css	Wed Apr 15 04:44:57 2009 +0000
    25.3 @@ -1,7 +1,7 @@
    25.4  .appwidget-linkslist .tips-box {
    25.5      color: #000;
    25.6      background-color: #c5dff9;
    25.7 -    border: 1px solid #8fc3f7;
    25.8 +    border: 1px solid #c1272d;
    25.9      padding: 3px;
   25.10      margin-top: 5px;
   25.11  }
    26.1 --- a/htdocs/stc/widgets/login.css	Wed Apr 15 04:38:01 2009 +0000
    26.2 +++ b/htdocs/stc/widgets/login.css	Wed Apr 15 04:44:57 2009 +0000
    26.3 @@ -21,7 +21,7 @@
    26.4      background: #fff url(/img/userinfo.gif) no-repeat 1px 50%;
    26.5      padding-left: 18px;
    26.6      font-weight: bold;
    26.7 -    color: #00C;
    26.8 +    color: #c1272c;
    26.9      width: 144px; /* needs to be 16px less than input.text width */
   26.10  }
   26.11  .appwidget-login fieldset.nostyle,
    27.1 --- a/htdocs/stc/widgets/moodthemechooser.css	Wed Apr 15 04:38:01 2009 +0000
    27.2 +++ b/htdocs/stc/widgets/moodthemechooser.css	Wed Apr 15 04:44:57 2009 +0000
    27.3 @@ -27,7 +27,7 @@
    27.4      padding: 5px;
    27.5      margin-left: 20px;
    27.6      background-color: #ecf6ff;
    27.7 -    border: 1px solid #c7e0f6;
    27.8 +    border: 1px solid #ffd8d8;
    27.9      width: 175px;
   27.10  }
   27.11  .moodtheme-preview-nospecial {
    28.1 --- a/htdocs/stc/widgets/qotdresponses.css	Wed Apr 15 04:38:01 2009 +0000
    28.2 +++ b/htdocs/stc/widgets/qotdresponses.css	Wed Apr 15 04:44:57 2009 +0000
    28.3 @@ -25,6 +25,6 @@
    28.4      margin: 0 10px 0 10px;
    28.5      padding: 8px 10px;
    28.6      background-color: #ECF6FF;
    28.7 -    border-bottom: 2px solid #C7E0F6;
    28.8 +    border-bottom: 2px solid #ffd8d8;
    28.9  }
   28.10  
    29.1 --- a/htdocs/stc/widgets/themechooser.css	Wed Apr 15 04:38:01 2009 +0000
    29.2 +++ b/htdocs/stc/widgets/themechooser.css	Wed Apr 15 04:44:57 2009 +0000
    29.3 @@ -19,11 +19,11 @@
    29.4      height: 205px;
    29.5  }
    29.6  .theme-item.current {
    29.7 -    border: 1px solid #C7E0F6;
    29.8 +    border: 1px solid #ffd8d8;
    29.9      background-color: #ECF6FF;
   29.10  }
   29.11  .theme-item img.theme-preview {
   29.12 -    border: 1px solid #C7E0F6;
   29.13 +    border: 1px solid #ffd8d8;
   29.14      padding: 1px;
   29.15      width: 150px;
   29.16      height: 114px;
   29.17 @@ -67,10 +67,10 @@
   29.18  .theme-item .theme-button {
   29.19      font-size: 11px;
   29.20      color: #fff;
   29.21 -    background: #559A40;
   29.22 -    border: 2px solid #76AE65;
   29.23 -    border-bottom: 2px solid #447C33;
   29.24 -    border-right: 2px solid #447C33;
   29.25 +    background: #f4717a;
   29.26 +    border: 2px solid #f6828b;
   29.27 +    border-bottom: 2px solid #c1272d;
   29.28 +    border-right: 2px solid #c1272d;
   29.29  }
   29.30  .theme-item .theme-button-disabled {
   29.31      background: #88CD73;
   29.32 @@ -78,7 +78,7 @@
   29.33  .theme-item .theme-icons {
   29.34      position: absolute;
   29.35      left: 13px;
   29.36 -    border: 1px solid #C7E0F6;
   29.37 +    border: 1px solid #ffd8d8;
   29.38      background-color: #fff;
   29.39      padding: 2px 5px;
   29.40      top: 99px;
   29.41 @@ -132,7 +132,7 @@
   29.42      text-decoration: none;
   29.43  }
   29.44  .theme-paging a:visited {
   29.45 -    color: #00c;
   29.46 +    color: #c1272c;
   29.47  }
   29.48  .theme-paging form {
   29.49      display: inline;
    30.1 --- a/htdocs/stc/widgets/themenav.css	Wed Apr 15 04:38:01 2009 +0000
    30.2 +++ b/htdocs/stc/widgets/themenav.css	Wed Apr 15 04:44:57 2009 +0000
    30.3 @@ -21,7 +21,7 @@
    30.4  .theme-nav-content {
    30.5      margin: 0 0 15px 134px;
    30.6      position: relative;
    30.7 -    border: 1px solid #C7E0F6;
    30.8 +    border: 1px solid #ffd8d8;
    30.9      border-left: none;
   30.10  }
   30.11  .theme-selector-nav {
   30.12 @@ -34,21 +34,21 @@
   30.13      text-decoration: none;
   30.14      display: block;
   30.15      padding: 3px 6px;
   30.16 -    border-right: 1px solid #C7E0F6;
   30.17 +    border-right: 1px solid #ffd8d8;
   30.18  }
   30.19  .theme-nav li a:hover,
   30.20  .theme-nav-small li a:hover {
   30.21      text-decoration: underline;
   30.22  }
   30.23  .theme-nav li.on a {
   30.24 -    border: 1px solid #C7E0F6;
   30.25 +    border: 1px solid #ffd8d8;
   30.26      border-right: none;
   30.27      font-weight: bold;
   30.28      background: #fff url(/img/customize/nav-on-arrow.gif) no-repeat right 50%;
   30.29  }
   30.30  .theme-nav li a:visited,
   30.31  .theme-nav-small a:visited {
   30.32 -    color: #00c;
   30.33 +    color: #c1272c;
   30.34  }
   30.35  * html .theme-nav li a,
   30.36  * html .theme-nav-small li a {
   30.37 @@ -56,7 +56,7 @@
   30.38      width: 123px;
   30.39  }
   30.40  .theme-nav-separator {
   30.41 -    border-right: 1px solid #C7E0F6;
   30.42 +    border-right: 1px solid #ffd8d8;
   30.43      padding: 5px 0;
   30.44  }
   30.45  * html .theme-nav-separator {
   30.46 @@ -66,7 +66,7 @@
   30.47      margin: 0 5px;
   30.48      height: 1px;
   30.49      width: 120px;
   30.50 -    border-top: 1px solid #C7E0F6;
   30.51 +    border-top: 1px solid #ffd8d8;
   30.52  }
   30.53  .theme-nav-small li.last a {
   30.54      padding-bottom: 15px !important;