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
Alfakhori
M4labplatform
Commits
3e939b4f
Commit
3e939b4f
authored
3 years ago
by
patri
Browse files
Options
Download
Email Patches
Plain Diff
update sign
parent
fbe19da2
master
NewS_cleaned
New_Structure
workingVersion
1 merge request
!1
update some ui
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vcm/index.html
+1
-1
vcm/index.html
vcm/js/updown.js
+2
-2
vcm/js/updown.js
with
3 additions
and
3 deletions
+3
-3
vcm/index.html
+
1
-
1
View file @
3e939b4f
...
@@ -178,7 +178,7 @@
...
@@ -178,7 +178,7 @@
<!-- End of: Content Start Screen -->
<!-- End of: Content Start Screen -->
<!-- Content Tour -->
<!-- Content Tour -->
<div
id=
"tour-frame"
style=
"display: none; overflow-y: scroll;overflow-x: hidden"
>
<div
id=
"tour-frame"
style=
"display: none; overflow-y: scroll;overflow-x: hidden"
>
<div
id=
"updown"
onclick=
"changesize()"
style=
"font-family: 'Zapf Dingbats';display: block; font-size: 60px; padding-left: 48%; margin-right: -50%; margin-top: -65px; margin-bottom: 5px; position: sticky;position: -webkit-sticky;position: relative;"
>
&
#129169
</div>
<div
id=
"updown"
onclick=
"changesize()"
style=
"font-family: 'Zapf Dingbats';display: block; font-size: 60px; padding-left: 48%; margin-right: -50%; margin-top: -65px; margin-bottom: 5px; position: sticky;position: -webkit-sticky;position: relative;"
>
🢑
</div>
<div
class=
"tour-top-navi"
style=
"z-index:99"
>
<div
class=
"tour-top-navi"
style=
"z-index:99"
>
<a
href=
"#"
onclick=
"Introshow();setpositionVAR(false);zoomto('IntroProj')"
id =
"btn_intro"
class=
" top-nav buttonset one btn_home btn_size"
>
Info
</a>
<a
href=
"#"
onclick=
"Introshow();setpositionVAR(false);zoomto('IntroProj')"
id =
"btn_intro"
class=
" top-nav buttonset one btn_home btn_size"
>
Info
</a>
<a
href=
"#"
onclick=
"Projektshow();zoomto('ProjektePage');"
id =
"btn_intro"
class=
" top-nav buttonset one btn_home btn_size"
>
Projekte
</a>
<a
href=
"#"
onclick=
"Projektshow();zoomto('ProjektePage');"
id =
"btn_intro"
class=
" top-nav buttonset one btn_home btn_size"
>
Projekte
</a>
...
...
This diff is collapsed.
Click to expand it.
vcm/js/updown.js
+
2
-
2
View file @
3e939b4f
...
@@ -4,7 +4,7 @@ function changesize(){
...
@@ -4,7 +4,7 @@ function changesize(){
if
(
updown
.
innerHTML
==
"
🢑
"
){
if
(
updown
.
innerHTML
==
"
🢑
"
){
document
.
getElementById
(
"
story-frame
"
).
style
.
top
=
"
0%
"
;
document
.
getElementById
(
"
story-frame
"
).
style
.
top
=
"
0%
"
;
updown
.
innerHTML
=
"
🢓
"
updown
.
innerHTML
=
"
🢓
"
document
.
getElementById
(
"
updown
"
).
style
.
fontSize
=
"
60px
"
;
document
.
getElementById
(
"
updown
"
).
style
.
fontSize
=
"
60px
"
;
document
.
getElementById
(
"
updown
"
).
style
.
paddingLeft
=
"
48%
"
;
document
.
getElementById
(
"
updown
"
).
style
.
paddingLeft
=
"
48%
"
;
...
@@ -18,7 +18,7 @@ function changesize(){
...
@@ -18,7 +18,7 @@ function changesize(){
}
else
if
(
updown
.
innerHTML
==
"
🢓
"
){
}
else
if
(
updown
.
innerHTML
==
"
🢓
"
){
document
.
getElementById
(
"
story-frame
"
).
style
.
top
=
"
50%
"
;
document
.
getElementById
(
"
story-frame
"
).
style
.
top
=
"
50%
"
;
updown
.
innerHTML
=
"
🢑
"
updown
.
innerHTML
=
"
🢑
"
document
.
getElementById
(
"
updown
"
).
style
.
fontSize
=
"
60px
"
;
document
.
getElementById
(
"
updown
"
).
style
.
fontSize
=
"
60px
"
;
document
.
getElementById
(
"
updown
"
).
style
.
paddingLeft
=
"
48%
"
;
document
.
getElementById
(
"
updown
"
).
style
.
paddingLeft
=
"
48%
"
;
...
...
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