tile-box.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. .tile-box {
  2. line-height: inherit;
  3. display: block;
  4. position: relative;
  5. height: auto;
  6. padding: 0;
  7. text-align: center;
  8. border-width: 1px;
  9. border-style: solid;
  10. }
  11. .tile-header {
  12. font-size: 14px;
  13. padding: 5px 10px;
  14. text-align: left;
  15. text-transform: uppercase;
  16. border: 0 !important;
  17. background: rgba(255, 255, 255, .2);
  18. }
  19. .tile-header .float-right {
  20. opacity: .60;
  21. -moz-opacity: .60;
  22. filter: alpha(opacity: 60);
  23. }
  24. .tile-content-wrapper {
  25. position: relative;
  26. overflow: hidden;
  27. padding: 10px;
  28. }
  29. .tile-content {
  30. font-size: 35px;
  31. text-align: right;
  32. }
  33. .tile-content span {
  34. font-size: 25px;
  35. opacity: .70;
  36. -moz-opacity: .70;
  37. filter: alpha(opacity: 70);
  38. }
  39. .tile-content-wrapper small {
  40. font-size: 14px;
  41. display: block;
  42. text-align: right;
  43. opacity: .70;
  44. -moz-opacity: .70;
  45. filter: alpha(opacity: 70);
  46. }
  47. .tile-content-wrapper > .glyph-icon,
  48. .tile-content-wrapper > .webhh {
  49. font-size: 35px;
  50. line-height: 70px;
  51. position: absolute;
  52. top: 50%;
  53. left: 15px;
  54. height: 70px;
  55. margin-top: -36px;
  56. opacity: .30;
  57. -moz-opacity: .30;
  58. filter: alpha(opacity: 30);
  59. }
  60. .tile-footer {
  61. display: block;
  62. margin: 0;
  63. padding: 5px 10px;
  64. text-align: left;
  65. color: inherit;
  66. background: rgba(0, 0, 0, .1);
  67. }
  68. .bg-white .tile-footer {
  69. border-top-style: solid;
  70. border-top-width: 1px;
  71. }
  72. .tile-footer:hover {
  73. opacity: .80;
  74. color: inherit;
  75. -moz-opacity: .80;
  76. filter: alpha(opacity: 80);
  77. }
  78. .tile-footer .glyph-icon {
  79. float: right;
  80. }
  81. .tile-box-alt .tile-header {
  82. padding: 10px;
  83. text-align: center;
  84. }
  85. .tile-box-alt .tile-content-wrapper > .glyph-icon,
  86. .tile-box-alt .tile-content-wrapper > .webhh {
  87. font-size: 65px;
  88. margin-top: -32px;
  89. }
  90. .tile-box-shortcut:hover .tile-content-wrapper > .glyph-icon,
  91. .tile-box-shortcut:hover .tile-content-wrapper > .webhh,
  92. a.tile-box.btn .tile-header .float-right,
  93. a.tile-box.btn .tile-content-wrapper > .glyph-icon,
  94. a.tile-box.btn .tile-content-wrapper > .webhh {
  95. -webkit-transition: all .2s ease-in-out;
  96. -moz-transition: all .2s ease-in-out;
  97. -ms-transition: all .2s ease-in-out;
  98. -o-transition: all .2s ease-in-out;
  99. }
  100. a.tile-box.btn:hover .tile-content-wrapper > .glyph-icon,
  101. a.tile-box.btn:hover .tile-content-wrapper > .webhh {
  102. opacity: .70;
  103. -moz-opacity: .70;
  104. filter: alpha(opacity: 70);
  105. }
  106. a.tile-box.btn:hover .tile-header .float-right {
  107. opacity: .90;
  108. -moz-opacity: .90;
  109. filter: alpha(opacity: 90);
  110. }
  111. .tile-content-wrapper .easyPieChart {
  112. margin-top: -5px;
  113. margin-bottom: -5px;
  114. font-size: 19px;
  115. font-weight: 100;
  116. }
  117. .tile-box-shortcut .tile-header {
  118. background: none;
  119. padding: 0;
  120. position: absolute;
  121. right: 10px;
  122. bottom: 6px;
  123. font-size: 13px;
  124. font-weight: 400;
  125. }
  126. .tile-box-shortcut .bs-badge {
  127. left: auto;
  128. right: 10px;
  129. top: 10px;
  130. background: rgba(0, 0, 0, 0.5);
  131. }
  132. .tile-box-shortcut .tile-content-wrapper {
  133. padding: 0;
  134. min-height: 80px;
  135. }
  136. .tile-box-shortcut .tile-content-wrapper > .glyph-icon,
  137. .tile-box-shortcut .tile-content-wrapper > .webhh {
  138. position: absolute;
  139. left: 15px;
  140. top: 30px;
  141. }
  142. .tile-box-shortcut:hover .tile-content-wrapper > .glyph-icon,
  143. .tile-box-shortcut:hover .tile-content-wrapper > .webhh {
  144. opacity: .80;
  145. -moz-opacity: .80;
  146. filter: alpha(opacity: 80);
  147. }
  148. .tile-box:hover { text-decoration:none; }