本博客的SimpleMemory博客皮膚設置教程及效果

来源:https://www.cnblogs.com/GryphonRiders/archive/2023/11/23/17852791.html
-Advertisement-
Play Games

博客樣式設置 本博客皮膚設計來自一位超級大佬所做 大佬的GitHub項目地址:https://github.com/BNDong/Cnblogs-Theme-SimpleMemory 大佬的博客園地址:https://www.cnblogs.com/BNDong 第一步:獲取許可權 開通博客園賬號並且 ...


博客樣式設置

本博客皮膚設計來自一位超級大佬所做

大佬的GitHub項目地址:https://github.com/BNDong/Cnblogs-Theme-SimpleMemory
大佬的博客園地址:https://www.cnblogs.com/BNDong

第一步:獲取許可權

開通博客園賬號並且開通博客園後臺設置的JS許可權,並勾選博客皮膚為SimpleMemory
image

第二步:粘貼頁面定製CSS代碼

打開eMemory 的GitHub地址,找到dist文件夾點進去,複製下pleMemory.css里的內容,然後把內容粘貼到頁面定製CSS代碼的文本框內,選擇禁用模板預設CSS。(這裡是根據版本不同來選擇的,v2點多版本作者是把css,js主題文件都放在了dist,方便用戶使用,v.1.3多版本是在其他文件夾下的)
image
為方便複製粘貼CSS代碼塊如下,複製完後可點目錄第3步跳轉避免翻全部CSS樣式代碼。

#EntryTag,
#blogTitle h1 {
    margin-top: 20px
}

#EntryTag a,
.postSticky {
    background: #6fa3ef
}

#blogTitle h1 a:hover,
.dayTitle a,
a,
a:active,
a:link,
a:visited {
    color: #5c8ec6
}

#calendar table a:hover,
#navList a:hover,
.postDesc a:hover,
a:active,
a:hover,
a:link,
a:visited,
button {
    text-decoration: none
}

#mainContent,
#sideBar,
#topics {
    -o-text-overflow: ellipsis
}

*,
.Cal {
    padding: 0
}

::-moz-selection {
    background: #807dd4;
    color: #fff
}

::selection {
    background: #807dd4;
    color: #fff
}

::-webkit-selection {
    background: #807dd4;
    color: #fff
}

::-webkit-scrollbar {
    height: 3px;
    width: 3px
}

::-webkit-scrollbar:hover {
    height: 9px;
    width: 9px
}

::-webkit-scrollbar-track {
    background-color: #f9f9f9;
    width: 3px
}

::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: #999;
    border-radius: 10px;
    min-height: 100px
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555
}

#mainContent,
#sideBar,
#topics {
    overflow: hidden;
    text-overflow: ellipsis
}

#BlogPostCategory a {
    background: #e8a258
}

#BlogPostCategory a span,
#EntryTag a span {
    margin-right: 3px
}

.topicListFooter {
    margin-right: 10px;
    margin-top: 10px;
    text-align: right
}

#navList a,
.dayTitle,
button {
    text-align: center
}

#home,
.inner {
    margin: 0 auto
}

#divRefreshComments {
    font-size: 9pt;
    margin-right: 10px
}

* {
    margin: 0
}

html {
    -webkit-tap-highlight-color: transparent;
    font-size: 62.5%;
    height: 100%
}

body {
    -moz-font-feature-settings: "kern" 1;
    -o-font-feature-settings: "kern" 1;
    background-color: #fff;
    color: #3a4145;
    font-family: Merriweather, Open Sans, Microsoft Jhenghei, Microsoft Yahei, sans-serif;
    font-size: 12px;
    overflow: hidden
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

li {
    list-style: none
}

img {
    max-width: none
}

a {
    outline: 0
}

a:hover {
    color: #f60
}

.clear {
    clear: both
}

button {
    background: #5ba4e5;
    border: .1em solid #0000000d;
    border-radius: .3rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans, sans-serif;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 13px;
    outline: 0;
    padding: .1rem 1.5rem;
    text-shadow: none;
    text-transform: uppercase;
    width: auto
}

b {
    font-weight: 400
}

#home {
    background-color: #ffffffe6;
    box-shadow: 0 0 20px 10px #dcdcdc4d;
    max-width: 900px;
    padding: 0 20px 30px;
    width: 70%
}

#header {
    margin-top: 10px;
    padding-bottom: 5px
}

#blogTitle {
    clear: both;
    height: 60px
}

#blogTitle h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5em
}

#blogTitle h1 a {
    color: #515151
}

#blogTitle h2 {
    color: #757575;
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.846153846
}

#blogLogo {
    float: right
}

#navigator {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    clear: both;
    font-size: 13px;
    height: 50px;
    margin-top: 25px
}

#bannerbar {
    display: none
}

#blog-calendar td,
#blog-calendar th,
.Cal,
.btn_my_zzk,
.dayTitle {
    font-size: 12px
}

#navList {
    float: left;
    min-height: 30px
}

#navList li {
    float: left;
    margin: 0 40px 0 0
}

#navList a {
    display: block;
    float: left;
    height: 22px;
    padding-top: 19px;
    width: 5em
}

#navList a:active,
#navList a:link,
#navList a:visited {
    color: #6a6a6a;
    font-weight: 700
}

#navList a:hover {
    color: #000
}

.blogStats {
    color: #757575;
    float: right;
    margin-right: 2px;
    margin-top: 19px;
    text-align: right
}

#main {
    margin-top: 30px;
    text-align: left;
    width: 100%
}

#mainContent .forFlow {
    float: none;
    width: auto
}

#mainContent {
    float: none;
    margin: auto;
    min-height: 200px;
    padding: 0 0 10px;
    width: 100%
}

.day,
.entrylistItem:not(:last-of-type) {
    border-bottom: 1px solid #e9e9e9;
    min-height: 10px
}

.day:after,
.entrylistItem:not(:last-of-type):after {
    bottom: -5px;
    content: "";
    height: 7px;
    left: 50%;
    width: 7px
}

.day {
    word-wrap: break-word;
    margin: 3.5rem auto;
    padding-bottom: 3.3rem;
    position: relative
}

.btn_my_zzk,
.c_b_p_desc_img,
.day:after,
.dayTitle {
    position: absolute
}

.c_b_p_desc_readmore {
    background: 0 0;
    border: 0;
    border-bottom: 2px solid #666;
    color: #555 !important;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    padding: 0;
    text-align: center;
    transition-property: border;
    width: 85px
}

.day:after {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 100%;
    box-shadow: 0 0 0 5px #ffffffb3;
    display: block;
    margin-left: -5px
}

.dayTitle {
    background: azure;
    border: 1px solid #5c8ec6;
    border-radius: 50%;
    clear: both;
    display: none;
    height: 65px;
    line-height: 1.5;
    margin: 15px 15px 15px -100px;
    top: -15px;
    width: 63px
}

.dayTitle a {
    display: inline-block;
    margin-top: 15px;
    width: 60px
}

.desc_img {
    display: none
}

.c_b_p_desc_img {
    border-left: 1px dashed #e9e9e9;
    height: 100%;
    opacity: .9;
    overflow: hidden;
    padding-left: 13px;
    right: 0;
    top: -5px;
    width: calc(39% - 20px)
}

.c_b_p_desc_img div {
    border-radius: 4px;
    height: 100%;
    margin: 0;
    opacity: .95;
    width: 100%
}

.postCon,
.postDesc,
.postSeparator,
.postTitle {
    clear: both;
    width: 100%
}

.postTitle {
    float: right;
    font-size: 20px
}

.postTitle a:active,
.postTitle a:visited {
    color: #4a4a4a;
    transition: color .3s ease
}

.postTitle a:link {
    word-wrap: break-word;
    -webkit-tap-highlight-color: transparent;
    background-color: #0000;
    color: #4a4a4a;
    font-family: Open Sans, Microsoft Jhenghei, Microsoft Yahei, sans-serif;
    font-size: 3.1rem;
    font-weight: 700;
    letter-spacing: -1px;
    transition-delay: 0s;
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: ease
}

#topics .postTitle a:link {
    text-shadow: 0 3px 6px #0000004d
}

.postTitle a:hover {
    color: #000
}

.entrylistPostSummary,
.postCon {
    font-feature-settings: "liga" 1, "onum" 1, "kern" 1;
    word-wrap: break-word;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    color: #3a4145;
    display: block;
    font-family: Noto Sans SC, serif;
    font-size: 1.45em;
    line-height: 1.7em;
    margin: 0;
    padding: 25px 0 10px;
    position: relative;
    text-align: justify
}

.postMeta {
    color: #888;
    display: inline-block;
    font-size: 14px;
    position: relative;
    top: 10px
}

.postMeta>i {
    font-size: 15px;
    margin: 0 5px
}

.postMeta>i:not(:first-child) {
    margin-left: 10px
}

.postDesc {
    color: #9eabb3;
    display: none;
    float: left;
    font-family: Open Sans, sans-serif;
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin: 0;
    padding-right: 5px;
    text-align: left
}

#cnblogs_post_body h1:hover:after,
#cnblogs_post_body h2:hover:after,
#cnblogs_post_body h3:hover:after,
#cnblogs_post_body h4:hover:after,
#cnblogs_post_body h5:hover:after {
    color: #0d6efd80;
    content: "#";
    margin-left: 5px;
    transition: color .15s ease-in-out
}

p.article-info-text>.postMeta {
    color: #ffffffe6;
    font-family: Noto Sans SC, serif;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0 3px 6px #00000080
}

