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
2156a3a9
authored
2020-08-04 12:17:35 +0900
by
TaishiTokudome
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
インタビューページのスタイル指定
1 parent
e22b4d7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
0 deletions
templates/protostar/css/style_org.css
templates/protostar/css/style_org.css
View file @
2156a3a
...
...
@@ -3361,5 +3361,62 @@ body.itemid-132 table {
}
}
/* -------------------------------------------------------------------------
OB・OGインタビューページに対するスタイル指定
------------------------------------------------------------------------- */
.interview
div
.items-leading
>
div
{
border-top
:
5px
solid
#003894
;
position
:
relative
;
min-height
:
120px
;
}
/* イントロテキストを表示しない設定ができないので、以下の設定で、一旦全てを非表示にする */
.interview
div
.items-leading
>
div
>
*
{
display
:
none
;
}
.interview
div
.items-leading
div
div
.page-header
{
/* display: block;で再表示させる */
display
:
block
!important
;
}
.interview
div
.items-leading
div
div
.page-header
h2
{
/* .blogに対して指定されているスタイルを取り消し */
border-top
:
none
;
border-bottom
:
none
;
/* .blogに対して指定されているスタイルを取り消しここまで */
padding-top
:
16px
;
padding-bottom
:
0px
;
padding-left
:
120px
;
margin-bottom
:
0px
;
}
.interview
div
.items-leading
div
dl
.article-info
{
/* display: block;で再表示させる */
display
:
block
!important
;
padding-left
:
120px
;
}
.interview
div
.items-leading
div
div
.item-image
{
/* display: block;で再表示させる */
display
:
block
!important
;
height
:
75px
;
width
:
100px
;
margin-top
:
21px
;
text-align
:
center
;
/* ポジションを親要素を基準に相対位置で指定 */
position
:
absolute
;
top
:
0px
;
bottom
:
0px
;
left
:
0px
;
right
:
0px
;
}
.interview
div
.items-leading
div
div
.item-image
img
{
/* 画像ごとによって縦横幅が自動設定。最大値以上にはならないように指定 */
height
:
auto
;
width
:
auto
;
/* 上記の自動設定の、最大値を指定 */
max-height
:
75px
;
max-width
:
100px
;
}
\ 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