css WordPress - 儿童主题 - style.css模板
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css WordPress - 儿童主题 - style.css模板相关的知识,希望对你有一定的参考价值。
/**
* Theme Name: CHILD THEME NAME 2017
* Theme URI: http://www.elegantthemes.com/gallery/PARENT THEME NAME/ or http://www.woothemes.com/products/PARENT THEME NAME/ or OTHER
* Author: Interactive Media Consulting, LLC
* Author URI: http://imediaconsult.com
* Template: PARENT THEME NAME
* Version: 1.0.0
-----------------------------------------------------------------------------
*/
/**
* Table of Contents
*
* 1.0 - Typography
* 2.0 - Elements (lists, tables, forms)
* 3.0 - Navigation (links, menus, pagination)
* 4.0 - Header
* 5.0 - Content (posts, pages, comments)
* 6.0 - Media (captions, galleries)
* 7.0 - Widgets
* 8.0 - Footer
* 9.0 - Plugins
* 10.0 - Media Queries
* 11.0 - Print Queries
-----------------------------------------------------------------------------
*/
/**
* 1.0 Typography
-----------------------------------------------------------------------------
*/
body {
}
/* Devmark */
/* body:before {
color: #ddd;
content: "DEV";
font-family: sans-serif;
font-size: 48px;
font-weight: 600;
left: 2px;
opacity: 0.25;
position: fixed;
text-shadow: 2px 2px 4px #666666;
top: 16px;
z-index: 999999;
} */
h1, h2, h3, h4, h5, h6 {
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
p {
}
b,
strong {
}
dfn,
cite,
em,
i {
}
blockquote {
}
/**
* 2.0 Elements
-----------------------------------------------------------------------------
*/
hr {
background-color: #eee;
border: 0;
clear: both;
height: 1px;
width: 100%;
}
ul,
ol {
}
li > ul,
li > ol {
}
/**
* 3.0 Navigation
-----------------------------------------------------------------------------
*/
a {
}
a:hover,
a:focus {
}
/* Primary Menu */
/* Secondary Menu */
/* Footer Menu */
/* Mobile Menu */
/* Pagination */
/**
* 4.0 Header
-----------------------------------------------------------------------------
*/
/**
* 5.0 Content
-----------------------------------------------------------------------------
*/
/*** Alignment */
.alignleft,
.wp-caption.alignleft,
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
float: left;
margin: 6px 20px 10px 4px;
}
.alignright,
.wp-caption.alignright,
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
float: right;
margin: 6px 4px 10px 20px;
}
.aligncenter,
.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
margin: 6px auto 10px;
}
.alignnone,
.wp-caption.alignnone {
margin: 6px 100% 10px 0;
}
/**
* 6.0 Media
-----------------------------------------------------------------------------
*/
/*** Captions */
.wp-caption {
background-color: transparent;
border: 0;
padding: 0;
}
.wp-caption img {
background-color: #fff;
border: 1px solid #eee;
box-shadow: 1px 1px 5px 0px rgba(145, 145, 145, 0.4);
-moz-box-shadow: 1px 1px 5px 0px rgba(145, 145, 145, 0.4);
-webkit-box-shadow: 1px 1px 5px 0px rgba(145, 145, 145, 0.4);
padding: 2px;
}
/*** Galleries */
/*** Images */
/**
* 7.0 Widgets
-----------------------------------------------------------------------------
*/
/**
* 8.0 Footer
-----------------------------------------------------------------------------
*/
/**
* 9.0 Plugins
-----------------------------------------------------------------------------
*/
/**
* 10.0 Media Queries
-----------------------------------------------------------------------------
*/
/**
* 11.0 Print
-----------------------------------------------------------------------------
*/
@media print {
}
以上是关于css WordPress - 儿童主题 - style.css模板的主要内容,如果未能解决你的问题,请参考以下文章
Wordpress - GeneratePress 主题 - 缓存破坏