Überschriften
Da ich auch immer auf der Suche nach Überschriften bin, habe ich mal einige für euch zusammengestellt. Natürlich könnt ihr Farben etc. verändern.
Die HTML-Codes müsst ihr nur noch in euren Stylesheet packen und eure Überschrift wird dann durch
Überschrift hier hin
festgelegt.
Beispiel 1
h1
{
display: block;
FONT-FAMILY: Trebuchet MS;
FONT-SIZE: 10pt;
COLOR: #a6a5aa;
margin-bottom: 10px;
margin-right: 0px;
line-height: 10pt;
text-align: center;
letter-spacing: -1px;
border-bottom: 1px dotted #e3371f;
text-decoration: none;
font-weight: bold;
}
Beispiel 2
h2 {
FONT-FAMILY: Trebuchet MS;
FONT-SIZE: 8pt;
COLOR: #ffffff;
TEXT-DECORATION: none;
display: block;
line-height: 8pt;
BACKGROUND-COLOR: #9fcdff;
letter-spacing: -1px;
width: 100%;
margin-bottom: 1px;
margin-top: 1px;
text-align: right;
}
Beispiel 3
h3 {
font-family: Trebuchet MS;
font-size: 8pt;
color:#000000;
background-color:#9fcdff;
width: 100%;
height: 0;
font-weight: none;
FONT-STYLE: none;
text-align: left;
border-bottom: 1px dashed #05a4d2; }
Beispiel 4
h4 {
FONT-FAMILY: Trebuchet MS;
FONT-SIZE: 8pt;
COLOR: #000000;
TEXT-DECORATION: none;
display: block;
line-height: 8pt;
BACKGROUND-COLOR: #9fcdff;
border-bottom: 2px solid #ffa9b4;
TEXT-DECORATION: none; overline;
letter-spacing: 0px;
width: 100%;
margin-bottom: 1px;
margin-top: 1px;
text-align: left;
}
Beispiel 5
h5{
font-family: Trebuchet MS;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
margin: 0px;
margin-bottom: 0px;
padding: 0px;
padding-bottom: 0px;
line-hight: 1;
font-size: 8pt;
text-align: left;
color: #9fcdff;
border-bottom: 1px solid #9fcdff;
}