adminlte.pages.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643
  1. /*!
  2. * AdminLTE v3.1.0-rc
  3. * Only Pages
  4. * Author: Colorlib
  5. * Website: AdminLTE.io <https://adminlte.io>
  6. * License: Open source - MIT <https://opensource.org/licenses/MIT>
  7. */
  8. .close, .mailbox-attachment-close {
  9. float: right;
  10. font-size: 1.5rem;
  11. font-weight: 700;
  12. line-height: 1;
  13. color: #000;
  14. text-shadow: 0 1px 0 #fff;
  15. opacity: .5;
  16. }
  17. .close:hover, .mailbox-attachment-close:hover {
  18. color: #000;
  19. text-decoration: none;
  20. }
  21. .close:not(:disabled):not(.disabled):hover, .mailbox-attachment-close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus, .mailbox-attachment-close:not(:disabled):not(.disabled):focus {
  22. opacity: .75;
  23. }
  24. button.close, button.mailbox-attachment-close {
  25. padding: 0;
  26. background-color: transparent;
  27. border: 0;
  28. }
  29. a.close.disabled, a.disabled.mailbox-attachment-close {
  30. pointer-events: none;
  31. }
  32. .mailbox-messages > .table {
  33. margin: 0;
  34. }
  35. .mailbox-controls {
  36. padding: 5px;
  37. }
  38. .mailbox-controls.with-border {
  39. border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  40. }
  41. .mailbox-read-info {
  42. border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  43. padding: 10px;
  44. }
  45. .mailbox-read-info h3 {
  46. font-size: 20px;
  47. margin: 0;
  48. }
  49. .mailbox-read-info h5 {
  50. margin: 0;
  51. padding: 5px 0 0;
  52. }
  53. .mailbox-read-time {
  54. color: #999;
  55. font-size: 13px;
  56. }
  57. .mailbox-read-message {
  58. padding: 10px;
  59. }
  60. .mailbox-attachments {
  61. padding-left: 0;
  62. list-style: none;
  63. }
  64. .mailbox-attachments li {
  65. border: 1px solid #eee;
  66. float: left;
  67. margin-bottom: 10px;
  68. margin-right: 10px;
  69. width: 200px;
  70. }
  71. .mailbox-attachment-name {
  72. color: #666;
  73. font-weight: 700;
  74. }
  75. .mailbox-attachment-icon,
  76. .mailbox-attachment-info,
  77. .mailbox-attachment-size {
  78. display: block;
  79. }
  80. .mailbox-attachment-info {
  81. background-color: #f8f9fa;
  82. padding: 10px;
  83. }
  84. .mailbox-attachment-size {
  85. color: #999;
  86. font-size: 12px;
  87. }
  88. .mailbox-attachment-size > span {
  89. display: inline-block;
  90. padding-top: .75rem;
  91. }
  92. .mailbox-attachment-icon {
  93. color: #666;
  94. font-size: 65px;
  95. max-height: 132.5px;
  96. padding: 20px 10px;
  97. text-align: center;
  98. }
  99. .mailbox-attachment-icon.has-img {
  100. padding: 0;
  101. }
  102. .mailbox-attachment-icon.has-img > img {
  103. height: auto;
  104. max-width: 100%;
  105. }
  106. .lockscreen {
  107. background-color: #e9ecef;
  108. }
  109. .lockscreen .lockscreen-name {
  110. font-weight: 600;
  111. text-align: center;
  112. }
  113. .lockscreen-logo {
  114. font-size: 35px;
  115. font-weight: 300;
  116. margin-bottom: 25px;
  117. text-align: center;
  118. }
  119. .lockscreen-logo a {
  120. color: #495057;
  121. }
  122. .lockscreen-wrapper {
  123. margin: 0 auto;
  124. margin-top: 10%;
  125. max-width: 400px;
  126. }
  127. .lockscreen-item {
  128. border-radius: 4px;
  129. background-color: #fff;
  130. margin: 10px auto 30px;
  131. padding: 0;
  132. position: relative;
  133. width: 290px;
  134. }
  135. .lockscreen-image {
  136. border-radius: 50%;
  137. background-color: #fff;
  138. left: -10px;
  139. padding: 5px;
  140. position: absolute;
  141. top: -25px;
  142. z-index: 10;
  143. }
  144. .lockscreen-image > img {
  145. border-radius: 50%;
  146. height: 70px;
  147. width: 70px;
  148. }
  149. .lockscreen-credentials {
  150. margin-left: 70px;
  151. }
  152. .lockscreen-credentials .form-control {
  153. border: 0;
  154. }
  155. .lockscreen-credentials .btn {
  156. background-color: #fff;
  157. border: 0;
  158. padding: 0 10px;
  159. }
  160. .lockscreen-footer {
  161. margin-top: 10px;
  162. }
  163. .dark-mode .lockscreen-item {
  164. background-color: #343a40;
  165. }
  166. .dark-mode .lockscreen-logo a {
  167. color: #fff;
  168. }
  169. .dark-mode .lockscreen-credentials .btn {
  170. background-color: #343a40;
  171. }
  172. .dark-mode .lockscreen-image {
  173. background-color: #6c757d;
  174. }
  175. .login-logo,
  176. .register-logo {
  177. font-size: 2.1rem;
  178. font-weight: 300;
  179. margin-bottom: .9rem;
  180. text-align: center;
  181. }
  182. .login-logo a,
  183. .register-logo a {
  184. color: #495057;
  185. }
  186. .login-page,
  187. .register-page {
  188. -ms-flex-align: center;
  189. align-items: center;
  190. background-color: #e9ecef;
  191. display: -ms-flexbox;
  192. display: flex;
  193. -ms-flex-direction: column;
  194. flex-direction: column;
  195. height: 100vh;
  196. -ms-flex-pack: center;
  197. justify-content: center;
  198. }
  199. .login-box,
  200. .register-box {
  201. width: 360px;
  202. }
  203. @media (max-width: 576px) {
  204. .login-box,
  205. .register-box {
  206. margin-top: .5rem;
  207. width: 90%;
  208. }
  209. }
  210. .login-box .card,
  211. .register-box .card {
  212. margin-bottom: 0;
  213. }
  214. .login-card-body,
  215. .register-card-body {
  216. background-color: #fff;
  217. border-top: 0;
  218. color: #666;
  219. padding: 20px;
  220. }
  221. .login-card-body .input-group .form-control,
  222. .register-card-body .input-group .form-control {
  223. border-right: 0;
  224. }
  225. .login-card-body .input-group .form-control:focus,
  226. .register-card-body .input-group .form-control:focus {
  227. box-shadow: none;
  228. }
  229. .login-card-body .input-group .form-control:focus ~ .input-group-prepend .input-group-text,
  230. .login-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text,
  231. .register-card-body .input-group .form-control:focus ~ .input-group-prepend .input-group-text,
  232. .register-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text {
  233. border-color: #80bdff;
  234. }
  235. .login-card-body .input-group .form-control.is-valid:focus,
  236. .register-card-body .input-group .form-control.is-valid:focus {
  237. box-shadow: none;
  238. }
  239. .login-card-body .input-group .form-control.is-valid ~ .input-group-prepend .input-group-text,
  240. .login-card-body .input-group .form-control.is-valid ~ .input-group-append .input-group-text,
  241. .register-card-body .input-group .form-control.is-valid ~ .input-group-prepend .input-group-text,
  242. .register-card-body .input-group .form-control.is-valid ~ .input-group-append .input-group-text {
  243. border-color: #28a745;
  244. }
  245. .login-card-body .input-group .form-control.is-invalid:focus,
  246. .register-card-body .input-group .form-control.is-invalid:focus {
  247. box-shadow: none;
  248. }
  249. .login-card-body .input-group .form-control.is-invalid ~ .input-group-append .input-group-text,
  250. .register-card-body .input-group .form-control.is-invalid ~ .input-group-append .input-group-text {
  251. border-color: #dc3545;
  252. }
  253. .login-card-body .input-group .input-group-text,
  254. .register-card-body .input-group .input-group-text {
  255. background-color: transparent;
  256. border-bottom-right-radius: 0.25rem;
  257. border-left: 0;
  258. border-top-right-radius: 0.25rem;
  259. color: #777;
  260. transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  261. }
  262. .login-box-msg,
  263. .register-box-msg {
  264. margin: 0;
  265. padding: 0 20px 20px;
  266. text-align: center;
  267. }
  268. .social-auth-links {
  269. margin: 10px 0;
  270. }
  271. .dark-mode .login-card-body,
  272. .dark-mode .register-card-body {
  273. background-color: #343a40;
  274. border-color: #6c757d;
  275. color: #fff;
  276. }
  277. .dark-mode .login-logo a,
  278. .dark-mode .register-logo a {
  279. color: #fff;
  280. }
  281. .error-page {
  282. margin: 20px auto 0;
  283. width: 600px;
  284. }
  285. @media (max-width: 767.98px) {
  286. .error-page {
  287. width: 100%;
  288. }
  289. }
  290. .error-page > .headline {
  291. float: left;
  292. font-size: 100px;
  293. font-weight: 300;
  294. }
  295. @media (max-width: 767.98px) {
  296. .error-page > .headline {
  297. float: none;
  298. text-align: center;
  299. }
  300. }
  301. .error-page > .error-content {
  302. display: block;
  303. margin-left: 190px;
  304. }
  305. @media (max-width: 767.98px) {
  306. .error-page > .error-content {
  307. margin-left: 0;
  308. }
  309. }
  310. .error-page > .error-content > h3 {
  311. font-size: 25px;
  312. font-weight: 300;
  313. }
  314. @media (max-width: 767.98px) {
  315. .error-page > .error-content > h3 {
  316. text-align: center;
  317. }
  318. }
  319. .invoice {
  320. background-color: #fff;
  321. border: 1px solid rgba(0, 0, 0, 0.125);
  322. position: relative;
  323. }
  324. .invoice-title {
  325. margin-top: 0;
  326. }
  327. .dark-mode .invoice {
  328. background-color: #343a40;
  329. }
  330. .profile-user-img {
  331. border: 3px solid #adb5bd;
  332. margin: 0 auto;
  333. padding: 3px;
  334. width: 100px;
  335. }
  336. .profile-username {
  337. font-size: 21px;
  338. margin-top: 5px;
  339. }
  340. .post {
  341. border-bottom: 1px solid #adb5bd;
  342. color: #666;
  343. margin-bottom: 15px;
  344. padding-bottom: 15px;
  345. }
  346. .post:last-of-type {
  347. border-bottom: 0;
  348. margin-bottom: 0;
  349. padding-bottom: 0;
  350. }
  351. .post .user-block {
  352. margin-bottom: 15px;
  353. width: 100%;
  354. }
  355. .post .row {
  356. width: 100%;
  357. }
  358. .dark-mode .post {
  359. color: #fff;
  360. border-color: #6c757d;
  361. }
  362. .product-image {
  363. max-width: 100%;
  364. height: auto;
  365. width: 100%;
  366. }
  367. .product-image-thumbs {
  368. -ms-flex-align: stretch;
  369. align-items: stretch;
  370. display: -ms-flexbox;
  371. display: flex;
  372. margin-top: 2rem;
  373. }
  374. .product-image-thumb {
  375. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  376. border-radius: 0.25rem;
  377. background-color: #fff;
  378. border: 1px solid #dee2e6;
  379. display: -ms-flexbox;
  380. display: flex;
  381. margin-right: 1rem;
  382. max-width: 7rem;
  383. padding: 0.5rem;
  384. }
  385. .product-image-thumb img {
  386. max-width: 100%;
  387. height: auto;
  388. -ms-flex-item-align: center;
  389. align-self: center;
  390. }
  391. .product-image-thumb:hover {
  392. opacity: .5;
  393. }
  394. .product-share a {
  395. margin-right: .5rem;
  396. }
  397. .projects td {
  398. vertical-align: middle;
  399. }
  400. .projects .list-inline {
  401. margin-bottom: 0;
  402. }
  403. .projects img.table-avatar,
  404. .projects .table-avatar img {
  405. border-radius: 50%;
  406. display: inline;
  407. width: 2.5rem;
  408. }
  409. .projects .project-state {
  410. text-align: center;
  411. }
  412. body.iframe-mode .main-sidebar {
  413. display: none;
  414. }
  415. body.iframe-mode .content-wrapper {
  416. margin-left: 0 !important;
  417. margin-top: 0 !important;
  418. padding-bottom: 0 !important;
  419. }
  420. body.iframe-mode .main-header,
  421. body.iframe-mode .main-footer {
  422. display: none;
  423. }
  424. body.iframe-mode-fullscreen {
  425. overflow: hidden;
  426. }
  427. .content-wrapper {
  428. height: 100%;
  429. }
  430. .content-wrapper.iframe-mode .navbar-nav {
  431. overflow-y: auto;
  432. width: 100%;
  433. }
  434. .content-wrapper.iframe-mode .navbar-nav .nav-link {
  435. white-space: nowrap;
  436. }
  437. .content-wrapper.iframe-mode .tab-content {
  438. position: relative;
  439. }
  440. .content-wrapper.iframe-mode .tab-empty {
  441. width: 100%;
  442. display: -ms-flexbox;
  443. display: flex;
  444. -ms-flex-pack: center;
  445. justify-content: center;
  446. -ms-flex-align: center;
  447. align-items: center;
  448. }
  449. .content-wrapper.iframe-mode .tab-loading {
  450. position: absolute;
  451. top: 0;
  452. left: 0;
  453. width: 100%;
  454. display: none;
  455. background-color: #f4f6f9;
  456. }
  457. .content-wrapper.iframe-mode .tab-loading > div {
  458. display: -ms-flexbox;
  459. display: flex;
  460. -ms-flex-pack: center;
  461. justify-content: center;
  462. -ms-flex-align: center;
  463. align-items: center;
  464. width: 100%;
  465. height: 100%;
  466. }
  467. .content-wrapper.iframe-mode iframe {
  468. border: 0;
  469. width: 100%;
  470. height: 100%;
  471. }
  472. .content-wrapper.iframe-mode iframe .content-wrapper {
  473. padding-bottom: 0 !important;
  474. }
  475. body.iframe-mode-fullscreen .content-wrapper.iframe-mode {
  476. position: absolute;
  477. left: 0;
  478. top: 0;
  479. right: 0;
  480. bottom: 0;
  481. margin-left: 0 !important;
  482. height: 100%;
  483. min-height: 100%;
  484. z-index: 1048;
  485. }
  486. .content-wrapper.kanban {
  487. height: 1px;
  488. }
  489. .content-wrapper.kanban .content {
  490. height: 100%;
  491. overflow-x: auto;
  492. overflow-y: hidden;
  493. }
  494. .content-wrapper.kanban .content .container,
  495. .content-wrapper.kanban .content .container-fluid {
  496. width: -webkit-max-content;
  497. width: -moz-max-content;
  498. width: max-content;
  499. display: -ms-flexbox;
  500. display: flex;
  501. -ms-flex-align: stretch;
  502. align-items: stretch;
  503. }
  504. .content-wrapper.kanban .content-header + .content {
  505. height: calc(100% - ((2 * 15px) + (1.8rem * 1.2)));
  506. }
  507. .content-wrapper.kanban .card .card-body {
  508. padding: .5rem;
  509. }
  510. .content-wrapper.kanban .card.card-row {
  511. width: 340px;
  512. display: inline-block;
  513. margin: 0 .5rem;
  514. }
  515. .content-wrapper.kanban .card.card-row:first-child {
  516. margin-left: 0;
  517. }
  518. .content-wrapper.kanban .card.card-row .card-body {
  519. height: 100%;
  520. overflow-y: auto;
  521. }
  522. .content-wrapper.kanban .card.card-row .card .card-header {
  523. padding: .5rem .75rem;
  524. }
  525. .content-wrapper.kanban .card.card-row .card .card-body {
  526. padding: .75rem;
  527. }
  528. .content-wrapper.kanban .btn-tool.btn-link {
  529. text-decoration: underline;
  530. padding-left: 0;
  531. padding-right: 0;
  532. }
  533. /*# sourceMappingURL=adminlte.pages.css.map */