devroom.io/themes/outerspace/static/css/outerspace.css
2016-01-13 13:14:48 +01:00

89 lines
2.3 KiB
CSS

@charset "utf-8";
/* Reset */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
.hljs{display:block;overflow-x:auto;padding:0.5em;background:#eaeef3}.hljs{color:#00193a}.hljs-keyword,.hljs-selector-tag,.hljs-title,.hljs-section,.hljs-doctag,.hljs-name,.hljs-strong{font-weight:bold}.hljs-comment{color:#738191}.hljs-string,.hljs-title,.hljs-section,.hljs-built_in,.hljs-literal,.hljs-type,.hljs-addition,.hljs-tag,.hljs-quote,.hljs-name,.hljs-selector-id,.hljs-selector-class{color:#0048ab}.hljs-meta,.hljs-subst,.hljs-symbol,.hljs-regexp,.hljs-attribute,.hljs-deletion,.hljs-variable,.hljs-template-variable,.hljs-link,.hljs-bullet{color:#4c81c9}.hljs-emphasis{font-style:italic}
html,body {
font-size: 14px;
}
body {
background: #FFFFFF;
font-family: "Lucida Console", Monaco, monospace;
line-height: 1.4em;
}
header, article, footer, section {
margin: 1.4em;
max-width: 42em;
}
img {
width: 100%;
max-width: 42em;
}
img.avatar {
width: 150px;
float: left;
margin: 0 1.4em 1.4em 0;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
text-decoration: underline;
margin-bottom: 1.4em;
}
code, pre {
font-family: "Lucida Console", Monaco, monospace;
font-size: 1em;
line-height: 1.4em;
}
em {
font-weight: strong;
}
strong {
font-weight: bold;
text-decoration: underline;
}
p, ul, ol, blockquote, pre {
margin-bottom: 1.4em;
}
p {
text-align: justify;
}
pre {
margin-left: 3em;
}
ol, ul {
margin-left: 3em;
}
ol {
list-style-type: decimal;
}
ul {
list-style-type: none;
}
ul li:before {
content: "* ";
}
blockquote {
margin-left: 3em;
}
blockquote p:before {
content: "> ";
}