mirror of
https://gh.wpcy.net/https://github.com/presscustomizr/hueman.git
synced 2026-05-04 16:24:26 +08:00
146 lines
No EOL
3 KiB
CSS
146 lines
No EOL
3 KiB
CSS
@font-face {
|
|
font-family: 'FontAwesome';
|
|
src:url('../../front/fonts/fontawesome-webfont.eot');
|
|
src:url('../../front/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('../../front/fonts/fontawesome-webfont.woff2') format('woff2'),
|
|
url('../../front/fonts/fontawesome-webfont.woff') format('woff'),
|
|
url('../../front/fonts/fontawesome-webfont.ttf') format('truetype'),
|
|
url('../../front/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
|
|
}
|
|
|
|
.about-wrap h3 {
|
|
line-height: 26px;
|
|
}
|
|
#hueman-admin-panel.about-wrap .feature-section {
|
|
margin-top: 0px;
|
|
padding: 0;
|
|
}
|
|
.about-wrap .feature-section div {
|
|
text-align: center;
|
|
}
|
|
|
|
.about-text.tc-welcome {
|
|
margin: 1em 0;
|
|
}
|
|
|
|
.about-wrap .feature-section.three-col img.tc-donate {
|
|
background: none;
|
|
border: none;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
max-width: none;
|
|
float: none;
|
|
}
|
|
|
|
|
|
.images-stagger-right img {
|
|
float: right;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.images-stagger-left img {
|
|
float: left;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.tc-follow {
|
|
margin-bottom: 11px;
|
|
}
|
|
|
|
.button-primary.review-hueman {
|
|
margin-top: 9px;
|
|
}
|
|
|
|
.tc-upgrade-notice {
|
|
background-color: #FFFFE0;
|
|
border: 1px solid #E6DB55;
|
|
padding: 0px;
|
|
margin: 5px 0px;
|
|
text-align: center;
|
|
}
|
|
|
|
.tc-upgrade-notice p {
|
|
line-height: 1em;
|
|
}
|
|
|
|
/* ADMIN BAR
|
|
-------------------------------------------------- */
|
|
h1.need-help-title:before,
|
|
#wp-admin-bar-tc-hueman-help .ab-item:before, li#wp-admin-bar-tc-hueman-help a:before {
|
|
font-family: 'FontAwesome';
|
|
speak: none;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
font-style: normal;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
position: relative;
|
|
content: "\f1cd";
|
|
}
|
|
|
|
#wp-admin-bar-tc-hueman-help .ab-item:before, li#wp-admin-bar-tc-hueman-help a:before {
|
|
padding-right: 0px;
|
|
top: 2px;
|
|
color: #FFF;
|
|
}
|
|
|
|
li#wp-admin-bar-tc-hueman-help a {
|
|
color: #FFF!important;
|
|
text-decoration: none;
|
|
background-color: #82b965;
|
|
-webkit-transition: background .1s linear;
|
|
-moz-transition: background .1s linear;
|
|
-ms-transition: background .1s linear;
|
|
-o-transition: background .1s linear;
|
|
transition: background .1s linear;
|
|
}
|
|
|
|
.ab-top-menu>li#wp-admin-bar-tc-hueman-help:hover>.ab-item {
|
|
color: #FFF;
|
|
background: #6B9C51;
|
|
}
|
|
|
|
h1.need-help-title:before {
|
|
padding-right: 17px;
|
|
top: 1px;
|
|
font-size: 1.2em;
|
|
color:#82b965;
|
|
}
|
|
|
|
#hueman-admin-panel .button-secondary.hueman-help {
|
|
line-height: 25px;
|
|
padding-top: 11px;
|
|
height: 51px;
|
|
font-size: 20px;
|
|
font-family: 'georgia';
|
|
width: 95%;
|
|
white-space: normal;
|
|
}
|
|
|
|
.about-wrap .feature-section .tc-follow img {
|
|
background: none;
|
|
max-width: none;
|
|
float: none;
|
|
}
|
|
|
|
.about-wrap #showcase .feature-section img {
|
|
border: none;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
|
|
/* HUEMAN ADDONS NOTICE */
|
|
#setting-error-tgmpa {
|
|
position: relative;
|
|
}
|
|
#setting-error-tgmpa .notice-dismiss {
|
|
display: none;
|
|
}
|
|
#setting-error-tgmpa .hu-addons-img {
|
|
right: 4px;
|
|
position: absolute;
|
|
top: 4px;
|
|
} |