--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/presentations/iswc-2012/rdfa/blog-example.css Tue Nov 06 17:49:56 2012 -0500
@@ -0,0 +1,47 @@
+body {
+width:600px;
+ font: 200 14px/1.5 Helvetica, Verdana, sans-serif;
+}
+
+h2 {
+ font: 400 40px/1.5 Helvetica, Verdana, sans-serif;
+ margin: 0;
+ padding: 0;
+}
+
+ul {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+}
+
+blockquote {
+ border: 1px solid;
+ padding: 4px;
+}
+
+li {
+ border-bottom: 1px solid #ccc;
+}
+
+li:last-child {
+ border: none;
+}
+
+li a {
+ text-decoration: none;
+ color: #000;
+ display: block;
+ width: 200px;
+
+ -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
+ -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
+ -o-transition: font-size 0.3s ease, background-color 0.3s ease;
+ -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
+ transition: font-size 0.3s ease, background-color 0.3s ease;
+}
+
+li a:hover {
+ font-size: 30px;
+ background: #f6f6f6;
+}
\ No newline at end of file
--- a/presentations/iswc-2012/rdfa/blog-example.html Tue Nov 06 14:18:37 2012 -0500
+++ b/presentations/iswc-2012/rdfa/blog-example.html Tue Nov 06 17:49:56 2012 -0500
@@ -4,10 +4,11 @@
<head>
<title>Civic participation in the UK</title>
+ <link rel="stylesheet" type="text/css" href="blog-example.css" />
</head>
<body>
- <h1>Civic Participation in the UK</h1>
+ <h2>Civic Participation in the UK</h2>
<div prefix="foaf: http://xmlns.com/foaf/0.1/