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
c81ee506
authored
2020-09-28 19:57:52 +0900
by
TaishiTokudome
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ビデオライブラリページのスタイル指定
1 parent
4b41f4e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
80 additions
and
0 deletions
templates/protostar/css/style_org.css
templates/protostar/css/style_org.css
View file @
c81ee50
...
...
@@ -3551,4 +3551,84 @@ body.itemid-132 table {
#aside
>
.custom-archive-module
:after
{
bottom
:
47px
;
}
}
/* -------------------------------------------------------------------------
ビデオライブラリページ
------------------------------------------------------------------------- */
.videos-custom
h5
{
padding-left
:
0
;
font-size
:
1.125rem
;
}
.videos-custom-item-wrapper
{
display
:
flex
;
flex-wrap
:
wrap
;
justify-content
:
space-around
;
}
.videos-custom-item-wrapper
:before
{
content
:
""
;
display
:
block
;
min-width
:
190px
;
width
:
30%
;
height
:
0px
;
order
:
1
;
}
.videos-custom-item-wrapper
:after
{
content
:
""
;
display
:
block
;
min-width
:
190px
;
width
:
30%
;
height
:
0px
;
}
.videos-custom-item
{
min-width
:
190px
;
width
:
30%
;
margin-bottom
:
16px
;
}
.videos-custom-item-title
{
font-size
:
1.125rem
;
}
.videos-custom-item-explanation
{
font-size
:
1rem
;
}
/* ビデオライブラリページ レスポンシブ*/
@media
(
max-width
:
900px
)
{
.videos-custom-item
{
width
:
45%
;
}
.videos-custom-item-wrapper
:before
{
width
:
45%
;
}
.videos-custom-item-wrapper
:after
{
width
:
45%
;
}
}
@media
(
max-width
:
550px
)
{
.videos-custom-item-wrapper
{
display
:
block
;
}
.videos-custom-item
{
height
:
auto
;
width
:
100%
;
padding-bottom
:
8px
;
border-bottom
:
#003894
4px
solid
;
margin-bottom
:
24px
;
}
.videos-custom-item-title
{
font-size
:
1rem
;
}
.videos-custom-item-explanation
{
font-size
:
0.875rem
;
}
}
\ No newline at end of file
...
...
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