To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / virt / statics / style_w.css @ 0:1e44d666ced1
History | View | Annotate | Download (2.68 KB)
| 1 |
html { margin: 0; padding: 0; } |
|---|---|
| 2 |
body {
|
| 3 |
font-family: gill sans, sans-serif; |
| 4 |
font-size: 80%; |
| 5 |
margin: 0; |
| 6 |
padding: 1.2em 2em} |
| 7 |
|
| 8 |
#rdficon {
|
| 9 |
float: right; |
| 10 |
position: relative; |
| 11 |
top: -28px; |
| 12 |
vertical-align: middle; |
| 13 |
padding: 3px; |
| 14 |
border: 1px solid #fff} |
| 15 |
|
| 16 |
#header {
|
| 17 |
width: 100%; |
| 18 |
float: left; |
| 19 |
clear: left; |
| 20 |
border-bottom: 2px solid #696; |
| 21 |
margin: 0 0 1.2em; |
| 22 |
padding: 0 0 0.3em; } |
| 23 |
|
| 24 |
#hd_l { width: 80%; float: left;} |
| 25 |
#hd_r {float: right; clear: right;} |
| 26 |
|
| 27 |
#footer { border-top: 2px solid #696; color: #666; margin: 1.2em 0 0; padding: 0.3em 0 0; } |
| 28 |
|
| 29 |
#homelink { display: inline; } |
| 30 |
#homelink, #homelink a { color: #666; } |
| 31 |
#homelink a { font-weight: bold; text-decoration: none; } |
| 32 |
#homelink a:hover { color: red; text-decoration: underline; } |
| 33 |
|
| 34 |
h1 { display: inline; font-weight: bold; font-size: 200%; margin: 0; text-align: left; } |
| 35 |
h2 { font-weight: normal; font-size: 124%; margin: 1.2em 0 0.2em; } |
| 36 |
|
| 37 |
.page-resource-uri { font-size: 124%; margin: 0.2em 0; font-style: italic; } |
| 38 |
.page-resource-uri a { color: black; text-decoration: none; } |
| 39 |
.page-resource-uri a:hover { color: red; text-decoration: underline; } |
| 40 |
.page-resource-uri label { font-size: smaller; font-style: normal; font-weight: bold} |
| 41 |
|
| 42 |
a.sparql-uri { color: black; text-decoration: none; } |
| 43 |
a.sparql-uri:hover { color: red; text-decoration: underline; } |
| 44 |
|
| 45 |
img { border: none; } |
| 46 |
|
| 47 |
table.description { border-collapse: collapse; clear: left; font-size: 100%; margin: 0 0 1em; width: 100%; } |
| 48 |
table.description th { text-align: left; } |
| 49 |
table.description td, table.description th { line-height: 1.2em; padding: 0.2em 0.4em; vertical-align: top; } |
| 50 |
table.description ul { margin: 0; padding-left: 0em; } |
| 51 |
table.description li { list-style-type: square; } |
| 52 |
.uri { white-space: nowrap; } |
| 53 |
.uri a, a.uri { text-decoration: none; } |
| 54 |
a.uri:hover { text-decoration: underline } |
| 55 |
.unbound { color: #888; } |
| 56 |
table.description a small { font-size: 100% } |
| 57 |
table.description small { font-size: 100%; } |
| 58 |
table.description .property { white-space: nowrap; } |
| 59 |
h1, h2 { color: #224; } |
| 60 |
table.description .odd td { } |
| 61 |
table.description .even td { } |
| 62 |
.image { background: white; float: left; margin: 0 1.5em 1.5em 0; padding: 2px; } |
| 63 |
a.expander { text-decoration: none; } |
| 64 |
a.rdf_source { text-decoration: none; color: #666;} |
| 65 |
a.rdf_source img { vertical-align: middle;margin-right: 5px;} |
| 66 |
#rdficon:hover { background-color: #eef; border: 1px solid #666;} |
| 67 |
|
| 68 |
#content {width: 100%; float: left; clear: left;} |
| 69 |
|
| 70 |
#footer {
|
| 71 |
width: 100%; |
| 72 |
float: left; |
| 73 |
clear: left; |
| 74 |
border-top: 2px solid #696; |
| 75 |
margin: 1.2em 0 0; |
| 76 |
padding: 0.3em; |
| 77 |
background-color: #fff;} |
| 78 |
|
| 79 |
#ft_r { float: right; clear: right;} |
| 80 |
#ft_t { text-align: center; margin-top: 2ex} |
| 81 |
#ft_b { text-align: center; margin-top: 0.7ex } |