deliciousium/static/css/style.css

85 lines
1.2 KiB
CSS

.deliciousiumlogo {
}
body {
//background-color: #FFCC00;
}
.card-title {
text-align: center;
}
.post_title {
text-align: center;
border-bottom: none !important;
margin-top: 0!important;
margin-bottom: 1.5em !important;
}
.post table {
border-collapse: collapse !important;
width: 100% !important;
margin-bottom: 4rem !important;
margin-top: -2rem !important;
display: table !important;
}
.posttags {
background-color: #6d0f00 !important;
//font-weight: bold !important;
}
th, td {
border: none !important;
text-align: left;
padding: 8px !important;
background: none !important;
}
tr:nth-child(even) {
background-color: #FFF6D3 !important;
}
td:nth-child(odd) {
width: 25% !important;
}
.post h5 {
background-color: #D40B0C !important;
color: white !important;
margin-top: 5rem;
}
td img {
padding-bottom: 1rem;
padding-top: 1rem;
}
.post-imge {
margin-bottom: 4rem !important;
}
.post ol {
margin-bottom: 3rem !important;
}
.site-footer {
background-color: #fc0;
padding: 4rem;
margin-top: 3rem;
}
.font-footer {
color: #400000 !important;
font-weight: bold !important;
font-size: 1.5rem !important;
}
.font-footer a {
color: #400000 !important;
}