pelican-website-ge/output/theme/css/index-styles.css

92 lines
1.4 KiB
CSS
Raw Normal View History

2021-06-30 12:26:59 +02:00
.container-margins{
width: 50%;
2021-05-06 19:56:25 +02:00
}
2021-05-12 16:04:46 +02:00
#content{
padding-top: 40px;
}
2021-05-06 19:56:25 +02:00
.article-display{
border-style: solid;
2021-06-30 12:26:59 +02:00
border-color: #A1A1A1;
2021-05-06 19:56:25 +02:00
border-width: 1px;
}
.ul-style{
list-style-type: none;
}
.li-style{
margin-bottom: 25px;
}
.set-height{
height: 450px;
}
.img-resize{
width: 100%;
2021-06-30 12:26:59 +02:00
height: 100%;
overflow: hidden;
}
.row{
2021-06-30 12:26:59 +02:00
height: auto;
}
.entry-title a{
color: black;
2021-06-30 12:26:59 +02:00
text-decoration: none;
2021-05-12 16:04:46 +02:00
}
.post-info{
display: flex;
width: 300px;
padding-top: 10px;
}
.post-info:before{
font-family: "FontAwesome";
content: "\f007";
font-weight: 900;
padding-right: 10px ;
font-size: 30px;
}
2021-06-30 12:26:59 +02:00
.author-url{
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-color: black;
text-decoration-thickness: 3px;
2021-05-12 16:04:46 +02:00
color: black;
2021-06-30 12:26:59 +02:00
2021-05-12 16:04:46 +02:00
}
.entry-content{
padding-right: 10px;
}
.published{
color: gray;
}
2021-06-30 12:26:59 +02:00
@media only screen and (max-width: 480px){
2021-06-30 12:26:59 +02:00
.container-margins{
width: 100%;
}
.entry-title {
font-size: 20px;
}
.col-6{
padding-left: 1px;
}
.post-info address{
font-size: 12px;
}
2021-06-30 12:26:59 +02:00
.post-wrap{
padding-left: 20px;
}
.set-height{
height: auto
}
}
2021-06-30 12:26:59 +02:00
@media (min-width: 600px) and (max-width: 1024px){
.container-margins{
width: 100%;
}
.post-wrap{
padding-left: 20px;
}
}
2021-05-12 16:04:46 +02:00