Making WordPress.org

Changeset 703


Ignore:
Timestamp:
06/13/2014 02:17:28 PM (12 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress.org/bbPress.org: Bring colors back to regular red & green; backup BeccaPurple styles so we can use them again next year.

Location:
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base
Files:
2 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php

    r696 r703  
    3434
    3535    // Version of CSS
    36     $version = '20140612-becca';
     36    $version = '20140613a';
    3737
    3838    // Base theme styling
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style-bbpress.css

    r696 r703  
    33
    44#header {
    5     background-color: #663399;
    6     border-bottom: 1px solid #333;
     5    background-color: rgb(141,199,112);
     6    border-bottom: 1px solid #696;
    77}
    88
     
    1111}
    1212#header h1 a {
    13     background: url('../bbpress-org/images/bbpress-logo-white.png') no-repeat 0 0;
     13    background: url('../bbpress-org/images/bbpress-logo.png') no-repeat 0 0;
    1414}
    1515
     
    3030-------------------------------------------------------------- */
    3131
     32#nav li a {
     33    text-shadow: 0 -1px 0 rgba(0,162,116,0.8);
     34}
     35
     36#nav li.current a,
     37#nav li a:hover,
     38.button:hover {
     39    color: rgba(235,255,235,0.9);
     40    text-shadow: 0 -1px 0 rgb(0,162,116);
     41
     42    border: 1px solid #1d6422;
     43
     44    background-image: -moz-linear-gradient(top, #00aa66 0%, #008800 100%);
     45    background-image: -webkit-linear-gradient(top, #00aa66 0%,#008800 100%);
     46    background-image: -o-linear-gradient(top, #00aa66 0%,#008800 100%);
     47    background-image: -ms-linear-gradient(top, #00aa66 0%,#008800 100%);
     48    background-image: linear-gradient(top, #00aa66 0%,#008800 100%);
     49
     50    -moz-box-shadow: inset 0 1px 0 #00aa66, inset 0 2px 0 rgba(120,230,120,0.7);
     51    -webkit-box-shadow: inset 0 1px 0 #00aa66, inset 0 2px 0 rgba(120,230,120,0.7);
     52    -o-box-shadow: inset 0 1px 0 #00aa66, inset 0 2px 0 rgba(120,230,120,0.7);
     53    -ms-box-shadow: inset 0 1px 0 #00aa66, inset 0 2px 0 rgba(120,230,120,0.7);
     54    box-shadow: inset 0 1px 0 #00aa66, inset 0 2px 0 rgba(120,230,120,0.7);
     55}
     56
    3257.button {
    33     background-color: #663399;
    34     color: #fff;
     58    text-shadow: 0 -1px 2 rgba(0,162,116,1);
     59    border: 1px solid #1d6422;
     60
     61    background-color: #009933;
     62    background-image: -moz-linear-gradient(top, #009933 0%, #008800 100%);
     63    background-image: -webkit-linear-gradient(top, #009933 0%,#008800 100%);
     64    background-image: -ms-linear-gradient(top, #009933 0%,#008800 100%);
     65    background-image: -o-linear-gradient(top, #009933 0%,#008800 100%);
     66    background-image: linear-gradient(top, #009933 0%,#008800 100%);
     67
     68    -moz-box-shadow: inset 0 1px 0 #009933, inset 0 2px 0 rgba(120,230,120,0.5);
     69    -webkit-box-shadow: inset 0 1px 0 #009933, inset 0 2px 0 rgba(120,230,120,0.5);
     70    -o-box-shadow: inset 0 1px 0 #009933, inset 0 2px 0 rgba(120,230,120,0.5);
     71    -ms-box-shadow: inset 0 1px 0 #009933, inset 0 2px 0 rgba(120,230,120,0.5);
     72    box-shadow: inset 0 1px 0 #009933, inset 0 2px 0 rgba(120,230,120,0.5);
    3573}
    3674
    3775#nav li.current a,
    3876#nav li a:active,
     77.button:active {
     78    background-image: -moz-linear-gradient(top, #009933 0%, #008800 100%);
     79    background-image: -webkit-linear-gradient(top, #009933 0%,#008800 100%);
     80    background-image: -o-linear-gradient(top, #009933 0%,#008800 100%);
     81    background-image: -ms-linear-gradient(top, #009933 0%,#008800 100%);
     82    background-image: linear-gradient(top, #009933 0%,#008800 100%);
     83
     84    -moz-box-shadow: inset 0 1px 5px #328C00, inset 0 -1px 0 #009933;
     85    -webkit-box-shadow: inset 0 1px 5px #328C00, inset 0 -1px 0 #009933;
     86    -o-box-shadow: inset 0 1px 5px #328C00, inset 0 -1px 0 #009933;
     87    -ms-box-shadow: inset 0 1px 5px #328C00, inset 0 -1px 0 #009933;
     88    box-shadow: inset 0 1px 5px #328C00, inset 0 -1px 0 #009933;
     89}
     90
    3991#nav li a:hover,
    40 .button:active,
    41 .button:hover  {
    42     background: #6becca;
    43     color: #663399;
     92.dark-context .button:hover {
     93    -moz-box-shadow: inset 0 1px 0 rgba(120,230,120,0.7);
     94    -webkit-box-shadow: inset 0 1px 0 rgba(120,230,120,0.7);
     95    -o-box-shadow: inset 0 1px 0 rgba(120,230,120,0.7);
     96    -ms-box-shadow: inset 0 1px 0 rgba(120,230,120,0.7);
     97    box-shadow: inset 0 1px 0 rgba(120,230,120,0.7);
     98}
     99
     100.dark-context .button {
     101    -moz-box-shadow: inset 0 1px 0 rgba(120,230,120,0.5);
     102    -webkit-box-shadow: inset 0 1px 0 rgba(120,230,120,0.5);
     103    -o-box-shadow: inset 0 1px 0 rgba(120,230,120,0.5);
     104    -ms-box-shadow: inset 0 1px 0 rgba(120,230,120,0.5);
     105    box-shadow: inset 0 1px 0 rgba(120,230,120,0.5);
     106}
     107
     108.dark-context .button:active {
     109    -moz-box-shadow: inset 0 1px 5px #328C00, inset 0 -1px 0 rgba(120,230,120,0.5);
     110    -webkit-box-shadow: inset 0 1px 5px #328C00, inset 0 -1px 0 rgba(120,230,120,0.5);
     111    -o-box-shadow: inset 0 1px 5px #328C00, inset 0 -1px 0 rgba(120,230,120,0.5);
     112    -ms-box-shadow: inset 0 1px 5px #328C00, inset 0 -1px 0 rgba(120,230,120,0.5);
     113    box-shadow: inset 0 1px 5px #328C00, inset 0 -1px 0 rgba(120,230,120,0.5);
    44114}
    45115
    46116#subnav-inner ul li a:hover {
    47     color: #663399;
     117    color: #8fbb6e;
    48118}
    49119
     
    52122
    53123a {
    54     color: #663399;
     124    color: #328C00;
    55125}
    56126a:hover {
    57     color: #6becca;
     127    color: #D54E21;
    58128}
    59129
     
    65135}
    66136div.action a {
    67     color: #663399;
     137    color: #009933;
    68138}
    69139
     
    72142
    73143input.submit {
    74     background: #663399;
     144    background: #3399cc;
    75145    color: #fff;
    76146}
    77147input.submit:hover {
    78     background: #6becca;
    79     color: #663399;
     148    background: #009933;
     149}
     150
     151/* =bbPress Default Override
     152-------------------------------------------------------------- */
     153
     154#bbpress-forums li.bbp-body ul:hover {
     155    background-color: #efe;
    80156}
    81157
     
    90166
    91167    #header h1 a {
    92         background-image: url('../bbpress-org/images/bbpress-logo-white-2x.png');
     168        background-image: url('../bbpress-org/images/bbpress-logo-2x.png');
    93169        background-size: 208px 65px;
    94170    }
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style-buddypress.css

    r696 r703  
    1 /* =Header
     1/* =Site Style
    22-------------------------------------------------------------- */
    33
    44#header {
    5     background-color: #663399;
    6     border-bottom: 1px solid #333;
     5    background-color: #be3631;
     6    border-bottom: 1px solid #9e1611;
    77}
    88
     
    1414
    1515#header h1 a:after {
    16         font: normal 22px/1 'dashicons';
    17         position: absolute;
    18         color: #fff;
    19         content: '\f456';
    20         left: 251px;
    21         top: 6px;
    22         text-indent: 0;
     16    font: normal 22px/1 'dashicons';
     17    position: absolute;
     18    color: #fff;
     19    content: '\f456';
     20    left: 251px;
     21    top: 6px;
     22    text-indent: 0;
    2323}
    2424
     
    2626-------------------------------------------------------------- */
    2727
    28 body.bbp-user-page div.content,
    29 body.bbp-user-edit div.content {
    30     width: auto;
    31     float: none;
     28a:hover img,
     29#main a:hover img {
     30    border: 1px solid #dd823b;
    3231}
    3332
    3433div.standard {
     34    border: #990000 solid 2px;
    3535    background: #EBF5FA;
     36}
     37
     38div.free-page div.standard {
     39    border: #990000 solid 2px;
    3640}
    3741
     
    4044
    4145.button {
    42     background-color: #663399;
    43     color: #fff;
     46    background-color: #dd823b;
     47    border: 1px solid #9d4200;
     48}
     49
     50.button:hover,
     51.button:active {
     52    background-color: #dd823b;
     53    color: rgba(255,255,255,0.9);
     54}
     55
     56/* =Navigation
     57-------------------------------------------------------------- */
     58
     59#nav li a:hover {
     60    background-color: #cf4944;
     61    color: rgba(255,255,255,0.9);
    4462}
    4563
    4664#nav li.current a,
    47 #nav li a:active,
    48 #nav li a:hover,
    49 .button:active,
    50 .button:hover  {
    51     background: #6becca;
    52     color: #663399;
     65#nav li a:active {
     66    background-color: #dd823b;
    5367}
    5468
    5569#subnav-inner ul li a:hover {
    56     color: #663399;
     70    color: #d84800;
    5771}
    5872
     
    6175
    6276a {
    63     color: #663399;
     77    color: #be3631;
    6478}
    6579a:hover {
    66     color: #6becca;
     80    color: #dd823b;
    6781}
    6882
     
    7488}
    7589div.action a {
    76     color: #663399;
     90    color: #990000;
    7791}
    7892
     
    8195
    8296input.submit {
    83     background: #663399;
     97    background: #3399cc;
    8498    color: #fff;
    8599}
    86100input.submit:hover {
    87     background: #6becca;
    88     color: #663399;
     101    background: #990000;
    89102}
    90103
     
    93106
    94107@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
     108
    95109    #header h1 a {
    96110        background-image: url('../buddypress-org/images/buddypress-logo-2x.png');
Note: See TracChangeset for help on using the changeset viewer.