Server IP : 172.24.0.40 / Your IP : 216.73.216.239 Web Server : Apache System : Linux dbweb26.ust.edu.ph 4.18.0-513.5.1.el8_9.x86_64 #1 SMP Fri Sep 29 05:21:10 EDT 2023 x86_64 User : apache ( 48) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/lawjournal/public_html/wp-content/themes/oceanwp/sass/components/blog/ |
Upload File : |
.blog-entry.thumbnail-entry { border-bottom: 1px solid $color-9; margin-bottom: 30px; padding-bottom: 30px; .blog-entry-inner { @include display(); @include flex-direction( row ); } .thumbnail, .blog-entry-content { @include display(); @include flex-direction( column ); } .center { .thumbnail, .blog-entry-content { @include justify-content( center ); } } .bottom { .thumbnail, .blog-entry-content { @include justify-content( flex-end ); } } .thumbnail { width: 45%; a { position: relative; } .link-entry { position: absolute; top: 0; } .left-position .link-entry { right: 0; } .right-position .link-entry { left: 0; } } .blog-entry-content { width: 55%; } .blog-entry-content { padding: 6px 0; } .left-position .blog-entry-content { padding-left: 3em; } .right-position .blog-entry-content { padding-right: 3em; } .blog-entry-category { display: block; font-size: 12px; font-weight: 600; letter-spacing: 0.6px; line-height: 1.2em; text-transform: uppercase; margin-bottom: 10px; a { color: $color-5; &:hover { color: $color-2; } } } .blog-entry-summary { margin-bottom: 15px; } .blog-entry-bottom { display: block; border-top: 1px solid $color-7; padding-top: 15px; font-size: 11px; font-weight: 600; letter-spacing: 0.6px; line-height: 1.2em; text-transform: uppercase; } .blog-entry-comments, .blog-entry-comments a, .blog-entry-date { color: #ababab; } .blog-entry-comments { float: left; i { padding-right: 6px; } a:hover { color: #333; } svg.owp-icon { width: 17px; height: 17px; margin-right: 0.7rem; } } .blog-entry-date { float: right; } &.format-standard.no-featured-image { .blog-entry-content { width: 100%; } .left-position .blog-entry-content { padding-left: 0; } .right-position .blog-entry-content { padding-right: 0; } } } /*------------------------------------* Phone Portrait and Landscape *------------------------------------*/ @media only screen and (max-width: 767px) { .blog-entry.thumbnail-entry { .blog-entry-inner { @include flex-direction( column ); } .thumbnail, .blog-entry-content { width: 100%; } .blog-entry-content { margin-top: 15px; padding: 0 !important; } } }