| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351 |
- /*
- #
- # Theme XShop
- # Default style for XShop
- */
- /*--------------------------------------------------------------
- >>> TABLE OF CONTENTS:
- ----------------------------------------------------------------
- # Components
- - Media
- - Captions
- - Galleries
- # plugins
- - Jetpack infinite scroll
- # Utilities
- - Accessibility
- - Alignments
- # Comments
- --------------------------------------------------------------*/
- /*--------------------------------------------------------------
- # Components
- --------------------------------------------------------------*/
- /* Media
- --------------------------------------------- */
- .page-content .wp-smiley,
- .entry-content .wp-smiley,
- .comment-content .wp-smiley {
- border: none;
- margin-bottom: 0;
- margin-top: 0;
- padding: 0;
- }
- /* Make sure logo link wraps around logo image. */
- .custom-logo-link {
- display: inline-block;
- }
- /* Captions
- --------------------------------------------- */
- iframe {
- border: 0;
- max-width: 100%;
- }
- .wp-caption {
- margin-bottom: 1.5em;
- max-width: 100%;
- }
- .wp-caption img[class*="wp-image-"] {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- .wp-caption .wp-caption-text {
- margin: 0.8075em 0;
- }
- .wp-caption-text {
- text-align: center;
- }
- .footer-widget .wp-block-calendar table caption,
- .footer-widget .wp-block-calendar table tbody{
- color: #fff;
- }
- .widget.footer-widget ul li {
- border-bottom: 1px solid #444;
- }
- .has-footer-widget .site-info{
- background: #111;
- color: #fff;
- }
- /* Galleries
- --------------------------------------------- */
- .gallery {
- margin-bottom: 1.5em;
- display: grid;
- grid-gap: 1.5em;
- }
- .gallery-item {
- display: inline-block;
- text-align: center;
- width: 100%;
- }
- .gallery-columns-2 {
- grid-template-columns: repeat(2, 1fr);
- }
- .gallery-columns-3 {
- grid-template-columns: repeat(3, 1fr);
- }
- .gallery-columns-4 {
- grid-template-columns: repeat(4, 1fr);
- }
- .gallery-columns-5 {
- grid-template-columns: repeat(5, 1fr);
- }
- .gallery-columns-6 {
- grid-template-columns: repeat(6, 1fr);
- }
- .gallery-columns-7 {
- grid-template-columns: repeat(7, 1fr);
- }
- .gallery-columns-8 {
- grid-template-columns: repeat(8, 1fr);
- }
- .gallery-columns-9 {
- grid-template-columns: repeat(9, 1fr);
- }
- .gallery-caption {
- display: block;
- }
- /* Table
- --------------------------------------------- */
- .entry-content table,.comment-content table {
- border-left: 1px solid #ccc;
- border-bottom: 1px solid #ccc;
- }
- .entry-content table td, .entry-content table th ,
- .comment-content table td, .comment-content table th {
- border-right: 1px solid #ccc;
- border-top: 1px solid #ccc;
- padding: 10px;
- }
- .entry-content table th ,
- .comment-content table th {
- background: #ccc;
- }
- /*--------------------------------------------------------------
- # Plugins
- --------------------------------------------------------------*/
- /* Jetpack infinite scroll
- --------------------------------------------- */
- /* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
- .infinite-scroll .posts-navigation,
- .infinite-scroll.neverending .site-footer {
- display: none;
- }
- /* Re-display the Theme Footer when Infinite Scroll has reached its end. */
- .infinity-end.neverending .site-footer {
- display: block;
- }
- /*--------------------------------------------------------------
- # Utilities
- --------------------------------------------------------------*/
- /* Accessibility
- --------------------------------------------- */
- /* Text meant only for screen readers. */
- .screen-reader-text {
- border: 0;
- clip: rect(1px, 1px, 1px, 1px);
- clip-path: inset(50%);
- height: 1px;
- margin: -1px;
- overflow: hidden;
- padding: 0;
- position: absolute !important;
- width: 1px;
- word-wrap: normal !important;
- }
- .screen-reader-text:focus {
- background-color: #f1f1f1;
- border-radius: 3px;
- box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
- clip: auto !important;
- clip-path: none;
- color: #21759b;
- display: block;
- font-size: 0.875rem;
- font-weight: 700;
- height: auto;
- left: 5px;
- line-height: normal;
- padding: 15px 23px 14px;
- text-decoration: none;
- top: 5px;
- width: auto;
- z-index: 100000;
- }
- /* Do not show the outline on the skip link target. */
- #primary[tabindex="-1"]:focus {
- outline: 0;
- }
- /* Alignments
- --------------------------------------------- */
- .alignleft {
- /*rtl:ignore*/
- float: left;
- /*rtl:ignore*/
- margin-right: 1.5em;
- margin-bottom: 1.5em;
- }
- .alignright {
- /*rtl:ignore*/
- float: right;
- /*rtl:ignore*/
- margin-left: 1.5em;
- margin-bottom: 1.5em;
- }
- .aligncenter {
- clear: both;
- display: block;
- margin-left: auto;
- margin-right: auto;
- margin-bottom: 1.5em;
- }
- /* Comments
- --------------------------------------------- */
- .comment-content a {
- word-wrap: break-word;
- }
- form#commentform {
- max-width: 1000px;
- }
- .bypostauthor {
- display: block;
- }
- .comment-respond {
- margin-top: 4rem;
- margin-bottom: 4rem;
- border: solid thin #eaeaea;
- padding: 1.75rem;
- }
- .comment-notes {
- font-size: medium;
- margin: 0px 0;
- }
- .comment-list {
- padding: 0;
- }
- .comments-title {
- font-size: medium;
- }
- .comment-meta {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- margin-bottom: 1rem;
- }
- .comment-author img {
- border-radius: 50%;
- margin-right: .5rem;
- }
- .comment-metadata a {
- color: #c1c1c1;
- }
- .says {
- display: none;
- }
- .comment-reply-link {
- border: solid thin #eaeaea;
- padding: 0.2rem 0.5rem;
- }
- .comment-form-cookies-consent {
- font-size: medium;
- font-weight: normal;
- }
- .comments-area ol {
- list-style: none;
- }
- .comment-body {
- border: solid thin #e2e8f0;
- padding: 1rem;
- margin-bottom: 2rem;
- font-size: medium;
- word-wrap: break-word;
- }
- ol.children {
- margin-bottom: 0;
- margin-left: 0;
- }
- div.comments-area label {
- display: inline-block;
- margin-bottom: 0;
- color: #757575;
- }
- div.comment-respond h3 {
- font-size: inherit;
- }
- p.logged-in-as {
- font-size: medium;
- margin: 0px 0;
- }
- span.nav-subtitle {
- color: #999;
- }
- form#commentform input:not([type="checkbox"]) {
- display: block;
- max-width: 600px;
- width: 100%;
- }
- .form-submit {
- display: inline-block;
- }
|