Project

General

Profile

1
body {font-family: Verdana, Arial, sans-serif; font-size: 9pt; padding: 5px;}
2

    
3
img {border: none;}
4
img.button {position: relative; top: 8px;}
5

    
6
.literal {color: green;}
7
.annotation-uri {color: gray;}
8
.ontology-uri {color: #990099;}
9
.active-ontology-uri {color: #330033;}
10
.active-entity {color: darkblue; font-weight: bold;}
11

    
12
/* keywords - default cyan */
13
.keyword {color: #007777;}
14
.comment {color: #777777;}
15
.some {color: #770077;}
16
.only {color: #770077;}
17
.value {color: #770077;}
18
.min {color: #770077;}
19
.max {color: #770077;}
20
.exactly {color: #770077;}
21

    
22
div.codebox {overflow: hidden;
23
    background: #f1f5f9; width: 95%; padding: 5px;
24
    border-width: 1px; border-style: solid; border-color: #c7cfd5;
25
}
26

    
27
#queryform {background: #ddddff; padding: 5px;}
28
#most_used_classes {text-align: center;}
29

    
30
p.footer {font-size: 8pt; text-align: right;}
31

    
32
h1 {margin-top: 5px; font-size: 14pt; font-weight: bold;}
33
h2 {margin-top: 5px; margin-bottom: 3px; font-size: 12pt; font-weight: normal;}
34

    
35
a {text-decoration: none; color: black;}
36
a:hover {text-decoration: underline; color: blue;}
37

    
38
a.subsexpand {color: #555555; font-size: 7pt; text-decoration: underline; line-height: 180%;}
39

    
40
ul {margin-top: 1px; margin-bottom: 1px; margin-left: 1.5em; padding-left: 0.5em;}
41
li {margin-bottom: 0; margin-top: 2px; border: solid 1px #f1f5f9;}
42
li.expandable {list-style-type: none; margin-left: -1.5em;}
43
/*ul {margin-top: 1px; margin-bottom: 1px; margin-left: 10px; padding-left: 5px;}*/
(2-2/5)