add slides for EU MozCamp 2009 in Prague
[slides.git] / linuxwochen2009 / slides.css
index f450fce956ffb8fb92d2334b12763c5b608dbacc..3008ed7e7aa01426797a020802db674f872714ea 100644 (file)
@@ -2,7 +2,7 @@
  * styles for talk slides *
  *    by Robert Kaiser    *
  *    <kairo@kairo.at>    *
- *   (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;
+}