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.
 
 
 
 
 
 

209 regels
3.1 KiB

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