first commit: readme, template, gnupg and prey

This commit is contained in:
Marco Ziesing 2012-03-11 17:34:58 +01:00
commit c2fb7deaa7
48 changed files with 6304 additions and 0 deletions

21
template/mediacluster.css Normal file
View file

@ -0,0 +1,21 @@
/*
MediaCluster HTML5 slides template
Authors: Marco Ziesing (code and design)
URL: http://jf01.mediacluster.de/slides/template/
*/
/* Framework */
.slides.template-mediacluster > article:not(.nobackground):not(.biglogo) {
background: url(images/mediacluster-logo-small.png) 710px 625px no-repeat;
}
/* Slide styles */
.slides.template-mediacluster article.biglogo {
background: white url(images/mediacluster-logo.png) 50% 50% no-repeat;
}