No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 5.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. /*
  2. body {
  3. font-family: 'Roboto', sans-serif;
  4. font-size: 16px;
  5. font-weight: 300;
  6. color: #888;
  7. line-height: 30px;
  8. text-align: center;
  9. }
  10. strong { font-weight: 500; }
  11. a, a:hover, a:focus {
  12. color: #19b9e7;
  13. text-decoration: none;
  14. -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
  15. }
  16. h1, h2 {
  17. margin-top: 10px;
  18. font-size: 38px;
  19. font-weight: 100;
  20. color: #555;
  21. line-height: 50px;
  22. }
  23. h3 {
  24. font-size: 22px;
  25. font-weight: 300;
  26. color: #555;
  27. line-height: 30px;
  28. }
  29. img { max-width: 100%; }
  30. */
  31. ::-moz-selection { background: #19b9e7; color: #fff; text-shadow: none; }
  32. ::selection { background: #19b9e7; color: #fff; text-shadow: none; }
  33. .btn-link-1 {
  34. display: inline-block;
  35. height: 50px;
  36. margin: 0 5px;
  37. padding: 16px 20px 0 20px;
  38. background: #19b9e7;
  39. font-size: 16px;
  40. font-weight: 300;
  41. line-height: 16px;
  42. color: #fff;
  43. -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
  44. }
  45. .btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }
  46. .btn-link-2 {
  47. display: inline-block;
  48. height: 50px;
  49. margin: 0 5px;
  50. padding: 15px 20px 0 20px;
  51. background: rgba(0, 0, 0, 0.3);
  52. border: 1px solid #fff;
  53. font-size: 16px;
  54. font-weight: 300;
  55. line-height: 16px;
  56. color: #fff;
  57. -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
  58. }
  59. .btn-link-2:hover, .btn-link-2:focus,
  60. .btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }
  61. /***** Top menu *****/
  62. .navbar {
  63. padding-top: 10px;
  64. background: #333;
  65. background: rgba(51, 51, 51, 0.3);
  66. border: 0;
  67. -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
  68. }
  69. .navbar.navbar-no-bg { background: none; }
  70. ul.navbar-nav {
  71. font-size: 16px;
  72. color: #fff;
  73. }
  74. .navbar-inverse ul.navbar-nav li { padding-top: 8px; padding-bottom: 8px; }
  75. .navbar-inverse ul.navbar-nav li .li-text { opacity: 0.8; }
  76. .navbar-inverse ul.navbar-nav li a { display: inline; padding: 0; color: #fff; }
  77. .navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px dotted #fff; }
  78. .navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px dotted #fff; }
  79. .navbar-inverse ul.navbar-nav li .li-social a {
  80. margin: 0 5px;
  81. font-size: 28px;
  82. vertical-align: middle;
  83. }
  84. .navbar-inverse ul.navbar-nav li .li-social a:hover,
  85. .navbar-inverse ul.navbar-nav li .li-social a:focus { border: 0; color: #19b9e7; }
  86. .navbar-brand {
  87. width: 123px;
  88. background: url(../img/logo.png) left center no-repeat;
  89. text-indent: -99999px;
  90. }
  91. /***** Top content *****/
  92. .inner-bg {
  93. padding: 40px 0 170px 0;
  94. }
  95. .top-content .text {
  96. color: #fff;
  97. }
  98. .top-content .text h1 { color: #fff; }
  99. .top-content .description {
  100. margin: 20px 0 10px 0;
  101. }
  102. .top-content .description p { opacity: 0.8; }
  103. .top-content .description a {
  104. color: #fff;
  105. }
  106. .top-content .description a:hover,
  107. .top-content .description a:focus { border-bottom: 1px dotted #fff; }
  108. .top-content .top-big-link {
  109. margin-top: 35px;
  110. }
  111. .form-box {
  112. padding-top: 40px;
  113. }
  114. .form-top {
  115. overflow: hidden;
  116. padding: 0 25px 15px 25px;
  117. background: #fff;
  118. -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
  119. text-align: left;
  120. }
  121. .form-top-left {
  122. float: left;
  123. width: 75%;
  124. padding-top: 25px;
  125. }
  126. .form-top-left h3 { margin-top: 0; }
  127. .form-top-right {
  128. float: left;
  129. width: 25%;
  130. padding-top: 5px;
  131. font-size: 66px;
  132. color: #ddd;
  133. line-height: 100px;
  134. text-align: right;
  135. }
  136. .form-bottom {
  137. padding: 25px 25px 30px 25px;
  138. background: #eee;
  139. -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
  140. text-align: left;
  141. }
  142. form .form-bottom textarea {
  143. height: 100px;
  144. }
  145. form .form-bottom button.btn {
  146. min-width: 105px;
  147. }
  148. form .form-bottom .input-error {
  149. border-color: #19b9e7;
  150. }
  151. form.registration-form fieldset {
  152. display: none;
  153. }
  154. /***** Media queries *****/
  155. @media (min-width: 992px) and (max-width: 1199px) {}
  156. @media (min-width: 768px) and (max-width: 991px) {}
  157. @media (max-width: 767px) {
  158. .navbar { padding-top: 0; }
  159. .navbar.navbar-no-bg { background: #333; background: rgba(51, 51, 51, 0.9); }
  160. .navbar-brand { height: 60px; margin-left: 15px; }
  161. .navbar-collapse { border: 0; }
  162. .navbar-toggle { margin-top: 12px; }
  163. .inner-bg { padding: 40px 0 110px 0; }
  164. .top-content .top-big-link { margin-top: 25px; }
  165. .top-content .top-big-link a.btn { margin-top: 10px; }
  166. .form-bottom { padding-bottom: 25px; }
  167. form .form-bottom button.btn { margin-bottom: 5px; }
  168. }
  169. @media (max-width: 415px) {
  170. h1, h2 { font-size: 32px; }
  171. }
  172. /* Retina-ize images/icons */
  173. @media
  174. only screen and (-webkit-min-device-pixel-ratio: 2),
  175. only screen and ( min--moz-device-pixel-ratio: 2),
  176. only screen and ( -o-min-device-pixel-ratio: 2/1),
  177. only screen and ( min-device-pixel-ratio: 2),
  178. only screen and ( min-resolution: 192dpi),
  179. only screen and ( min-resolution: 2dppx) {
  180. /* logo */
  181. .navbar-brand {
  182. background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 123px 49px !important;
  183. }
  184. }