Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IN-SOURCE
LKRLudwigsburg3D
Commits
0d9fcfa6
Commit
0d9fcfa6
authored
1 month ago
by
Rushikesh Padsala
Browse files
Options
Download
Email Patches
Plain Diff
Update public/index.html, public/CSS/lkrludwigsburg.css
parent
328881b1
main
No related merge requests found
Pipeline
#11360
passed with stage
in 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/CSS/lkrludwigsburg.css
+26
-2
public/CSS/lkrludwigsburg.css
public/index.html
+4
-1
public/index.html
with
30 additions
and
3 deletions
+30
-3
public/CSS/lkrludwigsburg.css
+
26
-
2
View file @
0d9fcfa6
...
...
@@ -342,7 +342,7 @@ button.cesium-infoBox-camera {
z-index
:
99999
;
background
:
url(Images/hft.jpg)
no-repeat
;
background-size
:
75px
;
bottom
:
4
0px
;
bottom
:
7
0px
;
left
:
10px
;
box-shadow
:
0
0
10px
1px
#000
;
}
...
...
@@ -356,9 +356,33 @@ button.cesium-infoBox-camera {
z-index
:
99999
;
background
:
url(Images/email.jpg)
no-repeat
;
background-size
:
75px
;
bottom
:
4
0px
;
bottom
:
7
0px
;
left
:
90px
;
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
;
}
This diff is collapsed.
Click to expand it.
public/index.html
+
4
-
1
View file @
0d9fcfa6
...
...
@@ -176,7 +176,10 @@
</div>
</div>
<!-- defining container to keep cesium viewer -->
<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'
>
<div
class=
"credit"
></div>
</a>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets