diff templates.martin/static/slides.css @ 0:a84c32f131df 1.1.29

Import vendor version
author Peter Gervai <grin@grin.hu>
date Wed, 15 Oct 2008 23:28:56 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates.martin/static/slides.css	Wed Oct 15 23:28:56 2008 +0200
@@ -0,0 +1,54 @@
+.card
+{
+  float: left;
+  margin: 0.5em;
+  width: 160px;
+}
+
+.card .slid
+{
+  display:block;
+  width: 160px;
+  height: 160px;
+  background-image: url(metal_slide_light.gif);
+  background-repeat: no-repeat;
+}
+
+.card > .slid
+{
+  background-image: url(metal_slide_light.png);
+}
+
+.slid table
+{
+  border:0px;
+  padding:0px;
+  margin:0px;
+  border-spacing:0px;
+  border-collapse:collapse;
+}
+
+.slid table tr
+{
+  border:0px;
+  padding:0px;
+  margin:0px;
+}
+
+.slid table tr td
+{
+  height:160px;
+  width: 160px;
+  border:0px;
+  padding:0px;
+  margin:0px;
+}
+
+.slid table tr td a img
+{
+  margin:auto;
+  padding:0;
+  display:block;
+  border: 1px solid;
+  border-color: #a0a0a0 #ffffff #ffffff #a0a0a0;
+}