@agreejs/agree
Version:
Agree framework
215 lines (213 loc) • 3.55 kB
CSS
/*
Default Styles for HTML4 (W3C spec):
https://www.w3.org/TR/CSS2/sample.html
*/
.agree_html .html,
.agree_html .address,
.agree_html .blockquote,
.agree_html .body,
.agree_html .dd,
.agree_html .div,
.agree_html .dl,
.agree_html .dt,
.agree_html .fieldset,
.agree_html .form,
.agree_html .frame,
.agree_html .frameset,
.agree_html .h1,
.agree_html .h2,
.agree_html .h3,
.agree_html .h4,
.agree_html .h5,
.agree_html .h6,
.agree_html .noframes,
.agree_html .ol,
.agree_html .p,
.agree_html .ul,
.agree_html .center,
.agree_html .dir,
.agree_html .hr,
.agree_html .menu,
.agree_html .pre {
display: block;
unicode-bidi: embed;
}
.agree_html .li {
display: list-item;
}
.agree_html .head {
display: none;
}
.agree_html .table {
display: table;
}
.agree_html .tr {
display: table-row;
}
.agree_html .thead {
display: table-header-group;
}
.agree_html .tbody {
display: table-row-group;
}
.agree_html .tfoot {
display: table-footer-group;
}
.agree_html .col {
display: table-column;
}
.agree_html .colgroup {
display: table-column-group;
}
.agree_html .td,
.agree_html .th {
display: table-cell;
}
.agree_html .caption {
display: table-caption;
}
.agree_html .th {
font-weight: bolder;
text-align: center;
}
.agree_html .caption {
text-align: center;
}
.agree_html .body {
margin: 8px;
}
.agree_html .h1 {
font-size: 2em;
margin: 0.67em 0;
}
.agree_html .h2 {
font-size: 1.5em;
margin: 0.75em 0;
}
.agree_html .h3 {
font-size: 1.17em;
margin: 0.83em 0;
}
.agree_html .h4,
.agree_html .p,
.agree_html .blockquote,
.agree_html .ul,
.agree_html .fieldset,
.agree_html .form,
.agree_html .ol,
.agree_html .dl,
.agree_html .dir,
.agree_html .menu {
margin: 1.12em 0;
}
.agree_html .h5 {
font-size: 0.83em;
margin: 1.5em 0;
}
.agree_html .h6 {
font-size: 0.75em;
margin: 1.67em 0;
}
.agree_html .h1,
.agree_html .h2,
.agree_html .h3,
.agree_html .h4,
.agree_html .h5,
.agree_html .h6,
.agree_html .b,
.agree_html .strong {
font-weight: bolder;
}
.agree_html .blockquote {
margin-left: 40px;
margin-right: 40px;
}
.agree_html .i,
.agree_html .cite,
.agree_html .em,
.agree_html .var,
.agree_html .address {
font-style: italic;
}
.agree_html .pre,
.agree_html .tt,
.agree_html .code,
.agree_html .kbd,
.agree_html .samp {
font-family: monospace;
}
.agree_html .pre {
white-space: pre;
}
.agree_html .button,
.agree_html .textarea,
.agree_html .input,
.agree_html .select {
display: inline-block;
}
.agree_html .big {
font-size: 1.17em;
}
.agree_html .small,
.agree_html .sub,
.agree_html .sup {
font-size: 0.83em;
}
.agree_html .sub {
vertical-align: sub;
}
.agree_html .sup {
vertical-align: super;
}
.agree_html .table {
border-spacing: 2px;
}
.agree_html .thead,
.agree_html .tbody,
.agree_html .tfoot {
vertical-align: middle;
}
.agree_html .td,
.agree_html .th,
.agree_html .tr {
vertical-align: inherit;
}
.agree_html .s,
.agree_html .strike,
.agree_html .del {
text-decoration: line-through;
}
.agree_html .hr {
border: 1px inset;
}
.agree_html .ol,
.agree_html .ul,
.agree_html .dir,
.agree_html .menu,
.agree_html .dd {
margin-left: 40px;
}
.agree_html .ol {
list-style-type: decimal;
}
.agree_html .ol .ul,
.agree_html .ul .ol,
.agree_html .ul .ul,
.agree_html .ol .ol {
margin-top: 0;
margin-bottom: 0;
}
.agree_html .u,
.agree_html .ins {
text-decoration: underline;
}
.agree_html .br:before {
content: "\A";
white-space: pre-line;
}
.agree_html .center {
text-align: center;
}
.agree_html input[type="hidden"] {
display: none ;
}