Commit 0f3efc5f by Jani Huhtala

css-viilausta

1 parent a532d24f
<!DOCTYPE html <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <html xmlns="http://www.w3.org/1999/xhtml"
......
.linka A:link { .linka a:link {
color: #133E51; color: #133E51;
text-decoration: none text-decoration: none;
} }
.linka A:active { .linka a:active {
color: #133E51; color: #133E51;
text-decoration: none text-decoration: none;
} }
.linka A:visited { .linka a:visited {
color: #133E51; color: #133E51;
text-decoration: none text-decoration: none;
} }
.linka A:hover { .linka a:hover {
color: #133E51; color: #133E51;
text-decoration: underline; text-decoration: underline;
} }
.link A:link { .link a:link {
color: #FFF; color: #FFF;
text-decoration: none text-decoration: none;
} }
.link A:active { .link a:active {
color: #FFF; color: #FFF;
text-decoration: none text-decoration: none;
} }
.link A:visited { .link a:visited {
color: #FFF; color: #FFF;
text-decoration: none text-decoration: none;
} }
.link A:hover { .link a:hover {
color: #FFF; color: #FFF;
text-decoration: underline; text-decoration: underline;
} }
...@@ -142,6 +142,7 @@ body { ...@@ -142,6 +142,7 @@ body {
margin-right: 3px; margin-right: 3px;
} }
.link { .link {
background-image: url('img/link2.gif'); background-image: url('img/link2.gif');
width: 117px; width: 117px;
...@@ -177,3 +178,6 @@ body { ...@@ -177,3 +178,6 @@ body {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
h1 {
font-size: 20px;
}
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!