123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333 |
- /* Font Sizes
- ---------------------------------------------------------------------------- */
- .entry-content p.has-small-font-size {
- font-size: 12px;
- }
- .entry-content p.has-regular-font-size {
- font-size: 16px;
- }
- .entry-content p.has-large-font-size {
- font-size: 20px;
- }
- .entry-content p.has-larger-font-size {
- font-size: 24px;
- }
- /* Drop Caps
- ---------------------------------------------------------------------------- */
- .entry-content p.has-drop-cap:not(:focus)::first-letter {
- margin: 0.02em 0.08em 0 -0.08em;
- }
- .entry-content p.has-larger-font-size.has-drop-cap:not(:focus)::first-letter,
- .entry-content p.has-small-font-size.has-drop-cap:not(:focus)::first-letter {
- margin-right: 0.01em;
- }
- /* Background Color
- ---------------------------------------------------------------------------- */
- .entry-content p.has-background {
- padding: 25px 30px;
- }
- .entry-content p.has-background.box-shadow {
- box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
- }
- .entry-content p.has-text-color a,
- .entry-content p.has-background a {
- color: inherit;
- }
- .entry-content p.has-text-color a:focus,
- .entry-content p.has-background a:focus,
- .entry-content p.has-text-color a:hover,
- .entry-content p.has-background a:hover {
- color: inherit;
- text-decoration: none;
- }
- .entry-content p.has-background.light-text a {
- color: #fff;
- text-decoration: underline;
- }
- .entry-content p.has-background.light-text a:focus,
- .entry-content p.has-background.light-text a:hover {
- text-decoration: none;
- }
- /* Alignment
- ---------------------------------------------------------------------------- */
- .wp-block-button.alignleft,
- .wp-block-cover.alignleft,
- .wp-block-image .alignleft {
- margin-right: 2em;
- }
- .wp-block-button.alignright,
- .wp-block-cover.alignright,
- .wp-block-image .alignright {
- margin-left: 2em;
- }
- .wp-block-image.alignwide,
- .wp-block-image.alignfull,
- .wp-block-embed.alignwide,
- .wp-block-embed.alignfull {
- margin-bottom: 30px;
- }
- .full-width-content .entry-content .alignfull {
- margin-left: calc(-100vw / 2 + 100% / 2);
- margin-right: calc(-100vw / 2 + 100% / 2);
- max-width: 100vw;
- }
- .content-sidebar .entry-content .alignfull,
- .sidebar-content .entry-content .alignfull {
- margin: 0 0 2em;
- width: 100%;
- }
- /* Columns
- ---------------------------------------------------------------------------- */
- .entry-content .wp-block-columns {
- display: block;
- margin-bottom: 30px;
- }
- .entry-content .wp-block-columns.alignfull {
- padding: 0 30px;
- }
- /* Cover Image
- ---------------------------------------------------------------------------- */
- .full-width-content .entry-content .wp-block-cover.alignfull {
- width: 100vw;
- }
- .entry-content .wp-block-cover .wp-block-cover-text {
- font-size: 45px;
- }
- /* Buttons
- ---------------------------------------------------------------------------- */
- .content .wp-block-button .wp-block-button__link {
- background-color: #333;
- border: 0;
- border-radius: 5px;
- color: #fff;
- cursor: pointer;
- font-size: 16px;
- font-weight: 400;
- padding: 15px 30px;
- text-align: center;
- text-decoration: none;
- white-space: normal;
- width: auto;
- }
- .content .wp-block-button .wp-block-button__link:focus,
- .content .wp-block-button .wp-block-button__link:hover {
- background-color: #55c7cf;
- color: #fff;
- }
- /* Button Variations */
- .content .wp-block-button.is-style-squared .wp-block-button__link {
- border-radius: 0;
- }
- .content .wp-block-button.is-style-outline .wp-block-button__link {
- background-color: transparent;
- border: 1px solid currentColor;
- border-radius: 0;
- color: currentColor;
- padding: 13px 28px;
- }
- .content .wp-block-button.is-style-outline .wp-block-button__link:focus,
- .content .wp-block-button.is-style-outline .wp-block-button__link:hover {
- color: #55c7cf;
- }
- /* Blockquotes and captions
- ---------------------------------------------------------------------------- */
- .entry-content .wp-block-quote,
- .entry-content .wp-block-pullquote {
- margin: 24px 24px 36px;
- }
- .entry-content .wp-block-quote p,
- .entry-content .wp-block-pullquote p {
- font-size: 16px;
- font-style: italic;
- line-height: 2;
- margin-bottom: 42px;
- }
- .entry-content .wp-block-pullquote p,
- .entry-content .wp-block-quote.is-style-large p {
- font-size: 32px;
- }
- .entry-content .wp-block-pullquote.is-style-solid-color p {
- color: #fff;
- margin-bottom: 42px;
- text-align: center;
- }
- .entry-content .wp-block-pullquote.is-style-solid-color {
- background-color: #333;
- }
- .entry-content .wp-block-pullquote:not(.is-style-solid-color)[style*="border-color"] {
- border: 2px solid;
- border-left: none;
- border-right: none;
- }
- .entry-content .wp-block-quote cite,
- .entry-content .wp-block-pullquote cite {
- color: #666;
- display: block;
- font-size: 16px;
- font-style: italic;
- margin-top: -25px;
- text-align: inherit;
- text-transform: none;
- }
- .entry-content .wp-block-pullquote cite {
- text-align: center;
- }
- .entry-content .wp-block-pullquote.is-style-solid-color cite {
- color: #fff;
- font-style: italic;
- }
- .entry-content .wp-block-pullquote .has-text-color cite,
- .entry-content .wp-block-pullquote .has-text-color p {
- color: currentColor;
- }
- .entry-content .wp-block-audio figcaption,
- .entry-content .wp-block-embed figcaption,
- .entry-content .wp-block-image figcaption {
- color: #666;
- font-size: 16px;
- font-style: italic;
- margin-bottom: 30px;
- margin-top: 10px;
- }
- /* Category Block
- ---------------------------------------------------------------------------- */
- .entry-content .wp-block-categories,
- .entry-content .wp-block-categories ol,
- .entry-content .wp-block-categories ul {
- margin-left: 0;
- padding-left: 0;
- }
- .entry-content .wp-block-categories li {
- list-style-type: none;
- }
- .entry-content .wp-block-categories.aligncenter {
- text-align: center;
- }
- .entry-content .wp-block-categories-list.alignfull {
- padding: 0 30px;
- }
- /* Latest Posts Block
- ---------------------------------------------------------------------------- */
- .entry-content .wp-block-latest-posts {
- clear: both;
- margin-left: 0;
- }
- .entry-content .wp-block-latest-posts li {
- list-style-type: none;
- }
- .entry-content .wp-block-latest-posts.aligncenter {
- text-align: center;
- }
- .entry-content .wp-block-latest-posts.alignfull {
- padding: 0 30px;
- }
- /* Other Blocks
- ---------------------------------------------------------------------------- */
- .wp-block-verse,
- .wp-block-preformatted {
- font-size: 16px;
- }
- .wp-block-preformatted {
- white-space: pre-wrap;
- }
- hr.wp-block-separator {
- border: none;
- border-top: 1px solid #eee;
- margin: 1.65em auto;
- }
- .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
- max-width: 100px;
- }
- .wp-block-audio audio {
- display: inline-block;
- width: 100%;
- }
- .entry-content .wp-block-gallery {
- padding-left: 0;
- }
- /* Media Queries
- ---------------------------------------------------------------------------- */
- @media only screen and (min-width: 510px) {
- .entry-content .wp-block-columns {
- display: flex;
- }
- .entry-content .wp-block-columns .wp-block-column {
- flex: 1;
- }
- }
- @media only screen and (min-width: 1400px) {
- .full-width-content .entry-content .alignwide {
- margin-left: -90px;
- margin-right: -100px;
- min-width: 1400px;
- }
- }
|