-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #467 from publishpress/feature/release-2.8.0
Feature/release 2.8.0
- Loading branch information
Showing
45 changed files
with
2,190 additions
and
1,113 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
124 changes: 124 additions & 0 deletions
124
includes-core/pro-placeholder/assets/css/placeholder.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
|
||
/* Placeholder screens */ | ||
.pps-elemnt-blur { | ||
filter: blur(2px); | ||
} | ||
|
||
#pp-series-menu-wrapper div.pp-series-menus-promo .pp-series-menus-promo-inner img, | ||
div.pp-series-menus-wrapper-promo input.ppc-admin-menu-submit, | ||
div.pp-series-menus-wrapper-promo select.ppc-admin-menu-role, | ||
div.pp-series-menus-wrapper-promo input.ppc-nav-menu-submit, | ||
div.pp-series-menus-wrapper-promo select.ppc-nav-menu-role { | ||
filter: blur(2px); | ||
} | ||
|
||
#pp-series-menu-wrapper { | ||
border: none; | ||
box-shadow: none; | ||
background: none; | ||
} | ||
|
||
#pp-series-menu-wrapper div.pp-series-menus-promo { | ||
height: 600px; | ||
} | ||
|
||
#pp-series-menu-wrapper div.pp-series-menus-promo .pp-series-menus-promo-inner { | ||
position: relative; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
|
||
#pp-series-menu-wrapper div.pp-series-menus-promo .pp-series-menus-promo-inner img { | ||
position: absolute; | ||
width: 100%; | ||
} | ||
|
||
#pp-series-menu-wrapper div.pp-series-menus-promo .pp-series-menus-promo-inner img.pp-series-mobile { | ||
display: none !important; | ||
} | ||
|
||
#pp-series-menu-wrapper div.pp-series-menus-promo .pp-series-menus-promo-inner img.pp-series-desktop { | ||
display: block !important; | ||
} | ||
|
||
#pp-series-menu-wrapper div.pp-series-menus-promo .pp-series-menus-promo-inner .pp-series-menus-promo-content { | ||
position: absolute; | ||
top: calc(50% - 100px); | ||
left: calc(50% - 225px); | ||
text-align: center; | ||
background: #655897; | ||
padding: 20px 20px 35px; | ||
border-radius: 6px; | ||
width: 450px; | ||
box-sizing: border-box; | ||
box-shadow: 0 0 25px #ccc; | ||
} | ||
|
||
#pp-series-menu-wrapper div.pp-series-menus-promo .pp-series-menus-promo-inner .pp-series-menus-promo-content p { | ||
line-height: 1.4em; | ||
font-size: 16px; | ||
margin-bottom: 20px; | ||
margin-top: 0; | ||
color: #fff; | ||
padding: 0; | ||
} | ||
|
||
#pp-series-menu-wrapper div.pp-series-menus-promo .pp-series-menus-promo-inner .pp-series-menus-promo-content p:last-of-type { | ||
margin-bottom: 0; | ||
} | ||
|
||
#pp-series-menu-wrapper div.pp-series-menus-promo .pp-series-menus-promo-inner .pp-series-menus-promo-content a { | ||
font-size: 17px; | ||
background: #FCB223; | ||
color: #000; | ||
font-weight: normal; | ||
text-decoration: none; | ||
padding: 9px 12px; | ||
-webkit-border-radius: 4px; | ||
-moz-border-radius: 4px; | ||
border-radius: 4px; | ||
box-sizing: border-box; | ||
border: 1px solid #fca871; | ||
break-inside: avoid; | ||
white-space: nowrap; | ||
} | ||
|
||
#pp-series-menu-wrapper div.pp-series-menus-promo .pp-series-menus-promo-inner .pp-series-menus-promo-content a:hover, | ||
#pp-series-menu-wrapper div.pp-series-menus-promo .pp-series-menus-promo-inner .pp-series-menus-promo-content a:focus, | ||
#pp-series-menu-wrapper div.pp-series-menus-promo .pp-series-menus-promo-inner .pp-series-menus-promo-content a:active { | ||
background: #fcca46; | ||
color: #000; | ||
} | ||
|
||
#pp-series-menu-wrapper div.pp-series-menus-promo-nav { | ||
height: 370px; | ||
} | ||
|
||
@media (max-width: 979px) { | ||
|
||
#pp-series-menu-wrapper div.pp-series-menus-promo .pp-series-menus-promo-inner img.pp-series-mobile { | ||
display: block !important; | ||
} | ||
|
||
#pp-series-menu-wrapper div.pp-series-menus-promo .pp-series-menus-promo-inner img.pp-series-desktop { | ||
display: none !important; | ||
} | ||
|
||
#pp-series-menu-wrapper div.pp-series-menus-promo { | ||
height: 750px; | ||
} | ||
} | ||
|
||
@media (max-width: 768px) { | ||
|
||
#pp-series-menu-wrapper div.pp-series-menus-promo .pp-series-menus-promo-inner .pp-series-menus-promo-content { | ||
top: calc(50% - 100px); | ||
left: calc(50% - 150px); | ||
padding: 20px 20px 35px; | ||
width: 300px; | ||
} | ||
|
||
#pp-series-menu-wrapper div.pp-series-menus-promo { | ||
height: 450px; | ||
} | ||
} |
Binary file added
BIN
+55.3 KB
includes-core/pro-placeholder/assets/images/publish-series-addon-mobile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.