cangjie-new-star/cjns.css

50 lines
513 B
CSS
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

body {
padding: 2em;
}
h2 {
margin-top: 1.5em;
}
dl { padding-left: 1em; }
.inline dt {
/*border: 0; */
float: left;
}
.inline dt:lang(zh):after {
content: '' ;
}
.inline dd {
display: table;
clear: right;
}
table {
border: 1px solid;
margin: auto;
}
th, td {
border: 1px solid;
padding: 0.3ex 1ex;
}
th { text-align: center; }
tr.characterElement { background-color: #DDD; }
code {
background-color: #F8F8F8;
border: solid 1px;
padding: 2px;
}
ul, ol {
margin-bottom: 2em;
}