OpenWetWare:Presentations/default.css: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
(add transparent color for tables, needed for opera)
 
(12 intermediate revisions by 2 users not shown)
Line 3: Line 3:
<style type='text/css'>
<style type='text/css'>


/* w3c-blue.css
/* Derived from http://www.w3.org/Talks/Tools/Slidy/w3c-blue.css


  Copyright from w3c-blue.css:
   Copyright (c) 2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
   Copyright (c) 2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
   W3C liability, trademark, document use and software licensing
   W3C liability, trademark, document use and software licensing
Line 480: Line 481:
   padding: 0.5em;
   padding: 0.5em;
   color: black;
   color: black;
   height: 2.2em;
   height: auto;
   font-size: 160%;
   font-size: 200%
  line-height: 1.1em;
}
}


div.slide.cover h2 {
div.slide.cover h2 {
   color: black;
   color: black;
  height: 2.2em;
   font-size: 160%
   font-size: 120%;
  line-height: 1.1em;
}
}


Line 517: Line 515:


@media print { div.comment { display: block; visibility: visible } }
@media print { div.comment { display: block; visibility: visible } }
table {
    background-color:transparent;
}


</style>
</style>

Latest revision as of 19:57, 11 June 2007

This is the default css file for slide presentations. <syntax type='css' file="http://openwetware.org/index.php?title=OpenWetWare:Presentations/default.css&action=raw" />