Commit 908e4819 authored by Sven Schneider's avatar Sven Schneider
Browse files

added buckets.css from cesium templates to server

parent 10b21dcc
Pipeline #5257 passed with stages
in 29 seconds
<span class="dijit dijitReset dijitInline" role="presentation">
<span class="dijitReset dijitInline dijitButtonNode" role="presentation">
<span
class="dijitReset dijitStretch dijitButtonContents"
data-dojo-attach-point="titleNode,focusNode"
role="button"
aria-labelledby="${id}_label"
>
<span
class="dijitReset dijitInline dijitButtonText"
id="${id}_label"
data-dojo-attach-point="containerNode"
>
</span>
</span>
</span>
</span>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
/>
<title>Cesium Demo</title>
<script type="text/javascript" src="../Sandcastle-header.js"></script>
<script
type="text/javascript"
src="../../../Build/CesiumUnminified/Cesium.js"
nomodule
></script>
<script type="module" src="../load-cesium-es6.js"></script>
</head>
<body
class="sandcastle-loading"
data-sandcastle-bucket="bucket-requirejs.html"
>
<script type="text/javascript" src="../Sandcastle-client.js"></script>
</body>
</html>
This diff is collapsed.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
/>
<title>Cesium Demo</title>
<script type="text/javascript" src="../Sandcastle-header.js"></script>
</head>
<body>
<script type="text/javascript" src="../Sandcastle-client.js"></script>
</body>
</html>
@import url(../../../Source/Widgets/widgets.css);
@import url(../../../Source/Widgets/lighter.css);
html {
height: 100%;
}
body {
background: #000;
color: #eee;
font-family: sans-serif;
font-size: 9pt;
padding: 0;
margin: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.fullSize {
display: block;
position: absolute;
top: 0;
left: 0;
border: none;
width: 100%;
height: 100%;
}
#loadingOverlay {
position: absolute;
top: 0;
left: 0;
opacity: 0.9;
width: 100%;
height: 100%;
display: none;
}
#loadingOverlay h1 {
text-align: center;
position: relative;
top: 50%;
margin-top: -0.5em;
}
.sandcastle-loading #loadingOverlay {
display: block;
}
.sandcastle-loading #toolbar {
display: none;
}
#toolbar {
margin: 5px;
padding: 2px 5px;
position: absolute;
}
.infoPanel {
background: rgba(42, 42, 42, 0.8);
padding: 4px;
border: 1px solid #444;
border-radius: 4px;
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment