wordpress主题优化
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

157 lines
3.2 KiB

/*
* Theme admin help css
*/
.theme-help-wrap {
margin: 25px 40px 0 20px;
max-width: 1050px;
position: relative;
}
.theme-help-wrap img {
max-width: 100%;
}
.theme-help-wrap img.pattern-img {
margin-bottom: 5em;
}
/* Clearing Floats */
.theme-help-wrap .clearfix:before, .theme-help-wrap .clearfix:after {
content: " ";
display: table;
}
.theme-help-wrap .clearfix:after {
clear: both;
}
.theme-help-wrap .clearfix {
*zoom: 1; /* For IE 6/7 only */
}
/* Columns */
.theme-help-wrap .columns-wrapper {
margin-right: -4em;
}
.theme-help-wrap .columns-wrapper .column {
float: left;
padding-right: 4em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.theme-help-wrap .columns-wrapper .column-half {
width: 50%;
}
.theme-help-wrap .columns-wrapper .column-third {
width: 33.3333333333333%;
}
.theme-help-wrap .columns-wrapper .column-quarter {
width: 25%;
}
/* Font Styles */
.theme-help-wrap h3 {
font-size: 1.6em;
font-weight: 400;
line-height: 1.5em;
margin: 1em 0 0.6em;
}
.theme-help-wrap h4 {
font-size: 1.3em;
font-weight: 400;
margin: 0.2em 0;
}
/* Theme help Header */
.theme-help-wrap h1 {
color: #23282d;
font-size: 2.25em;
line-height: 1.2em;
margin: 0.2em 0 0 0;
}
.theme-help-wrap h1 .theme-version {
display: inline-block;
font-size: 0.5em;
line-height: 1;
padding: 0.2em 0.3em;
background: #fbfbfb;
border-radius: 2px;
transform: translateY(-0.2em);
}
.theme-help-wrap .theme-description {
color: #444;
font-size: 1.25em;
margin: 1em 0;
min-height: 60px;
line-height: 1.6em;
}
/* Getting Started */
#getting-started {
margin: 1em 0;
}
#getting-started .section {
margin: 0.5em 0 2.5em;
}
#getting-started .section .about {
color: #444;
font-size: 1.15em;
line-height: 1.6em;
}
#getting-started img {
margin-top: 1em;
}
#getting-started .section ul {
padding-left: 25px;
}
#getting-started .section li {
list-style-type: disc;
}
/* Screenshot image */
.screenshot {
position: relative;
}
.screenshot img {
transition: all .3s ease;
}
.screenshot .button {
position: absolute;
top: 40%;
left: 50%;
transform: translateX(-50%);
font-size: 1.25em;
padding: 20px 40px;
visibility: hidden;
opacity: 0;
transition: all .3s ease;
}
.screenshot:hover img {
opacity: .3;
transition: all .3s ease;
}
.screenshot:hover .button {
visibility: visible;
opacity: 1;
transition: all .3s ease;
}
/* Theme Author */
#theme-author {
margin: 1em 0;
}
#theme-author p {
color: #444;
font-size: 1.2em;
line-height: 1.6em;
}
/* Buttons */
.button-pro {
background: #d9595c !important;
border-color: #d03337 #d03337 #d03337 !important;
-webkit-box-shadow: 0 1px 0 #d03337 !important;
box-shadow: 0 1px 0 #d03337 !important;
color: #fff !important;
text-decoration: none !important;
text-shadow: 0 -1px 1px #d03337,1px 0 1px #d03337,0 1px 1px #d03337,-1px 0 1px #d03337 !important;
}