|
@@ -7,7 +7,7 @@ Author URI: https://automattic.com/
|
|
Template: twentynineteen
|
|
Template: twentynineteen
|
|
Description: Your classy establishment needs an equally classy website to showcase your delicious food and special concoctions! With its bold typography and chic color scheme, Sophisticated Business exudes the same cool, intimate atmosphere as an upscale bar, lounge, or pub.
|
|
Description: Your classy establishment needs an equally classy website to showcase your delicious food and special concoctions! With its bold typography and chic color scheme, Sophisticated Business exudes the same cool, intimate atmosphere as an upscale bar, lounge, or pub.
|
|
Requires at least: WordPress 4.9.6
|
|
Requires at least: WordPress 4.9.6
|
|
-Version: 1.1
|
|
|
|
|
|
+Version: 1.2
|
|
License: GNU General Public License v2 or later
|
|
License: GNU General Public License v2 or later
|
|
License URI: LICENSE
|
|
License URI: LICENSE
|
|
Text Domain: sophisticated-business
|
|
Text Domain: sophisticated-business
|
|
@@ -1617,46 +1617,36 @@ body.page .main-navigation {
|
|
--------------------------------------------------------------*/
|
|
--------------------------------------------------------------*/
|
|
/* Next/Previous navigation */
|
|
/* Next/Previous navigation */
|
|
.post-navigation {
|
|
.post-navigation {
|
|
- margin: calc(3 * 1rem) 0;
|
|
|
|
|
|
+ margin: calc(3 * 1rem) 1rem 1rem;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
@media only screen and (min-width: 768px) {
|
|
.post-navigation {
|
|
.post-navigation {
|
|
- margin: calc(3 * 1rem) auto;
|
|
|
|
- max-width: calc(6 * (100vw / 12));
|
|
|
|
|
|
+ margin: calc(3 * 1rem) auto calc(1rem / 2);
|
|
|
|
+ max-width: calc(8 * (100vw / 12) - 28px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 1168px) {
|
|
@media only screen and (min-width: 1168px) {
|
|
.post-navigation {
|
|
.post-navigation {
|
|
- margin: calc(3 * 1rem) 0;
|
|
|
|
- max-width: 100%;
|
|
|
|
|
|
+ max-width: calc(6 * (100vw / 12) - 28px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.post-navigation .nav-links {
|
|
.post-navigation .nav-links {
|
|
- margin: 0 1rem;
|
|
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
@media only screen and (min-width: 768px) {
|
|
- .post-navigation .nav-links {
|
|
|
|
- margin: 0;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media only screen and (min-width: 1168px) {
|
|
|
|
.post-navigation .nav-links {
|
|
.post-navigation .nav-links {
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
- margin: 0 auto;
|
|
|
|
- max-width: calc(6 * (100vw / 12) - 28px);
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.post-navigation .nav-links a .meta-nav {
|
|
.post-navigation .nav-links a .meta-nav {
|
|
- color: #cccccc;
|
|
|
|
|
|
+ color: #fff;
|
|
-webkit-user-select: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-ms-user-select: none;
|
|
@@ -1667,7 +1657,7 @@ body.page .main-navigation {
|
|
display: none;
|
|
display: none;
|
|
content: "—";
|
|
content: "—";
|
|
width: 2em;
|
|
width: 2em;
|
|
- color: #cccccc;
|
|
|
|
|
|
+ color: #fff;
|
|
height: 1em;
|
|
height: 1em;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1681,23 +1671,10 @@ body.page .main-navigation {
|
|
color: #b59439;
|
|
color: #b59439;
|
|
}
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 1168px) {
|
|
|
|
- .post-navigation .nav-links .nav-previous,
|
|
|
|
- .post-navigation .nav-links .nav-next {
|
|
|
|
- min-width: calc(50% - 2 * 1rem);
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.post-navigation .nav-links .nav-previous {
|
|
.post-navigation .nav-links .nav-previous {
|
|
order: 2;
|
|
order: 2;
|
|
}
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 1168px) {
|
|
|
|
- .post-navigation .nav-links .nav-previous {
|
|
|
|
- order: 1;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.post-navigation .nav-links .nav-previous + .nav-next {
|
|
.post-navigation .nav-links .nav-previous + .nav-next {
|
|
margin-bottom: 1rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
}
|
|
@@ -1706,14 +1683,11 @@ body.page .main-navigation {
|
|
display: inline;
|
|
display: inline;
|
|
}
|
|
}
|
|
|
|
|
|
-.post-navigation .nav-links .nav-next {
|
|
|
|
- order: 1;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media only screen and (min-width: 1168px) {
|
|
|
|
|
|
+@media only screen and (min-width: 768px) {
|
|
.post-navigation .nav-links .nav-next {
|
|
.post-navigation .nav-links .nav-next {
|
|
order: 2;
|
|
order: 2;
|
|
padding-left: 1rem;
|
|
padding-left: 1rem;
|
|
|
|
+ margin-left: auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2345,11 +2319,17 @@ body.page .main-navigation {
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
@media only screen and (min-width: 768px) {
|
|
.entry .entry-header {
|
|
.entry .entry-header {
|
|
- max-width: calc(6 * (100vw / 12) - 28px);
|
|
|
|
|
|
+ max-width: calc(8 * (100vw / 12) - 28px);
|
|
margin: calc(3 * 1rem) auto auto;
|
|
margin: calc(3 * 1rem) auto auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media only screen and (min-width: 1168px) {
|
|
|
|
+ .entry .entry-header {
|
|
|
|
+ max-width: calc(6 * (100vw / 12) - 28px);
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
.entry .entry-title {
|
|
.entry .entry-title {
|
|
margin: 0;
|
|
margin: 0;
|
|
}
|
|
}
|
|
@@ -2415,7 +2395,7 @@ body.page .main-navigation {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 768px) {
|
|
|
|
|
|
+@media only screen and (min-width: 1168px) {
|
|
.entry .entry-footer {
|
|
.entry .entry-footer {
|
|
max-width: calc(6 * (100vw / 12) - 28px);
|
|
max-width: calc(6 * (100vw / 12) - 28px);
|
|
}
|
|
}
|