PageRenderTime 42ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/static/node_modules/generator-jhipster/app/templates/src/main/webapp/assets/styles/main.css

https://gitlab.com/augurpl/gitlab-ci-hipster-image
CSS | 246 lines | 189 code | 34 blank | 23 comment | 1 complexity | 0589a1d73725ba2502a7e7a6536ba662 MD5 | raw file
  1. body {
  2. background: #fafafa;
  3. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  4. color: #333;
  5. }
  6. /* ==========================================================================
  7. Hide ng-cloak on page load, https://docs.angularjs.org/api/ng/directive/ngCloak
  8. ========================================================================== */
  9. [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  10. display: none !important;
  11. }
  12. /* ==========================================================================
  13. Developement Ribbon
  14. ========================================================================== */
  15. .development {
  16. position: absolute;
  17. width: 149px;
  18. height: 149px;
  19. top: 0;
  20. left: 0;
  21. border: 0;
  22. z-index: 1000;
  23. background-image: url("../images/development_ribbon.png");
  24. background-position: center center;
  25. background-repeat: no-repeat;
  26. }
  27. /* ==========================================================================
  28. Version number in navbar
  29. ========================================================================== */
  30. .navbar-version {
  31. font-size: 10px;
  32. color: #ccc
  33. }
  34. /* ==========================================================================
  35. Browser Upgrade Prompt
  36. ========================================================================== */
  37. .browserupgrade {
  38. margin: 0.2em 0;
  39. background: #ccc;
  40. color: #000;
  41. padding: 0.2em 0;
  42. }
  43. .hero-unit {
  44. margin: 50px auto 0 auto;
  45. width: 300px;
  46. font-size: 18px;
  47. font-weight: 200;
  48. line-height: 30px;
  49. background-color: #eee;
  50. border-radius: 6px;
  51. padding: 60px;
  52. }
  53. .hero-unit h1 {
  54. font-size: 60px;
  55. line-height: 1;
  56. letter-spacing: -1px;
  57. }
  58. .error {
  59. color: white;
  60. background-color: red;
  61. }
  62. .hipster {
  63. display: inline-block;
  64. width: 347px;
  65. height: 497px;
  66. background: url("../images/hipster.png") no-repeat center top;
  67. background-size: contain;
  68. }
  69. .pad {
  70. padding: 10px;
  71. }
  72. /* wait autoprefixer update to allow simple generation of high pixel density media query */
  73. @media
  74. only screen and (-webkit-min-device-pixel-ratio: 2),
  75. only screen and ( min--moz-device-pixel-ratio: 2),
  76. only screen and ( -o-min-device-pixel-ratio: 2/1),
  77. only screen and ( min-device-pixel-ratio: 2),
  78. only screen and ( min-resolution: 192dpi),
  79. only screen and ( min-resolution: 2dppx) {
  80. .hipster {
  81. background: url("../images/hipster2x.png") no-repeat center top;
  82. background-size: contain;
  83. }
  84. }
  85. .hand {
  86. cursor: pointer;
  87. }
  88. #threadDump .popover, #healthCheck .popover {
  89. top: inherit;
  90. display: block;
  91. font-size: 10px;
  92. max-width: 1024px;
  93. }
  94. #healthCheck .popover {
  95. margin-left: -50px;
  96. }
  97. .health-details {
  98. min-width: 400px;
  99. }
  100. /* ==========================================================================
  101. Custom alerts for notification
  102. ========================================================================== */
  103. .alerts .alert{
  104. text-overflow: ellipsis;
  105. }
  106. .alert pre{
  107. background: none;
  108. border: none;
  109. font: inherit;
  110. color: inherit;
  111. padding: 0;
  112. margin: 0;
  113. }
  114. .alert .popover pre {
  115. font-size: 10px;
  116. }
  117. .alerts .toast {
  118. position: fixed;
  119. width: 100%;
  120. }
  121. .alerts .toast.left {
  122. left: 5px;
  123. }
  124. .alerts .toast.right {
  125. right: 5px;
  126. }
  127. .alerts .toast.top {
  128. top: 55px;
  129. }
  130. .alerts .toast.bottom {
  131. bottom: 55px;
  132. }
  133. @media screen and (min-width: 480px) {
  134. .alerts .toast {
  135. width: 50%;
  136. }
  137. }
  138. /* end of Custom alerts for notification */
  139. .voffset { margin-top: 2px; }
  140. .voffset1 { margin-top: 5px; }
  141. .voffset2 { margin-top: 10px; }
  142. .voffset3 { margin-top: 15px; }
  143. .voffset4 { margin-top: 30px; }
  144. .voffset5 { margin-top: 40px; }
  145. .voffset6 { margin-top: 60px; }
  146. .voffset7 { margin-top: 80px; }
  147. .voffset8 { margin-top: 100px; }
  148. .voffset9 { margin-top: 150px; }
  149. /* start Password strength bar style */
  150. ul#strengthBar {
  151. display:inline;
  152. list-style:none;
  153. margin:0;
  154. margin-left:15px;
  155. padding:0;
  156. vertical-align:2px;
  157. }
  158. .point:last {
  159. margin:0 !important;
  160. }
  161. .point {
  162. background:#DDD;
  163. border-radius:2px;
  164. display:inline-block;
  165. height:5px;
  166. margin-right:1px;
  167. width:20px;
  168. }
  169. /* end Password strength bar style */
  170. .readonly {
  171. background-color: #eee;
  172. opacity: 1;
  173. }
  174. <%_ if (enableSocialSignIn) { _%>
  175. /* ==========================================================================
  176. Social Buttons
  177. ========================================================================== */
  178. .jh-btn-social {
  179. margin-bottom: 5px;
  180. }
  181. .jh-btn-google {
  182. background-color: #dd4b39;
  183. border-color: rgba(0, 0, 0, 0.2);
  184. color: #fff;
  185. }
  186. .jh-btn-google:hover, .jh-btn-google:focus, .jh-btn-google:active, .jh-btn-google.active, .open > .dropdown-toggle.jh-btn-google {
  187. background-color: #c23321;
  188. border-color: rgba(0, 0, 0, 0.2);
  189. color: #fff;
  190. }
  191. .jh-btn-facebook {
  192. background-color: #3b5998;
  193. border-color: rgba(0, 0, 0, 0.2);
  194. color: #fff;
  195. }
  196. .jh-btn-facebook:hover, .jh-btn-facebook:focus, .jh-btn-facebook:active, .jh-btn-facebook.active, .open > .dropdown-toggle.jh-btn-facebook {
  197. background-color: #2d4373;
  198. border-color: rgba(0, 0, 0, 0.2);
  199. color: #fff;
  200. }
  201. .jh-btn-twitter {
  202. background-color: #55acee;
  203. border-color: rgba(0, 0, 0, 0.2);
  204. color: #fff;
  205. }
  206. .jh-btn-twitter:hover, .jh-btn-twitter:focus, .jh-btn-twitter:active, .jh-btn-twitter.active, .open > .dropdown-toggle.jh-btn-twitter {
  207. background-color: #2795e9;
  208. border-color: rgba(0, 0, 0, 0.2);
  209. color: #fff;
  210. }
  211. <%_ } _%>
  212. /* jhipster-needle-css-add-main JHipster will add new css style */