p.article-info-text>.postMeta i {
    font-size: 16px
}

p.article-info-text>.postMeta br {
    display: none
}

.postDesc a:active,
.postDesc a:link,
.postDesc a:visited {
    color: #666
}

.postDesc a:hover {
    color: #5c8ec6
}

.postSticky {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 1px 3px;
    position: relative;
    top: -6px
}

.postSeparator {
    float: right;
    height: 1px;
    margin: 0 auto 15px
}

#sideBar {
    float: right;
    margin-top: -15px;
    padding: 0 0 0 5px;
    width: 230px
}

#sideBar a {
    color: #757575
}

#sideBar a:hover {
    color: #5c8ec6;
    text-decoration: underline
}

img.sidebar-vip-logo {
    height: 11px;
    left: 76px;
    position: absolute;
    top: 9px;
    vertical-align: middle;
    width: 11px
}

.sidebar-title-msg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 195px
}

.sidebar-title-msg:hover {
    animation: none;
    cursor: pointer;
    overflow: auto;
    text-overflow: unset;
    white-space: unset;
    width: 195px
}

#sb_widget_my_zzk {
    text-align: center;
    width: 100%
}

.btn_my_zzk {
    border: 0;
    color: #0000;
    cursor: pointer;
    height: 25px;
    right: -35px;
    top: 1px;
    width: 25px
}

.input_my_zzk:focus,
.input_my_zzk:hover {
    border: 1px solid #666
}

.input_my_zzk:hover {
    transition: all .4s linear 0s
}

.catList,
.catListArticleArchive,
.catListArticleCategory,
.catListBlogRank,
.catListComment,
.catListEssay,
.catListFeedback,
.catListImageCategory,
.catListLink,
.catListNoteBook,
.catListPostArchive,
.catListPostCategory,
.catListTag,
.catListView,
.mySearch,
.newsItem {
    word-wrap: break-word;
    background: #fff;
    margin-bottom: 35px
}

#blog-calendar {
    margin: 10px 5px 5px 10px;
    visibility: hidden
}

#blog-calendar td {
    font-family: Comic Sans MS;
    text-align: center
}

#calendar {
    border: 1px solid #ededed;
    box-shadow: 0 1px 3px #ccc;
    margin-bottom: 35px;
    padding-bottom: 5px;
    width: 228px
}

.calendar {
    border: 0 solid #000
}

#calendar .Cal {
    line-height: 1.5em;
    width: 100%
}

#calendar td {
    background: #fff;
    font-family: Comic Sans MS;
    padding-top: 2px
}

.Cal {
    border: none;
    color: #666;
    font-family: arial;
    width: 100%
}

.CalOtherMonthDay,
.CalWeekendDay {
    padding-bottom: 4px;
    padding-top: 4px
}

#calendar table a:active,
#calendar table a:link,
#calendar table a:visited {
    font-weight: 700
}

#calendar table a:hover {
    color: #fff
}

.CalTodayDay {
    background: #2d2d2b;
    color: #b8b8b8;
    font-weight: 700
}

.CalDayHeader,
.CalWeekendDay {
    background: #111
}

.CalOtherMonthDay {
    color: #3c3c3c
}

#calendar .CalNextPrev a:active,
#calendar .CalNextPrev a:link,
#calendar .CalNextPrev a:visited {
    font-weight: 700;
    padding-left: 10px;
    padding-right: 15px
}

.CalDayHeader {
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 5px
}

.CalTitle {
    background: #6293bb;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    padding: 5px 0;
    text-align: center;
    width: 100%
}

.CalTitle td {
    background: #000;
    font-family: verdana;
    font-size: 12px;
    font-weight: 700
}

.Cal td {
    font-size: 10px;
    height: 20px
}

.Cal a:active,
.Cal a:link,
.Cal a:visited {
    color: #ff9;
    text-decoration: underline
}

.Cal a:hover {
    text-decoration: none
}

.CalSelector {
    background: #efefef
}

.catListTitle {
    font-size: 110%;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: left
}

#sideBarMain ul,
.catListComment,
.page-description,
.pfl_feedback_area_title {
    line-height: 1.5em
}

.divRecentComment {
    color: #494949;
    margin-bottom: 20px;
    text-indent: 2em
}

#sideBarMain li {
    line-height: 1.8
}

#topics {
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    margin: 15px auto 4rem;
    min-height: 200px;
    padding: 0 0 10px;
    width: 100%
}

#topics .postTitle {
    border: 0;
    font-size: 130%;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 5px;
    width: 100%
}

#BlogPostCategory,
#BlogPostCategory a:active,
#BlogPostCategory a:link,
#BlogPostCategory a:visited,
#EntryTag,
#EntryTag a:active,
#EntryTag a:link,
#EntryTag a:visited {
    color: #666
}

#BlogPostCategory a,
#EntryTag a {
    border-radius: 3px;
    color: #fff !important;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin: 2px 5px 0;
    padding: 3px 5px;
    text-decoration: none
}

#BlogPostCategory a:hover,
#EntryTag a:hover {
    opacity: .8;
    transition: all .3s linear 0s
}

#topics .postDesc {
    background: 0 0;
    color: #666;
    margin-top: 5px;
    padding-left: 0;
    text-align: left;
    width: 100%
}

.feedbackListSubtitle-louzhu:after,
.feedbackListSubtitle:after,
.feedbackListSubtitle:before {
    border-style: solid solid outset;
    content: " ";
    display: block;
    height: 0;
    left: -16px;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 11px;
    width: 0
}

.feedback_area_title {
    font: normal normal 16px/35px Microsoft YaHei;
    margin: 10px 0 30px
}

.louzhu {
    margin: 0 2px
}

.feedbackListSubtitle a:active,
.feedbackListSubtitle a:link,
.feedbackListSubtitle a:visited {
    color: #777;
    font-weight: 700
}

.feedbackListSubtitle a:hover {
    color: #5c8ec6;
    text-decoration: underline
}

.feedbackListSubtitle b {
    color: #5c8ec6
}

.feedbackListSubtitle:before {
    border-color: #0000 #d1d5da #0000 #0000;
    border-width: 8px
}

.feedbackListSubtitle-louzhu:after,
.feedbackListSubtitle:after {
    border-color: #0000;
    border-width: 7px;
    margin-left: 2px;
    margin-top: 1px
}

.feedbackListSubtitle:after {
    border-right-color: #f6f8fa
}

.feedbackListSubtitle-louzhu:after {
    border-right-color: #f1f8ff !important
}

.feedbackManage {
    float: right;
    text-align: right;
    width: 200px
}

.feedbackCon {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 0;
    line-height: 1.5;
    min-height: 35px;
    padding: 10px 20px;
    position: relative
}

.feedbackListSubtitle-louzhu {
    background-color: #f1f8ff !important;
    border-bottom-color: #c0d3eb !important
}

.feedbackItem {
    font-size: 13px;
    margin: 0;
    padding: 15px 0 15px 60px;
    position: relative
}

.feedbackItem:before {
    background-color: #e1e4e8;
    bottom: 0;
    content: "";
    display: block;
    left: 90px;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 0
}

.feedbackAvatar {
    left: 1px;
    position: absolute
}

.feedbackAvatar img {
    border: 1px solid #d1d5da;
    border-radius: 3px;
    height: 40px;
    padding: 2px;
    width: 40px
}

div#tbCommentBodyPreview {
    border: 0
}

#divRefreshComments {
    margin-bottom: 10px;
    text-align: right
}

.commenttb {
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #555;
    margin-bottom: 10px;
    padding: 8px;
    width: 320px
}

.commentTextBox:hover,
.commenttb:hover {
    border-color: #52a8eccc;
    color: #333;
    transition: all .4s linear 0s
}

#Profile1_panelAdd input[type=text]:hover,
#Profile1_txtContent:hover,
.commentTextBox:hover,
.commenttb:hover {
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .075), 0 0 4px #52a8ec99;
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .075), 0 0 4px #52a8ec99;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .075), 0 0 4px #52a8ec99;
    outline: 0
}

.commentTextBox {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 410px !important
}

#AjaxHolder_PostComment_btnSubmit {
    background: #5c8ec6;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    outline: 0;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    vertical-align: middle
}

#AjaxHolder_PostComment_btnSubmit:hover {
    background: #333
}

#AjaxHolder_PostComment_divCommnentArea tr {
    margin-bottom: 10px;
    margin-top: 10px
}

.comment_vote {
    padding-right: 10px
}

.comment_vote a {
    color: #999
}

.comment_vote a:hover {
    color: #5c8ec6
}

#commentform_title {
    background-image: none;
    font: normal normal 16px/35px Microsoft YaHei;
    margin: 0;
    padding: 0
}

#comment_form_container .author {
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #555;
    height: 20px;
    padding-left: 10px;
    width: 320px
}

#comment_form_container p {
    font-size: 14px;
    margin-bottom: 20px
}

.commentbox_title_left {
    font-size: 14px
}

#comment_form_container .comment_textarea {
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #555;
    font-size: 13px;
    height: 100%;
    margin-bottom: 10px;
    min-height: 250px;
    padding: 8px;
    width: 100%
}

#comment_form_container .comment_textarea:hover {
    border-color: #5c8ec6;
    outline: 0;
    transition: all .4s linear 0s
}

#comment_form_container .comment_textarea:focus {
    outline: 0
}

.commentbox_tab.active,
.commentbox_tab:hover {
    border-bottom: 0;
    color: #5c8ec6
}

.comment_btn {
    background-color: #5c8ec6;
    border: none
}

