ie7.php 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?php
  2. /**
  3. * Modbash Clean Elgg Theme
  4. *
  5. * Copyright (c) 2015 ModBash
  6. *
  7. * @author Shane Barron <admin@modbash.com>
  8. * @copyright 2015 SocialApparatus
  9. * @license GNU General Public License (GPL) version 2
  10. * @version 1
  11. * @link http://modbash.com
  12. */
  13. ?>
  14. /* <style> /**/
  15. /**
  16. * Elgg Boostrap 3 Theme by SocialApparatus
  17. *
  18. * PHP version 5
  19. *
  20. * @category Theme
  21. * @package lorea_hydra
  22. * @author Shane Barron <admin@socia.us>
  23. * @copyright 2015 SocialApparatus
  24. * @license Commercial
  25. * @version 1.0
  26. * @link http://socialapparatus.com
  27. *
  28. */
  29. /* trigger hasLayout in IE */
  30. * {
  31. zoom: 1;
  32. }
  33. /* site menu drop-down z-index fix for IE7 */
  34. .elgg-page-header {
  35. z-index: 1;
  36. }
  37. /* inline-block fixes */
  38. .elgg-gallery > li,
  39. .elgg-button,
  40. .elgg-icon,
  41. .elgg-menu-hz > li,
  42. .elgg-menu-hz > li:after,
  43. .elgg-menu-hz > li > a,
  44. .elgg-menu-hz > li > span,
  45. .elgg-breadcrumbs > li,
  46. .elgg-menu-footer > li > a,
  47. .elgg-menu-footer li,
  48. .elgg-menu-general > li > a,
  49. .elgg-menu-general li {
  50. display: inline;
  51. }
  52. /* IE7 does not support :after */
  53. .elgg-breadcrumbs > li > a {
  54. display: inline;
  55. padding-right: 4px;
  56. margin-right: 4px;
  57. border-right: 1px solid #bababa;
  58. }
  59. .elgg-menu-footer li,
  60. .elgg-menu-user li,
  61. .elgg-menu-general li {
  62. padding-left: 4px;
  63. padding-right: 4px;
  64. }
  65. /* longtext menu would not display horizontally without this */
  66. .elgg-menu-longtext {
  67. width: 100%;
  68. }
  69. .elgg-menu-longtext li {
  70. width: 100px;
  71. float: right;
  72. }
  73. .elgg-avatar {
  74. display: inline;
  75. }
  76. .elgg-body-walledgarden .elgg-col-1of2 {
  77. width: 255px;
  78. }
  79. .elgg-module-walledgarden > .elgg-head,
  80. .elgg-module-walledgarden > .elgg-foot {
  81. width: 530px;
  82. }
  83. input, textarea {
  84. width: 98%;
  85. }
  86. .elgg-tag a {
  87. /* IE7 had a weird wrapping issue for tags */
  88. word-wrap: normal;
  89. }
  90. /* theme specific */
  91. .elgg-page-navbar {
  92. z-index: 1;
  93. }