myCesiumStyle.css 849 Bytes
Newer Older
Sven Schneider's avatar
Sven Schneider committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
@charset "UTF-8";

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

html {
  margin: 0 auto;
  max-width: 80%;
}

header,
footer {
  padding: 1em;
  color: black;
  background-color: White;
  clear: left;
  text-align: center;
}
footer {
  padding-top: 0px;
}

.pagecesium {
  height: 500px;
  position: relative;
  width: 100%;
  min-width: 630px;
}

.pagepp {
  float: left;
  height: 100%;
  width: 50%;
}

body {
  min-width: 650px;
  margin: 0px;
}

h2,
h3 {
  margin-block-start: 1px;
  margin-block-end: 1px;
}

.titleFigure {
  margin: 2px 0;
54
55
  /* height: 20%; */
  width: 22%;
Sven Schneider's avatar
Sven Schneider committed
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
}

.cesium-infoBox-visible {

  
    font-weight: 100;    
    background-color: brown;
    text-align: right;
}

.cesium-infoBox-iframe {
    font-size: 0.5em;
    font-weight: 100;    
    background-color: brown;
    text-align: left;
  }