devroom.io/themes/outerspace/static/css/outerspace.css
2016-01-13 12:52:06 +01:00

87 lines
1.7 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}
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: "> ";
}