From 86ce3642059788803fa4cb941492a27bebccba63 Mon Sep 17 00:00:00 2001 From: Benjamin Kiessling Date: Tue, 10 Jan 2012 02:27:48 +0100 Subject: Update examples --- slideshows/differ/template/styles.css | 60 ----------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 slideshows/differ/template/styles.css (limited to 'slideshows/differ/template/styles.css') diff --git a/slideshows/differ/template/styles.css b/slideshows/differ/template/styles.css deleted file mode 100644 index ac25755..0000000 --- a/slideshows/differ/template/styles.css +++ /dev/null @@ -1,60 +0,0 @@ -body{ - background-color:#000; -} - -div.frame { - margin-left: auto; - margin-right: auto; - min-width: 700px; - max-width: 1500px; -} - -div.content { - padding: 20px; - margin-right: 285px; - min-height: 120px; -} - -div.info{ - color: #fff; - margin-top: 20px; - padding: 20px; - margin-right: 20px; - right: 0; - width: 215px; - float: right; - border: 3px solid #CFCEBD; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; -} - -div.slide_desc { - position: absolute; - top: 80%; - height: 20%; - width: 100%; - background: rgba(0, 0, 0, 0.7); -} - -h2 { - color: white; - font: bold 24px/45px Helvetica, Sans-Serif; - padding-left: 10px; -} - -ul.rui-billboard { - border: 3px solid #CFCEBD; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - max-width:100%; - width: 100%; -} - -ul.rui-billboard li img { - max-width:100%; - max-height:100%; - width: 100%; - display: block; -} -- cgit v1.2.1