/************************** * styles for talk slides * * by Robert Kaiser * * * * (for Linuxwochen 2009) * **************************/ /***** base style *****/ html { overflow: hidden; /* to make translations not paint scrollbars */ } body { margin: 0px; padding: 0px; border: 0px; font-family: Arial,Helvetica,sans-serif; font-size: 2em; color: white; background-color: black; } ul { padding-left: 1.2em; margin-bottom: 0.5em; } ul:first-child, ul:last-child { margin-top: 0; } #header { height: 38px; position: relative; border-bottom: 1px solid #781412; background: #000000 url("template/header-background.png") top left repeat-x; padding: 0 15px 0 0; z-index: 1; } #headerlogo { height: 38px; width: 186px; } #header-text { float: right; padding: 7px 20px; font-size: 24px; font-weight: bold; color: #CCCCCC; } #header-text.neartime { color: #CCCCFF; } #header-text.ontime { color: #CCFFCC; } #header-text.overtime { color: #FF8080; } #slidenav { background: #f02925 url("template/breadcrumbs-background.png") bottom repeat-x; padding: 4px 15px 30px 55px; font-size: 10px; color: #FFCCCC; } #slidenav a:link, #slidenav a:visited { color: #FFFFFF; } #slidenav a:hover, #slidenav a:active { color: #FFCCCC; } #slidenav .nolink { color: #AA8080; } #subheader-text { float: right; padding: 0 20px; } article { position: absolute; width: 100%; /* header is 38px + 1px border, slidenav is 13px + 4px + 30px paddings, another 5px for safety */ height: -moz-calc(100% - 90px); overflow: auto; -moz-transition-property: -moz-transform, opacity; -moz-transition-duration: 3s; -moz-transition-timing-function: ease; -webkit-transition-property: -moz-transform, opacity; -webkit-transition-duration: 3s; -webkit-transition-timing-function: ease; -moz-transform-origin: center 5em; opacity: 0; /* -moz-transform: translate(-100%, 0); -webkit-transform: translate(-100%, 0); */ /* -moz-transform: scale(0.1) rotate(360deg); -webkit-transform: scale(0.1) rotate(360deg); */ -moz-transform: scale(0.1) rotate(360deg) translate(-200%, 0); -webkit-transform: scale(0.1) rotate(360deg) translate(-100%, 0); } article[aria-selected="true"] { opacity: 1; -moz-transform: scale(1) rotate(0deg) translate(0, 0); -webkit-transform: scale(1) rotate(0deg) translate(0, 0); } article[aria-selected="true"] ~ article { opacity: 0; /* -moz-transform: translate(100%, 0); -webkit-transform: translate(100%, 0); */ /* -moz-transform: scale(0.1) rotate(-360deg); -webkit-transform: scale(0.1) rotate(-360deg); */ -moz-transform: scale(0.1) rotate(-360deg) translate(200%, 0); -webkit-transform: scale(0.1) rotate(-360deg) translate(100%, 0); } /***** headers *****/ h1 { margin: 0 0 0.5em 0; font-size: 1.7em; font-weight: bold; text-align: center; text-shadow: #AAAA80 3px 3px 5px; } h2 { margin: 0.5em 0; font-size: 1.3em; font-weight: bold; text-align: center; text-shadow: #AAAA80 2px 2px 3px; } h3 { margin: 0.5em 0; font-size: 1.1em; font-weight: bold; text-align: center; } h4 { margin: 0.5em 0; font-size: 1em; font-weight: bold; text-align: left; } /***** boxes *****/ .simplebox { padding: 0.5em; } .captionedbox { padding: 0px; } .simplebox, .captionedbox { margin: 1em; border: 1px solid #FF8080; background-color: #400000; -moz-border-radius: .5em; -moz-box-shadow: #AAAA80 1px 1px 3px 2px; } .captionedbox-content { margin: 0px; padding: 0.5em; border: 0px; border-top: 2px solid #9FCBF7; -moz-border-top-colors: #FFFFFF #FF8080; -moz-border-radius: 0 0 .5em .5em; } .captionedbox-caption { margin: 0.5em; font-weight: bold; text-shadow: #AAAA80 1px 1px 2px; } /***** misc formatting *****/ mark { font-weight: bold; color: #FFEEAA; background-color: transparent; text-shadow: #CCCC00 2px 2px 3px; } .border { border: 1px solid #FF8080; padding: 0.5em; } ul > li { margin: 0.5em 0; } .cent { text-align: center; } .topmargin { margin-top: 0.5em; } .akey { text-decoration: underline; } a:link { color: #CCCCFF; text-decoration: none; } a:visited { color: #EECCFF; text-decoration: none; } a:hover, a:active { color: #FFCCCC; text-decoration: underline; } mark a:link { color: #FFFFCC; } mark a:visited { color: #FFEE80; } mark a:hover, mark a:active { color: #FFFFDD; } /***** small stuff *****/ .small, .small { font-size: 0.75em; } ul.small, .small ul { padding: 0px; border: 0px; margin: 0px 0px 0px 1em; } ul.small > li .small ul > li { margin: 0px; padding: 0px; border: 0px; } /***** specific slides *****/