Main Page/styles.css: Difference between revisions

No edit summary
No edit summary
 
(10 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;
font-weight: 900;
}
}
.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 184: Line 207:
#t-collapsible-toggle-all{
#t-collapsible-toggle-all{
display:none;
display:none;
}
.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;
}
}