deliciousium/static/css/style.css

76 lines
1.3 KiB
CSS

body {
font-family: Arial, Helvetica, sans-serif !important;
}
.imge-title {
width: 100px !important;
}
.Integredient-table blockquote {
border: solid 0.2rem !important;
color: #000000 !important;
background-color: #fff6d3;
margin-bottom: -2rem;
padding: 2rem;
}
blockquote h1 {
border-bottom: solid 2px #6d0f00 !important;
}
.Integredient-table table {
border-collapse: collapse !important;
width: 100% !important;
margin-bottom: 4rem !important;
margin-top: -1rem !important;
display: table !important;
}
table th, tr, td {
border: none !important;
text-align: left;
padding: 4px !important;
background: none !important;
}
.Integredient-table tr:nth-child(even) {
background-color: #FFF6D3 !important;
}
.Integredient-table table td:nth-child(odd) {
width: 25% !important;
}
.Integredient-table h5 {
background-color: #400000 !important;
color: white !important;
margin-top: 3rem;
padding: 1rem;
}
.Integredient-table h6 {
font-size: 1.3rem;
margin-top: 2.25em;
margin-bottom: .5em;
}
td img {
padding-bottom: 1rem !important;
padding-top: 1rem !important;
}
.post-imge {
margin-bottom: 4rem !important;
}
.Integredient-table ol {
margin-bottom: 3rem !important;
}
.Integredient-table hr {
opacity: 100%;
border-width: 3px !important;
}
}