This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/share/CodeBlocks/lexers/lexer_css.sample

40 lines
422 B
Plaintext

@import url("ie.css");
/* body style */
body
{
font-family: Verdana, sans-serif !important;
}
/* link styles */
a
{
background-color: inherit;
color: #004188;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
/* navigation */
#nav
{
float: right;
font-size: 16pt;
position: absolute;
right: 95px;
top: 40px;
}
/* footer */
.footer
{
text-align: center;
}