Dejvino's Curriculum Vitae
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.
 
 
 

57 lines
891 B

  1. @import 'bootstrap/dist/css/bootstrap.min.css';
  2. @import 'bootstrap-icons/font/bootstrap-icons.min.css';
  3. body {
  4. background-color: lightgrey;
  5. }
  6. .main-container {
  7. background-color: white;
  8. padding-top: 1rem;
  9. padding-bottom: 0.2rem;
  10. }
  11. .footer {
  12. margin-top: 2rem;
  13. }
  14. .tiny {
  15. font-size: 75%;
  16. }
  17. h2, h3, h4 {
  18. margin-top: 1em;
  19. }
  20. .job-card {
  21. margin-top: 1em;
  22. }
  23. .job-card .timerange {
  24. font-style: italic;
  25. }
  26. .cloud-primary .tag-badges {
  27. font-size: 180%;
  28. }
  29. .cloud-standard .tag-badges {
  30. font-size: 140%;
  31. }
  32. .cloud-light .tag-badges {
  33. font-size: 130%;
  34. filter: opacity(60%);
  35. }
  36. .tag-badges > span {
  37. margin: 0.4em;
  38. }
  39. .focusable {
  40. transition: all 0.3s;
  41. }
  42. .focusable:hover {
  43. background-color: rgba(236, 241, 245, 0.3);
  44. filter: brightness(96%);
  45. }
  46. .focused-element {
  47. border: 2px dashed red;
  48. }
  49. .contacts .contact {
  50. margin: 0.75em;
  51. }