devroom.io/themes/outerspace/static/css/outerspace.css

87 lines
1.7 KiB
CSS
Raw Normal View History

2015-06-11 07:39:38 +00:00
@charset "utf-8";
2015-03-26 11:28:08 +00:00
2016-01-06 14:44:01 +00:00
/* Reset */
2015-06-11 07:39:38 +00:00
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}
2015-03-26 11:28:08 +00:00
2016-01-13 11:52:06 +00:00
html,body {
font-size: 14px;
}
2015-03-26 11:28:08 +00:00
body {
background: #FFFFFF;
2016-01-06 14:44:01 +00:00
font-family: "Lucida Console", Monaco, monospace;
2016-01-13 11:52:06 +00:00
line-height: 1.4em;
2015-03-26 11:28:08 +00:00
}
2016-01-06 14:44:01 +00:00
header, article, footer, section {
2016-01-13 11:52:06 +00:00
margin: 1.4em;
max-width: 42em;
2015-03-26 11:28:08 +00:00
}
2016-01-06 14:44:01 +00:00
img {
width: 100%;
2016-01-13 11:52:06 +00:00
max-width: 42em;
2015-03-26 11:28:08 +00:00
}
img.avatar {
2016-01-06 14:44:01 +00:00
width: 150px;
float: left;
2016-01-13 11:52:06 +00:00
margin: 0 1.4em 1.4em 0;
2015-03-26 11:28:08 +00:00
}
2015-03-26 12:17:43 +00:00
2016-01-06 14:44:01 +00:00
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
text-decoration: underline;
2016-01-13 11:52:06 +00:00
margin-bottom: 1.4em;
2015-04-07 09:07:32 +00:00
}
2016-01-06 14:44:01 +00:00
code, pre {
font-family: "Lucida Console", Monaco, monospace;
font-size: 1em;
2016-01-13 11:52:06 +00:00
line-height: 1.4em;
2015-04-07 09:07:32 +00:00
}
2016-01-06 15:38:59 +00:00
em {
font-weight: strong;
}
strong {
font-weight: bold;
text-decoration: underline;
}
2016-01-06 14:44:01 +00:00
p, ul, ol, blockquote, pre {
2016-01-13 11:52:06 +00:00
margin-bottom: 1.4em;
}
p {
text-align: justify;
2015-04-07 09:07:32 +00:00
}
2016-01-06 14:44:01 +00:00
pre {
margin-left: 3em;
2015-04-07 09:07:32 +00:00
}
2016-01-06 14:44:01 +00:00
ol, ul {
margin-left: 3em;
2015-04-07 09:07:32 +00:00
}
2016-01-06 14:44:01 +00:00
ol {
list-style-type: decimal;
2015-04-07 09:07:32 +00:00
}
2016-01-06 14:44:01 +00:00
ul {
list-style-type: none;
2015-04-07 09:07:32 +00:00
}
2016-01-06 14:44:01 +00:00
ul li:before {
content: "* ";
2015-04-07 09:07:32 +00:00
}
2016-01-06 14:44:01 +00:00
blockquote {
margin-left: 3em;
2015-03-26 12:17:43 +00:00
}
2016-01-06 14:44:01 +00:00
blockquote p:before {
content: "> ";
2015-04-07 09:07:32 +00:00
}