Вы находитесь на странице: 1из 2

<head>

<!-- Use correct character set. -->


<meta charset="utf-8">
<!-- Tell IE to use the latest, best version. -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Make the application on mobile take up the full browser screen and disable
user scaling. -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-
scale=1, minimum-scale=1, user-scalable=no">
<title>News Globe</title>
<!-- Cesium -->
<script src="cesium/Build/Cesium/Cesium.js"></script>
<!-- jQuery -->
<script type="text/javascript"
src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-
ui.min.js" type="text/javascript"></script>
<!-- trunk sidebar -->
<script type="text/javascript" language="javascript"
src="js/trunk/trunk.js"></script>
<link rel="stylesheet" type="text/css" media="all" href="css/reset.css" />
<!-- noUIslider -->
<link href="js/slider/nouislider.min.css" rel="stylesheet">
<!--switchery -->
<link rel="stylesheet" href="js/switchery/switchery.css" />
<script src="js/switchery/switchery.js"></script>
<link rel="stylesheet" type="text/css" media="all" href="css/trunk.css" />
<style>
@import url(cesium/Build/Cesium/Widgets/widgets.css);
html,
body {
padding: 0;
margin: 0;
height: 100%;
width: 100%;
overflow: hidden;
}

#cesiumContainer {
margin: 0;
padding: 0;
font-family: sans-serif;
color: #edffff;
position: relative;
width:100%;
height:100%;
top: 0;
z-index:1;
}

#slider {
position: absolute;
height: 3%;
width: 100%;
bottom: 0;
z-index: 2;
}

#bodyContainer {
height:97%;
width:100%;
margin: 0;
padding: 0;
background-color: black;
/*overflow:scroll;*/
}

.containerLink {
font-style:normal;
font-family: "Verdana", "verdana", "arial";
text-decoration: none;
}

.containerTitle {
font-weight:bold;
font-style:normal;
font-family: "Verdana", "verdana", "arial";
text-decoration: none;
}

/*#newsContainer {
position:absolute;
right:0px;
width:40%;
height:97%;
background-color: red;
color:yellow;
}*/

label {
cursor: pointer;
}

label:hover span {
text-decoration: underline;
}
</style>
</head>

Вам также может понравиться