| VDaemon v3 Samples | |
All VDaemon v3 Samples use styles from samples.css file.
body {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
h1 {
font-size: 13px;
font-weight: bold;
}
h2 {
font-size: 11px;
font-weight: bold;
color: #013057;
}
.menu {
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 11px;
color: #BBDDFF;
}
.control {
font-family: "Courier New", Courier, monospace;
font-size: 12px;
color: #333333;
border: 1px solid #666666;
}
.controlerror {
font-family: "Courier New" , Courier, monospace;
font-size: 12px;
color: #333333;
background-color: #ffffdd;
border: 1px solid #AA0000;
}
.error {
color: #AA0000;
}