Chris@0: html { margin: 0; padding: 0; } Chris@0: body { Chris@0: font-family: gill sans, sans-serif; Chris@0: font-size: 80%; Chris@0: margin: 0; Chris@0: padding: 1.2em 2em} Chris@0: Chris@0: #rdficon { Chris@0: float: right; Chris@0: position: relative; Chris@0: top: -28px; Chris@0: vertical-align: middle; Chris@0: padding: 3px; Chris@0: border: 1px solid #fff} Chris@0: Chris@0: #header { Chris@0: width: 100%; Chris@0: float: left; Chris@0: clear: left; Chris@0: border-bottom: 2px solid #696; Chris@0: margin: 0 0 1.2em; Chris@0: padding: 0 0 0.3em; } Chris@0: Chris@0: #hd_l { width: 80%; float: left;} Chris@0: #hd_r {float: right; clear: right;} Chris@0: Chris@0: #footer { border-top: 2px solid #696; color: #666; margin: 1.2em 0 0; padding: 0.3em 0 0; } Chris@0: Chris@0: #homelink { display: inline; } Chris@0: #homelink, #homelink a { color: #666; } Chris@0: #homelink a { font-weight: bold; text-decoration: none; } Chris@0: #homelink a:hover { color: red; text-decoration: underline; } Chris@0: Chris@0: h1 { display: inline; font-weight: bold; font-size: 200%; margin: 0; text-align: left; } Chris@0: h2 { font-weight: normal; font-size: 124%; margin: 1.2em 0 0.2em; } Chris@0: Chris@0: .page-resource-uri { font-size: 124%; margin: 0.2em 0; font-style: italic; } Chris@0: .page-resource-uri a { color: black; text-decoration: none; } Chris@0: .page-resource-uri a:hover { color: red; text-decoration: underline; } Chris@0: .page-resource-uri label { font-size: smaller; font-style: normal; font-weight: bold} Chris@0: Chris@0: a.sparql-uri { color: black; text-decoration: none; } Chris@0: a.sparql-uri:hover { color: red; text-decoration: underline; } Chris@0: Chris@0: img { border: none; } Chris@0: Chris@0: table.description { border-collapse: collapse; clear: left; font-size: 100%; margin: 0 0 1em; width: 100%; } Chris@0: table.description th { text-align: left; } Chris@0: table.description td, table.description th { line-height: 1.2em; padding: 0.2em 0.4em; vertical-align: top; } Chris@0: table.description ul { margin: 0; padding-left: 0em; } Chris@0: table.description li { list-style-type: square; } Chris@0: .uri { white-space: nowrap; } Chris@0: .uri a, a.uri { text-decoration: none; } Chris@0: a.uri:hover { text-decoration: underline } Chris@0: .unbound { color: #888; } Chris@0: table.description a small { font-size: 100% } Chris@0: table.description small { font-size: 100%; } Chris@0: table.description .property { white-space: nowrap; } Chris@0: h1, h2 { color: #224; } Chris@0: table.description .odd td { } Chris@0: table.description .even td { } Chris@0: .image { background: white; float: left; margin: 0 1.5em 1.5em 0; padding: 2px; } Chris@0: a.expander { text-decoration: none; } Chris@0: a.rdf_source { text-decoration: none; color: #666;} Chris@0: a.rdf_source img { vertical-align: middle;margin-right: 5px;} Chris@0: #rdficon:hover { background-color: #eef; border: 1px solid #666;} Chris@0: Chris@0: #content {width: 100%; float: left; clear: left;} Chris@0: Chris@0: #footer { Chris@0: width: 100%; Chris@0: float: left; Chris@0: clear: left; Chris@0: border-top: 2px solid #696; Chris@0: margin: 1.2em 0 0; Chris@0: padding: 0.3em; Chris@0: background-color: #fff;} Chris@0: Chris@0: #ft_r { float: right; clear: right;} Chris@0: #ft_t { text-align: center; margin-top: 2ex} Chris@0: #ft_b { text-align: center; margin-top: 0.7ex }