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.css @ 0:1e44d666ced1
History | View | Annotate | Download (2.16 KB)
| 1 |
html { margin: 0; padding: 0; } |
|---|---|
| 2 |
body { font-family: sans-serif; font-size: 80%; margin: 0; padding: 1.2em 2em; background: #cec; } |
| 3 |
|
| 4 |
#header { width: 100%; float: left; clear: left; border-bottom: 2px solid #696; margin: 0 0 1.2em; padding: 0 0 0.3em; } |
| 5 |
#hd_l { width: 80%; float: left;} |
| 6 |
#hd_r {float: right; clear: right;} |
| 7 |
|
| 8 |
#homelink { display: inline; } |
| 9 |
#homelink, #homelink a { color: #666; } |
| 10 |
#homelink a { font-weight: bold; text-decoration: none; } |
| 11 |
#homelink a:hover { color: red; text-decoration: underline; } |
| 12 |
|
| 13 |
h1 { display: inline; font-weight: normal; font-size: 200%; margin: 0; text-align: left; } |
| 14 |
h2 { font-weight: normal; font-size: 124%; margin: 1.2em 0 0.2em; } |
| 15 |
h1, h2 { color: #810; } |
| 16 |
|
| 17 |
.page-resource-uri { font-size: 124%; margin: 0.2em 0; } |
| 18 |
.page-resource-uri a { color: black; text-decoration: none; } |
| 19 |
.page-resource-uri a:hover { color: red; text-decoration: underline; } |
| 20 |
|
| 21 |
a.sparql-uri { color: black; text-decoration: none; } |
| 22 |
a.sparql-uri:hover { color: red; text-decoration: underline; } |
| 23 |
|
| 24 |
img { border: none; } |
| 25 |
|
| 26 |
#content {width: 100%; float: left; clear: left;} |
| 27 |
|
| 28 |
#footer { width: 100%;float: left; clear: left;border-top: 2px solid #696; margin: 1.2em 0 0; padding: 0.3em; background-color: #fff;} |
| 29 |
#ft_r { float: right; clear: right;} |
| 30 |
#ft_t { text-align: center; } |
| 31 |
#ft_b { text-align: center; margin-top: 0.7ex } |
| 32 |
|
| 33 |
table.description { border-collapse: collapse; clear: left; font-size: 100%; margin: 0 0 1em; width: 100%; } |
| 34 |
table.description th { background: white; text-align: left; } |
| 35 |
table.description td, table.description th { line-height: 1.2em; padding: 0.2em 0.4em; vertical-align: top; } |
| 36 |
table.description ul { margin: 0; padding-left: 0em; } |
| 37 |
table.description li { list-style-type: square; } |
| 38 |
|
| 39 |
.uri { white-space: nowrap; } |
| 40 |
.uri a, a.uri { text-decoration: none; } |
| 41 |
.unbound { color: #888; } |
| 42 |
|
| 43 |
table.description a small { font-size: 100%; color: #55a; } |
| 44 |
table.description small { font-size: 100%; color: #666; } |
| 45 |
table.description .property { white-space: nowrap; } |
| 46 |
table.description .odd td { background: #d4f6d4; } |
| 47 |
table.description .even td { background: #f0fcf0; } |
| 48 |
|
| 49 |
.image { background: white; float: left; margin: 0 1.5em 1.5em 0; padding: 2px; } |
| 50 |
|
| 51 |
a.expander { text-decoration: none; } |