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)
 
(One intermediate revision by one other user not shown)
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" />