style.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. /*
  2. Theme Name: Harbourtowne Trident
  3. Theme URI: https://hbrtwn.com
  4. Description: An easy to use child theme based on Twenty Twenty-One
  5. Author: David A. Windham
  6. Author URI: https://davidawindham.com
  7. Template: twentytwentyone
  8. Version: 1.0
  9. License: GNU General Public License v2 or later
  10. License URI: https://www.gnu.org/licenses/gpl-2.0.html
  11. */
  12. @media only screen and (min-width: 482px) {
  13. :root {
  14. --responsive--aligndefault-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 610px);
  15. }
  16. }
  17. @media only screen and (min-width: 822px) {
  18. :root {
  19. --responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px);
  20. }
  21. }
  22. .site-header {
  23. padding-bottom: 40px;
  24. }
  25. .site-title {
  26. font-family: 'Times New Roman', Times, serif;
  27. font-size: 29px;
  28. font-weight: normal;
  29. font-variant: small-caps ;
  30. text-transform: none;
  31. }
  32. .site-title > a {
  33. font-weight: normal;
  34. text-decoration: none;
  35. }
  36. .site-description:after {
  37. content: "Innovative, Loyal, and Professional (est. 1978)";
  38. display: block;
  39. }
  40. .page-title {
  41. font-size: 50px;
  42. }
  43. .singular .entry-title {
  44. font-size: 50px;
  45. }
  46. .dropshadow {
  47. text-shadow: 2px 2px 4px rgba(70, 70, 70, 0.75);
  48. }
  49. .wp-block-image.is-style-twentytwentyone-border img, .wp-block-image.is-style-twentytwentyone-image-frame img {
  50. border-color: #00000036;
  51. border-width: 4px;
  52. }
  53. .wp-block-cover.is-style-twentytwentyone-border {
  54. border-color: #00000036;
  55. border-width: 4px;
  56. }
  57. .footer-navigation {
  58. border-top: 3px solid var(--global--color-border);
  59. padding-top:25px
  60. }
  61. .site-footer > .site-info .site-name {
  62. text-transform: none;
  63. font-size: 17px;
  64. }
  65. .no-widgets .site-footer {
  66. margin-top: 0;
  67. }
  68. .site-credits {
  69. float: right;
  70. margin-top: 20px;
  71. font-size:11px;
  72. color:#31313188;
  73. }
  74. .site-credits a {
  75. text-decoration: none;
  76. color:#31313188;
  77. }
  78. .subsites {
  79. list-style: none;
  80. }
  81. .hbr-global-menu {
  82. list-style: none;
  83. }
  84. .post-taxonomies {
  85. display:none;
  86. }
  87. .wideborder {
  88. border-top: 4px solid #5757571c;
  89. border-bottom:4px solid #5757571c;
  90. }
  91. .superblockslider {
  92. }