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)
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#ifeq:{{#request:action}}|render|
{{#ifeq:{{#request:action}}|render|
<html>
<html>
<script>
<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 77: Line 77:
   margin: 0 0 0 0;
   margin: 0 0 0 0;
   border-width: 0;
   border-width: 0;
   background-color: #90A7D0;
   background-color: #C5D0EA;
}
}


Line 95: Line 95:
   margin-left: 2.5em;
   margin-left: 2.5em;
   margin-right: 4em;
   margin-right: 4em;
   color: white;
   color: black;
   height: 2.2em;
   height: 2.2em;
   font-size: 160%;
   font-size: 160%;
   line-height: 1.1em;
   line-height: 1.1em;
   background: #90A7D0;;
   background: #C5D0EA;;
}
}


div.slide h1 a {
div.slide h1 a {
   color: white;
   color: black;
   text-decoration: none;
   text-decoration: none;
}
}


div.slide h1 a:link {
div.slide h1 a:link {
   color: white;
   color: black;
   text-decoration: none;
   text-decoration: none;
}
}


div.slide h1 a:visited {
div.slide h1 a:visited {
   color: white;
   color: black;
   text-decoration: none;
   text-decoration: none;
}
}


div.slide h1 a:hover {
div.slide h1 a:hover {
   color: white;
   color: black;
   text-decoration: underline;
   text-decoration: underline;
}
}
Line 132: Line 132:
   margin-left: 0;
   margin-left: 0;
   margin-right: 1em;
   margin-right: 1em;
   background:  #90A7D0;
   background:  #C5D0EA;
   border-width: 0;
   border-width: 0;
   z-index: 2;
   z-index: 2;
Line 149: Line 149:
   float: right;
   float: right;
   z-index: 2;
   z-index: 2;
   background: #90A7D0;
   background: #C5D0EA;
}
}


Line 205: Line 205:


a {text-decoration: none}
a {text-decoration: none}
.navbar a:link {color: white}
.navbar a:link {color: black}
.navbar a:visited {color: yellow}
.navbar a:visited {color: yellow}
.navbar a:active {color: red}
.navbar a:active {color: red}
Line 445: Line 445:
   float: right;
   float: right;
   z-index: 3;
   z-index: 3;
   background: #90A7D0;
   background: #C5D0EA;
}
}


Line 460: Line 460:
   float: right;
   float: right;
   z-index: 3;
   z-index: 3;
   background: #90A7D0;
   background: #C5D0EA;
}
}


Line 469: Line 469:


div.slide.cover {
div.slide.cover {
   color: white;
   color: black;
   background-color: #90A7D0;
   background-color: #C5D0EA;
   padding-top: 0;
   padding-top: 0;
   padding-right: 0;
   padding-right: 0;
Line 480: Line 480:
   margin: 0;
   margin: 0;
   padding: 0.5em;
   padding: 0.5em;
   color: white;
   color: black;
   height: auto;
   height: auto;
  font-size: 200%
}
}


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


div.slide.cover a {
div.slide.cover a {
   color: white;
   color: black;
}
}


Line 514: Line 516:
@media print { div.comment { display: block; visibility: visible } }
@media print { div.comment { display: block; visibility: visible } }


</style>
table {
    background-color:transparent;
}
}


</script>
</style>
</html>
</html>|<noinclude>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" />
</noinclude>
}}
}}

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" />