/* swad-e style sheet 'showcase' version without indentations for headers */ /* using the w3c activity stylesheet for now, just so there's something there. eventually we want swad constructs to be styled... danbri@w3.org */ /* this style sheet defines the style for W3C Activity statements */ @import url(/StyleSheets/public.css); /* Style for Activity statements, by Jenny */ /* Mods by Bert Bos. v1.21 2000/11/17 12:49:54 bbos */ /* $Id: swad-europe-showcase.css,v 1.2 2004/12/21 18:21:43 lmiller Exp $ */ body { margin-left: 10%; margin-right: 10%; background: white; color: black; } p, h1, h2, h3, h4, em, strong, b, td, th, caption, blockquote, ul, li, dl, dt, ol, div, span, table {font-family: sans-serif} /* SWAD styles, used for data extraction. Pretty crude initially... danbri@w3.org */ .delname { color: red; } .deldesc { color: green; } .delid { color: yellow; } /* end SWAD styles */ h2, h4 { color: #069 } h3 { color: black; font-size:95% } /* simplified text colors -lesch em {color:blue; background: yellow} strong { color:blue; background:#fcc } b { color: #069 } */ em, i { font-style: italic } strong, b { font-weight: bold } td { background: #eeeeee; color: black } th { background: #a0a0a4; color: black } caption { text-decoration: underline; margin-top: 1em } p.splash { color: #069 } p.banner { margin-left: -4% } blockquote { color: #036; font-style: italic } .question { font-style: italic; } .centered { text-align: center; } a img { border-style: none; color: white } .formerActivity { background: #e6eff4; color: #000; border: 1px solid #069; padding: 2em } div.disclaimer { margin-left: -8% } div.group { margin-left: 4% } div.color { background: #ffc; color: black; padding: 1.5em; border: none; margin-left:0.5%; } div.color h3 { background: #ffc; color: black; font-size:95% } div.color h2, div.color h4 { color: #069; background: #ffc; } div.color b { color: #006699; background: #ffc; } div.small {font-size: small; margin-left: 10%} p.policyfooter { font-size: small } /* Figures:
...