mirror of
https://github.com/bklang/ldap2dns.git
synced 2025-10-28 14:44:15 -04:00
38 lines
527 B
CSS
38 lines
527 B
CSS
|
|
A {
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
A:link {
|
||
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||
|
|
font-size: 10px;
|
||
|
|
color: black;
|
||
|
|
}
|
||
|
|
|
||
|
|
A:visited {
|
||
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||
|
|
font-size: 10px;
|
||
|
|
color: #222222;
|
||
|
|
}
|
||
|
|
|
||
|
|
A:hover {
|
||
|
|
text-decoration: underline;
|
||
|
|
}
|
||
|
|
|
||
|
|
BODY, TD {
|
||
|
|
font-family: Verdana,Arial,Helvetica;
|
||
|
|
font-size: 10pt;
|
||
|
|
background-color: lightgrey;
|
||
|
|
color: black;
|
||
|
|
}
|
||
|
|
|
||
|
|
SMALL {
|
||
|
|
font-family: Verdana,Arial,Helvetica;
|
||
|
|
font-size: 8pt;
|
||
|
|
}
|
||
|
|
|
||
|
|
BIG {
|
||
|
|
font-family: Verdana,Arial,Helvetica;
|
||
|
|
font-size: 14pt;
|
||
|
|
}
|
||
|
|
|