123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?php
- /**
- * Modbash Clean Elgg Theme
- *
- * Copyright (c) 2015 ModBash
- *
- * @author Shane Barron <admin@modbash.com>
- * @copyright 2015 SocialApparatus
- * @license GNU General Public License (GPL) version 2
- * @version 1
- * @link http://modbash.com
- */
- ?>
- //<style>// //
- .groups-profile > .elgg-image {
- margin-right: 20px;
- }
- .groups-stats {
- margin-top: 10px;
- }
- .groups-stats p {
- margin-bottom: 2px;
- }
- .groups-profile-fields div:first-child {
- padding-top: 0;
- }
- .groups-profile-fields .odd,
- .groups-profile-fields .even {
- border-bottom: 1px solid #DCDCDC;
- padding: 5px 0;
- margin-bottom: 0;
- }
- .groups-profile-fields .elgg-output {
- margin: 0;
- }
- #groups-tools > li {
- width: 48%;
- min-height: 200px;
- margin-bottom: 40px;
- }
- #groups-tools > li:nth-child(odd) {
- margin-right: 4%;
- }
- .groups-widget-viewall {
- float: right;
- font-size: 85%;
- }
- .groups-latest-reply {
- float: right;
- }
- .elgg-menu-groups-my-status li a {
- color: #444;
- display: block;
- margin: 3px 0 5px 0;
- padding: 2px 4px 2px 0;
- }
- .elgg-menu-groups-my-status li a:hover {
- color: #999;
- }
- .elgg-menu-groups-my-status li.elgg-state-selected > a {
- color: #999;
- }
|