JSP Addressbook app for VIP Express (circa Jun 2002)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 

94 lines
1.6 KiB

<!-- common.css
body, table, input, textarea {
font-family: Verdana, Helvetica;
font-size: 9pt;
}
body {
border: none;
padding-left: 1%;
}
a {
color: #000000;
text-decoration: none;
}
table.login {
font-size: 9pt;
width: 200pt;
border: outset 1pt;
}
.login {
background-color: #dfdfdf;
}
table.data {
width: 98%;
background-color: #f7f7f7;
border: none;
}
tr {
vertical-align: baseline;
}
td, th {
padding: 1pt;
}
th {
font-weight: bold;
background-color: #b0c4de;
border: outset 1px;
}
td {
border-width: none;
border-style: none;
}
.right {
float: right;
}
.left {
float: left;
}
.title {
font-size: 16pt;
font-weight: bold;
font-style: italic;
}
.label {
font-size: 9pt;
font-weight: bold;
text-align: right;
}
.form {
font-size: 9pt;
}
.header {
background-color: #f7f7f7;
}
.light {
background-color: #efefef;
border-width: 1pt;
border-style: none;
}
.dark {
background-color: #e7e7e7;
border-width: 1pt;
border-style: none;
}
.status {
font-family: Lucida Console;
font-size: 7pt;
background-color: #dfdfdf;
border-width: 1pt;
border-style: none;
}
.boxed {
border-style: solid;
border-width: 1px;
border-color: black;
}
input.small {
font-family: Arial;
font-size: 7pt;
background-color: #e7e7e7;
border-width: 1px;
width: 27pt;
height: 13pt;
}
-->