Changeset 703
- Timestamp:
- 06/13/2014 02:17:28 PM (12 years ago)
- Location:
- sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base
- Files:
-
- 2 added
- 2 deleted
- 3 edited
-
functions.php (modified) (1 diff)
-
style-bbpress-becca.css (added)
-
style-bbpress-old.css (deleted)
-
style-bbpress.css (modified) (7 diffs)
-
style-buddypress-becca.css (added)
-
style-buddypress-old.css (deleted)
-
style-buddypress.css (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php
r696 r703 34 34 35 35 // Version of CSS 36 $version = '2014061 2-becca';36 $version = '20140613a'; 37 37 38 38 // Base theme styling -
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style-bbpress.css
r696 r703 3 3 4 4 #header { 5 background-color: #663399;6 border-bottom: 1px solid # 333;5 background-color: rgb(141,199,112); 6 border-bottom: 1px solid #696; 7 7 } 8 8 … … 11 11 } 12 12 #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; 14 14 } 15 15 … … 30 30 -------------------------------------------------------------- */ 31 31 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 32 57 .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); 35 73 } 36 74 37 75 #nav li.current a, 38 76 #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 39 91 #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); 44 114 } 45 115 46 116 #subnav-inner ul li a:hover { 47 color: # 663399;117 color: #8fbb6e; 48 118 } 49 119 … … 52 122 53 123 a { 54 color: # 663399;124 color: #328C00; 55 125 } 56 126 a:hover { 57 color: # 6becca;127 color: #D54E21; 58 128 } 59 129 … … 65 135 } 66 136 div.action a { 67 color: # 663399;137 color: #009933; 68 138 } 69 139 … … 72 142 73 143 input.submit { 74 background: # 663399;144 background: #3399cc; 75 145 color: #fff; 76 146 } 77 147 input.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; 80 156 } 81 157 … … 90 166 91 167 #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'); 93 169 background-size: 208px 65px; 94 170 } -
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style-buddypress.css
r696 r703 1 /* = Header1 /* =Site Style 2 2 -------------------------------------------------------------- */ 3 3 4 4 #header { 5 background-color: # 663399;6 border-bottom: 1px solid # 333;5 background-color: #be3631; 6 border-bottom: 1px solid #9e1611; 7 7 } 8 8 … … 14 14 15 15 #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; 23 23 } 24 24 … … 26 26 -------------------------------------------------------------- */ 27 27 28 body.bbp-user-page div.content, 29 body.bbp-user-edit div.content { 30 width: auto; 31 float: none; 28 a:hover img, 29 #main a:hover img { 30 border: 1px solid #dd823b; 32 31 } 33 32 34 33 div.standard { 34 border: #990000 solid 2px; 35 35 background: #EBF5FA; 36 } 37 38 div.free-page div.standard { 39 border: #990000 solid 2px; 36 40 } 37 41 … … 40 44 41 45 .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); 44 62 } 45 63 46 64 #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; 53 67 } 54 68 55 69 #subnav-inner ul li a:hover { 56 color: # 663399;70 color: #d84800; 57 71 } 58 72 … … 61 75 62 76 a { 63 color: # 663399;77 color: #be3631; 64 78 } 65 79 a:hover { 66 color: # 6becca;80 color: #dd823b; 67 81 } 68 82 … … 74 88 } 75 89 div.action a { 76 color: # 663399;90 color: #990000; 77 91 } 78 92 … … 81 95 82 96 input.submit { 83 background: # 663399;97 background: #3399cc; 84 98 color: #fff; 85 99 } 86 100 input.submit:hover { 87 background: #6becca; 88 color: #663399; 101 background: #990000; 89 102 } 90 103 … … 93 106 94 107 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 108 95 109 #header h1 a { 96 110 background-image: url('../buddypress-org/images/buddypress-logo-2x.png');
Note: See TracChangeset
for help on using the changeset viewer.