style.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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-branding {
  26. padding-bottom: 10px;
  27. border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  28. }
  29. .site-logo {
  30. opacity: 0.25;
  31. float: right;
  32. margin: 0 0 -100px 380px;
  33. }
  34. .site-title {
  35. font-family: 'Times New Roman', Times, serif;
  36. font-size: 29px;
  37. font-weight: normal;
  38. font-variant: small-caps ;
  39. text-transform: none;
  40. }
  41. .site-title > a {
  42. font-weight: normal;
  43. text-decoration: none;
  44. }
  45. .site-description:after {
  46. content: "Innovative, Loyal, and Professional (est. 1978)";
  47. display: block;
  48. }
  49. .page-title {
  50. font-size: 50px;
  51. }
  52. .singular .entry-title {
  53. font-size: 50px;
  54. }
  55. .dropshadow {
  56. text-shadow: 2px 2px 4px rgba(70, 70, 70, 0.75);
  57. }
  58. .wp-block-image.is-style-twentytwentyone-border img, .wp-block-image.is-style-twentytwentyone-image-frame img {
  59. border-color: #00000036;
  60. border-width: 4px;
  61. }
  62. .wp-block-cover.is-style-twentytwentyone-border {
  63. border-color: #00000036;
  64. border-width: 4px;
  65. }
  66. .footer-navigation {
  67. border-top: 3px solid var(--global--color-border);
  68. padding-top:25px
  69. }
  70. .site-footer > .site-info .site-name {
  71. text-transform: none;
  72. font-size: 17px;
  73. }
  74. .no-widgets .site-footer {
  75. margin-top: 0;
  76. }
  77. .site-credits {
  78. float: right;
  79. margin-top: 20px;
  80. font-size:11px;
  81. color:#31313188;
  82. }
  83. .site-credits a {
  84. text-decoration: none;
  85. color:#31313188;
  86. }
  87. .subsites {
  88. list-style: none;
  89. }
  90. .hbr-global-menu {
  91. list-style: none;
  92. }
  93. .post-taxonomies {
  94. display:none;
  95. }
  96. .wideborder {
  97. border-top: 4px solid #5757571c;
  98. border-bottom:4px solid #5757571c;
  99. }
  100. .superblockslider {
  101. }