/* #para1{ }: 为所有ID为para1的指定一个样式，不能够以数字开头。 */
/* p{ }: 为所有 p 元素指定一个样式。 */
/* .marked{ }: 为所有 class="marked" 的元素指定一个样式。 */
/* .marked p{ }: 为所有 class="marked" 元素内的 p 元素指定一个样式。 */
/* p.marked{ }: 为所有 class="marked" 的 p 元素指定一个样式。 */
/* div#loading{ }: 为所有div中id为loading的指定一个样式。*/


.profile-thumbnail {
    position: absolute;
}
.profile-header {
    min-height: 260px; margin-left: 280px;
}

div.message-tabs {
    margin-top: 16px;
}
ul.messages {
    list-style-type: none; padding: 0px; margin: 16px 0px 0px 0px; border-top: 1px solid #e0e0e0;
}
div.message-tabs ul.messages {
    margin: 0px; border-top: none;
}
ul.messages li.message {
    padding: 8px; border-bottom: 1px solid #e0e0e0;
}
ul.messages li.message:hover {
    background-color: #f0f0f0;
}
div.message-date {
    float: right;
}
div.message-author {
    font-weight: bold;
}
div.message-thumbnail {
    position: absolute;
}
div.message-content {
    margin-left: 48px; min-height: 48px;
}
div.message-footer {
    text-align: right;
}
div.pagination {
    width: 100%; text-align: right; padding: 0px; margin: 0px;
}
div.flask-pagedown-preview {
    margin: 10px 0px 10px 0px; border: 1px solid #e0e0e0; padding: 4px;
}
div.flask-pagedown-preview h1 {
    font-size: 140%;
}
div.flask-pagedown-preview h2 {
    font-size: 130%;
}
div.flask-pagedown-preview h3 {
    font-size: 120%;
}
.message-body h1 {
    font-size: 140%;
}
.message-body h2 {
    font-size: 130%;
}
.message-body h3 {
    font-size: 120%;
}


.figurezoom {
    overflow: hidden; position: relative; border: none;
    /* border: 2px dashed rgba(119, 118, 118, 0.5); */
}

.figurezoom img {
    position: absolute; width: 100%; height: auto; cursor: move;
}

/* 用于设置段落格式 */
.paragraph_indent2 {
    text-indent: 2em; text-align: justify;
}
.header_center {
    text-align:center;
}
.span_center {
    text-align: center; display: block; font-size: large; font-style: italic;
}

/* document style */
.hugs_document img {
    max-width:100%; 
    max-height:100%; 
    width:auto; 
    height:auto;
}

div.hugs_doc_botton {
    display: flex; flex-direction: row; justify-content: center;
}

div.hugs_doc_img {
    height: 250px; display: flex; flex-direction: column; justify-content: center; 
}
