| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 | 
							- <?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> //
 
-     /* ***************************************
 
-             Profile
 
-     *************************************** */
 
-     .profile {
 
-         float: left;
 
-         margin-bottom: 15px;
 
-     }
 
-     .profile .elgg-inner {
 
-         border: 1px solid #DCDCDC;
 
-         border-radius: 3px;
 
-     }
 
-     #profile-details {
 
-         padding: 15px;
 
-     }
 
-     /*** ownerblock ***/
 
-     .profile-admin-menu {
 
-         display: none;
 
-     }
 
-     .profile-admin-menu-wrapper a {
 
-         display: block;
 
-         margin: 3px 0 5px 0;
 
-         padding: 2px 4px 2px 16px;
 
-     }
 
-     .profile-admin-menu-wrapper:before {
 
-         content: "\00BB";
 
-         float: left;
 
-         padding-top: 1px;
 
-     }
 
-     .profile-admin-menu-wrapper li a {
 
-         color: #FF0000;
 
-         margin-bottom: 0;
 
-     }
 
-     .profile-admin-menu-wrapper a:hover {
 
-         color: #000;
 
-     }
 
-     /*** profile details ***/
 
-     #profile-details .wire-status {
 
-         margin-top: 10px;
 
-     }
 
-     #profile-details .odd {
 
-         border-bottom: 1px solid #DCDCDC;
 
-         margin: 0;
 
-         padding: 5px 0;
 
-     }
 
-     #profile-details .even {
 
-         border-bottom: 1px solid #DCDCDC;
 
-         margin: 0;
 
-         padding: 5px 0;
 
-     }
 
-     .profile-aboutme-title {
 
-         margin: 0;
 
-         padding: 5px 4px 2px 0;
 
-     }
 
-     .profile-aboutme-contents {
 
-         padding: 0;
 
-     }
 
-     .profile-banned-user {
 
-         border: 1px solid red;
 
-         padding: 4px 8px;
 
-         border-radius: 3px;
 
-     }
 
 
  |