meeting.css
1.8 KB
/*
Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved.
The following software licensing rules apply:
http://www.w3.org/Consortium/Legal/copyright-software */
/* $Id: meeting.css,v 2.10 2006/09/22 15:01:54 bbos Exp $ */
body {
margin: 40px;}
h2, h3 {
background: #005a9c;
color: #fff;
border: none;
width: 99%;
font-weight: bold;
font-size: 1.5em;
text-indent: 0.5em;
margin-top: 0.5em;
padding: 0.1em;}
h3 {
background: #005a9c;
color: #fff;
font-size: 1.2em;}
h3 a:link {
background: #005a9c;
color: #6f9;
text-decoration: underline;}
h3 a:visited {
background: #005a9c;
color: #ccf;
text-decoration: underline;}
th {
background: #005a9c;
color: #fff;}
th a:link, h2 a:link {
background: #005a9c;
color: #9f9;
text-decoration: underline;}
th a:visited, h2 a:visited {
background: #005a9c;
color: #ccf;
text-decoration: underline;}
table {
margin-bottom: 1em;}
/* ****************** nearby *************** */
div.map {
text-align: right;
font-size: small;}
/* ****************** menu *************** */
#Menu {
float: right;
width: 14em;
margin: -0.5em 0.5em 0 0.5em;
padding: 1em 0.2em 0.5em 0;
background: #fff;
color: #000;
border: 1px solid #000;
border-right: 2px solid #000;
border-bottom: 2px solid #000;}
#Menu li {
margin-left: -10px;}
#Menu a {
background: #fff;
color: #005a9c;}
#Menu .navhead {
background: #005a9c;
color: #fff;}
#Menu .navhead a:link {
background: #005a9c;
color: #6f9;}
#Menu .navhead a:visited {
background: #005a9c;
color: #ccf;}
#Menu hr {
display: none;}
/* ****************** print *************** */
@media print {
body {
font-size: 12pt;
}
#Menu {
display: none
}
}