X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=blobdiff_plain;f=linuxwochen2009%2Fslides.css;h=3008ed7e7aa01426797a020802db674f872714ea;hp=f450fce956ffb8fb92d2334b12763c5b608dbacc;hb=af9657ececd02af79c473aa279f36380c72566be;hpb=b86ca6e0ad4309741a3d68a419bd5c99ad38f65b diff --git a/linuxwochen2009/slides.css b/linuxwochen2009/slides.css index f450fce..3008ed7 100644 --- a/linuxwochen2009/slides.css +++ b/linuxwochen2009/slides.css @@ -2,7 +2,7 @@ * styles for talk slides * * by Robert Kaiser * * * - * (for FOSDEM 2008) * + * (for Linuxwochen 2009) * **************************/ @@ -13,7 +13,7 @@ body { padding: 0px; border: 0px; font-family: Arial,Helvetica,sans-serif; - font-size: 1.75em; + font-size: 2em; color: white; background-color: black; } @@ -65,7 +65,6 @@ ul:last-child { #slidenav { background: #f02925 url("template/breadcrumbs-background.png") bottom repeat-x; padding: 4px 15px 30px 55px; - padding-top: 4px; font-size: 10px; color: #FFCCCC; } @@ -202,4 +201,41 @@ ul.small > li margin: 0px; padding: 0px; border: 0px; -} \ No newline at end of file +} + +/***** end slide *****/ + +#donthurt { + width: 341px; + height: 400px; +} + +#eventbox { + display: none; + position: absolute; + top: 230px; + margin-top: 5em; + width: 50%; + height: 4em; + left: 25%; + border: 1px solid #FF8080; + background-color: #AA8080; + opacity: 0.8; + -moz-border-radius: .5em; + -moz-box-shadow: #AA8080 1px 1px 3px 2px; +} + +#eventtext { + display: none; + position: absolute; + top: 230px; + margin-top: 5.2em; + width: 50%; + height: 4em; + left: 25%; + text-align: center; + font-weight: bold; + color: #000000; + opacity: 1; + text-shadow: #FFFFFF 2px 2px 2px; +}