archematics/public/style.css

57 lines
788 B
CSS

body {
/* margin:35px auto; */
/* width: 780px; */
margin-top: 35px;
margin-left: 10%;
margin-right: 10%;
margin-bottom: 30px;
line-height: 140%;
font-size: 110%;
/* font-family: Verdana, sans-serif; */
/* background: #ff8247; */
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 2ex;
}
li {
margin-bottom: 1.0ex;
}
.smallersize {
font-size: smaller;
}
table.centered {
margin: auto;
}
p.centered {
text-align: center;
}
div.centered {
text-align: center;
}
span.name {
font-variant: small-caps;
}
img.noborder {
border-width: 0px;
}
div.highlight { background: yellow }
span.highlight { background: yellow; }
span.strike { text-decoration: line-through; }
span.uline { text-decoration: underline; }