Website for Chris & Scotia 2023
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.

92 lines
1.5 KiB

  1. body {
  2. background-color: #4169E1;
  3. border-style: none;
  4. }
  5. body,
  6. p,
  7. a,
  8. a:hover {
  9. color: #FFFFFF;
  10. }
  11. html {
  12. background-color: #4169E1;
  13. }
  14. body.page-template-page-fullsingle-split {
  15. background-color: #4169E1;
  16. font-family: "Montserrat", sans-serif;
  17. font-weight: 400;
  18. font-size: 21px;
  19. line-height: 33px;
  20. letter-spacing: -0.2px;
  21. color: #FFFD70;
  22. animation: fadein 2s;
  23. }
  24. body.page-template-page-fullsingle-split p {
  25. color: #FFFFFF;
  26. }
  27. .split-intro h1 {
  28. font-weight: 400;
  29. text-transform: uppercase;
  30. font-size: 16px;
  31. line-height: 16px;
  32. margin-bottom: 40px;
  33. letter-spacing: 0.4px;
  34. color: #FFFD70;
  35. }
  36. .split-intro .tagline {
  37. color: #FFFD70;
  38. }
  39. .split-bio p {
  40. color: #848d96;
  41. margin-bottom: 20px;
  42. line-height: inherit;
  43. }
  44. .split-bio a {
  45. color: #FFFD70;
  46. transition-duration: 0.5s;
  47. border-bottom: 1px dotted #848d96;
  48. }
  49. .split-bio a:hover {
  50. color: #CA486d;
  51. transition-duration: 0.1s;
  52. border-bottom: 1px dotted #CA486d;
  53. }
  54. .split-lists .split-list h3 {
  55. font-weight: 400;
  56. text-transform: uppercase;
  57. font-size: 11px;
  58. line-height: 11px;
  59. margin-bottom: 31px;
  60. color: #FFFD70;
  61. letter-spacing: 2px;
  62. opacity: 0.5;
  63. }
  64. .split-lists .split-list ul li {
  65. font-size: 16px;
  66. line-height: 16px;
  67. margin-bottom: 12px;
  68. }
  69. .split-lists .split-list ul li a {
  70. color: #FFFD70;
  71. transition-duration: 0.5s;
  72. }
  73. .split-lists .split-list ul li a:hover {
  74. color: #CA486d;
  75. }
  76. .split-credit p a {
  77. color: #FFFD70;
  78. }