salix/print/common/css/misc.css

43 lines
433 B
CSS
Raw Normal View History

2019-01-28 11:28:22 +00:00
.uppercase {
text-transform: uppercase
}
2019-02-07 06:47:09 +00:00
.justified {
text-align: justify
}
2019-01-28 11:28:22 +00:00
.centered {
text-align: center
}
2019-04-15 12:34:33 +00:00
.align-right {
text-align: right
}
.align-left {
text-align: left
}
2019-01-28 11:28:22 +00:00
.number {
text-align: right
}
2019-02-04 09:10:57 +00:00
.font.gray {
2019-01-28 11:28:22 +00:00
color: #555
2019-02-04 09:10:57 +00:00
}
.font.light-gray {
color: #888
}
.font.small {
font-size: 0.65em
}
.font.bold {
font-weight: bold
2019-04-15 12:34:33 +00:00
}
.non-page-break {
page-break-inside: avoid;
2019-01-28 11:28:22 +00:00
}