Napisalem sobie styl do stronki:
Kod: Zaznacz cały
BODY {
background: #FFCA40;
font-family: Arial;
font-size: 10pt;
color: black;
}
A {
color: #906C00;
text-decoration: none;
font-family: Arial;
font-size: 10pt
}
A:hover {
color: #FFFFFF;
text-decoration: none;
font-family: Arial;
font-size: 10pt;
}
A:active {
color: #E30000;
text-decoration: none;
font-family: Arial;
font-size: 10pt;
font-weight: normal;
}
A.duze {
color: #AFAFAF;
text-decoration: none;
font-family: Arial;
font-size: 14pt
}
A:hover.duze {
color: #FFFFFF;
text-decoration: none;
font-family: Arial;
font-size: 14pt;
}
A:active.duze {
color: #E30000;
text-decoration: none;
font-family: Arial;
font-size: 14pt;
font-weight: normal;
}
A.wielkie {
color: #AFAFAF;
text-decoration: none;
font-family: Arial;
font-size: 30pt
}
A:hover.wielkie {
color: #FFFFFF;
text-decoration: none;
font-family: Arial;
font-size: 30pt;
}
A:active.wielkie {
color: #E30000;
text-decoration: none;
font-family: Arial;
font-size: 30pt;
font-weight: normal;
B {
font-family: Arial;
font-size: 10pt;
font-weight: bold;
}
P {
color: black;
font-family: Arial;
font-size: 30pt;
font-weight: bold
}
H1 {
color: black;
font-family: Arial;
font-size: 12pt;
}
HR {
border: dashed;
}
TABLE {
background: #FFCA40;
font-family: Arial;
font-size: 10pt;
}
.rama {
}
.menu {
font-weight: bold;
font-size: 8pt
}
.tytul {
font-weight: bold;
font-size: 10pt;
}
.wielkie {
color: white;
font-family: Arial;
font-size: 30pt;
font-weight: bold
}
.stopka {
color: black;
font-family: Arial;
font-size: 7px;
}Z gory dzieki za odpowiedz
