mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 14:00:32 +08:00
83 lines
1.5 KiB
CSS
83 lines
1.5 KiB
CSS
.calibre {
|
|
display: block;
|
|
font-size: 1em;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
text-align: justify;
|
|
margin: 0 5pt
|
|
}
|
|
.calibre1 {
|
|
display: block
|
|
}
|
|
.calibre2 {
|
|
background-color: #F1F1F1;
|
|
display: block;
|
|
font-size: 1.125em;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
line-height: 1.2;
|
|
text-align: left;
|
|
border: Silver solid 1px;
|
|
margin: 1em 0
|
|
}
|
|
.calibre3 {
|
|
color: Black;
|
|
display: block;
|
|
height: 2px;
|
|
border: currentColor inset 1px;
|
|
margin: 0.5em auto
|
|
}
|
|
.calibre4 {
|
|
display: block;
|
|
list-style-type: disc;
|
|
margin-bottom: 1em;
|
|
margin-right: 0;
|
|
margin-top: 1em
|
|
}
|
|
.calibre5 {
|
|
display: list-item
|
|
}
|
|
.calibre6 {
|
|
display: block;
|
|
list-style-type: circle;
|
|
margin-bottom: 0;
|
|
margin-right: 0;
|
|
margin-top: 0
|
|
}
|
|
.calibre7 {
|
|
background-color: #E7E7E7;
|
|
display: block;
|
|
font-size: 1.66667em;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
line-height: 1.2;
|
|
text-align: left;
|
|
border: Black solid 1px;
|
|
margin: 0.67em 0
|
|
}
|
|
.calibre8 {
|
|
display: block;
|
|
line-height: 1.2
|
|
}
|
|
.calibre9 {
|
|
line-height: 1.2
|
|
}
|
|
.calibre10 {
|
|
display: block;
|
|
margin: 1em 0.2em 1em 4em
|
|
}
|
|
.paragraph {
|
|
display: block;
|
|
text-indent: 2em
|
|
}
|
|
.subtitle {
|
|
background-color: #F4F4F4;
|
|
display: block;
|
|
font-size: 1em;
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
border: Gray solid 1px;
|
|
margin: 1.67em 0
|
|
}
|