| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/icd/administrator/components/com_ninjaxplorer/scripts/codepress/languages/ |
Upload File : |
/*
* CodePress color styles for ASP-VB syntax highlighting by Martin
*/
/* tags */
b {
color:#000080;
}
/* comments */
big, big b, big em, big ins, big s, strong i, strong i b, strong i s, strong i u, strong i a, strong i a u, strong i s u {
color:gray;
font-weight:normal;
}
/* ASP comments */
strong dfn, strong dfn a,strong dfn var, strong dfn a u, strong dfn u{
color:gray;
font-weight:normal;
}
/* attributes and strings */
s, s b, strong s u, strong s cite {
color:#5656fa;
font-weight:normal;
}
/* Syntax */
strong a, strong a u {
color:#0000FF;
font-weight:;
}
/* Native Keywords */
strong u {
color:#990099;
font-weight:bold;
}
/* Numbers */
strong var{
color:#FF0000;
}
/* ASP Language */
span{
color:#990000;
font-weight:bold;
}
strong i,strong a i, strong u i {
color:#009999;
}
/* style */
em {
color:#800080;
font-style:normal;
}
/* script */
ins {
color:#800000;
font-weight:bold;
}
/* <?php and ?> */
cite, s cite {
color:red;
font-weight:bold;
}