NSIS/Docs/style.css
rainwater fb9423ffef last update
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1552 212acab6-be3b-0410-9dea-997c60f758d6
2002-11-01 23:01:34 +00:00

27 lines
No EOL
434 B
CSS

body {
font-family: Verdana,Arial,Tahoma;
font-size: 11px;
}
pre {
font-family: Courier New;
background-color: #F7F7F7;
padding: 1px;
}
a,a:visisted {
color: #0000EA;
text-decoration: underline;
}
a:hover {
background-color: #0000EA;
color: #FFFFFF;
text-decoration: none;
}
.btitle {
color: #000000;
text-decoration: underline;
}
.btitle:hover {
background-color: #F4F4F4;
color: #000000;
text-decoration: underline;
}