File: /var/www/html/onlineshop/wp-content/themes/nautica/sass/components/_post-single.scss
/**
* 6.3 Entry Meta
* -----------------------------------------------------------------------------
*/
.sticky .entry-date {
display: none;
}
.cat-links {
font-weight: 900;
text-transform: uppercase;
}
.cat-links a {
color: #2b2b2b;
}
.cat-links a:hover {
color: #41a62a;
}
.byline {
display: none;
}
/* Tag links style */
.entry-meta {
clear: both;
color: #767676;
font-size: 12px;
font-weight: 400;
line-height: 1.3333333333;
text-transform: uppercase;
margin-bottom: 10px;
margin-top:10px;
a{
color: $brand-primary;
}
.tag-links a {
background-color: $theme-color;
border-radius: 0 2px 2px 0;
color: #fff;
display: inline-block;
font-size: 11px;
font-weight: 700;
line-height: 1.2727272727;
margin: 2px 4px 2px 10px;
padding: 3px 7px;
position: relative;
text-transform: uppercase;
&:hover {
background-color: #41a62a;
color: #fff;
}
&:before {
border-top: 10px solid transparent;
border-right: 8px solid $theme-color;
border-bottom: 10px solid transparent;
content: "";
height: 0;
position: absolute;
top: 0;
left: -8px;
width: 0;
}
&:hover:before {
border-right-color: #41a62a;
}
&:after {
background-color: #fff;
border-radius: 50%;
content: "";
height: 4px;
position: absolute;
top: 8px;
left: -2px;
width: 4px;
}
}
span{
@include rtl-margin-right(10px);
span{
@include rtl-margin-right(5px);
color: $gray-darker;
}
}
}
/**
* 6.4 Entry Content
* -----------------------------------------------------------------------------
*/
.entry-content,
.entry-summary,
.page-content {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
font-size: 15px;
}
.site-content .entry-content,
.site-content .entry-summary,
.page-content {
background-color: #fff;
}
.page .entry-content {
padding:0;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
margin-top: 0;
}
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
text-decoration: none;
}
.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
text-decoration: underline;
}
.entry-content table,
.comment-content table {
font-size: 14px;
line-height: 1.2857142857;
margin-bottom: 24px;
}
.entry-content th,
.comment-content th {
font-weight: 700;
padding: 8px;
text-transform: uppercase;
}
.entry-content td,
.comment-content td {
padding: 8px;
}
.entry-content .edit-link {
clear: both;
display: block;
font-size: 12px;
font-weight: 400;
line-height: 1.3333333333;
text-transform: uppercase;
}
.entry-content .edit-link a {
color: $theme-color;
text-decoration: none;
}
.entry-content .edit-link a:hover {
color: #41a62a;
}
.entry-content .more-link {
white-space: nowrap;
}
.post-categories{
li{
display: inline-block;
list-style: none;
list-style-type: dashed
}
}
/**
* Navigation links
*/
.nav-links{
background:#f2f2f2;
padding:10px 10px;
font-size: 91%;
.meta-nav{
font-weight: bold;
@include rtl-margin-right( 10px );
}
}
.entry-content-page{
.edit-link{
background:#000;
position: absolute;
top: 0;
right: 0;
padding:5px 6px;
a{
font-size: 11px;
color: #FFF!important;
}
z-index: 10000;
}
position:relative;
}
/* Mediaelements */
.hentry .mejs-container {
margin: 12px 0 18px;
}
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
background: #000;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
background: #fff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
background: #24890d;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: rgba(255, 255, 255, .33);
}
.hentry .mejs-container .mejs-controls .mejs-time {
padding-top: 9px;
}
.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
border-radius: 0;
}
.hentry .mejs-overlay-loading {
background: transparent;
}
.hentry .mejs-overlay-button {
background-color: #fff;
background-image: none;
border-radius: 2px;
box-shadow: 1px 1px 1px rgba(0,0,0,.8);
color: #000;
height: 36px;
margin-left: -24px;
width: 48px;
}
.hentry .mejs-overlay-button:before {
-webkit-font-smoothing: antialiased;
content: '\f452';
display: inline-block;
font: normal 32px/1.125 Genericons;
position: absolute;
top: 1px;
left: 10px;
}
.hentry .mejs-controls .mejs-button button:focus {
outline: none;
}
.hentry .mejs-controls .mejs-button button {
-webkit-font-smoothing: antialiased;
background: none;
color: #fff;
display: inline-block;
font: normal 16px/1 Genericons;
}
.hentry .mejs-playpause-button.mejs-play button:before {
content: '\f452';
}
.hentry .mejs-playpause-button.mejs-pause button:before {
content: '\f448';
}
.hentry .mejs-volume-button.mejs-mute button:before {
content: '\f109';
font-size: 20px;
position: absolute;
top: -2px;
left: 0;
}
.hentry .mejs-volume-button.mejs-unmute button:before {
content: '\f109';
left: 0;
position: absolute;
top: 0;
}
.hentry .mejs-fullscreen-button button:before {
content: '\f474';
}
.hentry .mejs-fullscreen-button.mejs-unfullscreen button:before {
content: '\f406';
}
.hentry .mejs-overlay:hover .mejs-overlay-button {
background-color: #24890d;
color: #fff;
}
.hentry .mejs-controls .mejs-button button:hover {
color: #41a62a;
}
/*------------------------------------*\
Comment List
\*------------------------------------*/
.comments{
margin-top: 35px;
.header-title {
.comments-title {
font: 700 2rem/3.4rem $headings-font-family;
color: $gray-darker;
position: relative;
&:after {
content: "";
display: block;
@include absolute(top 100% left 0);
width: 50px;
height: 1px;
background: $gray-darker;
}
}
}
.the-comment{
padding-top: 20px;
padding-bottom: 20px;
.avatar{
@include rtl-float-left();
margin-top: 2px;
img{
@include size(60px, 60px);
}
}
.comment-box {
margin-left: 85px;
.comment-author.meta {
text-align: right;
padding: 3px 0px;
font: 400 1.1rem/2.4rem $headings-font-family;
color: #b5b5b5;
text-transform: uppercase;
a {
color: $gray-dark;
font-weight: 400;
text-transform: uppercase;
text-decoration: underline;
position: relative;
padding-left: 10px;
&:hover {
color: $brand-primary;
}
&:after {
content: "/";
display: inline-block;
color: #b5b5b5;
font-size: 1.1rem;
@include absolute(left 0);
}
}
strong {
float: left;
font: 400 1.4rem/2.4rem $headings-font-family;
color: $gray-dark;
a {
text-decoration: none;
padding-left: 0;
&:after {
display: none;
}
}
}
}
.comment-text {
border-top:1px solid #eaeaea;
padding: 5px 0;
font: 400 1.4rem/2.4rem $font-family-base;
color: #888;
}
}
}
.children{
.the-comment{
@include rtl-padding-left(115px);
}
}
.comment-author{
color: $theme-color;
}
.comment-meta {
font-size: $font-size-base - 2;
color: #aaa;
}
a{
color: $theme-color;
font-weight: 600;
text-transform: uppercase;
}
ol, ul {
list-style: none;
margin: 0;
padding: 0;
}
}