.comment_btn:hover {
    background: #71ace5
}

.PostListTitle,
.entrylistTitle,
.thumbTitle {
    background-image: none;
    height: 38px;
    line-height: 38px;
    font: normal normal 16px/35px Microsoft YaHei;
    margin: 10px 0 30px;
    padding: 0
}

.dev__developer,
.entrylistPosttitle a:active,
.entrylistPosttitle a:link,
.entrylistPosttitle a:visited {
    font-family: Open Sans, Microsoft Jhenghei, Microsoft Yahei, sans-serif
}

.entrylistDescription {
    color: #666;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: right
}

.entrylistItem {
    word-wrap: break-word;
    margin: 3.5rem auto;
    padding-bottom: 3.3rem;
    position: relative
}

.entrylistItem:after {
    background: #fff;
    border: 1px solid #e7eef2;
    border-radius: 100%;
    box-shadow: 0 0 0 5px #fff;
    display: block;
    margin-left: -5px;
    position: absolute
}

.entrylistPosttitle {
    font-size: 20px;
    width: 100%
}

.entrylistPosttitle a:active,
.entrylistPosttitle a:link,
.entrylistPosttitle a:visited {
    word-wrap: break-word;
    -webkit-tap-highlight-color: transparent;
    background-color: #0000;
    color: #4a4a4a;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: -1px;
    transition: all .4s linear 0s;
    transition-delay: 0s;
    transition-duration: .3s;
    transition-property: color;
    transition-timing-function: ease
}

.entrylistPosttitle a:hover {
    color: #000
}

.entrylistItemPostDesc,
.sb-title {
    font-family: Open Sans, sans-serif
}

.entrylistItemPostDesc {
    clear: both;
    color: #9eabb3;
    display: none;
    float: left;
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin: 0;
    padding-right: 5px;
    text-align: left;
    width: 100%
}

.entrylistItemPostDesc a:active,
.entrylistItemPostDesc a:link,
.entrylistItemPostDesc a:visited {
    color: #666
}

.entrylistItemPostDesc a:hover {
    color: #5c8ec6
}

.entrylist .postSeparator {
    border: none;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%
}

#footer,
.pager {
    font-size: 12px
}

.divPhoto,
.pager {
    margin-right: 10px
}

.divRecentCommentAticle a {
    color: #000
}

.pager {
    color: #9eabb3;
    text-align: right
}

#nav_next_page a,
.pager a {
    border: 1px solid #bfc8cd;
    border-radius: 4px;
    color: #9eabb3 !important;
    display: inline-block;
    min-width: 18px;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease
}

#nav_next_page a:active,
#nav_next_page a:link,
#nav_next_page a:visited,
.pager a:active,
.pager a:link,
.pager a:visited {
    color: #9eabb3 !important
}

.pager a {
    padding: 0 5px
}

#nav_next_page a {
    padding: 3px 5px
}

#nav_next_page a:hover,
.pager a:hover {
    background: #fff;
    border-color: #98a0a4;
    color: #889093
}

.PostList {
    border-bottom: 1px dashed #e9e9e9;
    clear: both;
    margin-bottom: 20px;
    min-height: 1.5em;
    padding-bottom: 20px;
    padding-top: 20px
}

.postTitl2 {
    float: left;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px
}

.postDesc2 {
    color: #666;
    float: right
}

.postText2 {
    clear: both;
    color: #757575
}

.pfl_feedback_area_title {
    font-weight: 700;
    margin-bottom: 10px;
    text-align: right
}

.pfl_feedbackItem {
    border: 1px dashed #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px
}

.pfl_feedbacksubtitle {
    height: 1.5em;
    width: 100%
}

.pfl_feedbackname {
    float: left
}

.commentbox_title_right,
.pfl_feedbackManage {
    float: right
}

.pfl_feedbackname a {
    color: #5c8ec6;
    font-weight: 700
}

.pfl_feedbackCon {
    color: #000;
    padding-bottom: 5px;
    padding-top: 5px
}

.pfl_feedbackAnswer {
    color: #f40;
    text-indent: 2em
}

.tdSentMessage {
    text-align: right
}

.errorMessage {
    float: left;
    width: 300px
}

#Profile1_panelAdd input[type=text],
#Profile1_txtContent {
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #555;
    margin-bottom: 10px;
    padding: 8px
}

#Profile1_panelAdd input[type=text]:hover,
#Profile1_txtContent:hover {
    border-color: #52a8eccc;
    color: #333;
    transition: all .4s linear 0s
}

#Profile1_panelAdd input[type=text]:focus,
#Profile1_txtContent:focus {
    border-color: #52a8eccc;
    outline: 0
}

#Profile1_panelAdd input[type=submit] {
    background: #5c8ec6;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    outline: 0;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    vertical-align: middle
}

#Profile1_panelAdd input[type=submit]:hover {
    background: #333
}

.feedbackListSubtitle {
    align-items: center;
    background-color: #f6f8fa;
    border: 1px solid #e9e9e9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    clear: both;
    color: #586069;
    flex-direction: row-reverse;
    padding: 10px 20px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

#footer,
.main-header,
.scroll-down {
    position: absolute
}

.divPhoto {
    border: 1px solid #ccc;
    padding: 2px
}

.thumbDescription {
    color: #757575;
    margin-bottom: 30px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: right
}

#footer {
    color: #888;
    left: 0;
    line-height: 1.5;
    margin: 20vh 0 0;
    min-height: 100px;
    padding: 15px 0;
    right: 0
}

.my-face {
    animation: my-face 5s ease-in-out infinite;
    display: inline-block;
    margin: 0 5px
}

