Main Page/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 21: | Line 21: | ||
.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; | |||
} | } | ||
} | } | ||
Line 26: | Line 33: | ||
.welcome_title{ | .welcome_title{ | ||
font-size: 36px; | font-size: 36px; | ||
} | |||
.news{ | |||
clear: both; | |||
text-align: left; | |||
flex: 1 1 0; | |||
overflow-y: scroll; | |||
} | } | ||
} | } | ||
Line 32: | Line 45: | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
justify-content: center; | justify-content: center; | ||
} | |||
.base_block .sidebar_block > p{ | |||
margin:0; | |||
} | } | ||
.welcome_title{ | .welcome_title{ | ||
Line 43: | Line 59: | ||
padding: 0.6em; | padding: 0.6em; | ||
flex: 1 1 33%; | flex: 1 1 33%; | ||
} | |||
.sidebar_block ul{ | |||
flex: 1; | |||
} | } | ||
.statisticians_block{ | .statisticians_block{ | ||
Line 63: | Line 82: | ||
border-left: 8px solid var(--twitch-purple); | border-left: 8px solid var(--twitch-purple); | ||
padding-left: 5px; | padding-left: 5px; | ||
} | } | ||
.title_h2_neuro{ | .title_h2_neuro{ | ||
Line 105: | Line 123: | ||
.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 | |||
} | } | ||
} | } | ||
Line 197: | Line 220: | ||
align-content:center; | align-content:center; | ||
justify-content: center; | justify-content: center; | ||
} | |||
.cdx-button.edit-button { | |||
font-family:sans-serif; | |||
font-size: 1rem; | |||
float: right; | |||
} | } |