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)
 
(6 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 21: Line 22:
   background-color: white;
   background-color: white;
   font-family: "Gill Sans MT", "Gill Sans", GillSans, sans-serif;
   font-family: "Gill Sans MT", "Gill Sans", GillSans, sans-serif;
   font-size: 16pt;
   font-size: 14pt;
}
}


Line 77: Line 78:
   border-width: 0;
   border-width: 0;
   background-color: #C5D0EA;
   background-color: #C5D0EA;
  font-size: 120%;
}
}


Line 482: Line 482:
   color: black;
   color: black;
   height: auto;
   height: auto;
   font-size: 300%
   font-size: 200%
}
}


div.slide.cover h2 {
div.slide.cover h2 {
   color: black;
   color: black;
   font-size: 200%
   font-size: 160%
}
}


Line 515: 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" />