Initial commit

This commit is contained in:
2020-01-04 20:41:09 +01:00
commit 150d0179fc
1328 changed files with 186900 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
.colormag-message {
overflow: hidden;
position: relative;
border: 10px solid #97d2e7 !important;
}
.colormag-message-wrapper {
width: 500px;
text-align: center;
margin: 0 auto;
padding: 50px 0;
}
.colormag-message-wrapper .submit {
text-align: center;
padding-top: 25px;
}
.submit a.btn-get-started:before {
margin: 0 4px 3px 0;
vertical-align: middle;
}
.colormag-message a.button-primary,
.colormag-message a.button-secondary {
text-decoration: none !important;
}
.colormag-message a.colormag-message-close {
position: absolute;
top: 0;
right: 0;
padding: 10px 15px 10px 21px;
font-size: 13px;
line-height: 1.23076923;
text-decoration: none;
}
.colormag-message a.colormag-message-close:before {
position: absolute;
top: 8px;
left: 0;
-webkit-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
.colormag-message-wrapper .plugin-install-notice {
display: block;
font-size: 12px;
margin: 10px 0 0;
}

View File

@@ -0,0 +1,18 @@
.theme-review-notice .links {
margin: 10px 0;
}
.theme-review-notice .links a {
height: auto;
padding: 3px 15px;
margin-left: 10px;
text-transform: uppercase;
}
.theme-review-notice .links a .dashicons {
line-height: 1.2;
}
.theme-review-notice .links a.button-primary {
margin-left: 0;
}

View File

@@ -0,0 +1,233 @@
.wp-badge.tg-welcome-logo {
background-color: #ffffff;
background-image: url(../../img/themegrill-logo.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: 70%;
}
.header h1 {
font-size: 30px;
}
pre.changelog {
font-size: 12px;
background-color: #f5f5f5;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #f5f5f5), color-stop(50%, #e6e6e6));
background-image: -webkit-linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
background-size: 38px 38px;
border: 1px solid #d4d4d4;
display: block;
line-height: 19px;
margin-bottom: 10px;
overflow: visible;
overflow-y: hidden;
padding: 0 0 0 4px;
}
pre.changelog span {
font-weight: 700;
}
.return-to-dashboard.colormag {
clear: both;
}
p.colormag-actions a.skip {
opacity: .5;
}
p.colormag-actions a.docs:focus,
p.colormag-actions a.docs:hover,
p.colormag-actions a.skip:focus,
p.colormag-actions a.skip:hover {
opacity: 1;
}
p.colormag-actions a.button-primary,
p.colormag-actions a.button-secondary {
text-decoration: none !important;
}
table {
width: 100%;
border-collapse: collapse;
}
td {
text-align: center;
}
.about-wrap {
max-width: 100%;
}
.welcome-description-wrap {
display: inline-block;
width: 100%;
margin: 20px 0;
}
.about-wrap table td h3 {
margin: 20px;
padding-left: 20px;
text-align: left;
}
.wrap table {
border: 1px solid #e1e1e1;
border-collapse: collapse;
}
.wrap table th {
width: 33%;
}
.wrap table th:first-child {
background-color: rgba(0, 0, 0, 0.03);
}
.about-wrap table td .table-desc {
font-size: 15px;
margin: 20px;
padding-left: 20px;
display: block;
text-align: left;
}
.about-wrap table .table-feature-title > h3 {
color: #404040;
}
.wrap table th {
background-color: #24b37e;
}
.wrap table th:last-child {
background-color: #228b9b;
}
.wrap table th h3 {
color: #ffffff;
margin: 15px;
}
tr:nth-child(2n) {
background-color: #e7e7e7;
}
.wrap table td span {
font-size: 25px;
}
.wrap table td .dashicons.dashicons-no {
color: #ce2d2d;
}
.wrap table td .dashicons.dashicons-yes {
color: #24b37e;
}
table tr .btn-wrapper {
padding: 10px 0;
}
table tr .btn-wrapper .button {
background-color: #228b9b;
color: #ffffff;
font-size: 14px;
line-height: 0;
padding: 27px 0;
width: 59%;
}
table tr .btn-wrapper .button:hover {
background: #097282 none repeat scroll 0 0;
color: #ffffff;
}
.tg-demo-showcase .wp-filter {
padding: 0;
border: none;
box-shadow: none;
background: transparent;
}
.tg-demo-showcase .theme-browser .theme .premium-demo-banner {
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
position: absolute;
top: 10px;
right: 0;
height: 30px;
width: 50px;
background: #51cf66;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #ffffff;
}
.tg-demo-showcase .theme-browser .theme .premium-demo-banner:before, .tg-demo-showcase .theme-browser .theme .premium-demo-banner:after {
content: "";
position: absolute;
width: 0;
height: 0;
right: 100%;
}
.tg-demo-showcase .theme-browser .theme .premium-demo-banner:before {
top: 0;
border-top: 15px solid #51cf66;
border-left: 15px solid transparent;
}
.tg-demo-showcase .theme-browser .theme .premium-demo-banner:after {
bottom: 0;
border-bottom: 15px solid #51cf66;
border-left: 15px solid transparent;
}
.plugin-install-notice {
margin: 20px 0 0;
}
@media (max-width: 1400px) {
.about-wrap h1 {
font-size: 30px;
}
.about-wrap .about-text {
font-size: 16px;
}
}
@media (max-width: 1200px) {
.about-wrap .about-text {
font-size: 14px;
}
.about-wrap table td h3,
.about-wrap table td {
font-size: 14px;
}
}
@media (max-width: 980px) {
.about-wrap h1 {
font-size: 25px;
}
.about-wrap .about-text,
.colormag-screenshot {
float: none;
width: 100%;
}
}

View File

@@ -0,0 +1,177 @@
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
position: relative;
margin-bottom: 60px;
padding: 0;
*zoom: 1;
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.bx-wrapper img {
max-width: 100%;
display: block;
}
.bxslider {
margin: 0;
padding: 0;
}
ul.bxslider {
list-style: none;
}
.bx-viewport {
/*fix other elements on the page moving (on Chrome)*/
-webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
-moz-box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px #ccc;
box-shadow: 0 0 5px #ccc;
border: 5px solid #fff;
background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -30px;
width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
min-height: 50px;
background: url('images/bx_loader.gif') center center no-repeat #ffffff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #666;
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 5px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
vertical-align: bottom;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager-item {
font-size: 0;
line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
left: 10px;
background: url('images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
background-position: 0 0;
}
.bx-wrapper .bx-next {
right: 10px;
background: url('images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url('images/controls.png') -86px -11px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url('images/controls.png') -86px -44px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666;
background: rgba(80, 80, 80, 0.75);
width: 100%;
}
.bx-wrapper .bx-caption span {
color: #fff;
font-family: Arial;
display: block;
font-size: .85em;
padding: 10px;
}