bb_web-log/basic.css

75 lines
912 B
CSS

abbr {
font-variant-caps:all-small-caps;
}
abbr.acronym {
font-variant-caps:small-caps;
}
abbr[title] {
cursor:help;
}
article,
nav,
section {
border-style:solid;
border-width:1px;
margin:1em 0;
padding:1em;
}
blockquote > cite::before {
content:"\2014";
margin-right:0.2em;
}
body {
margin-left:auto;
margin-right:auto;
width:33em;
}
code,
pre {
overflow-x:auto;
tab-size:4;
-moz-tab-size:4;
}
footer > nav ul,
header > nav ol,
header > nav p {
margin:0;
padding:0;
}
footer > nav ul,
header > nav ol {
list-style:none;
}
footer > nav ul li,
header > nav ol li,
header > nav p,
header > nav ol {
display:inline-block;
}
footer > nav ul li:not(:first-child)::before,
header > nav ol li:not(:first-child)::before {
content:"\FF0F";
margin-right:0.25em;
}
img {
max-width:100%;
vertical-align:text-bottom;
width:auto;
}
q {
quotes:"\2018" "\2019" "\201C" "\201D";
}