No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

260 líneas
4.4KB

  1. body {
  2. padding-top: 70px;
  3. }
  4. .footer {
  5. border-top: 1px solid #ddd;
  6. margin-top: 30px;
  7. padding: 15px 0 30px;
  8. }
  9. .jumbotron {
  10. text-align: center;
  11. background-color: transparent;
  12. }
  13. .jumbotron .btn {
  14. font-size: 21px;
  15. padding: 14px 24px;
  16. }
  17. .navbar-brand {
  18. padding: 0;
  19. margin: 0;
  20. }
  21. .default-index .generator {
  22. min-height: 200px;
  23. margin-bottom: 20px;
  24. }
  25. .list-group .glyphicon {
  26. float: right;
  27. }
  28. .popover {
  29. max-width: 400px;
  30. width: 400px;
  31. }
  32. .hint-block {
  33. display: none;
  34. }
  35. .error-summary {
  36. color: #a94442;
  37. background: #fdf7f7;
  38. border-left: 3px solid #eed3d7;
  39. padding: 10px 20px;
  40. margin: 0 0 15px 0;
  41. }
  42. .default-view .sticky-value {
  43. padding: 6px 12px;
  44. background: lightyellow;
  45. white-space: pre;
  46. word-wrap: break-word;
  47. }
  48. .default-view .form-group label.help {
  49. border-bottom: 1px dashed #888;
  50. cursor: help;
  51. }
  52. .default-view .modal-dialog {
  53. width: 800px;
  54. }
  55. .default-view .modal-dialog .error {
  56. color: #d9534f;
  57. }
  58. .default-view .modal-dialog .content {
  59. background: #fafafa;
  60. border-left: #eee 5px solid;
  61. padding: 5px 10px;
  62. overflow: auto;
  63. }
  64. .default-view .modal-dialog code {
  65. background: transparent;
  66. }
  67. .default-view-files table .action {
  68. width: 100px;
  69. }
  70. .default-view-files table .check {
  71. width: 25px;
  72. text-align: center;
  73. }
  74. .default-view-results pre {
  75. overflow: auto;
  76. background-color: #333;
  77. max-height: 300px;
  78. color: white;
  79. padding: 10px;
  80. border-radius: 0;
  81. white-space: nowrap;
  82. }
  83. .default-view-results pre .error {
  84. background: #FFE0E1;
  85. color: black;
  86. padding: 1px;
  87. }
  88. .default-view-results .alert pre {
  89. background: white;
  90. }
  91. .default-diff pre {
  92. padding: 0;
  93. margin: 0;
  94. background: transparent;
  95. border: none;
  96. }
  97. .default-diff pre del {
  98. background: pink;
  99. }
  100. .default-diff pre ins {
  101. background: lightgreen;
  102. text-decoration: none;
  103. }
  104. .Differences {
  105. width: 100%;
  106. border-collapse: collapse;
  107. border-spacing: 0;
  108. empty-cells: show;
  109. }
  110. .Differences thead {
  111. display: none;
  112. }
  113. .Differences tbody th {
  114. text-align: right;
  115. background: #FAFAFA;
  116. padding: 1px 2px;
  117. border-right: 1px solid #eee;
  118. vertical-align: top;
  119. font-size: 13px;
  120. font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
  121. font-weight: normal;
  122. color: #999;
  123. width: 5px;
  124. }
  125. .Differences td {
  126. padding: 1px 2px;
  127. font-size: 13px;
  128. font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
  129. }
  130. .DifferencesSideBySide .ChangeInsert td.Left {
  131. background: #dfd;
  132. }
  133. .DifferencesSideBySide .ChangeInsert td.Right {
  134. background: #cfc;
  135. }
  136. .DifferencesSideBySide .ChangeDelete td.Left {
  137. background: #f88;
  138. }
  139. .DifferencesSideBySide .ChangeDelete td.Right {
  140. background: #faa;
  141. }
  142. .DifferencesSideBySide .ChangeReplace .Left {
  143. background: #fe9;
  144. }
  145. .DifferencesSideBySide .ChangeReplace .Right {
  146. background: #fd8;
  147. }
  148. .Differences ins, .Differences del {
  149. text-decoration: none;
  150. }
  151. .DifferencesSideBySide .ChangeReplace ins, .DifferencesSideBySide .ChangeReplace del {
  152. background: #fc0;
  153. }
  154. .Differences .Skipped {
  155. background: #f7f7f7;
  156. }
  157. .DifferencesInline .ChangeReplace .Left,
  158. .DifferencesInline .ChangeDelete .Left {
  159. background: #fdd;
  160. }
  161. .DifferencesInline .ChangeReplace .Right,
  162. .DifferencesInline .ChangeInsert .Right {
  163. background: #dfd;
  164. }
  165. .DifferencesInline .ChangeReplace ins {
  166. background: #9e9;
  167. }
  168. .DifferencesInline .ChangeReplace del {
  169. background: #e99;
  170. }
  171. .DifferencesInline th[data-line-number]:before {
  172. content: attr(data-line-number);
  173. }
  174. /* additional styles for typeahead.js, adapted from http://twitter.github.io/typeahead.js/examples/ */
  175. .twitter-typeahead {
  176. display: block !important;
  177. }
  178. .tt-query {
  179. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  180. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  181. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  182. }
  183. .tt-hint {
  184. color: #999
  185. }
  186. .tt-dropdown-menu {
  187. width: 422px;
  188. margin-top: 2px;
  189. padding: 8px 0;
  190. background-color: #fff;
  191. border: 1px solid #ccc;
  192. border: 1px solid rgba(0, 0, 0, 0.2);
  193. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  194. -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  195. box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  196. }
  197. .tt-suggestion {
  198. padding: 3px 20px;
  199. font-size: 18px;
  200. line-height: 24px;
  201. }
  202. .tt-suggestion.tt-cursor {
  203. color: #fff;
  204. background-color: #0097cf;
  205. }
  206. .tt-suggestion p {
  207. margin: 0;
  208. }