mirror of
https://github.com/BeitDina/AutoIndex.git
synced 2026-01-01 11:49:41 +01:00
22 lines
401 B
CSS
22 lines
401 B
CSS
/* Text style of module a:link */
|
|
A:link {
|
|
COLOR: #B6C7E5; FONT-WEIGHT: bold; TEXT-DECORATION: none
|
|
}
|
|
A:visited {
|
|
COLOR: #80FFFF; FONT-WEIGHT: bold; TEXT-DECORATION: none
|
|
}
|
|
A:active {
|
|
COLOR: green; TEXT-DECORATION: none
|
|
}
|
|
A:hover {
|
|
COLOR: red; TEXT-DECORATION: none
|
|
}
|
|
.visit {
|
|
FONT-SIZE: 9px; FONT-FAMILY: Times
|
|
}
|
|
/* Set the background color of the page.*/
|
|
BODY
|
|
{ BACKGROUND-COLOR: #000000;
|
|
}
|
|
|