cssOMS/default.css

63 lines
1.4 KiB
CSS

/* Global */
/* Content Container */
/* Content box */
/* Navigation */
/* Colors */
body {
background: #e7ebf3;
font-family: Open Sans, sans-serif;
font-size: 0.9em; }
.clear {
clear: both; }
pre {
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
background-clip: padding-box;
border: 1px solid #b7b7b7;
padding: 5px;
overflow-x: scroll;
counter-reset: line;
width: 100%;
box-sizing: border-box; }
pre span {
display: block; }
pre span:before {
counter-increment: line;
content: counter(line);
display: inline-block;
border-right: 1px solid #ddd;
padding: 0 .5em;
margin-right: .5em;
color: #888;
width: 30px; }
article {
background: #fff;
padding: 5px;
margin: 0; }
article p {
line-height: 1.5em; }
article ol, article ul {
margin-left: 30px; }
article ul {
list-style: disc; }
article blockquote {
margin: 10px 0 10px 0; }
article blockquote p:last-child {
margin-bottom: 0; }
article table {
border-collapse: collapse;
border: 1px solid #999; }
article table th, article table td {
padding: 5px;
border: 1px solid #999; }
article table tr:nth-child(2n) {
background: #eee; }
/*# sourceMappingURL=default.css.map */