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.
 
 
 
 
 
 

425 lines
5.7 KiB

  1. @media (min-width: 768px) {
  2. .login-wrapper {
  3. border-right: 1px solid #f2f2f2;
  4. }
  5. }
  6. h1, h2, h3, h4, h5 {
  7. font-weight: bold;
  8. }
  9. a {
  10. cursor: pointer;
  11. }
  12. img {
  13. max-width: 100%;
  14. }
  15. .content {
  16. margin-bottom: 22px;
  17. }
  18. .banner {
  19. margin-top: 20px;
  20. padding: 0px 20px;
  21. }
  22. .missing-image {
  23. background-color: #eee;
  24. padding: 40px;
  25. width: 112px;
  26. font-size: 32px;
  27. color: #888;
  28. }
  29. .social-icons i {
  30. font-size: 120%;
  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. .web-footer {
  42. padding: 20px 0px;
  43. }
  44. .avatar {
  45. display: inline-block;
  46. vertical-align: middle;
  47. overflow: hidden;
  48. background-color: #ddd;
  49. border: 1px solid #eee;
  50. }
  51. .avatar-small {
  52. margin-right: 5px;
  53. width: 30px;
  54. height: 30px;
  55. border-radius: 30px;
  56. -moz-border-radius: 30px;
  57. -webkit-border-radius: 30px;
  58. }
  59. .avatar-small img {
  60. width: 30px;
  61. }
  62. .avatar-medium {
  63. margin-right: 5px;
  64. width: 48px;
  65. height: 48px;
  66. border-radius: 48px;
  67. -moz-border-radius: 48px;
  68. -webkit-border-radius: 48px;
  69. }
  70. .avatar-medium img {
  71. width: 48px;
  72. }
  73. .avatar-large {
  74. margin-right: 10px;
  75. width: 72px;
  76. height: 72px;
  77. border-radius: 72px;
  78. -moz-border-radius: 72px;
  79. -webkit-border-radius: 72px;
  80. }
  81. .avatar-large img {
  82. width: 72px;
  83. }
  84. .avatar-x-large {
  85. margin-right: 10px;
  86. width: 100px;
  87. height: 100px;
  88. border-radius: 100px;
  89. -moz-border-radius: 100px;
  90. -webkit-border-radius: 100px;
  91. }
  92. .avatar-x-large img {
  93. width: 100px;
  94. }
  95. .carousel-control .icon {
  96. position: absolute;
  97. top: 50%;
  98. left: 50%;
  99. z-index: 5;
  100. display: inline-block;
  101. width: 20px;
  102. height: 20px;
  103. margin-top: -10px;
  104. margin-left: -10px;
  105. }
  106. .hidden-xs-inline, .hidden-xs-inline-block {
  107. display: none;
  108. }
  109. @media (min-width: 768px) {
  110. .hidden-xs-inline {
  111. display: inline;
  112. }
  113. .hidden-xs-inline-block {
  114. display: inline-block;
  115. }
  116. }
  117. .visible-xs-inline {
  118. display: inline;
  119. }
  120. .visible-xs-inline-block {
  121. display: inline-block;
  122. }
  123. @media (min-width: 768px) {
  124. .visible-xs-inline, .visible-xs-inline-block {
  125. display: none;
  126. }
  127. }
  128. /* the element that this class is applied to, should have a max width for this to work*/
  129. .ellipsis {
  130. white-space: nowrap;
  131. overflow: hidden;
  132. text-overflow: ellipsis;
  133. display: inline-block;
  134. }
  135. .navbar {
  136. box-shadow: none;
  137. border-radius: 0px;
  138. margin-bottom: 0px;
  139. }
  140. .navbar-brand {
  141. padding-right: 30px;
  142. max-width: 80%;
  143. min-height: 20px;
  144. height: auto;
  145. }
  146. @media (min-width: 768px) {
  147. .navbar-brand {
  148. max-width: 300px;
  149. }
  150. }
  151. .panel-container {
  152. margin-top: 35px;
  153. }
  154. .panel-heading,
  155. .panel-body {
  156. padding-left: 15px;
  157. }
  158. fieldset {
  159. margin-bottom: 20px;
  160. }
  161. .message-overlay {
  162. position: fixed;
  163. top: 0;
  164. left: 0;
  165. width: 100%;
  166. height: 100%;
  167. z-index: 1040;
  168. background-color: #fff;
  169. display: table;
  170. }
  171. .message-overlay .content {
  172. display: table-cell;
  173. vertical-align: middle;
  174. text-align: center;
  175. }
  176. .web-page-editable {
  177. margin: -15px;
  178. padding: 15px;
  179. border-radius: 4px;
  180. }
  181. .slide-image {
  182. width: 100%;
  183. }
  184. .page-header {
  185. margin: 0px;
  186. padding: 15px 0px;
  187. }
  188. .page-container {
  189. margin-top: 15px;
  190. padding-bottom: 30px;
  191. }
  192. .page-header h1,
  193. .page-header h2,
  194. .page-header h3 {
  195. margin: 5px auto;
  196. }
  197. .page-header .lead {
  198. margin-bottom: 5px;
  199. }
  200. .page-content {
  201. padding-top: 7px;
  202. }
  203. .sidebar-item {
  204. margin: 15px auto;
  205. color: #999;
  206. font-size: 85%;
  207. }
  208. .sidebar-item a:hover {
  209. color: #333;
  210. border-bottom: 2px solid #999;
  211. }
  212. html,
  213. body {
  214. height: 100%;
  215. /* The html and body elements cannot have any padding or margin. */
  216. }
  217. /* Wrapper for page content to push down footer */
  218. #wrap {
  219. min-height: 100%;
  220. height: auto;
  221. /* Negative indent footer by its height */
  222. margin: auto;
  223. margin: 0 auto -140px;
  224. /* Pad bottom by footer height */
  225. padding: 0 0 140px;
  226. }
  227. /* Set the fixed height of the footer here */
  228. #wrap-footer {
  229. height: 140px;
  230. background-color: #f5f5f5;
  231. }
  232. .page-footer {
  233. margin: 20px 0px 0px;
  234. border-top: 1px solid #eee;
  235. }
  236. /* website group */
  237. .view-selector {
  238. margin-bottom: 15px;
  239. }
  240. /* post and post list */
  241. .post {
  242. padding: 15px 0px;
  243. word-wrap: break-word;
  244. border-bottom: 1px solid #eee;
  245. }
  246. .post:first-child {
  247. margin-top: 15px !important;
  248. }
  249. .post .img-responsive {
  250. border-radius: 4px;
  251. }
  252. .post .media-link {
  253. display: block;
  254. min-width: 50px;
  255. min-height: 50px;
  256. }
  257. .post .media-object {
  258. border-radius: 4px;
  259. max-width: 50px;
  260. }
  261. .post .media-heading {
  262. margin-bottom: 12px;
  263. }
  264. .parent-post .post {
  265. border: none;
  266. }
  267. .child-post {
  268. border: 1px solid #eee;
  269. padding-left: 15px;
  270. background-color: #f8f8f8;
  271. margin-top: 0px;
  272. }
  273. textarea {
  274. resize: vertical;
  275. }
  276. .post-add-textarea {
  277. height: 200px !important;
  278. }
  279. /* needs review */
  280. .btn-small, .post-editor .btn {
  281. padding: 5px;
  282. font-size: 90%;
  283. }
  284. .btn-right, .post-editor .btn {
  285. margin-left: 5px;
  286. }
  287. .no-posts {
  288. margin-top: 15px;
  289. }
  290. .full-page {
  291. margin: 30px;
  292. }
  293. .user-profile {
  294. min-height: 50px;
  295. min-width: 70px;
  296. }
  297. .visible-xs {
  298. display: none !important;
  299. }
  300. @media (max-width: 767px) {
  301. .visible-xs {
  302. display: inline-block !important;
  303. }
  304. }
  305. .nav-tabs > li > a {
  306. padding: 7px 10px;
  307. }
  308. .btn-more {
  309. margin-top: 15px;
  310. }
  311. .post-content img {
  312. margin: 10px 0px;
  313. }
  314. .assigned-label, .event-label {
  315. display: inline-block;
  316. padding: .4em .6em .4em;
  317. margin-bottom: 7px;
  318. }
  319. a.no-decoration {
  320. text-decoration: none;
  321. color: inherit;
  322. }
  323. a.active {
  324. pointer-events: none;
  325. cursor: default;
  326. color: initial;
  327. }
  328. .page-breadcrumbs .breadcrumb {
  329. padding: 0px;
  330. margin-bottom: 2px;
  331. background-color: transparent;
  332. border-radius: 0px;
  333. font-size: 85%;
  334. }
  335. @media (min-width: 768px) {
  336. .page-sidebar {
  337. padding-left: 3em;
  338. }
  339. }
  340. @media (max-width: 767px) {
  341. .page-sidebar {
  342. padding-bottom: 15px;
  343. margin-bottom: 15px;
  344. border-bottom: 1px solid #eee;
  345. }
  346. }
  347. .post:last-child {
  348. border-bottom: none;
  349. }
  350. /* end - needs review */