#SPARQLBUILDER{ width: 90%; margin: auto; } .SBSparqlArea{ width: 100%; } .SBTopButton{ margin: 0.5em 1em 0.5em 0; -webkit-border-radius: 7; -moz-border-radius: 7; border-radius: 7px; border: none; color: #ffffff; background: hsl(200, 50%, 75%); padding: 5px 15px 5px 15px; cursor: pointer; } .SBTopButton:hover{ background: hsl(200, 50%, 85%); } .SBModalView{ position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; background-color: rgba(0,0,0,0.8); display: none; } .SBModalContents{ position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; margin: auto; width: 90%; height: 90%; background: white; overflow: hidden; } .SBModalContents .SBSelects{ float: left; background-color: #eeeeff; } .SBModalContents .SBSelects select{ width: 28%; height: 2em; } .SBModalContents .SBSelects input{ display: inline-block; width: 13.5%; margin: 0 1% 0; height: 2em; -webkit-border-radius: 3; -moz-border-radius: 3; border-radius: 3px; border: none; color: #ffffff; background: hsl(0, 50%, 75%); padding: 3px 5px 3px 5px; cursor: pointer; } .SBModalContents .SBMessage{ float: left; text-align: center; background-color: #eeeeff; } .SBModalContents .SBResult{ display: none; float: left; margin-top: 0.3em; margin-left: 0.3em; } .SBModalContents .SBViewAll{ display: none; float: left; margin-top: 1px; margin-left: 0.5em; height: 2em; -webkit-border-radius: 3; -moz-border-radius: 3; border-radius: 3px; border: none; color: #ffffff; background: hsl(0, 50%, 75%); padding: 3px 5px 3px 5px; cursor: pointer; } .SBModalContents .SBGraph{ float: left; } .SBModalContents .SBAjaxLoad{ position: relative; top: 0; left:0; height: 100%; background: #fffafa; } .SBModalContents .SBLoadIcon{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100px; height: 100px; } .SBModalContents .SBSelectedPath{ float: left; padding: 10px; text-align: center; word-wrap: break-word; } .SBRootNode{ margin: 0.5em; margin-top: 1.5em; -webkit-border-radius: 10; -moz-border-radius: 10; border-radius: 10px; border: none; background: hsl(40, 50%, 75%); padding: 5px 15px 5px 15px; } .SBPathProperty{ margin: 0.2em; } .SBPathNode{ margin: 0.5em; -webkit-border-radius: 10; -moz-border-radius: 10; border-radius: 10px; border: none; background: hsl(0, 0%, 85%); padding: 5px 15px 5px 15px; } .SBLeafNode{ margin: 0.5em; -webkit-border-radius: 10; -moz-border-radius: 10; border-radius: 10px; border: none; background: hsl(150, 50%, 75%); padding: 5px 15px 5px 15px; } .SBGenButton{ margin: 1.5em; -webkit-border-radius: 7; -moz-border-radius: 7; border-radius: 7px; border: none; color: #ffffff; font-size: 1.2em; background: hsl(200, 50%, 75%); padding: 5px 15px 5px 15px; cursor: pointer; } .SBGenButton:hover{ background: hsl(200, 50%, 85%); } .SBModalContents .SBModalButtons{ float: left; text-align: center; } .SBModalButton{ display: inline-block; width: 80%; height: 26px; -webkit-border-radius: 3; -moz-border-radius: 3; border-radius: 3px; border: none; color: #ffffff; background: hsl(0, 50%, 75%); padding: 3px 5px 3px 5px; cursor: pointer; } .SBModalButton:hover{ background: hsl(0, 50%, 85%); }