﻿
.articleLink {
    text-decoration: none;
}

.articleBox {
    padding-bottom: 25px;
}
.articleBoxPageContent {
    padding: 15px;
    padding-bottom: 25px;
}

.articleTitle {
    display: inline-block;
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 10px;
}

.articleDate {
    float: right;
}

.articleLike {
}

.articleList {
}

.articleSubject {
    display: inline-block;
    float: right;
    margin-top: 10px;
    text-decoration: none;
}

.articleAbvBody {
    height: fit-content;
    max-height:75px;
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(180deg, #000 95%, transparent);
}

    .articleAbvBody img {
        height: 50px;
        cursor: pointer;
    }

.articlePostedBy {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    width: fit-content;
}
    .articlePostedBy .userPreview {
        display: inline-block;
        max-width: 300px;
    }
.articleBody {
    width: 100%;
}

    .articleBody img {
        width: 200px;
        text-align: center;
        cursor: pointer;
    }

.articleImageFrame {
    display: inline-block;
    text-align:center;
    width: 200px;
    margin: 10px;
}

    .articleImageFrame img {
        width: 100%;
    }

.articleImageCaption {
    text-align:center;
}
.articleImageEdit {
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    width: 200px;
    max-width: 200px;
}

    .articleImageEdit img {
        width: 100%;
    }

.articlesMore {
    font-weight: bold;
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 25px;
}

.articleEdit {
    float: right;
    display: inline-block;
    margin-right: 10px;
}

.articleAdd {
    float: right;
}

.articleMenu {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.articleFooter {
    position: relative;
    height: 20px;
    top: 20px;
    width: 100%;
}

.articleSubjectTable {
    width: 100%;
}

