Advertisement
Dectom

Untitled

Nov 9th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.13 KB | None | 0 0
  1. html, body {
  2. margin: 0;
  3. padding: 0;
  4. scrollbar-color: #51AE59 #f2f3f5 !important;
  5. scrollbar-width: thin !important;
  6. }
  7.  
  8. .wrapper {
  9. display: flex;
  10. width: 100%;
  11. max-height: 100%;
  12. align-items: stretch;
  13. transition: .3s ease-in-out;
  14. }
  15. #sidebar {
  16. max-width: 15%;
  17. min-width: 250px;
  18. min-height: 100vh;
  19. max-height: 100vh;
  20. padding-left: 25px;
  21. background-color: #f2f3f5;
  22. transition: left .3s ease;
  23. }
  24. .collapse {
  25. transition: .3s ease-in-out !important;
  26. }
  27. .collapsing {
  28. -webkit-transition: none;
  29. transition: none;
  30. display: none;
  31. }
  32. .in {
  33. -webkit-transition: none;
  34. transition: .3s ease-in-out !important;
  35. display: none;
  36. }
  37. #content-main {
  38. min-width: 50%;
  39. max-width: 100%;
  40. max-height: 100vh;
  41. overflow-y: auto;
  42. overflow-x: hidden;
  43. width: 100%;
  44. }
  45. a {
  46. color: #51AE59 !important;
  47. text-decoration: none !important;
  48. }
  49. a:hover {
  50. color: white !important;
  51. text-decoration: none !important;
  52. }
  53.  
  54. /* Side Navigation Bar */
  55. .sidebar-header {
  56. text-align: center;
  57. padding-right: 25px;
  58. }
  59. .sidebar-header img {
  60. height: 57px;
  61. margin-top: 25px;
  62. margin-bottom: 25px;
  63. text-align: center;
  64. }
  65. .portlet-title {
  66. color: #678F6B;
  67. font-weight: bold;
  68. text-transform: uppercase;
  69. font-size: 18px;
  70. padding-right: 11px;
  71. word-wrap: break-word;
  72. }
  73. .sidebar-nav {
  74. list-style-type: none;
  75. margin-top: 25px;
  76. padding-bottom: 15px;
  77. padding-inline-start: 0px !important;
  78. max-height: 70vh;
  79. overflow-y: auto;
  80. }
  81. .sidebar-nav li {
  82. margin-bottom: 10px;
  83. }
  84. .sidebar-nav a {
  85. font-weight: bold;
  86. font-size: 14px;
  87. width:100%;
  88. display:block;
  89. transition: .3s ease-in-out;
  90. }
  91. .sidebar-nav a:hover {
  92. text-decoration: none;
  93. color: #678F6B !important;
  94. }
  95. .sidebar-nav img {
  96. margin-right: 6px;
  97. float: left;
  98. margin-top: 4px;
  99. }
  100. .sidebar-footer {
  101. max-width: 15%;
  102. width: 200px;
  103. background-color: #f2f3f5;
  104. position: absolute;
  105. bottom: 0px;
  106. }
  107. #files {
  108. list-style-type: none;
  109. display: block;
  110. margin-left: -20px;
  111. margin-top: 10px;
  112. }
  113. #advanced {
  114. list-style-type: none;
  115. display: block;
  116. margin-left: -20px;
  117. margin-top: 10px;
  118. }
  119.  
  120. /* Main Navigation bar */
  121. .navbar-nav {
  122. min-height: 50px;
  123. background-color: #51AE59 !important;
  124. }
  125. .navbar-nav a {
  126. color: white !important;
  127. padding-top: 12.5px;
  128. color: white !important;
  129. font-weight: bold;
  130. text-transform: uppercase;
  131. }
  132. .navbar-nav a:hover {
  133. text-decoration: none;
  134. color: white !important;
  135. }
  136. .navbar-nav li {
  137. padding-top: 10px;
  138. margin-right: 33px;
  139. display: inline-block;
  140. }
  141. .avatar {
  142. margin-top: -5px !important;
  143. background-color: #f2f3f5;
  144. padding: 2px;
  145. }
  146. #profile {
  147. margin-top: 5px;
  148. padding: 5px;
  149. padding-left: 5px;
  150. text-align: left;
  151. position: absolute;
  152. right: 25px;
  153. list-style-type: none;
  154. transition: .3s ease-in-out;
  155. background-color: #f2f3f5;
  156. }
  157. #profile li:hover a {
  158. color: #51AE59 !important;
  159. }
  160.  
  161. /* Breadcrumb Styling */
  162.  
  163. .breadcrumb {
  164. margin-top: 25px;
  165. background-color: transparent !important;
  166. padding-inline-start: 0px !important;
  167. }
  168. .breadcrumb img:first-child {
  169. display: none;
  170. }
  171. .breadcrumb a {
  172. color: #51AE59;
  173. }
  174. .breadcrumb img {
  175. margin-top: 9px;
  176. margin-left: 15px;
  177. margin-right: 15px;
  178. }
  179. .pager li > a, .pager li > span {
  180. text-align: center;
  181. background-color: #f2f3f5 !important;
  182. border: none !important;
  183. }
  184.  
  185. /* Log In Styling */
  186.  
  187. .miniContent {
  188. text-align: center;
  189. margin: 0px auto;
  190. width: 500px;
  191. }
  192. .form {
  193. background-color: #f2f3f5;
  194. padding: 25px;
  195. border-radius: 5px;
  196. text-align: center;
  197. margin: 0px auto;
  198. margin-top: 100px;
  199. max-width: 500px;
  200. min-width: 250px;
  201. }
  202. .btn-primary {
  203. background-color: #51AE59 !important;
  204. border-color: #51AE59 !important;
  205. }
  206. .captcha {
  207. margin: 0px auto;
  208. text-align: center;
  209. margin-bottom: 15px;
  210. }
  211. .alert-login {
  212. padding-top: 5px;
  213. border: 3px solid #AE5751 !important;
  214. margin: 0px auto;
  215. margin-top: 25px;
  216. max-width: 500px;
  217. min-width: 250px;
  218. text-align: center;
  219. }
  220.  
  221. /* Server Display Styling */
  222. .serverDisplay {
  223. background-color: transparent !important;
  224. padding-inline-start: 0px !important;
  225. display: inline-block;
  226. list-style-type: none;
  227. margin-top: 3px;
  228. }
  229. .serverDisplay ol {
  230. display: inline-block;
  231. }
  232. .serverDisplay li:not(:first-child) {
  233. margin-left: 15px;
  234. }
  235. .serverDisplay img:first-child {
  236. display: none;
  237. }
  238. .serverDisplay a {
  239. color: #51AE59;
  240. }
  241. .serverDisplay img {
  242. margin-top: 9px;
  243. margin-left: 15px;
  244. }
  245. #serverDisplay {
  246. padding-left: 10px;
  247. padding-top: 9px;
  248. margin-right: 10px;
  249. }
  250. /* .innerServerDisplay {
  251. margin-left: 20px;
  252. } */
  253. .serverList {
  254. margin-top: 15px !important;
  255. }
  256. .hintRow {
  257. display: none;
  258. }
  259. .titlerow {
  260. height: 15px;
  261. }
  262. td > br {
  263. margin-top: 2px !important;
  264. }
  265. label {
  266. margin-top: 5px;
  267. }
  268. .odd {
  269. border-bottom: 2px solid #fff !important;
  270. }
  271. .even {
  272. border-bottom: 2px solid #fff !important;
  273. }
  274.  
  275. #saveButton {
  276. margin-left: 0px !important;
  277. margin-bottom: 15px;
  278. text-transform: uppercase;
  279. font-weight: bold;
  280. }
  281. .progress-list {
  282. font-weight: bold !important;
  283. background-color: #15171b;
  284. }
  285. .progress-list:not(:last-child) {
  286. margin-top: 10px;
  287. }
  288. .progress-bar-success {
  289. background-color: #51AE59 !important;
  290. }
  291.  
  292. .detail-view {
  293. background-color: #f2f3f5;
  294. padding-top: 15px;
  295. padding-bottom: 15px;
  296. width: 100%;
  297. margin-bottom: 20px;
  298. word-wrap: break-word;
  299. }
  300. .detail-view tbody {
  301. margin-bottom: 10px;
  302. }
  303. .btn {
  304. border-radius: 0px !important;
  305. }
  306. .form-control {
  307. border-radius: 0px !important;
  308. background-color: white !important;
  309. border: 1px solid white !important;
  310. }
  311. .form-control:focus {
  312. box-shadow: none !important;
  313. }
  314. .dectomInput {
  315. margin-left: 25px;
  316. min-height: 20px;
  317. padding-left: 10px;
  318. font-size: 30px;
  319. border-radius: 0px !important;
  320. background-color: #f2f3f5 !important;
  321. color: white !important;
  322. border: 1px solid #f2f3f5 !important;
  323. }
  324. .dectomInput:focus {
  325. box-shadow: none !important;
  326. }
  327. #resources-ajax h3 {
  328. text-transform: uppercase !important;
  329. }
  330. #players-ajax {
  331. margin-bottom: 50px;
  332. }
  333. .playersTbl {
  334. margin-bottom: 25px;
  335. }
  336. /* Server List Box Styling */
  337. .serverBox {
  338. margin-top: 25px;
  339. background-color: #f2f3f5;
  340. padding: 15px;
  341. vertical-align: middle;
  342. cursor: pointer;
  343. transition: .3s ease-in-out;
  344. }
  345. .serverBox:hover {
  346. /* margin-top: 23px; */
  347. box-shadow: 0px 9.91862px 24.5896px rgba(17, 18, 33, 0.45);
  348. }
  349. .boxTitle p {
  350. font-weight: bold;
  351. font-size: 22px !important;
  352. margin-bottom: 0px !important;
  353. }
  354. .arrow {
  355. margin-top: 5px;
  356. margin-right: 5px;
  357. float: right;
  358. transition: .3s ease-in-out;
  359. }
  360. .serverBox:hover .arrow {
  361. margin-right: 0px !important;
  362. }
  363. .boxBody {
  364. padding-left: 10px;
  365. text-align: left;
  366. margin-bottom: 10px;
  367. }
  368. .boxBody h1 {
  369. font-size: 22px;
  370. margin-top: 10px;
  371. }
  372. .boxResources {
  373. margin-top: 15px;
  374. }
  375. .playerItem {
  376. min-height: 50px !important;
  377. padding: 10px;
  378. }
  379. .playerItem img {
  380. margin-right: 10px;
  381. }
  382. .playerItem a {
  383. color: white !important;
  384. }
  385. .btn-player {
  386. color: white !important;
  387. }
  388.  
  389. /* Server Log Styling */
  390. table {
  391. width: 100%;
  392. }
  393. #statusicon-ajax {
  394. margin-right: 10px;
  395. }
  396. #statusicon-ajax i {
  397. line-height: 2.25em;
  398. display: inline-block;
  399. }
  400. .logArea {
  401. height: 500px;
  402. width: 100%;
  403. white-space: pre-wrap;
  404. overflow-x: hidden;
  405. background-color: #f2f3f5;
  406. border-bottom: 3px solid #51AE59 !important;
  407. border-top-left-radius: 10px;
  408. border-top-right-radius: 10px;
  409. padding-left: 10px;
  410. padding-bottom: 5px;
  411. /* border: 3px solid #51AE59; */
  412. border-bottom: none !important;
  413. }
  414. .btn-send {
  415. text-transform: uppercase;
  416. font-weight: bold !important;
  417. border-top-left-radius: 0px !important;
  418. border-top-right-radius: 0px !important;
  419. border-bottom-left-radius: 0px !important;
  420. border-bottom-right-radius: 10px !important;
  421. height: 100%;
  422. text-align: center;
  423. padding-left: 25px !important;
  424. padding-right: 25px !important;
  425. }
  426. .hidden {
  427. display: none !important;
  428. }
  429. .errorBox {
  430. border: 3px solid #AE5751;
  431. }
  432. .alert-dectom {
  433. margin-top: 10px;
  434. text-align: center;
  435. transition: .3s ease-in-out !important;
  436. }
  437. .consoleInput {
  438. background-color: #f2f3f5 !important;
  439. /* border: 3px solid #51AE59 !important; */
  440. border-top: 3px solid #15171b;
  441. color: white !important;
  442. border-top-left-radius: 0px !important;
  443. border-top-right-radius: 0px !important;
  444. border-bottom-left-radius: 10px !important;
  445. font-weight: bold;
  446. font-size: 20px !important;
  447. }
  448. .consoleInput:focus {
  449. box-shadow: none !important;
  450. }
  451. .buttons {
  452. float: right;
  453. }
  454. .btn-servercontrol {
  455. border-radius: 5px !important;
  456. text-transform: uppercase;
  457. font-size: 14px !important;
  458. font-weight: bold !important;
  459. }
  460. .btn-servercontrol:not(:last-child) {
  461. margin-right: 10px;
  462. }
  463. .btn-copyIp {
  464. margin-left: 15px !important;
  465. }
  466. .swal2-popup.swal2-toast {
  467. box-shadow: 0px 9.91862px 24.5896px rgba(17, 18, 33, 0.45) !important;
  468. }
  469. #editName {
  470. margin-left: 15px;
  471. cursor: pointer;
  472. }
  473. #editNameBtn {
  474. margin-left: 15px;
  475. cursor: pointer;
  476. }
  477. .btn-serverScripts {
  478. width: 100%;
  479. }
  480. .btn-serverJarSelector {
  481. text-align: left !important;
  482. color: white;
  483. font-weight: bold !important;
  484. min-width: 34%;
  485. background-color: #51AE59 !important;
  486. margin-bottom: 5px;
  487. }
  488. .btn-serverJarSelector:focus {
  489. box-shadow: none !important;
  490. }
  491. .dropdown-toggle::after {
  492. margin-top: 7.5px;
  493. float: right;
  494. }
  495. .dropdown-menu {
  496. max-height: 250px;
  497. overflow-y: scroll;
  498. background-color: white !important;
  499. background-clip: unset !important;
  500. border: 3px solid #f2f3f5 !important;
  501. color: white !important;
  502. margin-bottom: 500px;
  503. }
  504. .dropdown-menu h6 {
  505. padding-top: 5px;
  506. padding-left: 10px;
  507. }
  508. .dropdown-item {
  509. padding-top: 3px;
  510. padding-bottom: 3px;
  511. transition: .3s ease-in-out;
  512. }
  513. .dropdown-item:hover {
  514. background-color: #51AE59 !important;
  515. color: white !important;
  516. }
  517. .dropdown-item.disabled:hover {
  518. background-color: none !important;
  519. color: white !important;
  520. }
  521. .premFeature {
  522. color: #51AE59 !important;
  523. }
  524. .btn-template {
  525. margin-left: 15px !important;
  526. }
  527.  
  528. #resources-ajaxx {
  529. padding: 5px;
  530. margin-bottom: 25px;
  531. }
  532. #resources-ajaxx h3 {
  533. display: none;
  534. }
  535. #resources-ajax .progress {
  536. height: 25px !important;
  537. font-weight: bold !important;
  538. background-color: #15171b;
  539. }
  540. #users-grid {
  541. margin-top: 25px;
  542. padding: 15px;
  543. background-color: #f2f3f5;
  544. }
  545. #users-grid tr {
  546. height: 40px;
  547. border-bottom: 2px solid #15171b !important;
  548. padding-left: 10px;
  549. padding-right: 10px;
  550. }
  551. #users-grid td {
  552. padding-left: 10px;
  553. padding-right: 10px;
  554. height: 40px;
  555. }
  556. #users-grid input {
  557. margin-top: 5px;
  558. margin-bottom: 5px;
  559. }
  560. #users-grid th {
  561. padding-left: 10px;
  562. padding-right: 10px;
  563. }
  564. #user-grid {
  565. margin-top: 25px;
  566. padding: 15px;
  567. background-color: #f2f3f5;
  568. }
  569. #configs-grid {
  570. margin-top: 25px;
  571. padding: 15px;
  572. background-color: #f2f3f5;
  573. width: 100%;
  574. margin-bottom: 25px;
  575. }
  576. #configs-grid tr {
  577. height: 40px;
  578. border-bottom: 2px solid #15171b !important;
  579. padding-left: 10px;
  580. padding-right: 10px;
  581. }
  582. #configs-grid td {
  583. padding-left: 10px;
  584. padding-right: 10px;
  585. height: 40px;
  586. }
  587. #configs-grid input {
  588. margin-top: 5px;
  589. margin-bottom: 5px;
  590. }
  591. #configs-grid th {
  592. padding-left: 10px;
  593. padding-right: 10px;
  594. }
  595. #command-grid {
  596. margin-top: 25px;
  597. padding: 15px;
  598. background-color: #f2f3f5;
  599. width: 100%;
  600. margin-bottom: 50px;
  601. }
  602. #command-grid tr {
  603. height: 40px;
  604. border-bottom: 2px solid #15171b !important;
  605. padding-left: 10px;
  606. padding-right: 10px;
  607. }
  608. #command-grid td {
  609. padding-left: 10px;
  610. padding-right: 10px;
  611. height: 40px;
  612. }
  613. #command-grid input {
  614. margin-top: 5px;
  615. margin-bottom: 5px;
  616. }
  617. #command-grid th {
  618. padding-left: 10px;
  619. padding-right: 10px;
  620. }
  621. #server-grid {
  622. margin-top: 25px;
  623. padding: 15px;
  624. background-color: #f2f3f5;
  625. width: 100%;
  626. }
  627. #status-grid {
  628. margin-top: 25px;
  629. padding: 15px;
  630. background-color: #f2f3f5;
  631. width: 100%;
  632. }
  633. #player-grid {
  634. margin-top: 25px;
  635. padding: 15px;
  636. background-color: #f2f3f5;
  637. width: 100%;
  638. }
  639. #player-grid tr {
  640. height: 40px;
  641. border-bottom: 2px solid #15171b !important;
  642. padding-left: 10px;
  643. padding-right: 10px;
  644. }
  645. #player-grid td {
  646. padding-left: 10px;
  647. padding-right: 10px;
  648. height: 40px;
  649. }
  650. #player-grid input {
  651. margin-top: 5px;
  652. margin-bottom: 5px;
  653. }
  654. #player-grid th {
  655. padding-left: 10px;
  656. padding-right: 10px;
  657. }
  658. #schedule-grid {
  659. margin-top: 25px;
  660. padding: 15px;
  661. background-color: #f2f3f5;
  662. width: 100%;
  663. }
  664. #schedule-grid tr {
  665. height: 40px;
  666. border-bottom: 2px solid #15171b !important;
  667. padding-left: 10px;
  668. padding-right: 10px;
  669. }
  670. #schedule-grid td {
  671. padding-left: 10px;
  672. padding-right: 10px;
  673. height: 40px;
  674. }
  675. #schedule-grid input {
  676. margin-top: 5px;
  677. margin-bottom: 5px;
  678. }
  679. #schedule-grid th {
  680. padding-left: 10px;
  681. padding-right: 10px;
  682. }
  683. #config-file-grid {
  684. margin-top: 25px;
  685. padding: 15px;
  686. background-color: #f2f3f5;
  687. width: 100%;
  688. }
  689. .pluginObj {
  690. margin-top: 25px;
  691. padding: 15px;
  692. background-color: #f2f3f5;
  693. width: 100%;
  694. }
  695. .pluginListBox {
  696. margin-top: 25px;
  697. padding: 15px;
  698. background-color: #f2f3f5;
  699. width: 100%;
  700. }
  701. .seperator {
  702. content: "";
  703. border: 1px solid #15171b;
  704. min-height: 1px;
  705. margin-top: 5px;
  706. margin: 0px auto;
  707. text-align: center;
  708. }
  709. .browse_rows_odd {
  710. background-color: #15171b !important;
  711. }
  712.  
  713. /* Changelog Styling */
  714. .changelog {
  715. width: 100%;
  716. }
  717. .changelogItem {
  718. background-color: #f2f3f5;
  719. padding: 25px;
  720. margin-top: 25px;
  721. margin-bottom: 25px;
  722. }
  723. .changelogItem h1 {
  724. display: inline-block;
  725. font-size: 30px;
  726. }
  727. .changelogItem h6 {
  728. display: inline-block;
  729. font-size: 16px;
  730. opacity: 0.5;
  731. }
  732. .changelogItem p {
  733. font-size: 16px;
  734. white-space: pre-line;
  735. margin-bottom: 0px !important;
  736. }
  737. .changelogItem li {
  738. font-size: 16px;
  739. }
  740. .changelogItem img {
  741. max-width: 90%;
  742. }
  743.  
  744. /* Admin Styling */
  745. .adminBox {
  746. margin-top: 25px;
  747. background-color: #f2f3f5;
  748. padding: 15px;
  749. vertical-align: middle;
  750. transition: .3s ease-in-out;
  751. }
  752.  
  753. /* Footer Styling */
  754. footer {
  755. display: none !important;
  756. }
  757.  
  758. @keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
  759. @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
  760. @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
  761.  
  762. body::-webkit-scrollbar {
  763. width: 0.5em;
  764. }
  765.  
  766. body::-webkit-scrollbar-track {
  767. box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  768. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  769. }
  770.  
  771. body::-webkit-scrollbar-thumb {
  772. background-color: #00BA5D;
  773. border-radius: 5px;
  774. outline: 1px solid #00BA5D;
  775. }
  776.  
  777. .logArea::-webkit-scrollbar {
  778. width: 0.5em;
  779. }
  780.  
  781. .logArea::-webkit-scrollbar-track {
  782. box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  783. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  784. }
  785.  
  786. .logArea::-webkit-scrollbar-thumb {
  787. background-color: #00BA5D;
  788. border-radius: 5px;
  789. outline: 1px solid #00BA5D;
  790. }
  791.  
  792. #content-main::-webkit-scrollbar {
  793. width: 0.5em;
  794. }
  795.  
  796. #content-main::-webkit-scrollbar-track {
  797. box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  798. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  799. }
  800.  
  801. #content-main::-webkit-scrollbar-thumb {
  802. background-color: #00BA5D;
  803. border-radius: 5px;
  804. outline: 1px solid #00BA5D;
  805. }
  806.  
  807. .sidebar-nav::-webkit-scrollbar {
  808. width: 0.5em;
  809. }
  810.  
  811. .sidebar-nav::-webkit-scrollbar-track {
  812. box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  813. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  814. }
  815.  
  816. .sidebar-nav::-webkit-scrollbar-thumb {
  817. background-color: #00BA5D;
  818. border-radius: 5px;
  819. outline: 1px solid #00BA5D;
  820. }
  821.  
  822. .dropdown-menu::-webkit-scrollbar {
  823. width: 0.5em;
  824. }
  825.  
  826. .dropdown-menu::-webkit-scrollbar-track {
  827. box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  828. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  829. }
  830.  
  831. .dropdown-menu::-webkit-scrollbar-thumb {
  832. background-color: #00BA5D;
  833. border-radius: 5px;
  834. outline: 1px solid #00BA5D;
  835. }
  836.  
  837. @-moz-document url-prefix(http://),url-prefix(https://) {
  838. scrollbar {
  839. -moz-appearance: none !important;
  840. background: #00BA5D !important;
  841. }
  842. thumb,scrollbarbutton {
  843. -moz-appearance: none !important;
  844. background-color: #00BA5D !important;
  845. }
  846.  
  847. thumb:hover,scrollbarbutton:hover {
  848. -moz-appearance: none !important;
  849. background-color: #00BA5D !important;
  850. }
  851. scrollbarbutton {
  852. display: none !important;
  853. }
  854. scrollbar[orient="vertical"] {
  855. min-width: 0.5em !important;
  856. }
  857. }
  858.  
  859. @import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
  860.  
  861.  
  862. .detail-view > thead > tr > th,
  863. .detail-view > tbody > tr > th,
  864. .detail-view > tfoot > tr > th,
  865. .detail-view > thead > tr > td,
  866. .detail-view > tbody > tr > td,
  867. .detail-view > tfoot > tr > td {
  868. padding-top: 8px;
  869. padding-bottom: 8px;
  870. padding-left: 25px;
  871. padding-right: 50px;
  872. line-height: 1.42857143;
  873. vertical-align: top;
  874. }
  875. .detail-view > thead > tr > th {
  876. vertical-align: bottom;
  877. }
  878. .detail-view > caption + thead > tr:first-child > th,
  879. .detail-view > colgroup + thead > tr:first-child > th,
  880. .detail-view > thead:first-child > tr:first-child > th,
  881. .detail-view > caption + thead > tr:first-child > td,
  882. .detail-view > colgroup + thead > tr:first-child > td,
  883. .detail-view > thead:first-child > tr:first-child > td {
  884. border-top: 0;
  885. }
  886. .pager {
  887. padding-left: 0;
  888. margin: 20px 0;
  889. list-style: none;
  890. text-align: center;
  891. }
  892. .pager:before,
  893. .pager:after {
  894. content: " ";
  895. display: table;
  896. }
  897. .pager:after {
  898. clear: both;
  899. }
  900. .pager:before,
  901. .pager:after {
  902. content: " ";
  903. display: table;
  904. }
  905. .pager:after {
  906. clear: both;
  907. }
  908. .pager li {
  909. display: inline;
  910. }
  911. .pager li > a,
  912. .pager li > span {
  913. display: inline-block;
  914. padding: 5px 14px;
  915. background-color: #ffffff;
  916. border: 1px solid #dddddd;
  917. border-radius: 15px;
  918. }
  919. .pager li > a:hover,
  920. .pager li > a:focus {
  921. text-decoration: none;
  922. background-color: #eeeeee;
  923. }
  924. .pager .next > a,
  925. .pager .next > span {
  926. float: right;
  927. }
  928. .pager .previous > a,
  929. .pager .previous > span {
  930. float: left;
  931. }
  932. .pager .disabled > a,
  933. .pager .disabled > a:hover,
  934. .pager .disabled > a:focus,
  935. .pager .disabled > span {
  936. color: #999999;
  937. background-color: #ffffff;
  938. cursor: not-allowed;
  939. }
  940.  
  941. .console-date {
  942. color: #93a1a1;
  943. }
  944. .console-level-info {
  945. color: #2aa198;
  946. }
  947. .console-level-warning {
  948. color: #cb4b16;
  949. }
  950. .console-level-severe {
  951. color: #d33682;
  952. }
  953. .console-source-connection {
  954. color: #93a1a1;
  955. }
  956. .console-source-server {
  957. color: #859900;
  958. }
  959. .console-source-multicraft {
  960. color: #2aa198;
  961. }
  962. .console-source-loader {
  963. color: #57bb60;
  964. }
  965. .console-ip-addr {
  966. color: #268bd2;
  967. text-decoration: underline;
  968. cursor: pointer;
  969. }
  970. .console-hide {
  971. display: none;
  972. }
  973. .console-col-white {
  974. color: #fff;
  975. background: #333;
  976. }
  977. .console-col-yellow {
  978. color: #FF0;
  979. background: #333;
  980. }
  981. .console-col-lpurple {
  982. color: #F5F;
  983. }
  984. .console-col-red {
  985. color: #f55;
  986. }
  987. .console-col-aqua {
  988. color: #5FF;
  989. background: #333;
  990. }
  991. .console-col-green {
  992. color: #5F5;
  993. background: #333;
  994. }
  995. .console-col-blue {
  996. color: #55F;
  997. }
  998. .console-col-dgray {
  999. color: #555;
  1000. }
  1001. .console-col-gray {
  1002. color: #AAA;
  1003. }
  1004. .console-col-gold {
  1005. color: #FA0;
  1006. }
  1007. .console-col-dpurple {
  1008. color: #A0A;
  1009. }
  1010. .console-col-dred {
  1011. color: #A00;
  1012. }
  1013. .console-col-daqua {
  1014. color: #0AA;
  1015. }
  1016. .console-col-dgreen {
  1017. color: #0A0;
  1018. }
  1019. .console-col-dblue {
  1020. color: #00A;
  1021. }
  1022. .console-col-black {
  1023. color: #000;
  1024. }
  1025. .console-uname {
  1026. color: #2aa198;
  1027. }
  1028. .console-connection {
  1029. color: #93a1a1;
  1030. }
  1031. .plugin_action_pending {
  1032. float: left;
  1033. padding-left: 8px;
  1034. padding-top: 2px;
  1035. }
  1036. .plugin_version_info {
  1037. width: 320px;
  1038. float: right;
  1039. max-height: 400px;
  1040. overflow-y: auto;
  1041. }
  1042. .plugin_version_table td,
  1043. .plugin_version_table th {
  1044. border: 1px solid #d0d0d0;
  1045. padding: 5px;
  1046. }
  1047.  
  1048. .mainContainer {
  1049. padding-left: 50px !important;
  1050. padding-right: 50px !important;
  1051. }
  1052.  
  1053. /* Handle any responsiveness at the bottom because I don't care about it too much*/
  1054. @media (max-width: 1268px) {
  1055. .mainContainer {
  1056. padding-left: 10px !important;
  1057. padding-right: 10px !important;
  1058. }
  1059. }
  1060.  
  1061. @media (max-width: 768px) {
  1062. .detail-view {
  1063. font-size: 16px;
  1064. }
  1065. .btn-serverJarSelector {
  1066. font-size: 16px;
  1067. font-weight: normal !important;
  1068. }
  1069. .innerServerDisplay {
  1070. margin: 0px auto;
  1071. text-align: center;
  1072. }
  1073. .buttons {
  1074. margin: 0px auto !important;
  1075. text-align: center !important;
  1076. float: none;
  1077. padding-top: 15px;
  1078. padding-bottom: 15px;
  1079. }
  1080. #serverBreadcrumb {
  1081. display: none;
  1082. }
  1083. .btn-copyIp {
  1084. margin-left: 0px !important;
  1085. margin-top: 5px;
  1086. }
  1087. #srvName {
  1088. margin-top: 10px;
  1089. font-size: 28px;
  1090. }
  1091.  
  1092. #content-main::-webkit-scrollbar {
  1093. width: unset !important;
  1094. }
  1095.  
  1096. #content-main::-webkit-scrollbar-track {
  1097. box-shadow: unset !important;
  1098. -webkit-box-shadow: unset !important;
  1099. }
  1100.  
  1101. #content-main::-webkit-scrollbar-thumb {
  1102. background-color: none;
  1103. border-radius: unset !important;
  1104. outline: unset !important;
  1105. }
  1106. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement