2021-05-06 19:56:25 +02:00
|
|
|
.try{
|
|
|
|
color: darkred;
|
|
|
|
}
|
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;
|
|
|
|
border-color: #85adad;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
.ul-style{
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
.li-style{
|
|
|
|
margin-bottom: 25px;
|
2021-05-11 15:59:24 +02:00
|
|
|
}
|
|
|
|
.img-resize{
|
|
|
|
width: 100%;
|
|
|
|
height: 400px;
|
|
|
|
}
|
|
|
|
.row{
|
|
|
|
height: 400px;
|
|
|
|
}
|
|
|
|
.entry-title a{
|
|
|
|
color: black;
|
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;
|
|
|
|
}
|
|
|
|
.vcard-author a{
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
.entry-content{
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
.published{
|
|
|
|
color: gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*.article-display-footer{*/
|
|
|
|
/* padding-bottom: 10px;*/
|
|
|
|
/* margin-right: 10px;*/
|
|
|
|
/* margin-left: 10px;*/
|
|
|
|
/* border-top: 3px solid gray;*/
|
|
|
|
/*}*/
|