/* Copyright 1997-2017 W3C (MIT, ERCIM, Keio, Beihang). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */

/* $Id: message.css,v 1.31 2017/03/18 19:48:16 gerald Exp $ */

/* Style submodule - W3C Message Archive -   message 
**
** see *-message.css
**
** Copyright W3C
*/


/* Leave message itself white but rest of metadata very pale grey.
** This makes it more legible.
** it also by analogy points out that the content of the message
** someone else's, not W3C material necessarily -- we just run the list
*/

body {
    margin: 20px;   /* 40px from base is too high */
    line-height: 1.2;
} 

pre {
    color: black;
    background-color: white; 
    padding: 0.5em;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}


/* Not too big on the heading - they can be long */
h1 { font-size: 150% }

/* want to be able to identify the author and style it
** but can't
*/

dfn {font-weight: bold;}
.mail, .head { border-bottom:1px solid black;}
#body {background-color:#fff;}
map ul {list-style:none;}
#message-id { font-size: small;}
address { font-style:inherit ;}

@media print {
 #upper, #navbarfoot, #navbar {
    display:none;
  }
}

/* for edited messages */
div.edit {
 background: #CCFF99;
 padding: 0.25em 2em 0.25em 1em;
 margin-top: 0.25em;
}
p.editmes{
 font-style: italic;
 font-size: small;
 padding: 0;
}
p.editfooter{
 font-size: small;
 padding: 0;
}

/* for deleted messages */
div.spam {
 background: #aaffaa;
 padding: 1em 2em;
}
p.spammes{
 font-size: x-large;
 font-weight: bold;
}
p.spamfooter{
 font-size: small;
}
