mirror of
https://github.com/wahyd4/comet.git
synced 2026-08-09 13:05:50 +10:00
25 lines
372 B
CSS
25 lines
372 B
CSS
body{
|
|
background:url(welcome-bg.gif) top left;
|
|
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
|
|
color: #000000;
|
|
margin: 0px;
|
|
font-size:13px;
|
|
padding-bottom:15px;
|
|
}
|
|
a {
|
|
color: #083772;
|
|
}
|
|
a:link {
|
|
color: #083772;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:visited {
|
|
color: #1e4e8f;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
color: #0000CC;
|
|
} |