123456789101112131415161718192021222324252627282930313233343536 |
- <?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>// //
- /*******************************
- Custom Index
- ********************************/
- .custom-index {
- padding: 12px 0 10px;
- }
- .custom-index-col1 > .elgg-inner {
- padding-right: 10px;
- }
- .custom-index-col2 > .elgg-inner {
- padding-left: 10px;
- }
- .elgg-module-highlight {
- border: 1px solid #DCDCDC;
- }
- .elgg-module-highlight:hover {
- box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
- }
|