1/* CSS file for RDF browser 2*/ 3 4td.object 5{ padding-left: 1em; 6} 7 8a.r_undef 9{ color: red; 10} 11 12div.graph-fn 13{ margin-left: 1cm; 14} 15 16div.bnode_attr 17{ display:inline-block; 18 text-align: center; 19 position: relative; 20 top: 0.5em; 21 border: 1px; 22 border-style: dotted; 23} 24 25input.gaction 26{ width: 2cm; 27} 28 29span.rdf_list /* (values...) */ 30{ border: 1px; 31 border-style: outset; 32 padding: 1px; 33 background-color: #c0c0c0; 34} 35 36span.rdf_bnode /* [rdf:value...] */ 37{ border: 1px; 38 border-style: outset; 39 padding: 1px; 40 background-color: #c0c0c0; 41} 42 43span.l_type, span.l_lang 44{ font-weight: bold; 45} 46 47span.insecure-uri 48{ color: #fa0; 49} 50 51a.l_count /* linked literal */ 52{ color: black; 53} 54 55span.rdf_unbound 56{ font-size: 70%; 57 font-style: italic; 58 color: #a0a0a0; 59}