styles.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. /*
  2. * Template Name: Orbit - Responsive Resume/CV Template for Developers
  3. * Version: 1.0
  4. * Author: Xiaoying Riley
  5. * Twitter: @3rdwave_themes
  6. * License: Creative Commons Attribution 3.0 License
  7. * Website: http://themes.3rdwavemedia.com/
  8. */
  9. /* styles-5.css */
  10. /* ======= Base ======= */
  11. body {
  12. font-family: 'Roboto', sans-serif;
  13. color: #545E6C;
  14. background: #f5f5f5;
  15. font-size: 14px;
  16. padding: 30px;
  17. -webkit-font-smoothing: antialiased;
  18. -moz-osx-font-smoothing: grayscale;
  19. }
  20. h1,
  21. h2,
  22. h3,
  23. h4,
  24. h5,
  25. h6 {
  26. font-weight: 700;
  27. }
  28. a {
  29. color: #f47c03;
  30. -webkit-transition: all 0.4s ease-in-out;
  31. -moz-transition: all 0.4s ease-in-out;
  32. -ms-transition: all 0.4s ease-in-out;
  33. -o-transition: all 0.4s ease-in-out;
  34. }
  35. a:hover {
  36. text-decoration: underline;
  37. color: #a85502;
  38. }
  39. a:focus {
  40. text-decoration: none;
  41. }
  42. p {
  43. line-height: 1.5;
  44. }
  45. .wrapper {
  46. background: #FDA246;
  47. max-width: 960px;
  48. margin: 0 auto;
  49. position: relative;
  50. -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  51. -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  52. box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  53. }
  54. .sidebar-wrapper {
  55. background: #FDA246;
  56. position: absolute;
  57. right: 0;
  58. width: 240px;
  59. height: 100%;
  60. min-height: 800px;
  61. color: #fff;
  62. }
  63. .sidebar-wrapper a {
  64. color: #fff;
  65. }
  66. .sidebar-wrapper .profile-container {
  67. padding: 30px;
  68. background: rgba(0, 0, 0, 0.2);
  69. text-align: center;
  70. color: #fff;
  71. }
  72. .sidebar-wrapper .name {
  73. font-size: 32px;
  74. font-weight: 900;
  75. margin-top: 0;
  76. margin-bottom: 10px;
  77. }
  78. .sidebar-wrapper .tagline {
  79. color: rgba(255, 255, 255, 0.6);
  80. font-size: 16px;
  81. font-weight: 400;
  82. margin-top: 0;
  83. margin-bottom: 0;
  84. }
  85. .sidebar-wrapper .profile {
  86. margin-bottom: 15px;
  87. }
  88. .sidebar-wrapper .contact-list .fa {
  89. margin-right: 5px;
  90. font-size: 18px;
  91. vertical-align: middle;
  92. }
  93. .sidebar-wrapper .contact-list li {
  94. margin-bottom: 15px;
  95. }
  96. .sidebar-wrapper .contact-list li:last-child {
  97. margin-bottom: 0;
  98. }
  99. .sidebar-wrapper .contact-list .email .fa {
  100. font-size: 14px;
  101. }
  102. .sidebar-wrapper .container-block {
  103. padding: 30px;
  104. }
  105. .sidebar-wrapper .container-block-title {
  106. text-transform: uppercase;
  107. font-size: 16px;
  108. font-weight: 700;
  109. margin-top: 0;
  110. margin-bottom: 15px;
  111. }
  112. .sidebar-wrapper .degree {
  113. font-size: 14px;
  114. margin-top: 0;
  115. margin-bottom: 5px;
  116. }
  117. .sidebar-wrapper .education-container .item {
  118. margin-bottom: 15px;
  119. }
  120. .sidebar-wrapper .education-container .item:last-child {
  121. margin-bottom: 0;
  122. }
  123. .sidebar-wrapper .education-container .meta {
  124. color: rgba(255, 255, 255, 0.6);
  125. font-weight: 500;
  126. margin-bottom: 0px;
  127. margin-top: 0;
  128. }
  129. .sidebar-wrapper .education-container .time {
  130. color: rgba(255, 255, 255, 0.6);
  131. font-weight: 500;
  132. margin-bottom: 0px;
  133. }
  134. .sidebar-wrapper .languages-container .lang-desc {
  135. color: rgba(255, 255, 255, 0.6);
  136. }
  137. .sidebar-wrapper .languages-list {
  138. margin-bottom: 0;
  139. }
  140. .sidebar-wrapper .languages-list li {
  141. margin-bottom: 10px;
  142. }
  143. .sidebar-wrapper .languages-list li:last-child {
  144. margin-bottom: 0;
  145. }
  146. .sidebar-wrapper .interests-list {
  147. margin-bottom: 0;
  148. }
  149. .sidebar-wrapper .interests-list li {
  150. margin-bottom: 10px;
  151. }
  152. .sidebar-wrapper .interests-list li:last-child {
  153. margin-bottom: 0;
  154. }
  155. .main-wrapper {
  156. background: #fff;
  157. padding: 60px;
  158. padding-right: 300px;
  159. }
  160. .main-wrapper .section-title {
  161. text-transform: uppercase;
  162. font-size: 20px;
  163. font-weight: 500;
  164. color: #f47c03;
  165. position: relative;
  166. margin-top: 0;
  167. margin-bottom: 20px;
  168. }
  169. .main-wrapper .section-title .fa {
  170. width: 30px;
  171. height: 30px;
  172. margin-right: 8px;
  173. display: inline-block;
  174. color: #fff;
  175. -webkit-border-radius: 50%;
  176. -moz-border-radius: 50%;
  177. -ms-border-radius: 50%;
  178. -o-border-radius: 50%;
  179. border-radius: 50%;
  180. -moz-background-clip: padding;
  181. -webkit-background-clip: padding-box;
  182. background-clip: padding-box;
  183. background: #f47c03;
  184. text-align: center;
  185. padding-top: 8px;
  186. font-size: 16px;
  187. position: relative;
  188. top: -2px;
  189. }
  190. .main-wrapper .section {
  191. margin-bottom: 60px;
  192. }
  193. .main-wrapper .experiences-section .item {
  194. margin-bottom: 30px;
  195. }
  196. .main-wrapper .upper-row {
  197. position: relative;
  198. overflow: hidden;
  199. margin-bottom: 2px;
  200. }
  201. .main-wrapper .job-title {
  202. color: #3F4650;
  203. font-size: 16px;
  204. margin-top: 0;
  205. margin-bottom: 0;
  206. font-weight: 500;
  207. }
  208. .main-wrapper .time {
  209. position: absolute;
  210. right: 0;
  211. top: 0;
  212. color: #97AAC3;
  213. }
  214. .main-wrapper .company {
  215. margin-bottom: 10px;
  216. color: #97AAC3;
  217. }
  218. .main-wrapper .project-title {
  219. font-size: 16px;
  220. font-weight: 400;
  221. margin-top: 0;
  222. margin-bottom: 5px;
  223. }
  224. .main-wrapper .projects-section .intro {
  225. margin-bottom: 30px;
  226. }
  227. .main-wrapper .projects-section .item {
  228. margin-bottom: 15px;
  229. }
  230. .skillset .item {
  231. margin-bottom: 15px;
  232. overflow: hidden;
  233. }
  234. .skillset .level-title {
  235. font-size: 14px;
  236. margin-top: 0;
  237. margin-bottom: 12px;
  238. }
  239. .skillset .level-bar {
  240. height: 12px;
  241. background: #f5f5f5;
  242. }
  243. .skillset .level-bar-inner {
  244. height: 12px;
  245. background: #fec892;
  246. }
  247. .footer {
  248. padding: 30px;
  249. padding-top: 60px;
  250. }
  251. .footer .copyright {
  252. line-height: 1.6;
  253. color: #545E6C;
  254. font-size: 13px;
  255. }
  256. .footer .fa-heart {
  257. color: #fb866a;
  258. }
  259. /* Extra small devices (phones, less than 768px) */
  260. @media (max-width: 767px) {
  261. .sidebar-wrapper {
  262. position: static;
  263. width: inherit;
  264. }
  265. .main-wrapper {
  266. padding: 30px;
  267. }
  268. .main-wrapper .time {
  269. position: static;
  270. display: block;
  271. margin-top: 5px;
  272. }
  273. .main-wrapper .upper-row {
  274. margin-bottom: 0;
  275. }
  276. }
  277. /* Small devices (tablets, 768px and up) */
  278. /* Medium devices (desktops, 992px and up) */
  279. @media (min-width: 992px) {
  280. .skillset .level-title {
  281. display: inline-block;
  282. float: left;
  283. width: 30%;
  284. margin-bottom: 0;
  285. }
  286. .skillset .level-bar {
  287. display: inline-block;
  288. width: 70%;
  289. float: left;
  290. position: relative;
  291. top: 1px;
  292. }
  293. }
  294. /* Large devices (large desktops, 1200px and up) */
  295. /* Ex-Large devices (large desktops, 1200px and up) */