/* Extracted from Views/Published/Index.cshtml @section styles */

body {
    background: url('/images/publishedbg2.png');
    /* Center and scale the image nicely */
    background-position: top left;
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-color: #000 !important;
}

.colpublish {
    margin-left: 12%
}

.pborder {
    border: 1px solid #000000
}
.pborder:hover{ border :1px solid #ffffff}


/* استایل‌های جدید */
.publishimg {
    width: 100%;
    height: 250px; /* می‌توانید این مقدار را تغییر دهید */
    object-fit: cover;
    object-position: center;
}

.publishtitle {
    height: 2.4em;
    line-height: 1.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
