Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Update generated files.
Browse files Browse the repository at this point in the history
  • Loading branch information
anteprimorac committed Jan 26, 2017
1 parent ac25912 commit c9a55b1
Show file tree
Hide file tree
Showing 13 changed files with 3,406 additions and 586 deletions.
20 changes: 19 additions & 1 deletion admin/css/pine-admin-page.css
@@ -1,39 +1,47 @@
/**
* Admin page styles
*/

#pine-wrap .page-title {
font-weight: 700;
font-size: 3em;
line-height: 1.2;
font-family: 'Lato', sans-serif;
}

#pine-wrap .page-title .version {
padding: 2px 4px;
background: #fff;
font-size: 12px;
font-weight: 700;
border-radius: 2px;
}

#pine-wrap .page-footer {
text-align: center;
margin-top: 2em;
}

#pine-wrap .page-footer .developer {
display: inline-block;
text-transform: uppercase;
font-weight: 900;
color: #ddd;
font-size: 2em;
}

#pine-wrap .page-footer .developer a {
display: inline-block;
}

#pine-wrap .tabs ul {
list-style: none;
}

#pine-wrap .tabs li {
display: inline-block;
}

#pine-wrap .tabs li a {
display: inline-block;
vertical-align: middle;
Expand All @@ -48,12 +56,14 @@
background: #f0f0f0;
color: #777;
}

#pine-wrap .tabs li a:hover,
#pine-wrap .tabs li a:focus {
background: #0073aa;
color: #fff;
border-color: #006291;
}

#pine-wrap .tabs li.active a,
#pine-wrap .tabs li.active a:hover,
#pine-wrap .tabs li.active a:focus {
Expand All @@ -62,35 +72,43 @@
cursor: default;
border-color: #e5e5e5;
}

#pine-wrap .news-actions {
text-align: right;
margin-bottom: -20px;
}

#pine-wrap .news-actions .reload-cache {
display: inline-block;
color: #a0a5aa;
}

#pine-wrap .news-actions .reload-cache:hover,
#pine-wrap .news-actions .reload-cache:focus {
color: #777;
}

#pine-wrap iframe {
display: inline-block;
}

#pine-wrap .github-buttons {
min-height: 20px;
line-height: 0;
}

#pine-wrap .github-button {
display: inline-block;
visibility: hidden;
height: 20px;
}

#pine-wrap #mc-subscribe-button {
margin-top: 5px;
}

@media only screen and (min-width: 1500px) and (max-width: 1800px) {
#wpbody-content #pine-wrap #dashboard-widgets #postbox-container-1 {
width: 49.5%;
}
}
}
16 changes: 15 additions & 1 deletion admin/css/pine-customize-control-color-scheme.css
Expand Up @@ -6,53 +6,67 @@
box-sizing: border-box;
opacity: 0.5;
}

.customize-control-color-scheme .selection .scheme.selected {
opacity: 1;
}

.customize-control-color-scheme .selection .scheme .color {
width: 100%;
height: 100%;
border-radius: 5px;
box-sizing: border-box;
cursor: pointer;
}

.customize-control-color-scheme .selection .scheme.selected .color {
box-shadow: inset rgba(0, 0, 0, 0.5) 0px 0px 5px 1px;
cursor: not-allowed;
}

.customize-control-color-scheme .scheme[data-value="custom"] .color {
overflow: hidden;
}

.customize-control-color-scheme .scheme[data-value="custom"] .color div {
float: left;
width: 33.33%;
height: 33.33%;
box-sizing: border-box;
}

.customize-control-color-scheme .scheme[data-value="custom"] .color .c1 {
background: #f00;
}

.customize-control-color-scheme .scheme[data-value="custom"] .color .c2 {
background: #fa0;
}

.customize-control-color-scheme .scheme[data-value="custom"] .color .c3 {
background: #faa;
}

.customize-control-color-scheme .scheme[data-value="custom"] .color .c4 {
background: #af0;
}

.customize-control-color-scheme .scheme[data-value="custom"] .color .c5 {
background: #0f0;
}

.customize-control-color-scheme .scheme[data-value="custom"] .color .c6 {
background: #afa;
}

.customize-control-color-scheme .scheme[data-value="custom"] .color .c7 {
background: #a0f;
}

.customize-control-color-scheme .scheme[data-value="custom"] .color .c8 {
background: #aaf;
}

.customize-control-color-scheme .scheme[data-value="custom"] .color .c9 {
background: #00f;
}
}
9 changes: 8 additions & 1 deletion admin/css/pine-customize-control-layout.css
Expand Up @@ -6,9 +6,11 @@
box-sizing: border-box;
opacity: 0.4;
}

.customize-control-layout .selection .layout.selected {
opacity: 1;
}

.customize-control-layout .selection .layout .icon {
position: relative;
width: 100%;
Expand All @@ -19,6 +21,7 @@
background-position: 0 0;
background-repeat: no-repeat;
}

