225 lines
4.3 KiB
CSS
225 lines
4.3 KiB
CSS
|
.themotion-nav-tabs {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
.themotion-nav-tabs:after {
|
||
|
clear: both;
|
||
|
display: table;
|
||
|
content: " ";
|
||
|
}
|
||
|
.themotion-nav-tabs > li {
|
||
|
float: left;
|
||
|
margin-bottom: -1px;
|
||
|
display: block;
|
||
|
}
|
||
|
.themotion-nav-tabs > li > a {
|
||
|
border: 1px solid transparent;
|
||
|
border-radius: 4px 4px 0 0;
|
||
|
display: block;
|
||
|
padding: 10px 15px;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
.themotion-nav-tabs > li.active > a, .themotion-nav-tabs > li.active > a:focus, .themotion-nav-tabs > li.active > a:hover {
|
||
|
color: #555;
|
||
|
background-color: #fff;
|
||
|
border: 1px solid #ddd;
|
||
|
border-bottom-color: transparent;
|
||
|
}
|
||
|
.themotion-nav-tabs > li.themotion-w-red-tab > a {
|
||
|
color: red;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.themotion-tab-content {
|
||
|
background-color: #fff;
|
||
|
border-bottom: 1px solid #ddd;
|
||
|
border-right: 1px solid #ddd;
|
||
|
border-left: 1px solid #ddd;
|
||
|
width: 960px;
|
||
|
float: left;
|
||
|
}
|
||
|
.themotion-tab-content > .tab-pane {
|
||
|
display: none;
|
||
|
}
|
||
|
.themotion-tab-content > .active {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.themotion-tab-pane {
|
||
|
padding: 30px;
|
||
|
}
|
||
|
.themotion-tab-pane {
|
||
|
display: none;
|
||
|
}
|
||
|
.themotion-tab-pane.active {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
#themotion-theme-version {
|
||
|
font-size: 50%;
|
||
|
padding: 10px;
|
||
|
background: #ccc;
|
||
|
}
|
||
|
|
||
|
.themotion-w-activated {
|
||
|
cursor:not-allowed !important;
|
||
|
}
|
||
|
.themotion-tab-pane-half {
|
||
|
width: 45%;
|
||
|
float:left;
|
||
|
border-left: 1px solid #ccc;
|
||
|
padding-left: 20px;
|
||
|
margin-top: 15px;
|
||
|
padding-right: 20px;
|
||
|
margin-bottom: 15px;
|
||
|
}
|
||
|
.themotion-tab-content img {
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
.themotion-tab-pane-first-half {
|
||
|
border-left: none;
|
||
|
}
|
||
|
.themotion-tab-pane-center {
|
||
|
text-align: center;
|
||
|
margin-bottom: 30px;
|
||
|
margin-top: 30px;
|
||
|
}
|
||
|
.themotion-welcome-title {
|
||
|
font-size: 32px;
|
||
|
}
|
||
|
.themotion-clear {
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
|
||
|
.themotion-child-theme-image-container img {
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
.themotion-child-theme-details .theme-details {
|
||
|
padding: 10px;
|
||
|
background: none repeat scroll 0 0 #F1F1F1;
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
|
||
|
.themotion-child-theme-details .theme-details.active {
|
||
|
background: none repeat scroll 0 0 #2B5F87;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.themotion-child-theme-details .theme-details .theme-name {
|
||
|
float:left;
|
||
|
}
|
||
|
.themotion-child-theme-details .theme-details .preview {
|
||
|
margin-right: 2px;
|
||
|
}
|
||
|
.themotion-fre-pro table {
|
||
|
border-collapse: collapse;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.themotion-fre-pro table tr {
|
||
|
border-bottom: 1px solid #ddd;
|
||
|
}
|
||
|
.themotion-fre-pro table td {
|
||
|
padding: 30px;
|
||
|
}
|
||
|
.themotion-fre-pro table th {
|
||
|
padding-bottom: 30px;
|
||
|
}
|
||
|
.themotion-fre-pro table td span.dashicons-before:before {
|
||
|
font-size: 50px;
|
||
|
width: auto;
|
||
|
height: auto;
|
||
|
}
|
||
|
|
||
|
.themotion-fre-pro table td span.dashicons-no-alt:before {
|
||
|
color:red;
|
||
|
}
|
||
|
|
||
|
.themotion-actions-count {
|
||
|
padding: 0 6px;
|
||
|
display: inline-block;
|
||
|
background-color: #d54e21;
|
||
|
color: #fff;
|
||
|
font-size: 9px;
|
||
|
line-height: 17px;
|
||
|
font-weight: 600;
|
||
|
margin: 1px 0 0 2px;
|
||
|
vertical-align: top;
|
||
|
-webkit-border-radius: 10px;
|
||
|
border-radius: 10px;
|
||
|
z-index: 26;
|
||
|
}
|
||
|
.themotion-action-required-box {
|
||
|
position: relative;
|
||
|
}
|
||
|
.themotion-dismiss-required-action {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
cursor: pointer;
|
||
|
background-color: #D24A4A;
|
||
|
border-radius: 50%;
|
||
|
color: #fff;
|
||
|
font-size: 14px;
|
||
|
line-height: 20px;
|
||
|
}
|
||
|
.themotion-dismiss-required-action:hover {
|
||
|
background-color: #CC8C8C;
|
||
|
}
|
||
|
|
||
|
#github.themotion-tab-pane {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
#github.themotion-tab-pane .themotion-tab-pane-half {
|
||
|
min-height: 160px;
|
||
|
}
|
||
|
|
||
|
#github.themotion-tab-pane .translate-button, #github .github-button {
|
||
|
margin-top: 20px;
|
||
|
}
|
||
|
|
||
|
#github.themotion-tab-pane .dashicons {
|
||
|
color: #0073aa;
|
||
|
font-size: 12px;
|
||
|
width: auto;
|
||
|
}
|
||
|
|
||
|
#github.themotion-tab-pane h4 {
|
||
|
margin:10px;;
|
||
|
}
|
||
|
|
||
|
#github.themotion-tab-pane p.review-link {
|
||
|
margin:0;
|
||
|
}
|
||
|
|
||
|
#github.themotion-tab-pane .themotion-tab-pane-half hr {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
/*Breakpoints*/
|
||
|
|
||
|
@media (max-width: 1200px) {
|
||
|
.themotion-tab-content {
|
||
|
width: 98%;
|
||
|
}
|
||
|
.themotion-tab-pane-half {
|
||
|
width: 43%;
|
||
|
}
|
||
|
}
|
||
|
@media (max-width: 782px) {
|
||
|
#github.themotion-tab-pane .themotion-tab-pane-half hr {
|
||
|
display:block;
|
||
|
}
|
||
|
|
||
|
.themotion-tab-pane-half {
|
||
|
width: auto;
|
||
|
float: none;
|
||
|
border-left: none;
|
||
|
}
|
||
|
.themotion-welcome-title, .themotion-tab-content h1 {
|
||
|
line-height: 30px;
|
||
|
}
|
||
|
.themotion-fre-pro table td {
|
||
|
padding: 30px 10px;
|
||
|
}
|
||
|
}
|