Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Yokihito Oki
/
kanoya-univercity-prod
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f68d82c9
authored
2021-01-31 11:57:20 +0900
by
Yokihito Oki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ビデオライブラリ再構築
1 parent
e13a9235
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
96 additions
and
3 deletions
templates/protostar/css/style_org.css
templates/protostar/css/style_org.css
View file @
f68d82c
...
...
@@ -3582,7 +3582,7 @@ body.itemid-132 table {
/* -------------------------------------------------------------------------
ビデオライブラリページ
------------------------------------------------------------------------- */
#content
.blog.videos-custom
h3
{
/*
#content .blog.videos-custom h3 {
margin-bottom: 0px;
margin-top: 10px;
}
...
...
@@ -3627,10 +3627,10 @@ body.itemid-132 table {
background: none;
margin-top: 15px;
margin-bottom: 5px;
}
}
*/
/* ビデオライブラリページ レスポンシブ*/
@media
(
max-width
:
900px
)
{
/*
@media (max-width: 900px) {
.blog.videos-custom-item-wrapper:before {
width: calc(50% - 8px);
}
...
...
@@ -3670,6 +3670,99 @@ body.itemid-132 table {
.blog.videos-custom .videos-custom-item-wrapper > li > p {
margin-bottom: 0;
}
} */
/* -------------------------------------------------------------------------
ビデオライブラリページ(再構築)
------------------------------------------------------------------------- */
/* #content .videos-custom h3 {
margin-bottom: 0px;
margin-top: 10px;
} */
.videos-custom
ul
{
display
:
flex
;
flex-wrap
:
wrap
;
justify-content
:
space-between
;
margin
:
0
0
16px
;
}
.videos-custom
ul
:before
{
content
:
""
;
display
:
block
;
min-width
:
190px
;
width
:
calc
(
33%
-
8px
);
height
:
0px
;
order
:
1
;
}
.videos-custom
ul
:after
{
content
:
""
;
display
:
block
;
min-width
:
190px
;
width
:
calc
(
33%
-
8px
);
height
:
0px
;
}
.videos-custom
ul
>
li
{
list-style
:
none
;
min-width
:
190px
;
width
:
calc
(
33%
-
8px
);
margin-bottom
:
16px
;
font-size
:
1rem
;
text-align
:
justify
;
}
.videos-custom
ul
>
li
>
h5
{
padding-left
:
0
;
font-size
:
1.125rem
;
background
:
none
;
margin-top
:
15px
;
margin-bottom
:
5px
;
}
/* ビデオライブラリページ レスポンシブ*/
@media
(
max-width
:
900px
)
{
.videos-custom
ul
:before
{
width
:
calc
(
50%
-
8px
);
}
.videos-custom
ul
:after
{
width
:
calc
(
50%
-
8px
);
}
.videos-custom
ul
>
li
{
width
:
calc
(
50%
-
8px
);
}
}
@media
(
max-width
:
550px
)
{
/* #content .videos-custom h3 {
margin-bottom: 10px;
margin-top: 0px;
margin-bottom: 0px;
margin-top: 10px;
} */
.videos-custom
ul
{
display
:
block
;
}
.videos-custom
ul
>
li
{
height
:
auto
;
width
:
100%
;
padding-bottom
:
2px
;
border-bottom
:
#003894
2px
solid
;
margin-bottom
:
10px
;
font-size
:
0.875rem
;
}
.videos-custom
ul
>
li
>
h5
{
font-size
:
1rem
;
}
.videos-custom
ul
>
li
>
p
{
margin-bottom
:
0
;
}
}
/* -------------------------------------------------------------------------
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment