60 lines
No EOL
676 B
CSS
60 lines
No EOL
676 B
CSS
/* heading from bootstrap */
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
margin: 0;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
text-rendering: optimizelegibility;
|
|
}
|
|
h1 small,
|
|
h2 small,
|
|
h3 small,
|
|
h4 small,
|
|
h5 small,
|
|
h6 small {
|
|
font-weight: normal;
|
|
color: #999999;
|
|
}
|
|
h1 {
|
|
font-size: 280%;
|
|
line-height: 120%;
|
|
}
|
|
h1 small {
|
|
font-size: 150%;
|
|
}
|
|
h2 {
|
|
font-size: 200%;
|
|
line-height: 120%;
|
|
}
|
|
h2 small {
|
|
font-size: 150%;
|
|
}
|
|
h3 {
|
|
font-size: 210%;
|
|
font-size: 150%;
|
|
}
|
|
h3 small {
|
|
font-size: 130%;
|
|
}
|
|
h4, h5, h6 {
|
|
font-size: 150%;
|
|
}
|
|
h4 {
|
|
font-size: 113%;
|
|
}
|
|
h4 small {
|
|
font-size: 100%;
|
|
}
|
|
h5 {
|
|
font-size: 100%;
|
|
}
|
|
h6 {
|
|
font-size: 11px;
|
|
color: #999999;
|
|
text-transform: uppercase;
|
|
} |