首页/styles.css:修订间差异
无编辑摘要 |
小无编辑摘要 |
||
(未显示同一用户的11个中间版本) | |||
第4行: | 第4行: | ||
background-color: rgba(255, 255, 255, 0.1); | background-color: rgba(255, 255, 255, 0.1); | ||
box-shadow: 0 2px 5px #aaa; | box-shadow: 0 2px 5px #aaa; | ||
} | |||
.mw-indicators{ | |||
display:none; | |||
} | } | ||
.base_block_main{ | .base_block_main{ | ||
第21行: | 第24行: | ||
.welcome_title{ | .welcome_title{ | ||
font-size: 32px; | font-size: 32px; | ||
} | |||
.news{ | |||
clear: both; | |||
text-align: left; | |||
flex: 1 1 auto; | |||
max-height:400px; | |||
overflow-y: scroll; | |||
} | } | ||
} | } | ||
第26行: | 第36行: | ||
.welcome_title{ | .welcome_title{ | ||
font-size: 36px; | font-size: 36px; | ||
} | |||
.news{ | |||
clear: both; | |||
text-align: left; | |||
flex: 1 1 0; | |||
overflow-y: scroll; | |||
} | } | ||
} | } | ||
第43行: | 第59行: | ||
padding: 0.6em; | padding: 0.6em; | ||
flex: 1 1 33%; | flex: 1 1 33%; | ||
} | |||
.sidebar_block ul{ | |||
flex: 1; | |||
} | } | ||
.statisticians_block{ | .statisticians_block{ | ||
第105行: | 第124行: | ||
.sidebar_block_img{ | .sidebar_block_img{ | ||
flex: 1 1 100%; | flex: 1 1 100%; | ||
} | |||
.sidebar_block_img > div{ | |||
max-width: 450px; | |||
position: relative; | |||
margin: 0 auto | |||
} | } | ||
} | } | ||
第117行: | 第141行: | ||
} | } | ||
} | } | ||
.img_button{ | .img_button{ | ||
height: 80px; | height: 80px; | ||
第185行: | 第210行: | ||
#t-collapsible-toggle-all{ | #t-collapsible-toggle-all{ | ||
display:none; | display:none; | ||
} | |||
.synopsis_2{ | |||
display: flex; | |||
flex-direction: column; | |||
justify-content: space-around; | |||
} | |||
.container_character_page { | |||
width: 100%; | |||
overflow: hidden; | |||
display: flex; | |||
justify-content: space-evenly; | |||
flex-wrap: wrap; | |||
} | |||
.scroll-content_page{ | |||
display: flex; | |||
flex-wrap: wrap; | |||
align-content:center; | |||
justify-content: center; | |||
} | |||
.cdx-button.edit-button { | |||
font-family:sans-serif; | |||
font-size: 1rem; | |||
float: right; | |||
} | } |