Changeset 484
- Timestamp:
- 04/01/2014 03:13:46 PM (11 years ago)
- Location:
- sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php
r473 r484 34 34 35 35 // Version of CSS 36 $version = '20140 306c';36 $version = '20140401a'; 37 37 38 38 // Base theme styling -
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style-buddypress.css
r451 r484 204 204 } 205 205 } 206 207 #menu-bp,208 #menu-bp ul {209 margin: 0;210 padding: 0;211 }212 213 #menu-bp ul {214 display: none;215 }216 217 #menu-bp li {218 list-style: none;219 margin: 0;220 padding: 0;221 }222 223 #menu-bp li a {224 display: block;225 padding: 5px 8px;226 }227 228 #menu-bp li a:hover {229 text-decoration: none;230 background: #fafafa;231 }232 233 #menu-bp li.current-menu-parent a {234 background: #eee;235 color: inherit;236 }237 238 #menu-bp li span {239 float: right;240 background: #f5f5f5;241 color: #333;242 padding: 2px 10px;243 font-size: 0.8em;244 font-weight: bold;245 border: 1px solid #ccc;246 }247 248 #buddypress #subnav {249 border-bottom: none;250 } -
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css
r473 r484 1368 1368 display: inline-block; 1369 1369 } 1370 1371 /* =Member Profiles 1372 -------------------------------------------------------------- */ 1373 1374 #menu-bp, 1375 #menu-bp ul { 1376 margin: 0; 1377 padding: 0; 1378 } 1379 1380 #menu-bp ul { 1381 display: none; 1382 } 1383 1384 #menu-bp li { 1385 list-style: none; 1386 margin: 0; 1387 padding: 0; 1388 } 1389 1390 #menu-bp li a { 1391 display: block; 1392 padding: 5px 3px 5px 8px; 1393 } 1394 1395 #activity-personal-li:before { 1396 content: '\f452'; 1397 } 1398 1399 #xprofile-personal-li:before { 1400 content: '\f110'; 1401 } 1402 1403 #blogs-personal-li:before { 1404 content: '\f325'; 1405 } 1406 1407 #blogs-personal-li:before { 1408 content: '\f325'; 1409 } 1410 1411 #notifications-personal-li:before { 1412 content: '\f339'; 1413 } 1414 1415 #forums-personal-li:before { 1416 content: '\f451'; 1417 } 1418 1419 #forums-personal-li:before { 1420 content: '\f111'; 1421 } 1422 1423 #menu-bp li a:hover { 1424 text-decoration: none; 1425 background: #fafafa; 1426 } 1427 1428 #menu-bp li.current-menu-parent a { 1429 background: #eee; 1430 color: inherit; 1431 } 1432 1433 #menu-bp li span { 1434 float: right; 1435 background: #f5f5f5; 1436 color: #333; 1437 padding: 2px 10px; 1438 font-size: 0.8em; 1439 font-weight: bold; 1440 border: 1px solid #ccc; 1441 } 1442 1443 #buddypress #subnav { 1444 border-bottom: none; 1445 }
Note: See TracChangeset
for help on using the changeset viewer.