Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
sora
/
sanitary-net
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7da1a73c
authored
Jun 29, 2022
by
o.kimura
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
フェード
parent
ed8f5eec
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
5 deletions
css/index.css
shared/js/commonparts.js
css/index.css
View file @
7da1a73c
...
@@ -362,3 +362,17 @@ span.icon_topics{
...
@@ -362,3 +362,17 @@ span.icon_topics{
text-align
:
left
;
text-align
:
left
;
padding-bottom
:
20px
;
padding-bottom
:
20px
;
}
}
.mv_fade
{
cursor
:
pointer
;
opacity
:
1
;
}
.mv_fade
:hover
{
-webkit-transition
:
all
0.5s
;
-moz-transition
:
all
0.5s
;
-ms-transition
:
all
0.5s
;
-o-transition
:
all
0.5s
;
transition
:
all
0.5s
;
opacity
:
.7
;
}
\ No newline at end of file
shared/js/commonparts.js
View file @
7da1a73c
...
@@ -210,11 +210,11 @@ function includeSideEn_pict() {
...
@@ -210,11 +210,11 @@ function includeSideEn_pict() {
function
includeShowcaseImage
()
{
function
includeShowcaseImage
()
{
showcaseimage
=
new
Array
();
showcaseimage
=
new
Array
();
showcaseimage
[
0
]
=
"<img src='images/mv_test.jpg' alt='' width='860' height='auto' />"
;
showcaseimage
[
0
]
=
"<img src='images/mv_test.jpg' alt='' width='860' height='auto'
class='mv_fade'
/>"
;
showcaseimage
[
1
]
=
"<img src='images/mv_test.jpg' alt='' width='860' height='auto' />"
;
showcaseimage
[
1
]
=
"<img src='images/mv_test.jpg' alt='' width='860' height='auto'
class='mv_fade'
/>"
;
showcaseimage
[
2
]
=
"<img src='images/mv_test.jpg' alt='' width='860' height='auto' />"
;
showcaseimage
[
2
]
=
"<img src='images/mv_test.jpg' alt='' width='860' height='auto'
class='mv_fade'
/>"
;
showcaseimage
[
3
]
=
"<img src='images/mv_test.jpg' alt='' width='860' height='auto' />"
;
showcaseimage
[
3
]
=
"<img src='images/mv_test.jpg' alt='' width='860' height='auto'
class='mv_fade'
/>"
;
showcaseimage
[
4
]
=
"<img src='images/mv_test.jpg' alt='' width='860' height='auto' />"
;
showcaseimage
[
4
]
=
"<img src='images/mv_test.jpg' alt='' width='860' height='auto'
class='mv_fade'
/>"
;
n
=
Math
.
floor
(
Math
.
random
()
*
showcaseimage
.
length
);
n
=
Math
.
floor
(
Math
.
random
()
*
showcaseimage
.
length
);
document
.
write
(
showcaseimage
[
n
]);
document
.
write
(
showcaseimage
[
n
]);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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