default.css 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. /*!
  2. * CSS Kiddy - v. 2.0
  3. * 2015 - Alex Aragón (aragonc@beeznest.com)
  4. * Licensed GPL
  5. * Based on Bootstrap
  6. */
  7. @font-face {
  8. font-family: 'Roboto Condensed';
  9. font-style: normal;
  10. font-weight: 300;
  11. src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(fonts/RobotoCondensed-Light.woff2) format('woff2');
  12. }
  13. @font-face {
  14. font-family: 'Roboto Condensed';
  15. font-style: normal;
  16. font-weight: 400;
  17. src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(fonts/RobotoCondensed-Regular.woff2) format('woff2');
  18. }
  19. @font-face {
  20. font-family: 'Roboto Condensed';
  21. font-style: normal;
  22. font-weight: 700;
  23. src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(fonts/RobotoCondensed-Bold.woff2) format('woff2');
  24. }
  25. html {
  26. -ms-text-size-adjust: 100%;
  27. -webkit-text-size-adjust: 100%;
  28. }
  29. body {
  30. margin: 0;
  31. font-family: 'Roboto Condensed', sans-serif;
  32. line-height: 1.72222;
  33. }
  34. a{
  35. color: #666666;
  36. }
  37. a:hover{
  38. color: #34495E;
  39. text-decoration: none;
  40. }
  41. .nav li a {
  42. padding: 15px 10px;
  43. }
  44. .navbar-default {
  45. background: #01a1ff;
  46. background: -moz-linear-gradient(top, #01a1ff 0%, #0266ef 100%);
  47. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01a1ff), color-stop(100%,#0266ef));
  48. background: -webkit-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  49. background: -o-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  50. background: -ms-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  51. background: linear-gradient(to bottom, #01a1ff 0%,#0266ef 100%);
  52. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a1ff', endColorstr='#0266ef',GradientType=0 );
  53. border: none;
  54. }
  55. header{
  56. background: url(images/background.png) no-repeat 0px -20px;
  57. }
  58. .navbar{
  59. margin-bottom: 0;
  60. }
  61. #breadcrumb-bar{
  62. padding-top: 10px;
  63. background-color: #fff;
  64. }
  65. .navbar-default .navbar-brand {
  66. color: #ffffff;
  67. }
  68. .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  69. color: #ededed;
  70. }
  71. .navbar-default .navbar-text {
  72. color: #ffffff;
  73. }
  74. .navbar-default .navbar-nav > li > a {
  75. color: #FFFFFF;
  76. text-transform: uppercase;
  77. font-weight: bold;
  78. }
  79. .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  80. color: #FFFFFF;
  81. background: #fc8a00;
  82. background: -moz-linear-gradient(top, #fc8a00 0%, #ff6e00 100%);
  83. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc8a00), color-stop(100%,#ff6e00));
  84. background: -webkit-linear-gradient(top, #fc8a00 0%,#ff6e00 100%);
  85. background: -o-linear-gradient(top, #fc8a00 0%,#ff6e00 100%);
  86. background: -ms-linear-gradient(top, #fc8a00 0%,#ff6e00 100%);
  87. background: linear-gradient(to bottom, #fc8a00 0%,#ff6e00 100%);
  88. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8a00', endColorstr='#ff6e00',GradientType=0 );
  89. }
  90. .navbar-default .navbar-nav > li > .dropdown-menu {
  91. background: #FFFFFF;
  92. }
  93. .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  94. color: #ffffff;
  95. padding: 5px;
  96. }
  97. .navbar-default .navbar-nav > li > .dropdown-menu > li{
  98. border: none;
  99. }
  100. .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
  101. .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  102. color: #ffffff;
  103. background-color: #FF6700;
  104. }
  105. .navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  106. background-color: #0099c0;
  107. }
  108. .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  109. color: #FFFFFF;
  110. background: #0078a8;
  111. background: -moz-linear-gradient(top, #0078a8 0%, #00507f 100%);
  112. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0078a8), color-stop(100%,#00507f));
  113. background: -webkit-linear-gradient(top, #0078a8 0%,#00507f 100%);
  114. background: -o-linear-gradient(top, #0078a8 0%,#00507f 100%);
  115. background: -ms-linear-gradient(top, #0078a8 0%,#00507f 100%);
  116. background: linear-gradient(to bottom, #0078a8 0%,#00507f 100%);
  117. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078a8', endColorstr='#00507f',GradientType=0 );
  118. }
  119. .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  120. color: #FFFFFF;
  121. background: #0078a8;
  122. background: -moz-linear-gradient(top, #0078a8 0%, #00507f 100%);
  123. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0078a8), color-stop(100%,#00507f));
  124. background: -webkit-linear-gradient(top, #0078a8 0%,#00507f 100%);
  125. background: -o-linear-gradient(top, #0078a8 0%,#00507f 100%);
  126. background: -ms-linear-gradient(top, #0078a8 0%,#00507f 100%);
  127. background: linear-gradient(to bottom, #0078a8 0%,#00507f 100%);
  128. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078a8', endColorstr='#00507f',GradientType=0 );
  129. }
  130. .navbar-default .navbar-toggle {
  131. border-color: #fff;
  132. }
  133. .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  134. background: #01a1ff;
  135. background: -moz-linear-gradient(top, #01a1ff 0%, #0266ef 100%);
  136. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01a1ff), color-stop(100%,#0266ef));
  137. background: -webkit-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  138. background: -o-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  139. background: -ms-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  140. background: linear-gradient(to bottom, #01a1ff 0%,#0266ef 100%);
  141. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a1ff', endColorstr='#0266ef',GradientType=0 );
  142. }
  143. .navbar-default .navbar-toggle .icon-bar {
  144. background-color: #fff;
  145. }
  146. .navbar-default .navbar-collapse,
  147. .navbar-default .navbar-form {
  148. border-color: #0071A1;
  149. }
  150. .navbar-default .navbar-link {
  151. color: #ffffff;
  152. }
  153. .navbar-default .navbar-link:hover {
  154. color: #ededed;
  155. }
  156. .badge{
  157. background-color: #F99D1C;
  158. }
  159. @media (max-width: 767px) {
  160. .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  161. color: #ffffff;
  162. }
  163. .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  164. color: #ededed;
  165. background: #fc8a00;
  166. background: -moz-linear-gradient(top, #fc8a00 0%, #ff6e00 100%);
  167. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc8a00), color-stop(100%,#ff6e00));
  168. background: -webkit-linear-gradient(top, #fc8a00 0%,#ff6e00 100%);
  169. background: -o-linear-gradient(top, #fc8a00 0%,#ff6e00 100%);
  170. background: -ms-linear-gradient(top, #fc8a00 0%,#ff6e00 100%);
  171. background: linear-gradient(to bottom, #fc8a00 0%,#ff6e00 100%);
  172. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8a00', endColorstr='#ff6e00',GradientType=0 );
  173. }
  174. .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  175. color: #ededed;
  176. background-color: #0099c0;
  177. }
  178. }
  179. .breadcrumb{
  180. background: #F9F9F9;
  181. color: #006A84;
  182. }
  183. .nav li a:hover{
  184. background: transparent;
  185. }
  186. .panel-default .panel-heading{
  187. background-color: #EBECF2;
  188. }
  189. .panel-default{
  190. border-color: #F3F3F4;
  191. }
  192. footer.bgfooter{
  193. background: #01a1ff;
  194. background: -moz-linear-gradient(top, #01a1ff 0%, #0266ef 100%);
  195. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01a1ff), color-stop(100%,#0266ef));
  196. background: -webkit-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  197. background: -o-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  198. background: -ms-linear-gradient(top, #01a1ff 0%,#0266ef 100%);
  199. background: linear-gradient(to bottom, #01a1ff 0%,#0266ef 100%);
  200. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a1ff', endColorstr='#0266ef',GradientType=0 );
  201. color: #FFB500;
  202. border: none;
  203. }
  204. footer.bgfooter a{
  205. color: #ffffff;
  206. }
  207. footer.bgfooter a:hover{
  208. color: #CCC;
  209. }
  210. .menu-column .panel-heading{
  211. text-transform: uppercase;
  212. background-color: #FF6700;
  213. color: #fff;
  214. padding-left: 35px;
  215. }
  216. .menu-column .panel-heading a{
  217. font-weight: bold;
  218. }
  219. .menu-column .panel-heading a:hover{
  220. color: #fff;
  221. }
  222. .menu-column .nav li a{
  223. font-size: 14px;
  224. }
  225. #profile_block .panel-heading{
  226. background-image: url(images/user.png);
  227. background-position: 10px center;
  228. background-repeat: no-repeat;
  229. padding-left: 40px;
  230. }
  231. #skill_block .panel-heading{
  232. background-image: url(images/star.png);
  233. background-position: 10px center;
  234. background-repeat: no-repeat;
  235. padding-left: 40px;
  236. }
  237. #course_block .panel-heading{
  238. background-image: url(images/book.png);
  239. background-position: 10px center;
  240. background-repeat: no-repeat;
  241. padding-left: 40px;
  242. }
  243. #help_block .panel-heading{
  244. background-image: url(images/rocket.png);
  245. background-position: 10px center;
  246. background-repeat: no-repeat;
  247. padding-left: 40px;
  248. }