styles-3.css 6.0 KB

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