cvgen.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. @font-face {
  2. font-family: 'source_sans_probold';
  3. src: url('fonts/sourcesanspro-bold-webfont.eot');
  4. }
  5. @font-face {
  6. font-family: 'source_sans_probold';
  7. src: url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. @font-face {
  12. font-family: 'source_sans_proregular';
  13. src: url('fonts/sourcesanspro-regular-webfont.eot');
  14. }
  15. @font-face {
  16. font-family: 'source_sans_proregular';
  17. src: url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype');
  18. font-weight: normal;
  19. font-style: normal;
  20. }
  21. /* =================================================
  22. 2 - General
  23. ================================================= */
  24. body {
  25. font-family: 'Roboto', sans-serif;
  26. }
  27. body > canvas {
  28. position: fixed;
  29. top: 0;
  30. left: 0;
  31. z-index: -10;
  32. }
  33. .hidden {
  34. display: none;
  35. }
  36. .form-entry{
  37. margin-bottom: 10px;
  38. }
  39. li.active {
  40. border-bottom:1px solid white;
  41. }
  42. .hsection {
  43. background-color: rgba(176,176,176,0.64);
  44. padding: 10px;
  45. border-radius: 5px;
  46. border: 2px solid #EEE;
  47. }
  48. .container {
  49. background-color: rgba(60,60,60,0.64);
  50. margin-top: 5%;
  51. margin-bottom: 5%;
  52. padding-bottom: 15px;
  53. padding-left: 15px;
  54. padding-right: 15px;
  55. border-radius: 5px;
  56. }
  57. .tab-pane-top {
  58. background-color: rgba(60,60,60,0.64);
  59. border-radius: 5px;
  60. }