mas01mj@640
|
1 /**
|
mas01mj@640
|
2 * jOWL CSS Generic Style Settings.
|
mas01mj@640
|
3 * Creator - David Decraene
|
mas01mj@640
|
4 * Version 1.0
|
mas01mj@640
|
5 * http://jowl.ontologyonline.org
|
mas01mj@640
|
6 */
|
mas01mj@640
|
7
|
mas01mj@640
|
8 /** bordered box */
|
mas01mj@640
|
9 .ui-widget-content {border:1px solid steelblue;text-align:center;}
|
mas01mj@640
|
10 /** shaded titlebar */
|
mas01mj@640
|
11 .ui-dialog-titlebar {margin:0px;padding:3px;text-align:center;background-color:#F8F8FF}
|
mas01mj@640
|
12
|
mas01mj@640
|
13 .jowl-content {padding:5px;min-height:200px;}
|
mas01mj@640
|
14
|
mas01mj@640
|
15 /** jowl-navbar */
|
mas01mj@640
|
16 .jowl-navbar span {margin-right:5px;cursor:pointer;}
|
mas01mj@640
|
17 .jowl-navbar div {margin-bottom:5px;}
|
mas01mj@640
|
18 .jowl-navbar .external {font-weight:bold;color:red;font-style:italic;}
|
mas01mj@640
|
19
|
mas01mj@640
|
20 /** jowl_autocomplete */
|
mas01mj@640
|
21 .jowl_autocomplete_results{
|
mas01mj@640
|
22 display:none;min-height:20px;text-align:left;width:250px;z-index:20;position:absolute;
|
mas01mj@640
|
23 border: 1px solid WindowFrame; background-color: Window;
|
mas01mj@640
|
24 list-style-position: outside; list-style: none; margin: 0px;padding-left:0px;
|
mas01mj@640
|
25 }
|
mas01mj@640
|
26 .jowl_autocomplete_results li {margin: 0px;cursor: pointer;display: block;font: menu;font-size: 12px;padding: 2px 5px;margin-bottom:2px;}
|
mas01mj@640
|
27 .jowl_autocomplete_results .type{font-style:italic;float:right}
|
mas01mj@640
|
28 .jowl_autocomplete_results .termlabel{font-size:8px}
|
mas01mj@640
|
29 .jowl_autocomplete_results .name{font-weight:bold}
|
mas01mj@640
|
30
|
mas01mj@640
|
31 /*Treeview*/
|
mas01mj@640
|
32 .jowl-tree {text-align: left}
|
mas01mj@640
|
33 .jowl-treeview{list-style-type: none;}
|
mas01mj@640
|
34 .jowl-treeview .root > .name{ font-weight:bold;}
|
mas01mj@640
|
35 .jowl-treeview .focus>.name{font-weight:bold;color:steelblue}
|
mas01mj@640
|
36 .jowl-treeview ul.tv, .jowl-treeview .tv ul { list-style-image:none; list-style-position:outside; list-style-type:none; margin:0pt; padding:0pt; }
|
mas01mj@640
|
37 .jowl-treeview .tv li { margin:0pt; padding:1px 0pt 3px 20px; position:relative; z-index:10; }
|
mas01mj@640
|
38 .jowl-treeview .tvie .name, .jowl-treeview .tvic .name, .jowl-treeview .tvilc .name, .jowl-treeview .tvile .name, .jowl-treeview .root .name { cursor:pointer; position:relative;}
|
mas01mj@640
|
39 .jowl-treeview .tv li, .jowl-treeview .tv .tvi { background:transparent url(../img/treeView/dotted/tvi.gif) no-repeat scroll top left;}
|
mas01mj@640
|
40 .jowl-treeview .tv .tvic { background-image:url(../img/treeView/dotted/tvic.gif) ;}
|
mas01mj@640
|
41 .jowl-treeview .tv .tvie { background-image:url(../img/treeView/dotted/tvie.gif); }
|
mas01mj@640
|
42 .jowl-treeview .tv .tvil { background-image:url(../img/treeView/dotted/tvil.gif); }
|
mas01mj@640
|
43 .jowl-treeview .tv .tvilc { background-image:url(../img/treeView/dotted/tvilc.gif); }
|
mas01mj@640
|
44 .jowl-treeview .tv .tvile { background-image:url(../img/treeView/dotted/tvile.gif); }
|
mas01mj@640
|
45 .jowl-treeview .tvload { background-image:url(../img/treeView/dotted/tviload.gif);}
|
mas01mj@640
|
46
|
mas01mj@640
|
47
|