source: main/trunk/model-sites-dev/von-sparql/transform/pages/style.css@ 28915

Last change on this file since 28915 was 28915, checked in by ak19, 10 years ago

Changes made to these files at the end of the 2013/2014 Summer project work by Steffan

File size: 2.6 KB
Line 
1/************************/
2/**** comparison.xsl ****/
3/************************/
4
5#div_queryWrapper{
6 width: 100%;
7 height: auto;
8 border: 1px solid black;
9 display:table;
10 table-layout:fixed;
11 margin-bottom: 2px;
12}
13
14#div_queryWrapper > div{
15 height:100%;
16 width:50%;
17 padding: 5px;
18 display:table-cell;
19}
20
21#div_queryWrapper select{
22 max-width: 300px;
23}
24
25#div_leftQuery{
26 border-right:1px solid black;
27}
28
29#div_comparisonWrapper{
30 width: 100%;
31 max-height: 300px;
32 border: 1px solid black;
33 display: table;
34 table-layout: fixed;
35}
36#div_comparisonWrapper > div{
37 padding:5px;
38 display: table-cell;
39 height: 300px;
40}
41
42#div_combinedQuery{
43 width:70%;
44}
45
46#div_combinedResults{
47 width: auto;
48 max-height:350px;
49}
50
51#div_resultPredicates{
52 margin-left:10px;
53}
54
55#div_venn{
56 width: 35%;
57 height: auto;
58 border-right: 1px solid black;
59 margin-bottom: 3px;
60}
61#venn{
62 width:100%;
63 height: 170px;
64 border:1px solid #DFD9C3;
65}
66
67.searchControls{
68 margin-left:5px;
69 margin-bottom:5px;
70}
71
72.filteredDatasetTable{
73 height:200px;
74}
75
76.colorIndicator{
77 height:10px;
78 width:10px;
79 display:inline-block;
80 border:1px solid #DFD9C3;
81 margin-top:4px;
82 padding:1px;
83 border-radius:10px;
84 opacity:0.75;
85}
86/************************/
87/**** about.xsl *********/
88/************************/
89#div_PredicateOverview{
90 height:260px;
91 width:100%;
92}
93#sgvzl_PredicateOverview{
94 /*left:20%;*/
95 width:60%;
96 height:250px;
97 display:inline-block;
98}
99
100#sparqlQuery-area{
101 border:1px solid #DFD9C3;
102 width:655px;
103 height:auto;
104 padding:10px;
105}
106
107#searchContainer{
108 width:100%;
109 height:auto;
110 overflow:auto;
111}
112
113#searchControls{
114 margin-top:10px;
115 margin-bottom:5px;
116}
117
118#refineControls{
119 margin-left:20px;
120 margin-top:5px
121}
122
123#selectDataset{
124 width:30%;
125 float:right;
126 border:1px solid #DFD9C3;
127 padding:10px;
128}
129
130#span_sparqlQuery{
131 font-size: 10pt;
132 display:block;
133}
134
135/************************/
136/******* global *********/
137/************************/
138
139.ui-autocomplete{
140 position: absolute;
141 max-height: 300px;
142 overflow-y: auto;
143 overflow-x: hidden;
144 z-index: 1000 !important;
145}
146
147.basicControls{
148 margin-top:5px;
149 border-top:1px inset #dfd9c3;
150}
151.refineControls{
152 margin-top:5px;
153 border-top:1px inset #dfd9c3;
154 border-bottom:1px inset #dfd9c3;
155}
156.alignRight{
157 text-align:right;
158}
159
160.autocomplete-custom{
161 padding-left:5px;
162 padding-bottom:3px;
163 font-size:1em;
164}
165
166ul.ui-autocomplete.ui-menu{
167 font-size:0.8em;
168}
169.ui-autocomplete-loading{
170 background: white url('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-anim_basic_16x16.gif') right center no-repeat;
171}
172
173.bold{
174 font-weight: bold;
175}
Note: See TracBrowser for help on using the repository browser.