Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IN-SOURCE
Gowanus-CityGML-Viewer
Commits
61414676
Commit
61414676
authored
Jun 12, 2025
by
Rushikesh Padsala
Browse files
Update public/CSS/gowanus.css, public/index.css, public/index.html
parent
e845b9b1
Pipeline
#11365
passed with stage
in 10 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/CSS/gowanus.css
View file @
61414676
...
@@ -152,7 +152,7 @@ button.cesium-infoBox-camera {
...
@@ -152,7 +152,7 @@ button.cesium-infoBox-camera {
z-index
:
99999
;
z-index
:
99999
;
background
:
url(Images/hft.jpg)
no-repeat
;
background
:
url(Images/hft.jpg)
no-repeat
;
background-size
:
75px
;
background-size
:
75px
;
bottom
:
4
0px
;
bottom
:
7
0px
;
left
:
10px
;
left
:
10px
;
box-shadow
:
0
0
10px
1px
#000
;
box-shadow
:
0
0
10px
1px
#000
;
}
}
...
@@ -166,10 +166,33 @@ button.cesium-infoBox-camera {
...
@@ -166,10 +166,33 @@ button.cesium-infoBox-camera {
z-index
:
99999
;
z-index
:
99999
;
background
:
url(Images/email.jpg)
no-repeat
;
background
:
url(Images/email.jpg)
no-repeat
;
background-size
:
75px
;
background-size
:
75px
;
bottom
:
4
0px
;
bottom
:
7
0px
;
left
:
90px
;
left
:
90px
;
box-shadow
:
0
0
10px
1px
#000
;
box-shadow
:
0
0
10px
1px
#000
;
}
}
.credit-bar
{
position
:
fixed
;
bottom
:
35px
;
left
:
6px
;
font-size
:
14px
;
color
:
white
;
background
:
rgba
(
0
,
0
,
0
,
0.7
);
padding
:
6px
12px
;
border-radius
:
5px
;
z-index
:
99999
;
box-shadow
:
0
0
10px
#000
;
font-family
:
sans-serif
;
}
.credit-bar
a
{
color
:
#1DA1F2
;
/* LinkedIn blue */
text-decoration
:
none
;
font-weight
:
bold
;
}
.credit-bar
a
:hover
{
text-decoration
:
underline
;
}
public/index.css
View file @
61414676
...
@@ -65,4 +65,4 @@ button.cesium-infoBox-camera {
...
@@ -65,4 +65,4 @@ button.cesium-infoBox-camera {
#3
DTiles
{
#3
DTiles
{
padding-top
:
10px
;
padding-top
:
10px
;
}
}
\ No newline at end of file
public/index.html
View file @
61414676
...
@@ -79,6 +79,10 @@
...
@@ -79,6 +79,10 @@
<div
id=
"chartcontainer"
style=
"visibility: hidden;"
>
<div
id=
"chartcontainer"
style=
"visibility: hidden;"
>
<div
id=
"chart"
></div>
<div
id=
"chart"
></div>
</div>
</div>
<div
class=
"credit-bar"
>
Application developed and managed by
<a
href=
"https://www.linkedin.com/in/rpadsala"
target=
"_blank"
>
Rushikesh Padsala - Click here to contact me
</a>
</div>
<a
href=
"https://ugl.hft-stuttgart.de/"
target=
'_blank'
>
<a
href=
"https://ugl.hft-stuttgart.de/"
target=
'_blank'
>
<div
class=
"credit"
></div>
<div
class=
"credit"
></div>
</a>
</a>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment