main.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. /**
  2. * Custom CSS
  3. */
  4. a {
  5. color: #0097A7;
  6. }
  7. .look-form{
  8. margin-top:20px;
  9. margin-top:2rem;
  10. margin-bottom:20px;
  11. margin-bottom:2rem;
  12. display: flex
  13. }
  14. .look-form label {
  15. display:block;
  16. font-weight:bold
  17. }
  18. .look-form input[type="text"] {
  19. width:100%;
  20. display:block;
  21. border-radius:3px 0 0 3px;
  22. border-radius:.3rem 0 0 .3rem;
  23. color:#424242;
  24. background:#fff;
  25. border:2px solid #E0E0E0;
  26. border:.17rem solid #E0E0E0;
  27. transition:border-color ease-in-out .15s;
  28. padding:11px 10px;
  29. padding:1.1rem 1rem;
  30. }
  31. .look-form input[type="text"]:focus {
  32. border-color:#0097A7;
  33. outline:0
  34. box-shadow: 0 0 0 .2rem #0095A570;
  35. -webkit-box-shadow: 0 0 0 .2rem #0095A570;
  36. }
  37. .look-form input[type="text"] {
  38. font-family: monospace;
  39. }
  40. .look-form input[type="submit"] {
  41. height: 4rem;
  42. width: 7rem;
  43. z-index: 2;
  44. background-color: #0095A5;
  45. color: #fff;
  46. border-radius: 0 4px 4px 0;
  47. border-radius: 0 .4rem .4rem 0;
  48. border: 2px solid #14854f;
  49. text-align: center;
  50. -webkit-transition: opacity .2s ease;
  51. transition: opacity .2s ease;
  52. text-decoration: none;
  53. cursor: pointer;
  54. }
  55. .look-form input[type="submit"]:hover {
  56. background-color: #0095A5;
  57. border-color: #14854f;
  58. opacity:.85
  59. }
  60. .look-form input[type="submit"]:active {
  61. background-color: #0095A5;
  62. border-color: #14854f;
  63. opacity:.75
  64. }
  65. .look-form.error input {
  66. border-color:#F50057
  67. }
  68. .console {
  69. font-family: monospace;
  70. }
  71. .highlight {
  72. color: #0097A7;
  73. }
  74. .look-segment {
  75. border: 1px solid #E0E0E0;
  76. border-top-color: rgb(224, 224, 224);
  77. border-right-color: rgb(224, 224, 224);
  78. border-bottom-color: rgb(224, 224, 224);
  79. border-left-color: rgb(224, 224, 224);
  80. border-radius: 3px;
  81. border-radius: .3rem;
  82. margin-top: 20px;
  83. margin-top: 2rem;
  84. margin-bottom: 20px;
  85. margin-bottom: 2rem;
  86. overflow: hidden;
  87. }
  88. .look-segment > .header {
  89. background: #f5f5f5;
  90. padding: 10px 20px;
  91. padding: 1rem 2rem;
  92. box-shadow: inset 0 -1px 0 #E0E0E0;
  93. }
  94. .look-segment > .body {
  95. padding: 19px 20px;
  96. padding: 1.9rem 2rem;
  97. word-wrap: break-word;
  98. }
  99. .look-segment > .body > :last-child, .look-segment > .body > :last-child > :last-child {
  100. margin-bottom: 0;
  101. }
  102. .look-segment > .body > :first-child, .look-segment > .body > :first-child > :first-child {
  103. margin-top: 0;
  104. }
  105. .look-segment.amber {
  106. border-color: #FFC107;
  107. }
  108. .look-segment.amber > .header {
  109. box-shadow: inset 0 -1px 0 #FFC107;
  110. background: #ffeeba;
  111. color: #000;
  112. }
  113. .look-segment.green {
  114. border-color: #4CAF50;
  115. }
  116. .look-segment.green > .header {
  117. box-shadow: inset 0 -1px 0 #4CAF50;
  118. background: #c7e7c8;
  119. color: #000;
  120. }
  121. .look-label {
  122. display: inline-block;
  123. background: #0097A7;
  124. color: #fff;
  125. font-weight: bold;
  126. border: 0;
  127. border-radius: 3px;
  128. border-radius: .3rem;
  129. padding: 1px 4px;
  130. padding: .1rem .4rem;
  131. font-size: 14px;
  132. text-align: center;
  133. vertical-align: middle;
  134. white-space: nowrap;
  135. line-height: inherit;
  136. }
  137. .look-table {
  138. width: 100%;
  139. }
  140. .look-table td, .look-table th {
  141. padding: 10px;
  142. }
  143. .look-table a > code {
  144. color: #0097A7;
  145. }
  146. .literal {
  147. background: rgba(0,0,0,.075);
  148. color: #000;
  149. }
  150. .faq .q {
  151. font-style: italic;
  152. color: #0077DD;
  153. }
  154. .legend {
  155. font-weight: bolder;
  156. font-size: 12px;
  157. }
  158. .legend .username {
  159. color: blue;
  160. }
  161. .legend .password {
  162. color: orange;
  163. }
  164. .legend .rounds, .legend .time_cost {
  165. color: purple;
  166. }
  167. .legend .salt {
  168. color: red;
  169. }
  170. .legend .hash {
  171. color: green;
  172. }
  173. pre .username {
  174. border-bottom: 2px solid blue;
  175. padding-bottom: 4px;
  176. /*background-color: #00008030;*/
  177. }
  178. pre .password {
  179. border-bottom: 2px solid orange;
  180. padding-bottom: 4px;
  181. /*background-color: #ffa50030;*/
  182. }
  183. pre .rounds, pre .time_cost {
  184. border-bottom: 2px solid purple;
  185. background-color: #80008030;
  186. }
  187. pre .salt {
  188. border-bottom: 2px solid red;
  189. background-color: #ff000030;
  190. }
  191. pre .hash {
  192. border-bottom: 2px solid green;
  193. background-color: #00800030;
  194. }