.customize-control-layout .selection .layout[data-value="disabled"] .icon:after {
position: absolute;
display: block;
Expand All @@ -29,16 +32,20 @@
left: 0;
background: url(../img/disabled.png) center center no-repeat;
}

.customize-control-layout .selection .layout[data-value="none"] .icon,
.customize-control-layout .selection .layout[data-value="disabled"] .icon {
background-image: url(../img/none.png);
}

.customize-control-layout .selection .layout[data-value="left"] .icon {
background-image: url(../img/left.png);
}

.customize-control-layout .selection .layout[data-value="right"] .icon {
background-image: url(../img/right.png);
}

.customize-control-layout .selection .layout.selected .icon {
cursor: not-allowed;
}
}
33 changes: 32 additions & 1 deletion admin/css/pine-customize-control-social-buttons.css
Expand Up @@ -5,10 +5,12 @@
font-weight: normal;
font-style: normal;
}

.customize-control-social-buttons .social-buttons .social-button {
display: inline-block;
width: 100%;
}

.customize-control-social-buttons .social-buttons .social-button .preview {
float: none;
padding: 10px;
Expand All @@ -19,6 +21,7 @@
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
}

.customize-control-social-buttons .social-buttons .social-button .preview > div {
float: left;
text-indent: -9999px;
Expand All @@ -28,11 +31,13 @@
position: relative;
cursor: pointer;
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview {
width: 55%;
line-height: 28px;
color: #292929;
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview > .social-icon {
display: block;
float: left;
Expand All @@ -49,70 +54,91 @@
-moz-border-radius: 50%;
position: relative;
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview > .social-icon:before {
font-family: FontAwesome;
color: #fff;
text-indent: 0;
display: block;
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview > .social-icon.social-icons--dribbble:before {
content: "\f17d";
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview > .social-icon.social-icons--delicious:before {
content: "\f1a5";
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview > .social-icon.social-icons--digg:before {
content: "\f1a6";
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview > .social-icon.social-icons--facebook:before {
content: "\f09a";
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview > .social-icon.social-icons--flickr:before {
content: "\f16e";
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview > .social-icon.social-icons--github:before {
content: "\f113";
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview > .social-icon.social-icons--googleplus:before {
content: "\f0d5";
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview > .social-icon.social-icons--instagram:before {
content: "\f16d";
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview > .social-icon.social-icons--linkedin:before {
content: "\f0e1";
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview > .social-icon.social-icons--pinterest:before {
content: "\f0d2";
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview > .social-icon.social-icons--stumbleupon:before {
content: "\f1a4";
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview > .social-icon.social-icons--skype:before {
content: "\f17e";
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview > .social-icon.social-icons--twitter:before {
content: "\f099";
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview > .social-icon.social-icons--tumblr:before {
content: "\f173";
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview > .social-icon.social-icons--vimeo:before {
content: "\f194";
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview > .social-icon.social-icons--behance:before {
content: "\f1b4";
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview > .social-value {
float: left;
text-indent: 10px;
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview:hover > .social-icon {
background-color: #ff2400;
}

.customize-control-social-buttons .social-buttons .social-button .preview > div.social-button-preview:hover > .social-value {
color: #ff2400;
}

.customize-control-social-buttons .social-buttons .social-button .preview .reorder-button:before,
.customize-control-social-buttons .social-buttons .social-button .preview .remove-button:before {
display: inline-block;
Expand All @@ -126,27 +152,32 @@
-moz-osx-font-smoothing: grayscale;
text-indent: 0;
}

.customize-control-social-buttons .social-buttons .social-button .preview .reorder-button.move-down:before,
.customize-control-social-buttons .social-buttons .social-button .preview .remove-button.move-down:before {
content: '\f347';
}

.customize-control-social-buttons .social-buttons .social-button .preview .reorder-button.move-up:before,
.customize-control-social-buttons .social-buttons .social-button .preview .remove-button.move-up:before {
content: '\f343';
}

.customize-control-social-buttons .social-buttons .social-button .preview .reorder-button.remove-button:before,
.customize-control-social-buttons .social-buttons .social-button .preview .remove-button.remove-button:before {
content: "\f158";
}

.customize-control-social-buttons .social-buttons .social-button:first-of-type .preview > div.move-up,
.customize-control-social-buttons .social-buttons .social-button:last-of-type .preview > div.move-down,
.customize-control-social-buttons .social-buttons .social-button:first-of-type .preview > div.move-up:hover,
.customize-control-social-buttons .social-buttons .social-button:last-of-type .preview > div.move-down:hover {
cursor: default !important;
color: #d5d5d5 !important;
}

.customize-control-social-buttons .social-buttons .social-button .fields {
padding: 10px;
line-height: 0.5;
box-sizing: border-box;
}
}

0 comments on commit c9a55b1

Please sign in to comment.