| [246] | 1 | ::-webkit-scrollbar {
|
|---|
| 2 | -webkit-appearance: none;
|
|---|
| 3 | width: 7px;
|
|---|
| [245] | 4 | }
|
|---|
| [246] | 5 |
|
|---|
| [232] | 6 | #SPARQLBUILDER{
|
|---|
| 7 | width: 90%;
|
|---|
| 8 | margin: auto;
|
|---|
| [241] | 9 | color: initial;
|
|---|
| 10 | font-size: initial;
|
|---|
| 11 | font-family: initial;
|
|---|
| [232] | 12 | }
|
|---|
| 13 | .SBSparqlArea{
|
|---|
| 14 | width: 100%;
|
|---|
| 15 | }
|
|---|
| 16 |
|
|---|
| [233] | 17 | .SBTopButton{
|
|---|
| 18 | margin: 0.5em 1em 0.5em 0;
|
|---|
| 19 | -webkit-border-radius: 7;
|
|---|
| 20 | -moz-border-radius: 7;
|
|---|
| 21 | border-radius: 7px;
|
|---|
| 22 | border: none;
|
|---|
| 23 | color: #ffffff;
|
|---|
| 24 | background: hsl(200, 50%, 75%);
|
|---|
| 25 | padding: 5px 15px 5px 15px;
|
|---|
| 26 | cursor: pointer;
|
|---|
| [232] | 27 | }
|
|---|
| 28 |
|
|---|
| [233] | 29 | .SBTopButton:hover{
|
|---|
| 30 | background: hsl(200, 50%, 85%);
|
|---|
| 31 | }
|
|---|
| 32 |
|
|---|
| [239] | 33 | .SBTutorialLink{
|
|---|
| 34 | margin-top: 1.5em;
|
|---|
| 35 | }
|
|---|
| 36 |
|
|---|
| [232] | 37 | .SBModalView{
|
|---|
| 38 | position: absolute;
|
|---|
| 39 | top: 0px;
|
|---|
| 40 | bottom: 0px;
|
|---|
| 41 | left: 0px;
|
|---|
| 42 | right: 0px;
|
|---|
| 43 | background-color: rgba(0,0,0,0.8);
|
|---|
| 44 | display: none;
|
|---|
| [242] | 45 | color: initial;
|
|---|
| 46 | font-size: initial;
|
|---|
| 47 | font-family: initial;
|
|---|
| [232] | 48 | }
|
|---|
| 49 |
|
|---|
| 50 | .SBModalContents{
|
|---|
| 51 | position: absolute;
|
|---|
| 52 | top: 0px;
|
|---|
| 53 | bottom: 0px;
|
|---|
| 54 | left: 0px;
|
|---|
| 55 | right: 0px;
|
|---|
| 56 | margin: auto;
|
|---|
| 57 | width: 90%;
|
|---|
| 58 | height: 90%;
|
|---|
| 59 | background: white;
|
|---|
| 60 | overflow: hidden;
|
|---|
| 61 | }
|
|---|
| 62 |
|
|---|
| [235] | 63 | .SBModalContents .SBForms{
|
|---|
| [232] | 64 | float: left;
|
|---|
| 65 | background-color: #eeeeff;
|
|---|
| 66 | }
|
|---|
| 67 |
|
|---|
| [235] | 68 | .SBModalContents .SBSelects{
|
|---|
| 69 | float: left;
|
|---|
| 70 | }
|
|---|
| 71 |
|
|---|
| [236] | 72 | .SBModalContents .SBSelects .SBEndPointSelect{
|
|---|
| 73 | width: 100%;
|
|---|
| 74 | height: 2em;
|
|---|
| 75 | }
|
|---|
| 76 |
|
|---|
| 77 | .SBModalContents .SBSelects .SBStartClassSelect{
|
|---|
| [235] | 78 | width: 50%;
|
|---|
| [232] | 79 | height: 2em;
|
|---|
| 80 | }
|
|---|
| 81 |
|
|---|
| [236] | 82 | .SBModalContents .SBSelects .SBEndClassSelect{
|
|---|
| 83 | width: 50%;
|
|---|
| [235] | 84 | height: 2em;
|
|---|
| 85 | }
|
|---|
| 86 |
|
|---|
| 87 |
|
|---|
| 88 | .SBModalContents .SBPermaLink{
|
|---|
| 89 | height: 100%;
|
|---|
| [243] | 90 | float: right;
|
|---|
| [235] | 91 | text-align: center;
|
|---|
| 92 | }
|
|---|
| 93 |
|
|---|
| 94 | .SBModalContents .SBPermaLinkButton{
|
|---|
| [232] | 95 | display: inline-block;
|
|---|
| [235] | 96 | margin-top: 10px;
|
|---|
| 97 | width: 90%;
|
|---|
| 98 | height: 36px;
|
|---|
| [233] | 99 | -webkit-border-radius: 3;
|
|---|
| 100 | -moz-border-radius: 3;
|
|---|
| 101 | border-radius: 3px;
|
|---|
| 102 | border: none;
|
|---|
| 103 | color: #ffffff;
|
|---|
| 104 | background: hsl(0, 50%, 75%);
|
|---|
| 105 | padding: 3px 5px 3px 5px;
|
|---|
| 106 | cursor: pointer;
|
|---|
| [232] | 107 | }
|
|---|
| 108 |
|
|---|
| [236] | 109 | .SBModalContents .SBPermaLinkButton:hover{
|
|---|
| 110 | background: hsl(0, 50%, 85%);
|
|---|
| 111 | }
|
|---|
| 112 |
|
|---|
| [232] | 113 | .SBModalContents .SBMessage{
|
|---|
| 114 | float: left;
|
|---|
| 115 | text-align: center;
|
|---|
| 116 | background-color: #eeeeff;
|
|---|
| 117 | }
|
|---|
| 118 |
|
|---|
| 119 | .SBModalContents .SBResult{
|
|---|
| 120 | display: none;
|
|---|
| [237] | 121 | height: 24px;
|
|---|
| 122 | font-size: 18px;
|
|---|
| [232] | 123 | }
|
|---|
| 124 |
|
|---|
| 125 | .SBModalContents .SBViewAll{
|
|---|
| 126 | display: none;
|
|---|
| [235] | 127 | height: 28px;
|
|---|
| [233] | 128 | -webkit-border-radius: 3;
|
|---|
| 129 | -moz-border-radius: 3;
|
|---|
| 130 | border-radius: 3px;
|
|---|
| 131 | border: none;
|
|---|
| 132 | color: #ffffff;
|
|---|
| 133 | background: hsl(0, 50%, 75%);
|
|---|
| 134 | padding: 3px 5px 3px 5px;
|
|---|
| 135 | cursor: pointer;
|
|---|
| [232] | 136 | }
|
|---|
| 137 |
|
|---|
| [236] | 138 | .SBModalContents .SBViewAll:hover{
|
|---|
| 139 | background: hsl(0, 50%, 85%);
|
|---|
| 140 | }
|
|---|
| 141 |
|
|---|
| [232] | 142 | .SBModalContents .SBGraph{
|
|---|
| 143 | float: left;
|
|---|
| 144 | }
|
|---|
| 145 |
|
|---|
| 146 | .SBModalContents .SBAjaxLoad{
|
|---|
| 147 | position: relative;
|
|---|
| 148 | top: 0;
|
|---|
| 149 | left:0;
|
|---|
| 150 | height: 100%;
|
|---|
| 151 | background: #fffafa;
|
|---|
| 152 | }
|
|---|
| 153 |
|
|---|
| 154 | .SBModalContents .SBLoadIcon{
|
|---|
| 155 | position: absolute;
|
|---|
| 156 | top: 0;
|
|---|
| 157 | left: 0;
|
|---|
| 158 | right: 0;
|
|---|
| 159 | bottom: 0;
|
|---|
| 160 | margin: auto;
|
|---|
| 161 | width: 100px;
|
|---|
| 162 | height: 100px;
|
|---|
| 163 | }
|
|---|
| 164 |
|
|---|
| [235] | 165 | .SBModalContents .SBPath{
|
|---|
| [232] | 166 | float: left;
|
|---|
| [233] | 167 | padding: 10px;
|
|---|
| [232] | 168 | text-align: center;
|
|---|
| 169 | word-wrap: break-word;
|
|---|
| 170 | }
|
|---|
| 171 |
|
|---|
| [233] | 172 | .SBRootNode{
|
|---|
| 173 | margin: 0.5em;
|
|---|
| [237] | 174 | margin-top: 1em;
|
|---|
| [233] | 175 | -webkit-border-radius: 10;
|
|---|
| 176 | -moz-border-radius: 10;
|
|---|
| 177 | border-radius: 10px;
|
|---|
| 178 | background: hsl(40, 50%, 75%);
|
|---|
| 179 | padding: 5px 15px 5px 15px;
|
|---|
| [232] | 180 | }
|
|---|
| 181 |
|
|---|
| [233] | 182 | .SBPathProperty{
|
|---|
| 183 | margin: 0.2em;
|
|---|
| 184 | }
|
|---|
| 185 |
|
|---|
| 186 | .SBPathNode{
|
|---|
| 187 | margin: 0.5em;
|
|---|
| 188 | -webkit-border-radius: 10;
|
|---|
| 189 | -moz-border-radius: 10;
|
|---|
| 190 | border-radius: 10px;
|
|---|
| 191 | background: hsl(0, 0%, 85%);
|
|---|
| 192 | padding: 5px 15px 5px 15px;
|
|---|
| 193 | }
|
|---|
| 194 |
|
|---|
| 195 | .SBLeafNode{
|
|---|
| 196 | margin: 0.5em;
|
|---|
| 197 | -webkit-border-radius: 10;
|
|---|
| 198 | -moz-border-radius: 10;
|
|---|
| 199 | border-radius: 10px;
|
|---|
| 200 | background: hsl(150, 50%, 75%);
|
|---|
| 201 | padding: 5px 15px 5px 15px;
|
|---|
| 202 | }
|
|---|
| 203 |
|
|---|
| [232] | 204 | .SBModalContents .SBModalButtons{
|
|---|
| 205 | float: left;
|
|---|
| 206 | text-align: center;
|
|---|
| [233] | 207 | }
|
|---|
| 208 |
|
|---|
| 209 | .SBModalButton{
|
|---|
| 210 | display: inline-block;
|
|---|
| 211 | width: 80%;
|
|---|
| 212 | height: 26px;
|
|---|
| 213 | -webkit-border-radius: 3;
|
|---|
| 214 | -moz-border-radius: 3;
|
|---|
| 215 | border-radius: 3px;
|
|---|
| 216 | border: none;
|
|---|
| 217 | color: #ffffff;
|
|---|
| 218 | background: hsl(0, 50%, 75%);
|
|---|
| 219 | padding: 3px 5px 3px 5px;
|
|---|
| 220 | cursor: pointer;
|
|---|
| 221 | }
|
|---|
| 222 |
|
|---|
| 223 | .SBModalButton:hover{
|
|---|
| 224 | background: hsl(0, 50%, 85%);
|
|---|
| [232] | 225 | } |
|---|