123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503 |
- /*
- Theme Name: Affinity
- Description: Used to style the TinyMCE editor.
- */
- /**
- * Table of Contents:
- *
- * 1.0 - Body
- * 2.0 - Typography
- * 3.0 - Elements
- * 4.0 - Alignment
- * 5.0 - Caption
- * 6.0 - Galleries
- * 7.0 - Audio / Video
- * 8.0 - RTL
- */
- /**
- * 1.0 - Body
- */
- body {
- color: #1e1c1b;
- font-family: Lora, Baskerville, Georgia, Times, serif;
- font-size: 16px;
- font-size: 1rem;
- line-height: 1.6;
- }
- body.post-type-page {
- max-width: 716px;
- }
- /**
- * 2.0 - Typography
- */
- h1, h2, h3, h4, h5, h6 {
- clear: both;
- font-family: Lora, Baskerville, Georgia, Times, serif;
- font-style: italic;
- font-weight: normal;
- margin-top: 0.2em;
- margin-bottom: 0.2em;
- }
- h1 {
- font-size: 34px;
- font-size: 2.125rem;
- }
- h2 {
- font-size: 29.2px;
- font-size: 1.825rem;
- }
- h3 {
- font-size: 26px;
- font-size: 1.625rem;
- }
- h4 {
- font-size: 18px;
- font-size: 1.125rem;
- margin-top: 0.4em;
- margin-bottom: 0.4em;
- }
- h5 {
- font-size: 16px;
- font-size: 1rem;
- margin-top: 0.8em;
- margin-bottom: 0.8em;
- }
- h6 {
- font-size: 14px;
- font-size: 0.875rem;
- margin-top: 0.8em;
- margin-bottom: 0.8em;
- }
- @media screen and (min-width: 46em) {
- h1 {
- font-size: 47.12px;
- }
- h2 {
- font-size: 42px;
- }
- h3 {
- font-size: 29.2px;
- }
- h4 {
- font-size: 26px;
- }
- h5 {
- font-size: 18px;
- }
- h6 {
- font-size: 16px;
- }
- }
- p {
- margin-top: 0;
- margin-bottom: 1.6em;
- }
- b,
- strong {
- font-weight: 700;
- }
- dfn, cite, em, i {
- font-style: italic;
- }
- blockquote {
- border-left: 4px solid #1a1a1a;
- color: #686868;
- font-size: 19px;
- font-style: italic;
- line-height: 1.4736842105;
- margin-bottom: 28px;
- overflow: hidden;
- padding: 0 0 0 24px;
- }
- blockquote {
- color: #99908a;
- font-size: 18px;
- font-style: italic;
- margin: 0;
- border-top: 3px solid #e8e9ea;
- padding-top: .8em;
- border-bottom: 1px solid #e8e9ea;
- margin-bottom: .8em;
- padding-bottom: .8em;
- }
- blockquote.aligncenter {
- text-align: center;
- }
- blockquote p:last-of-type {
- margin-bottom: 0;
- }
- blockquote blockquote {
- border-top: 0;
- border-bottom: 0;
- padding-left: .8em;
- padding-bottom: 0;
- }
- blockquote cite {
- display: block;
- text-align: right;
- font-style: normal;
- font-size: 16px;
- font-size: 1rem;
- }
- blockquote, q {
- quotes: "" "";
- }
- blockquote:before, blockquote:after, q:before, q:after {
- content: "";
- }
- address {
- margin: 0 0 1.6em;
- }
- pre {
- background: #e8e9ea;
- font-family: "Courier 10 Pitch", Courier, monospace;
- font-size: 13.2px;
- font-size: 0.825rem;
- line-height: 1.6;
- margin-bottom: 1.6em;
- max-width: 100%;
- overflow: auto;
- padding: 1.6em;
- }
- code, kbd, tt, var {
- font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
- font-size: 13.2px;
- font-size: 0.825rem;
- }
- abbr, acronym {
- border-bottom: 1px dotted #666666;
- cursor: help;
- }
- mark, ins {
- background: #fff9c0;
- text-decoration: none;
- }
- big {
- font-size: 125%;
- }
- abbr[title] {
- border-bottom: 1px dotted #d1d1d1;
- cursor: help;
- }
- mark {
- background: #ff0;
- color: #000;
- }
- small {
- font-size: 80%;
- }
- sub,
- sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
- }
- sup {
- top: -0.5em;
- }
- sub {
- bottom: -0.25em;
- }
- /**
- * 3.0 - Elements
- */
- hr {
- background-color: #e8e9ea;
- border: 0;
- height: 1px;
- margin: 0.8em auto;
- max-width: 66%;
- }
- ul, ol {
- margin: 0 0 1.6em 3.2em;
- padding-left: 0;
- }
- ul {
- list-style: disc;
- }
- ol {
- list-style: decimal;
- }
- li > ul,
- li > ol {
- margin-bottom: 0;
- margin-left: 1.6em;
- padding-left: 0;
- }
- dt {
- font-weight: bold;
- }
- dd {
- margin: 0 1.6em 1.6em;
- }
- .mce-item-table,
- table {
- margin: 0 0 1.6em;
- width: 100%;
- }
- td,
- th
- .mce-item-table th,
- .mce-item-table td {
- padding: 0.4em 0.2em;
- border-bottom: 1px solid #e8e9ea;
- }
- th {
- font-weight: bold;
- border-bottom-width: 3px;
- text-align: left;
- }
- caption {
- font-style: italic;
- font-weight: bold;
- }
- img {
- border: 0;
- height: auto;
- max-width: 100%;
- vertical-align: middle;
- }
- a img {
- display: block;
- }
- figure {
- margin: 0;
- }
- del {
- opacity: 0.8;
- }
- a {
- color: #99908a;
- transition: 0.3s;
- }
- a:visited {
- color: #99908a;
- }
- a:hover, a:focus, a:active {
- color: #383e44;
- }
- a:focus {
- outline: thin dotted;
- }
- a:hover, a:active {
- outline: 0;
- }
- fieldset {
- border: 1px solid silver;
- margin: 0 2px;
- padding: 0.35em 0.625em 0.75em;
- }
- /**
- * 4.0 - Alignment
- */
- .alignleft {
- display: inline;
- float: left;
- margin: 0.4em 1.6em 0.4em 0;
- }
- .alignright {
- display: inline;
- float: right;
- margin: 0.4em 0 0.4em 1.6em;
- }
- .aligncenter {
- clear: both;
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- /**
- * 5.0 - Caption
- */
- .wp-caption {
- font-size: 13.2px;
- font-style: italic;
- margin-bottom: 1.6em;
- max-width: 100%;
- }
- .wp-caption img[class*="wp-image-"] {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- .wp-caption-text,
- .wp-caption-dd {
- margin: 0.8em 0;
- text-align: center;
- }
- /**
- * 6.0 - Galleries
- */
- .mce-content-body .wpview-wrap {
- margin-bottom: 1.6em;
- }
- .gallery .gallery-item {
- display: inline-block;
- text-align: center;
- vertical-align: top;
- padding: .4em;
- width: 100%;
- }
- .gallery-columns-1 .gallery-item {
- max-width: 100%;
- }
- .gallery-columns-2 .gallery-item {
- max-width: 50%;
- }
- .gallery-columns-3 .gallery-item {
- max-width: 33.33%;
- }
- .gallery-columns-4 .gallery-item {
- max-width: 25%;
- }
- .gallery-columns-5 .gallery-item {
- max-width: 20%;
- }
- .gallery-columns-6 .gallery-item {
- max-width: 16.66%;
- }
- .gallery-columns-7 .gallery-item {
- max-width: 14.28%;
- }
- .gallery-columns-8 .gallery-item {
- max-width: 12.5%;
- }
- .gallery-columns-9 .gallery-item {
- max-width: 11.11%;
- }
- .gallery .gallery-caption {
- display: block;
- font-size: 13.2px;
- font-size: 0.825rem;
- }
- /**
- * 7.0 - Audio / Video
- */
- .wp-audio-shortcode a,
- .wp-playlist a {
- box-shadow: none;
- }
- .mce-content-body .wp-audio-playlist {
- margin: 0;
- padding-bottom: 0;
- }
- .mce-content-body .wp-playlist-tracks {
- margin-top: 0;
- }
- .mce-content-body .wp-playlist-item {
- padding: .8em 0;
- }
- .mce-content-body .wp-playlist-item-length {
- top: .8em;
- }
- /**
- * 8.0 - RTL
- */
- .rtl blockquote:not(.alignleft):not(.alignright) {
- padding: 0 1.6em 0 0;
- }
- .rtl blockquote blockquote:not(.alignleft):not(.alignright) {
- margin-right: 0;
- margin-left: auto;
- }
- .rtl li > ul,
- .rtl blockquote > ul {
- margin-right: 1.6em;
- margin-left: auto;
- }
- .rtl li > ol,
- .rtl blockquote > ol {
- margin-right: 1.6em;
- margin-left: auto;
- }
- .rtl table th,
- .rtl .mce-item-table th,
- .rtl table caption {
- text-align: right;
- }
|