a, input {
outline: none;
}
h1{
white-space: nowrap;
}
textarea{
overflow: auto;
}
@media print
{
h1 {page-break-before: always}
}
Set the page-breaking behavior to always break after an h1
element:@media print
{
h1 {page-break-after: always}
}
Set the page-breaking behavior to avoid breaking inside <p> elements:
@media print
{
p {page-break-inside: avoid}
}
.divClass {
min-height: 400px
height: auto !important
height: 400px
}
html { overflow-y: scroll; }
/* Mozilla based browsers */
::-moz-selection {
background-color: #FFA;
color: #000;
}
/* Works in Safari */
::selection {
background-color: #FFA;
color: #000;
}
p:first-letter {
font-family:'Monotype Corsiva', Arial, verdana;
font-size : 500%;
font-weight : bold;
float : left;
padding: 0;
margin: 5px 10px 0 0;
align: justify;
text-transform: uppercase;
}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus a porttitor elit, id gravida eros. Curabitur aliquet lacus non purus facilisis ornare. Sed adipiscing enim vitae lacus pellentesque auctor.