cssOMS/article.css

82 lines
1.7 KiB
CSS

/* Global */
/* Content Container */
/* Content box */
/* Navigation */
/* Colors */
/* Accordion */
/* Log */
/* Blockquote */
/* Breadcrumbs */
/* Input */
/* Button */
/* Canvas */
/* Article */
/* Form */
/* Icon */
/* Img */
/* list */
/* pagination */
/* pre */
/* tag */
article {
background: #fff;
padding: 10px;
margin: 0;
font-size: 0.9rem; }
article del, article ins {
padding: 3px;
text-decoration: none; }
article del {
background: #ff9e9e; }
article ins {
background: #b0f3b0; }
article h1, article h2, article h3, article h4, article h5, article h6 {
font-weight: bold; }
article h1 {
font-size: 1.5rem; }
article h2 {
font-size: 1.3rem; }
article h3 {
font-size: 1.1rem; }
article h4, article h5, article h6 {
font-size: 1rem; }
article pre {
margin: 1rem 0 1rem 0; }
article pre code {
background: none; }
article code {
padding: 3px;
background: #f1f1f1; }
article a {
color: #8ea4ff;
border-bottom: 1px dotted #8ea4ff; }
article a:hover {
border-bottom: none; }
article p {
line-height: 1.5em; }
article ol, article ul {
margin: 0.5rem 0 0.5rem 3rem; }
article ul {
list-style: disc; }
article li {
margin: 0.3rem 0 0.3rem 0; }
article blockquote {
margin: 10px 0 10px 0; }
article blockquote p:last-child {
margin-bottom: 0; }
article img {
display: block;
margin: 0 auto; }
article table {
border-collapse: collapse;
border: 1px solid #999;
margin: 0 auto;
margin-bottom: 1rem; }
article table th, article table td {
padding: 5px;
border: 1px solid #999; }
article table tr:nth-child(2n) {
background: #eee; }
/*# sourceMappingURL=article.css.map */