Skip to content

Commit

Permalink
Slide layout basically done
Browse files Browse the repository at this point in the history
  • Loading branch information
tante committed May 17, 2011
1 parent ddc5d41 commit 35066cc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
Binary file added images/spackeria.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 9 additions & 11 deletions presentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,16 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Die datenschutzkritische Spackeria</title>
<title>Die datenschutzkritische Spackeria <img alt="Spackeria Logo" src="images/spackeria.png" /></title>
<!-- Styles -->

<link rel="stylesheet" media="print" href="file:///usr/lib/python2.7/site-packages/landslide-0.8.2-py2.7.egg/landslide/themes/default/css/print.css">
<link rel="stylesheet" media="print" href="file:///usr/lib64/python2.7/site-packages/landslide-0.8.2-py2.7.egg/landslide/themes/default/css/print.css">
<link rel="stylesheet" media="screen, projection" href="file:///home/tante/src/spackeriaslides/theme/css/screen.css">


<!-- /Styles -->
<!-- Javascripts -->

<script type="text/javascript" src="file:///usr/lib/python2.7/site-packages/landslide-0.8.2-py2.7.egg/landslide/themes/default/js/slides.js"></script>

<script type="text/javascript" src="file:///usr/lib64/python2.7/site-packages/landslide-0.8.2-py2.7.egg/landslide/themes/default/js/slides.js"></script>

<!-- /Javascripts -->
</head>
Expand All @@ -49,14 +47,14 @@
<div class="slide">
<div class="inner">

<header><h1>Die datenschutzkritische Spackeria</h1></header>
<header><h1>Die datenschutzkritische Spackeria <img alt="Spackeria Logo" src="images/spackeria.png" /></h1></header>


</div>
<footer>

<aside class="source">
Source: <a href="slides.mdown">slides.mdown</a>
Source: <a href="file:///home/tante/src/spackeriaslides/slides.mdown">slides.mdown</a>
</aside>

<aside class="page_number">
Expand All @@ -78,7 +76,7 @@
<footer>

<aside class="source">
Source: <a href="slides.mdown">slides.mdown</a>
Source: <a href="file:///home/tante/src/spackeriaslides/slides.mdown">slides.mdown</a>
</aside>

<aside class="page_number">
Expand All @@ -95,13 +93,13 @@
<h2>Table of Contents</h2>
<table>
<caption>Table of Contents</caption>

<tr id="toc-row-1">
<th><a href="#slide1">Die datenschutzkritische Spackeria</a></th>
<th><a href="#slide1">Die datenschutzkritische Spackeria <img alt="Spackeria Logo" src="images/spackeria.png" /></a></th>
<td><a href="#slide1">1</a></td>
</tr>


<tr id="toc-row-2">
<th><a href="#slide2">Problem</a></th>
<td><a href="#slide2">2</a></td>
Expand Down
3 changes: 2 additions & 1 deletion slides.mdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Die datenschutzkritische Spackeria
# Die datenschutzkritische Spackeria ![Spackeria Logo](images/spackeria.png)

---
# Problem
6 changes: 2 additions & 4 deletions theme/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ div.presentation {
display: table-cell;
vertical-align: middle;
height: 100%;
background: -webkit-gradient(linear, left bottom, left top, from(#2e3436), to(#555753));
background-color: #555753;
background: -moz-linear-gradient(bottom, #fff, #04589f);
background: url('background.png');
}

div.slides {
Expand All @@ -51,7 +49,7 @@ div.slides {
}

div.slide {
background: url('background.png') bottom center no-repeat;

display: none;
position: absolute;
overflow: hidden;
Expand Down

0 comments on commit 35066cc

Please sign in to comment.