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.

main.css 4.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. /* Author: Carlos Alvarez
  2. * URL: http://alvarez.is
  3. *
  4. * Project Name: Kelvin - Free Bootstrap 3 Resume Theme
  5. * Version: 1.0
  6. * URL: http://blacktie.co
  7. */
  8. body {
  9. background-color: #f2f2f2;
  10. font-family: "Lato";
  11. font-weight: 300;
  12. font-size: 16px;
  13. color: #555;
  14. -webkit-font-smoothing: antialiased;
  15. -webkit-overflow-scrolling: touch;
  16. }
  17. /* Titles */
  18. h1, h2, h3, h4, h5, h6 {
  19. font-family: "Raleway";
  20. font-weight: 300;
  21. color: #333;
  22. }
  23. /* Paragraph & Typographic */
  24. p {
  25. line-height: 28px;
  26. margin-bottom: 25px;
  27. }
  28. .centered {
  29. text-align: center;
  30. }
  31. /* Links */
  32. a {
  33. color: #f85c37;
  34. word-wrap: break-word;
  35. -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  36. -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  37. -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  38. -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  39. transition: color 0.1s ease-in, background 0.1s ease-in;
  40. }
  41. a:hover,
  42. a:focus {
  43. color: #7b7b7b;
  44. text-decoration: none;
  45. outline: 0;
  46. }
  47. a:before,
  48. a:after {
  49. -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  50. -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  51. -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  52. -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  53. transition: color 0.1s ease-in, background 0.1s ease-in;
  54. }
  55. hr {
  56. display: block;
  57. height: 1px;
  58. border: 0;
  59. border-top: 1px solid #ccc;
  60. margin: 1em 0;
  61. padding: 0;
  62. }
  63. /*---------------------------------------------------
  64. 3.1 Topbar
  65. ---------------------------------------------------*/
  66. #section-topbar {
  67. position: fixed;
  68. top: 0;
  69. left: 0;
  70. right: 0;
  71. z-index: 10000;
  72. overflow: visible;
  73. font: normal 16px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  74. }
  75. #section-topbar a {
  76. color: #fff;
  77. }
  78. #topbar-inner {
  79. background: #111;
  80. line-height: 0;
  81. text-align: center;
  82. }
  83. /*
  84. Top Bar
  85. By default, top navigation bar uses "fixed" position
  86. */
  87. #section-topbar ul#nav {
  88. display: inline-block;
  89. position: relative;
  90. margin: 0;
  91. padding: 0;
  92. border-right: 1px solid #222;
  93. /* For IE, the outcast */
  94. zoom:1;
  95. *display: inline;
  96. }
  97. #section-topbar ul#nav > li {
  98. display: block;
  99. float: left;
  100. padding: 0;
  101. }
  102. #section-topbar ul#nav a {
  103. display: block;
  104. font: normal 11px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  105. text-decoration: none;
  106. padding: 18px 20px 18px 20px;
  107. border-left: 1px solid #222;
  108. }
  109. #section-topbar ul#nav a:hover {
  110. background: #222;
  111. text-decoration: none;
  112. border-left: 1px solid #111;
  113. }
  114. #section-topbar ul#nav .active a {
  115. background: #44bbaa;
  116. border-left: 1px solid #111;
  117. }
  118. #section-topbar ul#nav .active a:hover {
  119. background: #44bbaa;
  120. }
  121. #section-topbar i {
  122. font-size: 25px;
  123. }
  124. /*---------------------------------------------------
  125. SECTION WRAPS
  126. ---------------------------------------------------*/
  127. /* Header Wrap */
  128. #headerwrap {
  129. background: url(../img/header-bg.jpg) no-repeat center top;
  130. margin-top: 60px;
  131. padding-top:140px;
  132. text-align:center;
  133. background-attachment: relative;
  134. background-position: center center;
  135. min-height: 500px;
  136. width: 100%;
  137. -webkit-background-size: 100%;
  138. -moz-background-size: 100%;
  139. -o-background-size: 100%;
  140. background-size: 100%;
  141. -webkit-background-size: cover;
  142. -moz-background-size: cover;
  143. -o-background-size: cover;
  144. background-size: cover;
  145. }
  146. #intro h1 {
  147. font-size: 80px;
  148. color: white;
  149. }
  150. #intro h3 {
  151. font-size: 20px;
  152. color: white;
  153. }
  154. /* Intnro Wrap */
  155. #intro {
  156. background: #2c3e50;
  157. padding-top: 60px;
  158. color: white;
  159. }
  160. #intro h5, p {
  161. color: white;
  162. }
  163. #intro i {
  164. color: white;
  165. font-size: 20px;
  166. padding-right: 8px;
  167. vertical-align: middle;
  168. }
  169. #skillswrap {
  170. background: #2c3e50;
  171. padding-top: 60px;
  172. padding-bottom: 60px;
  173. color: white;
  174. }
  175. #skillswrap h5, p {
  176. color: white;
  177. }
  178. #footwrap {
  179. background: #2f2f2f;
  180. padding-top: 50px;
  181. padding-bottom: 50px;
  182. }
  183. #footwrap p {
  184. color: white;
  185. }
  186. #footwrap h5 {
  187. color: white;
  188. }
  189. #footwrap t {
  190. font-weight: 700;
  191. }
  192. #footwrap i {
  193. padding-right: 8px;
  194. color: #1abc9c;
  195. }
  196. /* Copyright Wrap */
  197. #c {
  198. background: #222222;
  199. padding-top: 10px;
  200. padding-bottom: 10px;
  201. text-align: right;
  202. }
  203. /* Global Values */
  204. .desc {
  205. padding-top: 100px;
  206. }
  207. .desc p {
  208. color: #2f2f2f;
  209. }
  210. .desc t {
  211. color: #34495e;
  212. font-weight: 700;
  213. }
  214. .desc imp {
  215. padding: 6px;
  216. color: white;
  217. background: #34495e;
  218. }
  219. .desc more {
  220. color: #95a5a6;
  221. }
  222. sm {
  223. font-size: 12px;
  224. }