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
3ae507d6
authored
2020-09-02 18:20:38 +0900
by
root
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
インタビューページのスタイル修正
1 parent
e6f1a889
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
11 deletions
templates/protostar/css/style_org.css
templates/protostar/css/style_org.css
View file @
3ae507d
...
...
@@ -3449,7 +3449,6 @@ body.itemid-132 table {
.interview
.items-leading
div
.page-header
{
display
:
block
;
width
:
100%
;
max-width
:
800px
;
padding
:
0
;
margin
:
32px
0
;
}
...
...
@@ -3462,23 +3461,29 @@ body.itemid-132 table {
padding
:
0
;
}
/* 記事情報(公開日など)にデフォルトでかかっているスタイルを取り消し */
.interview
.items-leading
div
.article-info
>
*
{
margin-bottom
:
0
;
}
.interview
.items-leading
div
.article-info
{
/* 記事情報が一つ以上表示された場合に横並びにする */
display
:
flex
;
display
:
block
;
/* 記事情報のpositionを右下に指定 */
position
:
absolute
;
bottom
:
-45px
;
margin
:
0
;
bottom
:
8px
;
right
:
0
;
}
.interview
.items-leading
div
.item-image
{
display
:
flex
;
/* 配下のimage要素a要素を縦方向にセンタリング */
/* flexによる圧縮をさせない */
flex-shrink
:
0
;
/* 配下のimage要素とa要素を縦方向にセンタリング */
align-items
:
center
;
width
:
100px
;
/* 横並びしている隣のdivに潰されないようにmin-widthを指定。 */
min-width
:
100px
;
height
:
100px
;
width
:
120px
;
height
:
90px
;
/* デフォルトでかかっているfloatプロパティの解除 */
float
:
none
;
/* 配下の画像のはみ出した部分は非表示にし、トリミングする */
...
...
@@ -3507,10 +3512,9 @@ body.itemid-132 table {
}
.interview
.items-leading
div
.item-image
{
max-width
:
500px
;
width
:
100%
;
/*max-height = 画面幅 - 両サイドのpadding
としてwidthと揃え、正方形にトリミングする
*/
max-height
:
calc
(
100vw
-
30px
);
/*max-height = 画面幅 - 両サイドのpadding
* 0.75として4(幅):3(高さ)とする
*/
max-height
:
calc
(
(
100vw
-
30px
)
*
0.75
);
height
:
auto
;
margin
:
20px
0
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