@-moz-keyframes my-face {

    2%,
    24%,
    80% {
        -webkit-transform: translateY(1.5px) rotate(1.5deg);
        -moz-transform: translateY(1.5px) rotate(1.5deg);
        -ms-transform: translateY(1.5px) rotate(1.5deg);
        -o-transform: translateY(1.5px) rotate(1.5deg);
        transform: translateY(1.5px) rotate(1.5deg)
    }

    4%,
    68%,
    98% {
        -webkit-transform: translateY(-1.5px) rotate(-.5deg);
        -moz-transform: translateY(-1.5px) rotate(-.5deg);
        -ms-transform: translateY(-1.5px) rotate(-.5deg);
        -o-transform: translateY(-1.5px) rotate(-.5deg);
        transform: translateY(-1.5px) rotate(-.5deg)
    }

    38%,
    6% {
        -webkit-transform: translateY(1.5px) rotate(-1.5deg);
        -moz-transform: translateY(1.5px) rotate(-1.5deg);
        -ms-transform: translateY(1.5px) rotate(-1.5deg);
        -o-transform: translateY(1.5px) rotate(-1.5deg);
        transform: translateY(1.5px) rotate(-1.5deg)
    }

    8%,
    86% {
        -webkit-transform: translateY(-1.5px) rotate(-1.5deg);
        -moz-transform: translateY(-1.5px) rotate(-1.5deg);
        -ms-transform: translateY(-1.5px) rotate(-1.5deg);
        -o-transform: translateY(-1.5px) rotate(-1.5deg);
        transform: translateY(-1.5px) rotate(-1.5deg)
    }

    10%,
    72% {
        -webkit-transform: translateY(2.5px) rotate(1.5deg);
        -moz-transform: translateY(2.5px) rotate(1.5deg);
        -ms-transform: translateY(2.5px) rotate(1.5deg);
        -o-transform: translateY(2.5px) rotate(1.5deg);
        transform: translateY(2.5px) rotate(1.5deg)
    }

    12%,
    64%,
    78%,
    96% {
        -webkit-transform: translateY(-.5px) rotate(1.5deg);
        -moz-transform: translateY(-.5px) rotate(1.5deg);
        -ms-transform: translateY(-.5px) rotate(1.5deg);
        -o-transform: translateY(-.5px) rotate(1.5deg);
        transform: translateY(-.5px) rotate(1.5deg)
    }

    14%,
    54% {
        -webkit-transform: translateY(-1.5px) rotate(1.5deg);
        -moz-transform: translateY(-1.5px) rotate(1.5deg);
        -ms-transform: translateY(-1.5px) rotate(1.5deg);
        -o-transform: translateY(-1.5px) rotate(1.5deg);
        transform: translateY(-1.5px) rotate(1.5deg)
    }

    16% {
        -webkit-transform: translateY(-.5px) rotate(-1.5deg);
        -moz-transform: translateY(-.5px) rotate(-1.5deg);
        -ms-transform: translateY(-.5px) rotate(-1.5deg);
        -o-transform: translateY(-.5px) rotate(-1.5deg);
        transform: translateY(-.5px) rotate(-1.5deg)
    }

    18%,
    22% {
        -webkit-transform: translateY(.5px) rotate(-1.5deg);
        -moz-transform: translateY(.5px) rotate(-1.5deg);
        -ms-transform: translateY(.5px) rotate(-1.5deg);
        -o-transform: translateY(.5px) rotate(-1.5deg);
        transform: translateY(.5px) rotate(-1.5deg)
    }

    20%,
    36%,
    46% {
        -webkit-transform: translateY(-1.5px) rotate(2.5deg);
        -moz-transform: translateY(-1.5px) rotate(2.5deg);
        -ms-transform: translateY(-1.5px) rotate(2.5deg);
        -o-transform: translateY(-1.5px) rotate(2.5deg);
        transform: translateY(-1.5px) rotate(2.5deg)
    }

    26%,
    50% {
        -webkit-transform: translateY(.5px) rotate(.5deg);
        -moz-transform: translateY(.5px) rotate(.5deg);
        -ms-transform: translateY(.5px) rotate(.5deg);
        -o-transform: translateY(.5px) rotate(.5deg);
        transform: translateY(.5px) rotate(.5deg)
    }

    28% {
        -webkit-transform: translateY(.5px) rotate(1.5deg);
        -moz-transform: translateY(.5px) rotate(1.5deg);
        -ms-transform: translateY(.5px) rotate(1.5deg);
        -o-transform: translateY(.5px) rotate(1.5deg);
        transform: translateY(.5px) rotate(1.5deg)
    }

    30%,
    40%,
    62%,
    76%,
    88% {
        -webkit-transform: translateY(-.5px) rotate(2.5deg);
        -moz-transform: translateY(-.5px) rotate(2.5deg);
        -ms-transform: translateY(-.5px) rotate(2.5deg);
        -o-transform: translateY(-.5px) rotate(2.5deg);
        transform: translateY(-.5px) rotate(2.5deg)
    }

    32%,
    34%,
    66% {
        -webkit-transform: translateY(1.5px) rotate(-.5deg);
        -moz-transform: translateY(1.5px) rotate(-.5deg);
        -ms-transform: translateY(1.5px) rotate(-.5deg);
        -o-transform: translateY(1.5px) rotate(-.5deg);
        transform: translateY(1.5px) rotate(-.5deg)
    }

    42% {
        -webkit-transform: translateY(2.5px) rotate(-1.5deg);
        -moz-transform: translateY(2.5px) rotate(-1.5deg);
        -ms-transform: translateY(2.5px) rotate(-1.5deg);
        -o-transform: translateY(2.5px) rotate(-1.5deg);
        transform: translateY(2.5px) rotate(-1.5deg)
    }

    44%,
    70% {
        -webkit-transform: translateY(1.5px) rotate(.5deg);
        -moz-transform: translateY(1.5px) rotate(.5deg);
        -ms-transform: translateY(1.5px) rotate(.5deg);
        -o-transform: translateY(1.5px) rotate(.5deg);
        transform: translateY(1.5px) rotate(.5deg)
    }

    48%,
    74%,
    82% {
        -webkit-transform: translateY(-.5px) rotate(.5deg);
        -moz-transform: translateY(-.5px) rotate(.5deg);
        -ms-transform: translateY(-.5px) rotate(.5deg);
        -o-transform: translateY(-.5px) rotate(.5deg);
        transform: translateY(-.5px) rotate(.5deg)
    }

    52%,
    56%,
    60% {
        -webkit-transform: translateY(2.5px) rotate(2.5deg);
        -moz-transform: translateY(2.5px) rotate(2.5deg);
        -ms-transform: translateY(2.5px) rotate(2.5deg);
        -o-transform: translateY(2.5px) rotate(2.5deg);
        transform: translateY(2.5px) rotate(2.5deg)
    }

    58% {
        -webkit-transform: translateY(.5px) rotate(2.5deg);
        -moz-transform: translateY(.5px) rotate(2.5deg);
        -ms-transform: translateY(.5px) rotate(2.5deg);
        -o-transform: translateY(.5px) rotate(2.5deg);
        transform: translateY(.5px) rotate(2.5deg)
    }

    84% {
        -webkit-transform: translateY(1.5px) rotate(2.5deg);
        -moz-transform: translateY(1.5px) rotate(2.5deg);
        -ms-transform: translateY(1.5px) rotate(2.5deg);
        -o-transform: translateY(1.5px) rotate(2.5deg);
        transform: translateY(1.5px) rotate(2.5deg)
    }

    90% {
        -webkit-transform: translateY(2.5px) rotate(-.5deg);
        -moz-transform: translateY(2.5px) rotate(-.5deg);
        -ms-transform: translateY(2.5px) rotate(-.5deg);
        -o-transform: translateY(2.5px) rotate(-.5deg);
        transform: translateY(2.5px) rotate(-.5deg)
    }

    92% {
        -webkit-transform: translateY(.5px) rotate(-.5deg);
        -moz-transform: translateY(.5px) rotate(-.5deg);
        -ms-transform: translateY(.5px) rotate(-.5deg);
        -o-transform: translateY(.5px) rotate(-.5deg);
        transform: translateY(.5px) rotate(-.5deg)
    }

    94% {
        -webkit-transform: translateY(2.5px) rotate(.5deg);
        -moz-transform: translateY(2.5px) rotate(.5deg);
        -ms-transform: translateY(2.5px) rotate(.5deg);
        -o-transform: translateY(2.5px) rotate(.5deg);
        transform: translateY(2.5px) rotate(.5deg)
    }

    0%,
    to {
        -webkit-transform: translate(0) rotate(0);
        -moz-transform: translate(0) rotate(0);
        -ms-transform: translate(0) rotate(0);
        -o-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@-webkit-keyframes my-face {

    2%,
    24%,
    80% {
        -webkit-transform: translateY(1.5px) rotate(1.5deg);
        -moz-transform: translateY(1.5px) rotate(1.5deg);
        -ms-transform: translateY(1.5px) rotate(1.5deg);
        -o-transform: translateY(1.5px) rotate(1.5deg);
        transform: translateY(1.5px) rotate(1.5deg)
    }

    4%,
    68%,
    98% {
        -webkit-transform: translateY(-1.5px) rotate(-.5deg);
        -moz-transform: translateY(-1.5px) rotate(-.5deg);
        -ms-transform: translateY(-1.5px) rotate(-.5deg);
        -o-transform: translateY(-1.5px) rotate(-.5deg);
        transform: translateY(-1.5px) rotate(-.5deg)
    }

    38%,
    6% {
        -webkit-transform: translateY(1.5px) rotate(-1.5deg);
        -moz-transform: translateY(1.5px) rotate(-1.5deg);
        -ms-transform: translateY(1.5px) rotate(-1.5deg);
        -o-transform: translateY(1.5px) rotate(-1.5deg);
        transform: translateY(1.5px) rotate(-1.5deg)
    }

    8%,
    86% {
        -webkit-transform: translateY(-1.5px) rotate(-1.5deg);
        -moz-transform: translateY(-1.5px) rotate(-1.5deg);
        -ms-transform: translateY(-1.5px) rotate(-1.5deg);
        -o-transform: translateY(-1.5px) rotate(-1.5deg);
        transform: translateY(-1.5px) rotate(-1.5deg)
    }

    10%,
    72% {
        -webkit-transform: translateY(2.5px) rotate(1.5deg);
        -moz-transform: translateY(2.5px) rotate(1.5deg);
        -ms-transform: translateY(2.5px) rotate(1.5deg);
        -o-transform: translateY(2.5px) rotate(1.5deg);
        transform: translateY(2.5px) rotate(1.5deg)
    }

    12%,
    64%,
    78%,
    96% {
        -webkit-transform: translateY(-.5px) rotate(1.5deg);
        -moz-transform: translateY(-.5px) rotate(1.5deg);
        -ms-transform: translateY(-.5px) rotate(1.5deg);
        -o-transform: translateY(-.5px) rotate(1.5deg);
        transform: translateY(-.5px) rotate(1.5deg)
    }

    14%,
    54% {
        -webkit-transform: translateY(-1.5px) rotate(1.5deg);
        -moz-transform: translateY(-1.5px) rotate(1.5deg);
        -ms-transform: translateY(-1.5px) rotate(1.5deg);
        -o-transform: translateY(-1.5px) rotate(1.5deg);
        transform: translateY(-1.5px) rotate(1.5deg)
    }

    16% {
        -webkit-transform: translateY(-.5px) rotate(-1.5deg);
        -moz-transform: translateY(-.5px) rotate(-1.5deg);
        -ms-transform: translateY(-.5px) rotate(-1.5deg);
        -o-transform: translateY(-.5px) rotate(-1.5deg);
        transform: translateY(-.5px) rotate(-1.5deg)
    }

    18%,
    22% {
        -webkit-transform: translateY(.5px) rotate(-1.5deg);
        -moz-transform: translateY(.5px) rotate(-1.5deg);
        -ms-transform: translateY(.5px) rotate(-1.5deg);
        -o-transform: translateY(.5px) rotate(-1.5deg);
        transform: translateY(.5px) rotate(-1.5deg)
    }

    20%,
    36%,
    46% {
        -webkit-transform: translateY(-1.5px) rotate(2.5deg);
        -moz-transform: translateY(-1.5px) rotate(2.5deg);
        -ms-transform: translateY(-1.5px) rotate(2.5deg);
        -o-transform: translateY(-1.5px) rotate(2.5deg);
        transform: translateY(-1.5px) rotate(2.5deg)
    }

    26%,
    50% {
        -webkit-transform: translateY(.5px) rotate(.5deg);
        -moz-transform: translateY(.5px) rotate(.5deg);
        -ms-transform: translateY(.5px) rotate(.5deg);
        -o-transform: translateY(.5px) rotate(.5deg);
        transform: translateY(.5px) rotate(.5deg)
    }

    28% {
        -webkit-transform: translateY(.5px) rotate(1.5deg);
        -moz-transform: translateY(.5px) rotate(1.5deg);
        -ms-transform: translateY(.5px) rotate(1.5deg);
        -o-transform: translateY(.5px) rotate(1.5deg);
        transform: translateY(.5px) rotate(1.5deg)
    }

    30%,
    40%,
    62%,
    76%,
    88% {
        -webkit-transform: translateY(-.5px) rotate(2.5deg);
        -moz-transform: translateY(-.5px) rotate(2.5deg);
        -ms-transform: translateY(-.5px) rotate(2.5deg);
        -o-transform: translateY(-.5px) rotate(2.5deg);
        transform: translateY(-.5px) rotate(2.5deg)
    }

    32%,
    34%,
    66% {
        -webkit-transform: translateY(1.5px) rotate(-.5deg);
        -moz-transform: translateY(1.5px) rotate(-.5deg);
        -ms-transform: translateY(1.5px) rotate(-.5deg);
        -o-transform: translateY(1.5px) rotate(-.5deg);
        transform: translateY(1.5px) rotate(-.5deg)
    }

    42% {
        -webkit-transform: translateY(2.5px) rotate(-1.5deg);
        -moz-transform: translateY(2.5px) rotate(-1.5deg);
        -ms-transform: translateY(2.5px) rotate(-1.5deg);
        -o-transform: translateY(2.5px) rotate(-1.5deg);
        transform: translateY(2.5px) rotate(-1.5deg)
    }

    44%,
    70% {
        -webkit-transform: translateY(1.5px) rotate(.5deg);
        -moz-transform: translateY(1.5px) rotate(.5deg);
        -ms-transform: translateY(1.5px) rotate(.5deg);
        -o-transform: translateY(1.5px) rotate(.5deg);
        transform: translateY(1.5px) rotate(.5deg)
    }

    48%,
    74%,
    82% {
        -webkit-transform: translateY(-.5px) rotate(.5deg);
        -moz-transform: translateY(-.5px) rotate(.5deg);
        -ms-transform: translateY(-.5px) rotate(.5deg);
        -o-transform: translateY(-.5px) rotate(.5deg);
        transform: translateY(-.5px) rotate(.5deg)
    }

    52%,
    56%,
    60% {
        -webkit-transform: translateY(2.5px) rotate(2.5deg);
        -moz-transform: translateY(2.5px) rotate(2.5deg);
        -ms-transform: translateY(2.5px) rotate(2.5deg);
        -o-transform: translateY(2.5px) rotate(2.5deg);
        transform: translateY(2.5px) rotate(2.5deg)
    }

    58% {
        -webkit-transform: translateY(.5px) rotate(2.5deg);
        -moz-transform: translateY(.5px) rotate(2.5deg);
        -ms-transform: translateY(.5px) rotate(2.5deg);
        -o-transform: translateY(.5px) rotate(2.5deg);
        transform: translateY(.5px) rotate(2.5deg)
    }

    84% {
        -webkit-transform: translateY(1.5px) rotate(2.5deg);
        -moz-transform: translateY(1.5px) rotate(2.5deg);
        -ms-transform: translateY(1.5px) rotate(2.5deg);
        -o-transform: translateY(1.5px) rotate(2.5deg);
        transform: translateY(1.5px) rotate(2.5deg)
    }

    90% {
        -webkit-transform: translateY(2.5px) rotate(-.5deg);
        -moz-transform: translateY(2.5px) rotate(-.5deg);
        -ms-transform: translateY(2.5px) rotate(-.5deg);
        -o-transform: translateY(2.5px) rotate(-.5deg);
        transform: translateY(2.5px) rotate(-.5deg)
    }

    92% {
        -webkit-transform: translateY(.5px) rotate(-.5deg);
        -moz-transform: translateY(.5px) rotate(-.5deg);
        -ms-transform: translateY(.5px) rotate(-.5deg);
        -o-transform: translateY(.5px) rotate(-.5deg);
        transform: translateY(.5px) rotate(-.5deg)
    }

    94% {
        -webkit-transform: translateY(2.5px) rotate(.5deg);
        -moz-transform: translateY(2.5px) rotate(.5deg);
        -ms-transform: translateY(2.5px) rotate(.5deg);
        -o-transform: translateY(2.5px) rotate(.5deg);
        transform: translateY(2.5px) rotate(.5deg)
    }

    0%,
    to {
        -webkit-transform: translate(0) rotate(0);
        -moz-transform: translate(0) rotate(0);
        -ms-transform: translate(0) rotate(0);
        -o-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@-o-keyframes my-face {

    2%,
    24%,
    80% {
        -webkit-transform: translateY(1.5px) rotate(1.5deg);
        -moz-transform: translateY(1.5px) rotate(1.5deg);
        -ms-transform: translateY(1.5px) rotate(1.5deg);
        -o-transform: translateY(1.5px) rotate(1.5deg);
        transform: translateY(1.5px) rotate(1.5deg)
    }

    4%,
    68%,
    98% {
        -webkit-transform: translateY(-1.5px) rotate(-.5deg);
        -moz-transform: translateY(-1.5px) rotate(-.5deg);
        -ms-transform: translateY(-1.5px) rotate(-.5deg);
        -o-transform: translateY(-1.5px) rotate(-.5deg);
        transform: translateY(-1.5px) rotate(-.5deg)
    }

    38%,
    6% {
        -webkit-transform: translateY(1.5px) rotate(-1.5deg);
        -moz-transform: translateY(1.5px) rotate(-1.5deg);
        -ms-transform: translateY(1.5px) rotate(-1.5deg);
        -o-transform: translateY(1.5px) rotate(-1.5deg);
        transform: translateY(1.5px) rotate(-1.5deg)
    }

    8%,
    86% {
        -webkit-transform: translateY(-1.5px) rotate(-1.5deg);
        -moz-transform: translateY(-1.5px) rotate(-1.5deg);
        -ms-transform: translateY(-1.5px) rotate(-1.5deg);
        -o-transform: translateY(-1.5px) rotate(-1.5deg);
        transform: translateY(-1.5px) rotate(-1.5deg)
    }

    10%,
    72% {
        -webkit-transform: translateY(2.5px) rotate(1.5deg);
        -moz-transform: translateY(2.5px) rotate(1.5deg);
        -ms-transform: translateY(2.5px) rotate(1.5deg);
        -o-transform: translateY(2.5px) rotate(1.5deg);
        transform: translateY(2.5px) rotate(1.5deg)
    }

    12%,
    64%,
    78%,
    96% {
        -webkit-transform: translateY(-.5px) rotate(1.5deg);
        -moz-transform: translateY(-.5px) rotate(1.5deg);
        -ms-transform: translateY(-.5px) rotate(1.5deg);
        -o-transform: translateY(-.5px) rotate(1.5deg);
        transform: translateY(-.5px) rotate(1.5deg)
    }

    14%,
    54% {
        -webkit-transform: translateY(-1.5px) rotate(1.5deg);
        -moz-transform: translateY(-1.5px) rotate(1.5deg);
        -ms-transform: translateY(-1.5px) rotate(1.5deg);
        -o-transform: translateY(-1.5px) rotate(1.5deg);
        transform: translateY(-1.5px) rotate(1.5deg)
    }

    16% {
        -webkit-transform: translateY(-.5px) rotate(-1.5deg);
        -moz-transform: translateY(-.5px) rotate(-1.5deg);
        -ms-transform: translateY(-.5px) rotate(-1.5deg);
        -o-transform: translateY(-.5px) rotate(-1.5deg);
        transform: translateY(-.5px) rotate(-1.5deg)
    }

    18%,
    22% {
        -webkit-transform: translateY(.5px) rotate(-1.5deg);
        -moz-transform: translateY(.5px) rotate(-1.5deg);
        -ms-transform: translateY(.5px) rotate(-1.5deg);
        -o-transform: translateY(.5px) rotate(-1.5deg);
        transform: translateY(.5px) rotate(-1.5deg)
    }

    20%,
    36%,
    46% {
        -webkit-transform: translateY(-1.5px) rotate(2.5deg);
        -moz-transform: translateY(-1.5px) rotate(2.5deg);
        -ms-transform: translateY(-1.5px) rotate(2.5deg);
        -o-transform: translateY(-1.5px) rotate(2.5deg);
        transform: translateY(-1.5px) rotate(2.5deg)
    }

    26%,
    50% {
        -webkit-transform: translateY(.5px) rotate(.5deg);
        -moz-transform: translateY(.5px) rotate(.5deg);
        -ms-transform: translateY(.5px) rotate(.5deg);
        -o-transform: translateY(.5px) rotate(.5deg);
        transform: translateY(.5px) rotate(.5deg)
    }

    28% {
        -webkit-transform: translateY(.5px) rotate(1.5deg);
        -moz-transform: translateY(.5px) rotate(1.5deg);
        -ms-transform: translateY(.5px) rotate(1.5deg);
        -o-transform: translateY(.5px) rotate(1.5deg);
        transform: translateY(.5px) rotate(1.5deg)
    }

    30%,
    40%,
    62%,
    76%,
    88% {
        -webkit-transform: translateY(-.5px) rotate(2.5deg);
        -moz-transform: translateY(-.5px) rotate(2.5deg);
        -ms-transform: translateY(-.5px) rotate(2.5deg);
        -o-transform: translateY(-.5px) rotate(2.5deg);
        transform: translateY(-.5px) rotate(2.5deg)
    }

    32%,
    34%,
    66% {
        -webkit-transform: translateY(1.5px) rotate(-.5deg);
        -moz-transform: translateY(1.5px) rotate(-.5deg);
        -ms-transform: translateY(1.5px) rotate(-.5deg);
        -o-transform: translateY(1.5px) rotate(-.5deg);
        transform: translateY(1.5px) rotate(-.5deg)
    }

    42% {
        -webkit-transform: translateY(2.5px) rotate(-1.5deg);
        -moz-transform: translateY(2.5px) rotate(-1.5deg);
        -ms-transform: translateY(2.5px) rotate(-1.5deg);
        -o-transform: translateY(2.5px) rotate(-1.5deg);
        transform: translateY(2.5px) rotate(-1.5deg)
    }

    44%,
    70% {
        -webkit-transform: translateY(1.5px) rotate(.5deg);
        -moz-transform: translateY(1.5px) rotate(.5deg);
        -ms-transform: translateY(1.5px) rotate(.5deg);
        -o-transform: translateY(1.5px) rotate(.5deg);
        transform: translateY(1.5px) rotate(.5deg)
    }

    48%,
    74%,
    82% {
        -webkit-transform: translateY(-.5px) rotate(.5deg);
        -moz-transform: translateY(-.5px) rotate(.5deg);
        -ms-transform: translateY(-.5px) rotate(.5deg);
        -o-transform: translateY(-.5px) rotate(.5deg);
        transform: translateY(-.5px) rotate(.5deg)
    }

    52%,
    56%,
    60% {
        -webkit-transform: translateY(2.5px) rotate(2.5deg);
        -moz-transform: translateY(2.5px) rotate(2.5deg);
        -ms-transform: translateY(2.5px) rotate(2.5deg);
        -o-transform: translateY(2.5px) rotate(2.5deg);
        transform: translateY(2.5px) rotate(2.5deg)
    }

    58% {
        -webkit-transform: translateY(.5px) rotate(2.5deg);
        -moz-transform: translateY(.5px) rotate(2.5deg);
        -ms-transform: translateY(.5px) rotate(2.5deg);
        -o-transform: translateY(.5px) rotate(2.5deg);
        transform: translateY(.5px) rotate(2.5deg)
    }

    84% {
        -webkit-transform: translateY(1.5px) rotate(2.5deg);
        -moz-transform: translateY(1.5px) rotate(2.5deg);
        -ms-transform: translateY(1.5px) rotate(2.5deg);
        -o-transform: translateY(1.5px) rotate(2.5deg);
        transform: translateY(1.5px) rotate(2.5deg)
    }

    90% {
        -webkit-transform: translateY(2.5px) rotate(-.5deg);
        -moz-transform: translateY(2.5px) rotate(-.5deg);
        -ms-transform: translateY(2.5px) rotate(-.5deg);
        -o-transform: translateY(2.5px) rotate(-.5deg);
        transform: translateY(2.5px) rotate(-.5deg)
    }

    92% {
        -webkit-transform: translateY(.5px) rotate(-.5deg);
        -moz-transform: translateY(.5px) rotate(-.5deg);
        -ms-transform: translateY(.5px) rotate(-.5deg);
        -o-transform: translateY(.5px) rotate(-.5deg);
        transform: translateY(.5px) rotate(-.5deg)
    }

    94% {
        -webkit-transform: translateY(2.5px) rotate(.5deg);
        -moz-transform: translateY(2.5px) rotate(.5deg);
        -ms-transform: translateY(2.5px) rotate(.5deg);
        -o-transform: translateY(2.5px) rotate(.5deg);
        transform: translateY(2.5px) rotate(.5deg)
    }

    0%,
    to {
        -webkit-transform: translate(0) rotate(0);
        -moz-transform: translate(0) rotate(0);
        -ms-transform: translate(0) rotate(0);
        -o-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@keyframes my-face {

    2%,
    24%,
    80% {
        -webkit-transform: translateY(1.5px) rotate(1.5deg);
        -moz-transform: translateY(1.5px) rotate(1.5deg);
        -ms-transform: translateY(1.5px) rotate(1.5deg);
        -o-transform: translateY(1.5px) rotate(1.5deg);
        transform: translateY(1.5px) rotate(1.5deg)
    }

    4%,
    68%,
    98% {
        -webkit-transform: translateY(-1.5px) rotate(-.5deg);
        -moz-transform: translateY(-1.5px) rotate(-.5deg);
        -ms-transform: translateY(-1.5px) rotate(-.5deg);
        -o-transform: translateY(-1.5px) rotate(-.5deg);
        transform: translateY(-1.5px) rotate(-.5deg)
    }

    38%,
    6% {
        -webkit-transform: translateY(1.5px) rotate(-1.5deg);
        -moz-transform: translateY(1.5px) rotate(-1.5deg);
        -ms-transform: translateY(1.5px) rotate(-1.5deg);
        -o-transform: translateY(1.5px) rotate(-1.5deg);
        transform: translateY(1.5px) rotate(-1.5deg)
    }

    8%,
    86% {
        -webkit-transform: translateY(-1.5px) rotate(-1.5deg);
        -moz-transform: translateY(-1.5px) rotate(-1.5deg);
        -ms-transform: translateY(-1.5px) rotate(-1.5deg);
        -o-transform: translateY(-1.5px) rotate(-1.5deg);
        transform: translateY(-1.5px) rotate(-1.5deg)
    }

    10%,
    72% {
        -webkit-transform: translateY(2.5px) rotate(1.5deg);
        -moz-transform: translateY(2.5px) rotate(1.5deg);
        -ms-transform: translateY(2.5px) rotate(1.5deg);
        -o-transform: translateY(2.5px) rotate(1.5deg);
        transform: translateY(2.5px) rotate(1.5deg)
    }

    12%,
    64%,
    78%,
    96% {
        -webkit-transform: translateY(-.5px) rotate(1.5deg);
        -moz-transform: translateY(-.5px) rotate(1.5deg);
        -ms-transform: translateY(-.5px) rotate(1.5deg);
        -o-transform: translateY(-.5px) rotate(1.5deg);
        transform: translateY(-.5px) rotate(1.5deg)
    }

    14%,
    54% {
        -webkit-transform: translateY(-1.5px) rotate(1.5deg);
        -moz-transform: translateY(-1.5px) rotate(1.5deg);
        -ms-transform: translateY(-1.5px) rotate(1.5deg);
        -o-transform: translateY(-1.5px) rotate(1.5deg);
        transform: translateY(-1.5px) rotate(1.5deg)
    }

    16% {
        -webkit-transform: translateY(-.5px) rotate(-1.5deg);
        -moz-transform: translateY(-.5px) rotate(-1.5deg);
        -ms-transform: translateY(-.5px) rotate(-1.5deg);
        -o-transform: translateY(-.5px) rotate(-1.5deg);
        transform: translateY(-.5px) rotate(-1.5deg)
    }

    18%,
    22% {
        -webkit-transform: translateY(.5px) rotate(-1.5deg);
        -moz-transform: translateY(.5px) rotate(-1.5deg);
        -ms-transform: translateY(.5px) rotate(-1.5deg);
        -o-transform: translateY(.5px) rotate(-1.5deg);
        transform: translateY(.5px) rotate(-1.5deg)
    }

    20%,
    36%,
    46% {
        -webkit-transform: translateY(-1.5px) rotate(2.5deg);
        -moz-transform: translateY(-1.5px) rotate(2.5deg);
        -ms-transform: translateY(-1.5px) rotate(2.5deg);
        -o-transform: translateY(-1.5px) rotate(2.5deg);
        transform: translateY(-1.5px) rotate(2.5deg)
    }

    26%,
    50% {
        -webkit-transform: translateY(.5px) rotate(.5deg);
        -moz-transform: translateY(.5px) rotate(.5deg);
        -ms-transform: translateY(.5px) rotate(.5deg);
        -o-transform: translateY(.5px) rotate(.5deg);
        transform: translateY(.5px) rotate(.5deg)
    }

    28% {
        -webkit-transform: translateY(.5px) rotate(1.5deg);
        -moz-transform: translateY(.5px) rotate(1.5deg);
        -ms-transform: translateY(.5px) rotate(1.5deg);
        -o-transform: translateY(.5px) rotate(1.5deg);
        transform: translateY(.5px) rotate(1.5deg)
    }

    30%,
    40%,
    62%,
    76%,
    88% {
        -webkit-transform: translateY(-.5px) rotate(2.5deg);
        -moz-transform: translateY(-.5px) rotate(2.5deg);
        -ms-transform: translateY(-.5px) rotate(2.5deg);
        -o-transform: translateY(-.5px) rotate(2.5deg);
        transform: translateY(-.5px) rotate(2.5deg)
    }

    32%,
    34%,
    66% {
        -webkit-transform: translateY(1.5px) rotate(-.5deg);
        -moz-transform: translateY(1.5px) rotate(-.5deg);
        -ms-transform: translateY(1.5px) rotate(-.5deg);
        -o-transform: translateY(1.5px) rotate(-.5deg);
        transform: translateY(1.5px) rotate(-.5deg)
    }

    42% {
        -webkit-transform: translateY(2.5px) rotate(-1.5deg);
        -moz-transform: translateY(2.5px) rotate(-1.5deg);
        -ms-transform: translateY(2.5px) rotate(-1.5deg);
        -o-transform: translateY(2.5px) rotate(-1.5deg);
        transform: translateY(2.5px) rotate(-1.5deg)
    }

    44%,
    70% {
        -webkit-transform: translateY(1.5px) rotate(.5deg);
        -moz-transform: translateY(1.5px) rotate(.5deg);
        -ms-transform: translateY(1.5px) rotate(.5deg);
        -o-transform: translateY(1.5px) rotate(.5deg);
        transform: translateY(1.5px) rotate(.5deg)
    }

    48%,
    74%,
    82% {
        -webkit-transform: translateY(-.5px) rotate(.5deg);
        -moz-transform: translateY(-.5px) rotate(.5deg);
        -ms-transform: translateY(-.5px) rotate(.5deg);
        -o-transform: translateY(-.5px) rotate(.5deg);
        transform: translateY(-.5px) rotate(.5deg)
    }

    52%,
    56%,
    60% {
        -webkit-transform: translateY(2.5px) rotate(2.5deg);
        -moz-transform: translateY(2.5px) rotate(2.5deg);
        -ms-transform: translateY(2.5px) rotate(2.5deg);
        -o-transform: translateY(2.5px) rotate(2.5deg);
        transform: translateY(2.5px) rotate(2.5deg)
    }

    58% {
        -webkit-transform: translateY(.5px) rotate(2.5deg);
        -moz-transform: translateY(.5px) rotate(2.5deg);
        -ms-transform: translateY(.5px) rotate(2.5deg);
        -o-transform: translateY(.5px) rotate(2.5deg);
        transform: translateY(.5px) rotate(2.5deg)
    }

    84% {
        -webkit-transform: translateY(1.5px) rotate(2.5deg);
        -moz-transform: translateY(1.5px) rotate(2.5deg);
        -ms-transform: translateY(1.5px) rotate(2.5deg);
        -o-transform: translateY(1.5px) rotate(2.5deg);
        transform: translateY(1.5px) rotate(2.5deg)
    }

    90% {
        -webkit-transform: translateY(2.5px) rotate(-.5deg);
        -moz-transform: translateY(2.5px) rotate(-.5deg);
        -ms-transform: translateY(2.5px) rotate(-.5deg);
        -o-transform: translateY(2.5px) rotate(-.5deg);
        transform: translateY(2.5px) rotate(-.5deg)
    }

    92% {
        -webkit-transform: translateY(.5px) rotate(-.5deg);
        -moz-transform: translateY(.5px) rotate(-.5deg);
        -ms-transform: translateY(.5px) rotate(-.5deg);
        -o-transform: translateY(.5px) rotate(-.5deg);
        transform: translateY(.5px) rotate(-.5deg)
    }

    94% {
        -webkit-transform: translateY(2.5px) rotate(.5deg);
        -moz-transform: translateY(2.5px) rotate(.5deg);
        -ms-transform: translateY(2.5px) rotate(.5deg);
        -o-transform: translateY(2.5px) rotate(.5deg);
        transform: translateY(2.5px) rotate(.5deg)
    }

    0%,
    to {
        -webkit-transform: translate(0) rotate(0);
        -moz-transform: translate(0) rotate(0);
        -ms-transform: translate(0) rotate(0);
        -o-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

.personInfo {
    margin-bottom: 20px
}

.pages {
    text-align: right
}

.postBody {
    color: #23263b;
    font-size: 1.55rem;
    line-height: 1.6
}

.postBody p,
.postCon p {
    margin: 0 auto 1em
}

.postCon a:active,
.postCon a:link,
.postCon a:visited {
    color: #9eabb3
}

.postCon a:hover {
    color: #98a0a4
}

.postBody ul,
.postCon ul {
    margin-left: 2em
}

.myposts_title {
    font-weight: 700;
    text-align: center
}

#sideBar {
    font-size: 12px
}

#sideBar h3 {
    font-size: 14px
}

.img-rounded {
    transition: transform .5s ease-out;
    -webkit-transition: transform .6s ease-out;
    -moz-transition: transform .5s ease-out;
    -ms-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out
}

.img-rounded:hover {
    transform: rotate(1turn)
}

#cnblogs_post_body img {
    margin: 10px 0;
    max-width: 700px
}

.main-header {
    background-size: cover;
    background: #333;
    box-shadow: 0 1px 2px #969696b3;
    display: flex;
    height: 100vh;
    left: 0;
    max-height: 100vh;
    overflow: hidden;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 3
}

.main-header .part {
    flex: 1
}

.main-header .part .section {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.main-header .part .section img {
    height: 100%;
    left: var(--x);
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    width: 100vw
}

#homeTopCanvas {
    z-index: -1
}

.inner {
    max-width: 800px;
    padding: 10px;
    position: relative;
    width: 80%
}

.page-title,
.sb-title {
    -webkit-animation-delay: .6s;
    animation-delay: .5s;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
    text-shadow: 0 3px 6px #0000004d
}

.sb-title {
    -webkit-animation: fade-in-down 1s
}

.page-title,
.sb-title {
    animation: fade-in-down 1s both
}

.page-title {
    -webkit-animation: fade-in-down 1s both;
    font-family: Playball, cursive;
    font-size: 5rem;
    mix-blend-mode: screen
}

.page-title-hover span:hover {
    animation: pageTitleText 2s infinite;
    -webkit-animation: pageTitleText 1s infinite
}

@keyframes pageTitleText {
    0% {
        text-shadow: 2px 0 0 tomato
    }

    10% {
        text-shadow: -2px -2px 0 gold
    }

    20% {
        text-shadow: 2px 0 0 lime
    }

    30% {
        text-shadow: 2px 0 0 #40e0d0
    }

    40% {
        text-shadow: 2px 2px 0 tomato
    }

    50% {
        text-shadow: 0 -2px 0 gold
    }

    60% {
        text-shadow: 0 2px 0 lime
    }

    70% {
        text-shadow: 2px 0 0 #40e0d0
    }

    80% {
        text-shadow: 2px -4px 0 tomato
    }

    90% {
        text-shadow: 2px 2px 0 gold
    }

    to {
        text-shadow: 2px 0 0 lime
    }
}

#footer .footer-text,
.page-description {
    font-family: Long Cang, cursive
}

.sb-title {
    font-size: 3.55rem
}

.vertical {
    align-items: center;
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2
}

.page-author,
.page-description {
    color: #fffc;
    display: none;
    font-weight: 400;
    letter-spacing: .01rem;
    margin: 0;
    text-shadow: 0 3px 6px #00000080
}

.page-description {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    font-size: 2.2rem;
    overflow: hidden
}

.page-author,
.page-description {
    -webkit-animation: fade-in-down .9s;
    animation: fade-in-down .9s both;
    -webkit-animation-delay: .1s;
    animation-delay: .3s
}

.page-author {
    font-family: Ubuntu Mono, monospace;
    font-size: 1.5rem !important;
    line-height: 1.3em
}

.scroll-down {
    -webkit-animation: bounce 4s 2s infinite;
    animation: bounce 4s 2s infinite;
    bottom: 45px;
    display: block;
    font-size: 34px;
    height: 34px;
    left: 50%;
    margin-left: -16px;
    text-align: center;
    text-decoration: none !important;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 34px;
    z-index: 100
}

.hidden,
.m-list-title,
.post-del-title {
    display: none
}

.scroll-down-icon {
    bottom: 7px;
    color: #fff9;
    font-size: 34px !important;
    position: relative
}

.scroll-down:hover {
    -webkit-animation: none;
    animation: none;
    color: #fff
}

.hidden {
    text-indent: -9999px;
    visibility: hidden
}

@-webkit-keyframes bounce {

    0%,
    10%,
    25%,
    40%,
    50% {
        -webkit-transform: translateY(0) rotate(-90deg);
        transform: translateY(0) rotate(-90deg)
    }

    20% {
        -webkit-transform: translateY(-10px) rotate(-90deg);
        transform: translateY(-10px) rotate(-90deg)
    }

    30% {
        -webkit-transform: translateY(-5px) rotate(-90deg);
        transform: translateY(-5px) rotate(-90deg)
    }
}

@keyframes bounce {

    0%,
    10%,
    25%,
    40%,
    50% {
        -webkit-transform: translateY(0) rotate(-90deg);
        transform: translateY(0) rotate(-90deg)
    }

    20% {
        -webkit-transform: translateY(-10px) rotate(-90deg);
        transform: translateY(-10px) rotate(-90deg)
    }

    30% {
        -webkit-transform: translateY(-5px) rotate(-90deg);
        transform: translateY(-5px) rotate(-90deg)
    }
}

@-webkit-keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.menu-button-scroll {
    background-image: linear-gradient(180deg, #fff, #f5f5fa) !important;
    border: 0 !important;
    -webkit-box-shadow: 0 4px 11px -2px #252c6126, 0 1px 3px 0 #5d649433;
    box-shadow: 0 4px 11px -2px #252c6126, 0 1px 3px 0 #5d649433;
    color: #777aaf !important;
    left: -17px !important;
    width: 35px !important
}

.menu-button-scroll:before {
    background: linear-gradient(#777aaf 20%, #0000 0, #0000 40%, #777aaf 0, #777aaf 60%, #0000 0, #0000 80%, #777aaf 0) !important
}

.m-list-title {
    word-wrap: break-word;
    border-bottom: 1px solid #3b3b3b;
    font-family: Merriweather, Open Sans, Microsoft Jhenghei, Microsoft Yahei, sans-serif;
    margin: 24px 0;
    position: relative
}

.m-list-title-select {
    color: #888;
    font-size: 22px !important;
    position: absolute;
    right: -7px;
    top: 1px
}

#introduce div,
#rightMenu {
    right: 10px;
    text-align: center
}

.m-list-title-select:hover {
    color: #b8b8b8;
    cursor: pointer
}

.m-list-title>span {
    background: #000;
    bottom: -9px;
    box-shadow: 0 0 0 6px #000;
    color: #b8b8b8;
    display: block;
    left: 35%;
    line-height: 20px;
    margin-left: -5px;
    position: absolute;
    text-align: center;
    width: 74px
}

#cnblogs_post_body h6,
blockquote {
    --text-opacity: 1 !important;
    background-color: #f7f7f7 !important;
    background-image: linear-gradient(180deg, #fff, #f5f5fa) !important;
    border: none !important;
    border-left: 3px solid #5468ffcc !important;
    box-shadow: 0 4px 11px 0 #252c6117, 0 1px 3px 0 #5d64940f !important;
    color: #484c7a !important;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 5px 10px 0 !important;
    padding: 15px !important
}

blockquote p {
    margin: 0 !important;
    padding: 0;
    text-indent: 0 !important
}

details {
    background: #448aff1a;
    border: 1px solid #1b86f9;
    border-radius: 3px;
    margin: 1.5rem 0;
    padding: .5rem 1rem
}

summary {
    cursor: pointer;
    display: block;
    outline: none
}

details>summary:before {
    color: #448aff;
    content: "\e699";
    font-family: iconfont, simple-memory-iconfont !important;
    font-size: 1.5rem;
    font-style: normal !important;
    left: .6rem
}

.blogpost-body p.tip {
    background-color: #42b9831a !important;
    border: none !important;
    border-left: 4px solid #42b983 !important
}

.blogpost-body p.tip,
.blogpost-body p.warn {
    --text-opacity: 1 !important;
    box-shadow: 0 4px 11px 0 #252c6117, 0 1px 3px 0 #5d64940f !important;
    color: #484c7a !important;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 8px !important;
    padding: 15px !important
}

.blogpost-body p.warn {
    background-color: #ff66661a !important;
    border: none !important;
    border-left: 4px solid #f66 !important;
    position: relative
}

.blogpost-body p.warn:before {
    background-color: #f66;
    border-radius: 100%;
    color: #fff;
    content: "!";
    font-family: Dosis, Source Sans Pro, Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 20px;
    left: -12px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 14px;
    width: 20px
}

.titleIcon {
    color: #5d69a5;
    font-size: 34px !important;
    line-height: 50px;
    position: relative
}

#cnblogs_post_body ul {
    margin-left: 20px;
    margin-top: 5px;
    padding-left: 0
}

.postBody li,
.postCon li {
    list-style-type: disc;
    margin-bottom: .5em
}

#commentform_title,
.entrylistTitle,
.feedback_area_title {
    border-bottom: none
}

#commentform_title:after,
.entrylistTitle:after,
.feedback_area_title:after {
    border-bottom: 1px dashed #e9e9e9;
    bottom: 16px;
    content: "";
    display: block;
    position: relative;
    text-align: center;
    width: 100%
}

.entrylistTitle:after {
    left: 200px
}

#commentform_title:after,
.feedback_area_title:after {
    left: 80px
}

#tbCommentBody {
    width: 100% !important
}

#rightMenu {
    bottom: 10px;
    min-width: 24px;
    position: fixed;
    width: 40px;
    z-index: 2
}

div#rightMenu .rightMenuItem {
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 11px -2px #252c6126, 0 1px 3px 0 #5d649433;
    box-shadow: 0 4px 11px -2px #252c6126, 0 1px 3px 0 #5d649433;
    cursor: pointer;
    display: block;
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 4px;
    padding: 4px;
    position: relative;
    text-align: center;
    width: 28px
}

#author_profile,
#div_digg {
    margin-top: 5px
}

#div_digg {
    float: right;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 20px;
    text-align: center;
    width: 140px
}

#div_digg .buryit,
#div_digg .diggit {
    

您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • vim和vi有什麼區別,簡單的理解vim是vi的升級版,所以直接用vim。 vim的所有操作是區分中英文大小寫的,並且區分數字鍵盤(數字不能用小鍵盤)。 vim有三種工作模式:命令模式、文本編輯模式和最後行模式。 一、命令模式下的操作 1.1游標定位 鍵盤的上下左右可以移動,同時 k 上移 j 下移 ...
  • 為了維護數據表的數據完整性而設定的一系列規則,防止用戶在數據表中插入一些錯誤的數據. 1. 表約束分類 主鍵約束:保證數據的完整性,唯一性,原子性(Id:編號) 外鍵約束 分類表數據: Id分類名稱 1 衣服 2 手機 3 電器 商品表數據: 商品編號商品名稱價格所屬分類(外鍵) 1 李寧牌運動服 ...
  • SQL中的LIKE運算符用於在WHERE子句中搜索列中的指定模式。通常與LIKE運算符一起使用的有兩個通配符: 百分號 % 代表零個、一個或多個字元。 下劃線 _ 代表一個單個字元。 以下是LIKE運算符的用法和示例: 示例 選擇所有以字母 "a" 開頭的客戶: SELECT * FROM Cust ...
  • 1. 資料庫文件組成 主數據文件 主要數據文件的建議文件擴展名是 .mdf。 主要數據文件包含資料庫的啟動信息,並指向資料庫中的其他文件,存儲部分或全部的數據。用戶數據和對象可存儲在此文件中,也可以存儲在次要數據文件中。 每個資料庫有一個主要數據文件。 mdf文件並非普通文件,因此不藉助相應軟體是無 ...
  • 某大型央企是首批全國供應鏈創新與應用示範企業,在“十四五”規劃期內以聚焦供應鏈管理核心主業作為主要戰略發展方向。供應鏈運營管理以大宗商品貿易為主,其交易往往具有交易量巨大、交易環節複雜、風險交易難識別、風險客商難管控等痛點。 隨著集團數字化轉型不斷深化,數據應用方面的需求不斷擴展。但集團缺乏統一的大 ...
  • GeminiDB Redis介面現已支持可為Field設置過期時間和版本的exHash類型,對開源Redis的Hash類型進行了擴展。 ...
  • 分享一款用於分析iOSipa包的腳本工具,使用此工具可以自動掃描發現可修複的包體積問題,同時可以生成包體積數據用於查看。這塊工具我們團隊內部已經使用很長一段時間,希望可以幫助到更多的開發同學更加效率的優化包體積問題。 ...
  • 在併發隊列使用信號量會可能會造成線程優先順序反轉 一、在iOS16 & XCode14上遇到 - 使用信號量造成線程優先順序反轉問題 提醒 經過查詢資料,發現是在XCode14上增加了工具,比如 : Thread Performance Checker (XCode14上預設開啟的),這個工具會讓APP ...
一周排行
    -Advertisement-
    Play Games
  • 示例項目結構 在 Visual Studio 中創建一個 WinForms 應用程式後,項目結構如下所示: MyWinFormsApp/ │ ├───Properties/ │ └───Settings.settings │ ├───bin/ │ ├───Debug/ │ └───Release/ ...
  • [STAThread] 特性用於需要與 COM 組件交互的應用程式,尤其是依賴單線程模型(如 Windows Forms 應用程式)的組件。在 STA 模式下,線程擁有自己的消息迴圈,這對於處理用戶界面和某些 COM 組件是必要的。 [STAThread] static void Main(stri ...
  • 在WinForm中使用全局異常捕獲處理 在WinForm應用程式中,全局異常捕獲是確保程式穩定性的關鍵。通過在Program類的Main方法中設置全局異常處理,可以有效地捕獲並處理未預見的異常,從而避免程式崩潰。 註冊全局異常事件 [STAThread] static void Main() { / ...
  • 前言 給大家推薦一款開源的 Winform 控制項庫,可以幫助我們開發更加美觀、漂亮的 WinForm 界面。 項目介紹 SunnyUI.NET 是一個基於 .NET Framework 4.0+、.NET 6、.NET 7 和 .NET 8 的 WinForm 開源控制項庫,同時也提供了工具類庫、擴展 ...
  • 說明 該文章是屬於OverallAuth2.0系列文章,每周更新一篇該系列文章(從0到1完成系統開發)。 該系統文章,我會儘量說的非常詳細,做到不管新手、老手都能看懂。 說明:OverallAuth2.0 是一個簡單、易懂、功能強大的許可權+可視化流程管理系統。 有興趣的朋友,請關註我吧(*^▽^*) ...
  • 一、下載安裝 1.下載git 必須先下載並安裝git,再TortoiseGit下載安裝 git安裝參考教程:https://blog.csdn.net/mukes/article/details/115693833 2.TortoiseGit下載與安裝 TortoiseGit,Git客戶端,32/6 ...
  • 前言 在項目開發過程中,理解數據結構和演算法如同掌握蓋房子的秘訣。演算法不僅能幫助我們編寫高效、優質的代碼,還能解決項目中遇到的各種難題。 給大家推薦一個支持C#的開源免費、新手友好的數據結構與演算法入門教程:Hello演算法。 項目介紹 《Hello Algo》是一本開源免費、新手友好的數據結構與演算法入門 ...
  • 1.生成單個Proto.bat內容 @rem Copyright 2016, Google Inc. @rem All rights reserved. @rem @rem Redistribution and use in source and binary forms, with or with ...
  • 一:背景 1. 講故事 前段時間有位朋友找到我,說他的窗體程式在客戶這邊出現了卡死,讓我幫忙看下怎麼回事?dump也生成了,既然有dump了那就上 windbg 分析吧。 二:WinDbg 分析 1. 為什麼會卡死 窗體程式的卡死,入口門檻很低,後續往下分析就不一定了,不管怎麼說先用 !clrsta ...
  • 前言 人工智慧時代,人臉識別技術已成為安全驗證、身份識別和用戶交互的關鍵工具。 給大家推薦一款.NET 開源提供了強大的人臉識別 API,工具不僅易於集成,還具備高效處理能力。 本文將介紹一款如何利用這些API,為我們的項目添加智能識別的亮點。 項目介紹 GitHub 上擁有 1.2k 星標的 C# ...