ivprog-term.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. .ivprog-term-div {
  2. /* background-color: black; */
  3. width: 100%;
  4. height: 12rem;
  5. overflow-y: scroll;
  6. }
  7. #ivprog-term-div {
  8. z-index: 10;
  9. }
  10. .ivprog-term-userText {
  11. white-space: pre;
  12. }
  13. .ivprog-term-userText, .ivprog-term-userInput {
  14. color: #f2d6d6;
  15. }
  16. .ivprog-term-info {
  17. color: #28a628;
  18. }
  19. .ivprog-term-error {
  20. color: #df4242;
  21. }
  22. .ivprog-term-input {
  23. font-family: 'Courier New', Courier, monospace;
  24. font-weight: 500;
  25. background-color: inherit;
  26. border: 0;
  27. color: white;
  28. }
  29. .ivprog-term-div > .ivprog-term-input, .ivprog-term-div > .ivprog-term-userText,
  30. .ivprog-term-div > .ivprog-term-info, .ivprog-term-div, .ivprog-term-error {
  31. padding-left: 20px;
  32. }
  33. #ivprog-term {
  34. /* border: 1px solid gray;
  35. background: black;
  36. margin-top: -30px;
  37. position: relative;
  38. padding: 5px;
  39. z-index: 999; */
  40. }
  41. /* #ivprog-term i {
  42. margin-left: 5px;
  43. cursor: pointer;
  44. } */
  45. .div_toggle_console {
  46. cursor: pointer;
  47. }
  48. .ivprog-term-active {
  49. box-shadow: 0 0 5px rgba(81, 203, 238, 1) !important;
  50. border: 3px solid rgba(81, 203, 238, 1) !important;
  51. }
  52. .ivprog-term-div {
  53. overflow:scroll;
  54. }
  55. .ivprog-term-div::-webkit-scrollbar {
  56. width: 12px;
  57. }
  58. .ivprog-term-div::-webkit-scrollbar-track {
  59. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  60. -webkit-border-radius: 10px;
  61. border-radius: 10px;
  62. }
  63. .ivprog-term-div::-webkit-scrollbar-thumb {
  64. -webkit-border-radius: 10px;
  65. border-radius: 10px;
  66. background: green;
  67. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  68. }
  69. /**novas regras bash*/
  70. #ivprog-terminal-inputdiv {
  71. padding-left: 12px;
  72. }
  73. #ivprog-console-clearbtn, #ivprog-console-showbtn, #ivprog-console-hidebtn {
  74. cursor: pointer;
  75. }
  76. .bash {
  77. box-shadow: 0 0 30px rgba(0,0,0,0.4);
  78. border-radius: 3px;
  79. font-family: "Andale Mono", Consolas, "Courier New" !important;
  80. }
  81. .bash-title {
  82. text-align: center;
  83. color: #525252;
  84. padding: 5px 0;
  85. margin: 0;
  86. text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
  87. font-size: 0.85em;
  88. border: 1px solid #CCCCCC;
  89. border-bottom: none;
  90. border-top-left-radius: 3px;
  91. border-top-right-radius: 3px;
  92. background: #f7f7f7; /* Old browsers */
  93. background: linear-gradient(to bottom, #f7f7f7 0%,#B8B8B8 100%); /* W3C */
  94. }
  95. .bash-body {
  96. /* margin: 0;
  97. padding: 5px; */
  98. background: #111010;
  99. /* list-style: none; */
  100. color: #F8F8FF;
  101. font: 14px 'Andale Mono', Consolas, 'Courier New';
  102. line-height: 1.6em;
  103. border: 1px solid #CCCCCC;
  104. border-bottom-right-radius: 3px;
  105. border-bottom-left-radius: 3px;
  106. }
  107. .bash-text {
  108. font: 14px 'Andale Mono', Consolas, 'Courier New';
  109. line-height: 1.6em;
  110. }
  111. .bash-highlight {
  112. color: #45D40C;
  113. }
  114. .bash-highlight a {
  115. color: #45D40C;
  116. text-decoration: underline;
  117. }
  118. /* .bash-body li:before {
  119. content: '$';
  120. color: #F8F8FF;
  121. position: absolute;
  122. left: 0;
  123. top: 0;
  124. } */
  125. .bash-body i {
  126. cursor: text;
  127. }
  128. .bash-body li {
  129. word-wrap: break-word;
  130. position: relative;
  131. padding: 0 0 0 15px;
  132. }
  133. #cmd {
  134. font-family: courier;
  135. font-size: 14px;
  136. line-height: normal;
  137. background:inherit;
  138. color: #21f838;
  139. padding: 5px;
  140. overflow: hidden;
  141. }
  142. #cmd span {
  143. float: left;
  144. padding-left: 3px;
  145. white-space: pre;
  146. }
  147. #cursor {
  148. float: left;
  149. width: 5px;
  150. height: 14px;
  151. background: #21f838;
  152. }
  153. #cmd ~ input {
  154. width: 0;
  155. height: 0;
  156. opacity: 0;
  157. }
  158. .ivprog-term-error > span > ul {
  159. margin:0 !important;
  160. }
  161. .ivprog-term-error > span > ul > li {
  162. padding: 0;
  163. margin: 0;
  164. line-height: 1rem;
  165. }
  166. .assessment-div-detail:hover {
  167. cursor: pointer;
  168. }
  169. .assessment-div-detail:hover > span {
  170. text-decoration: underline;
  171. }
  172. .bash span {
  173. font-family: 'Courier New', Courier, monospace;
  174. }