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.
 
 
 

185 lines
3.0 KiB

<!-- common.css
body {
font-family: Helvetica;
margin-left: 3%;
margin-right: 3%;
}
a {
color: Black;
text-decoration: none;
}
p {
font-family: Helvetica;
margin-top: none;
margin-bottom: none;
padding: none 3pt;
}
h1,h2,h3,h4,h5,h6 {
font-family: Helvetica;
}
.title {
font-size: 18pt;
font-style: italic;
font-weight: bold;
}
.boxed {
background-color: transparent;
border-color: black;
border-width: 1px;
border-style: solid;
}
h1 {
font-size: 11pt;
font-weight: bold;
background-color: #d3d3d3;
border: outset 1pt;
}
h3 {
font-size: 9pt;
font-weight: bold;
background-color: #b0c4de;
border: outset 1pt;
}
p.title {
background-color: #cccccc;
font-size: 12pt;
font-weight: bold;
border: outset 1pt;
}
p.heading {
background-color: #b0c4de;
font-size: 9pt;
font-weight: bold;
border: outset 1pt;
}
p.content {
font-family: Helvetica;
font-size: 9pt;
}
p.list {
margin-top: -1em;
margin-left: 3%;
}
form {
font-family: Helvetica;
font-size: 9pt;
}
table {
font-family: Helvetica;
font-size: 9pt;
background-color: #d3d3d3;
border-style: outset;
border-width: 1pt;
margin-left: 2%;
width: 96%;
min-width: 740px;
}
table.entry, table.data {
border-style: none;
background-color: #dedede;
}
table.hidden {
background-color: #f0f0f0;
border-width: none;
border-style: none;
margin-left: 3%;
width: 94%;
vertical-align: bottom;
}
table.third {
margin-left: 33%;
width: 34%;
background-color: inherit;
border-style: inset;
}
table.login {
margin-left: 35%;
width: 30%;
min-width: 200px;
border-width: 1pt;
border-style: outset;
}
thead,th {
font-weight: bold;
border-width: 1pt;
border-style: outset;
padding: inherit;
background-color: #b0c4de;
}
tr {
font-weight: normal;
border-width: inherit;
border-style: none;
padding: inherit;
}
td {
border-width: inherit;
border-style: inherit;
}
td.status {
font-family: Helvetica;
font-size: 7pt;
background-color: #dadada;
border-style: none;
border-width: 1px;
}
.label {
font-weight: bold;
padding-left: 9pt;
text-align: right;
}
.field {
font-weight: normal;
padding-right: 9pt;
padding-top: 2pt;
padding-bottom: 2pt;
font-size: 8pt;
text-align: left;
}
.inset {
border-style: inset;
border-width: 1pt;
}
.outset {
border-style: outset;
border-width: 1pt;
}
.center {
text-align: center;
}
.light {
background-color: #f0f0f0;
}
.dark {
background-color: #e5e5e5;
}
-->