You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

207 rivejä
2.8 KiB

  1. h1, h2, h3, h4, h5 {
  2. font-weight: bold;
  3. }
  4. a {
  5. cursor: pointer;
  6. }
  7. img {
  8. max-width: 100%;
  9. }
  10. .content {
  11. margin-bottom: 22px;
  12. }
  13. .banner {
  14. margin-top: 20px;
  15. padding: 0px 20px;
  16. }
  17. .missing-image {
  18. background-color: #eee;
  19. padding: 40px;
  20. width: 112px;
  21. font-size: 32px;
  22. color: #888;
  23. }
  24. .social-icons i {
  25. font-size: 120%;
  26. }
  27. .social-icons a:hover {
  28. text-decoration: none;
  29. }
  30. .social-icons a i:hover {
  31. text-decoration: none;
  32. }
  33. .social-icons i {
  34. margin-left: 5px;
  35. }
  36. .web-footer {
  37. margin-top: 10px;
  38. padding-bottom: 20px;
  39. }
  40. .avatar {
  41. display: inline-block;
  42. vertical-align: middle;
  43. overflow: hidden;
  44. background-color: #ddd;
  45. border: 1px solid #eee;
  46. }
  47. .avatar-small {
  48. margin-right: 5px;
  49. width: 30px;
  50. height: 30px;
  51. border-radius: 30px;
  52. -moz-border-radius: 30px;
  53. -webkit-border-radius: 30px;
  54. }
  55. .avatar-small img {
  56. width: 30px;
  57. }
  58. .avatar-medium {
  59. margin-right: 5px;
  60. width: 48px;
  61. height: 48px;
  62. border-radius: 48px;
  63. -moz-border-radius: 48px;
  64. -webkit-border-radius: 48px;
  65. }
  66. .avatar-medium img {
  67. width: 48px;
  68. }
  69. .avatar-large {
  70. margin-right: 10px;
  71. width: 72px;
  72. height: 72px;
  73. border-radius: 72px;
  74. -moz-border-radius: 72px;
  75. -webkit-border-radius: 72px;
  76. }
  77. .avatar-large img {
  78. width: 72px;
  79. }
  80. .avatar-x-large {
  81. margin-right: 10px;
  82. width: 100px;
  83. height: 100px;
  84. border-radius: 100px;
  85. -moz-border-radius: 100px;
  86. -webkit-border-radius: 100px;
  87. }
  88. .avatar-x-large img {
  89. width: 100px;
  90. }
  91. .carousel-control .icon {
  92. position: absolute;
  93. top: 50%;
  94. left: 50%;
  95. z-index: 5;
  96. display: inline-block;
  97. width: 20px;
  98. height: 20px;
  99. margin-top: -10px;
  100. margin-left: -10px;
  101. }
  102. .hidden-xs-inline, .hidden-xs-inline-block {
  103. display: none;
  104. }
  105. @media (min-width: 768px) {
  106. .hidden-xs-inline {
  107. display: inline;
  108. }
  109. .hidden-xs-inline-block {
  110. display: inline-block;
  111. }
  112. }
  113. .visible-xs-inline {
  114. display: inline;
  115. }
  116. .visible-xs-inline-block {
  117. display: inline-block;
  118. }
  119. @media (min-width: 768px) {
  120. .visible-xs-inline, .visible-xs-inline-block {
  121. display: none;
  122. }
  123. }
  124. /* the element that this class is applied to, should have a max width for this to work*/
  125. .ellipsis {
  126. white-space: nowrap;
  127. overflow: hidden;
  128. text-overflow: ellipsis;
  129. display: inline-block;
  130. }
  131. .navbar {
  132. box-shadow: none;
  133. border-radius: 0px;
  134. margin-bottom: 7px;
  135. }
  136. .navbar-brand {
  137. padding-right: 30px;
  138. max-width: 80%;
  139. }
  140. @media (min-width: 768px) {
  141. .navbar-brand {
  142. max-width: 300px;
  143. }
  144. }
  145. .panel-container {
  146. margin-top: 35px;
  147. }
  148. .panel-heading,
  149. .panel-body {
  150. padding-left: 15px;
  151. }
  152. fieldset {
  153. margin-bottom: 20px;
  154. }
  155. .message-overlay {
  156. position: fixed;
  157. top: 0;
  158. left: 0;
  159. width: 100%;
  160. height: 100%;
  161. z-index: 1040;
  162. background-color: #fff;
  163. display: table;
  164. }
  165. .message-overlay .content {
  166. display: table-cell;
  167. vertical-align: middle;
  168. text-align: center;
  169. }
  170. .web-page-editable {
  171. margin: -15px;
  172. padding: 15px;
  173. border-radius: 4px;
  174. }
  175. .slide-image {
  176. width: 100%;
  177. }