blob: ec3188c14aa043352b6afd74f2ed7a0fe0d342b4 (
plain) (
tree)
|
|
body {
background: #FFF;
color: #000;
}
.CTitle {
font-family: 'FreeMono', 'Courier New', Courier, monospace;
}
.TText {
font-family: 'FreeMono', 'Courier New', Courier, monospace;
}
a:link {
color:#1194FF;
text-decoration:none;
}
a:visited {
color:#20ACFF;
text-decoration:none;
}
a:hover {
color:#3FBFFF;
text-decoration:none;
}
a:active {
color:#CCCCFF;
text-decoration:none;
}
div.floatingl {
left: 0px;
bottom: -10px;
position: fixed;
}
div.floatingr {
right: 0px;
bottom: -10px;
position: fixed;
transform: rotateY(180deg);
}
|