博皮CodingLife发布,无死角模板

博皮CodingLife发布

使用本皮需要禁用默认CSS,支持首页、博文页、标签归档、目录归档、时间归档、留言部分、广告部分。

应该是所有地方无死角。欢迎使用,欢迎反馈。

.topicListFooter {
    text-align: right;
    margin-right: 10px;
    margin-top: 10px;
}
* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    min-height: 101%;
    background: url(images/body_bg.jpg) top center no-repeat #b4e4ee;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul {
    word-break: break-all;
}
li {
    list-style: none;
}
h1, h2, h3, {
    font-size: 100%;
    font-weight: normal;
}
a:link {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #f60;
    text-decoration: underline;
}
.clear {
    clear: both;
}
#blogTitle {
    background: url("http://static.blog.csdn.net/skin/skin-yellow/images/title-yellow.png") no-repeat center 21px;
    height: 314px;
    clear: both;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
#blogTitle h1 {
    font-size: 30px;
    width: 310px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: relative;
    top: 80px;
    left: 17px;
    font-weight: normal;
}
#blogTitle h2 {
    width: 550px;
    position: relative;
    height: 75px;
    line-height: 180%;
    font-weight: normal;
    top: 107px;
    left: 5px;
    font-size: 16px;
}
#blogTitle h1 a, #blogTitle h2 {
    color: #fff;
    font-family: "微软雅黑","宋体";
}
#blogLogo {
    float: right;
}
#navigator {
    background-color: #169FE6;
    height: 60px;
    clear: both;
    position: relative;
    border: 1px solid #138cca;
    border-left: none;
    border-right: none;
}
#navList {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
}
#navList li {
    float: left;
    height: 60px;
    line-height: 60px;
}
#navList a {
    padding: 0 20px;
    font-size: 16px;
    font-family: "微软雅黑","宋体";
    display: block;
    color: white;
}
#navList a:link, {
    color: #fff;
    text-shadow: 3px 3px 3px #000;
}
#navList a:hover {
    text-decoration: none;
    background-color: white;
    color: #169FE6;
}
.blogStats {
    display: none;
}
#main {
    width: 1200px;
    margin: 20px auto 0;
    clear: both;
}
.postDesc a:link, {
    color: #a3a3a3;
}
.postDesc a:hover {
    color: #9ab26b;
    text-decoration: none;
}
.postSeparator {
    border-top: 1px dashed silver;
    margin: 20px 0;
    clear: both;
}
.topicListFooter {
    margin-top: 15px;
    height: 68px;
    line-height: 68px;
    font-size: 16px;
}
#nav_next_page {
    line-height: 40px;
}
#nav_next_page a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #99B16B;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
}
#calendar table a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f60;
}
.catListTag ul li, {
    margin: .5em;
}
.divRecentComment {
    margin-top: .5em;
}
#EntryTag a:hover {
    color: #f60;
}
.feedbackListSubtitle {
    padding: 0 5px;
}
.feedbackListSubtitle a:hover {
    color: #9ab26b;
    text-decoration: none;
}
#divRefreshComments {
    text-align: right;
    margin-bottom: 10px;
}
.entrylistItemPostDesc a:hover {
    color: #f60;
}
.topicListFooter .pager a:hover, .topicListFooter .pager span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #9ab26b;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .09);
    height: 40px;
    line-height: 40px;
    margin-top: 14px;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
    border: none;
}
.divPhoto:hover {
    border-color: #08c;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
}
#footer {
    text-align: center;
    min-height: 15px;
    _height: 15px;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #333;
}
.pfl_feedback_area_title {
    margin-bottom: 1em;
}
.pfl_feedbackCon {
    margin: .5em;
}
.postCon p {
}
.postCon a:link, {
    text-decoration: none;
    color: #9ab26b;
}
body, div, h1, h2, h3, h4, h5, h6, ul, li, img {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
img {
    display: block;
    border: none;
}
body {
    background: url(http://images.cnblogs.com/cnblogs_com/trlanfeng/676883/o_o_bgbgbgbg.png) repeat-x scroll 0 0 #F0EEF5;
    color: #7D8B8D;
    font-family: "Microsoft Yahei", "Simsun", Arial;
    font-size: 14px;
    line-height: 25px;
}
#home {
    margin: 0 auto;
}
#BlogMusicPayer, #flashContent, {
    display: block;
    left: 719px;
    position: absolute;
    top: 45px;
}
#user .user_info a:hover {
    color: rgba(255, 255, 255, 1);
}
#mynav li:hover {
    background-color: #99B16B;
    color: #FFF;
}
#mynav li, #profile_block a, .catListTag ul li, .catListTag ul li:before, .catListPostCategory ul li a, .catListPostArchive ul li a, .recent_comment_title a, .catListView ul li a, .catListFeedback ul li a {
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all .1s ease-out;
    transition: all 0.1s ease-out;
}
#mainContent {
    background: none;
    float: left;
    overflow: visible;
    text-overflow: ellipsis;
    width: 890px;
    word-break: break-all;
}
#mainContent .forFlow {
    float: none;
    width: 100%;
}
.day {
    background: #FFF;
    padding: 20px;
    border: 1px solid #dedede;
    margin-bottom: -1px;
}
.day:hover {
    border: 1px solid #169fe6;
    position: relative;
    z-index: 10;
}
.day:hover .postSeparator {
    border-top: 1px dashed #169fe6;
}
.dayTitle {
    color: #fff;
    background-color: #45bcf9;
    padding: 3px 6px;
    font-size: 12px;
    display: block;
    float: left;
    margin-right: 10px;
    z-index: 10px;
}
.dayTitle:hover {
    background-color: #FF5E52;
}
.dayTitle a {
    color: #FFF
}
.day .postTitle2 {
    color: #555;
}
.day .postTitle {
    font-size: 21px;
    line-height: 1.5em;
    float: left;
    clear: right;
}
.postCon {
    padding: 15px 0;
    clear: both;
}
.postDesc {
    clear: both;
    color: #bcbcbc;
    float: none;
    text-align: left;
    line-height: 200%;
    font-size: 12px;
}
.postDesc a {
    color: #999;
    float: right;
}
#topics {
    background: #FFF;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #dedede;
}
#topics .postTitle {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    height: 35px;
    line-height: 35px;
    color: #333;
}
#topics .postTitle a {
    color: #333;
}
#topics .postBody blockquote {
    border: none;
    border-left: 5px solid #ddd;
    margin: 0;
    padding-left: 10px;
}
#topics .postBody blockquote p {
    margin: 0;
    padding: 0;
    color: #777;
}
.postTitle a:link, {
    color: #7e8c8d;
}
.postTitle a:hover {
    color: #0e90d2;
    text-decoration: none;
}
#cnblogs_post_body {
    color: #333;
}
#cnblogs_post_body h2 {
    margin: 20px 0;
}
#cnblogs_post_body p a:hover, #cnblogs_post_body ol li a:hover, #cnblogs_post_body ul li a:hover {
    border-bottom: 1px dotted #9ab26b;
}
#cnblogs_post_body ol, #cnblogs_post_body ul {
    margin: 0 0 1em;
    margin-left: 40px;
    padding: 0
}
#EntryTag {
    font-size: 14px;
    color: #7e8c8d;
    font-weight: bold;
}
#EntryTag a {
    text-decoration: none;
    color: #9fa4a4;
    font-weight: normal;
    margin-left: 10px;
}
#BlogPostCategory a {
    margin-left: 10px;
}
#BlogPostCategory a:hover {
    color: #FF5E52;
    border-bottom: 1px dotted #FF5E52;
}
#post_next_prev {
    line-height: 200%;
    margin: 10px 0;
    font-size: 14px;
}
#post_next_prev a {
    color: #333;
}
#post_next_prev a:hover {
    border-bottom: 1px dotted #FF5E52;
    color: #FF5E52;
}
#topics .postDesc {
    font-size: 14px;
    color: #777;
    line-height: 200%;
    margin: 10px 0;
}
#topics .postDesc a:hover {
    color: #9ab26b;
}
#mystart ul li a.a, #mystart ul li a.b {
    float: left;
    margin-right: 12px;
    text-decoration: none;
}
#myinfo a:hover {
    border-bottom: 1px dotted #9ab26b;
}
.feedbackManage {
    line-height: 26px;
    float: right;
}
.comment_actions a:hover {
    color: #9ab26b;
}
.login_tips a:hover {
    color: #FFF;
}
.login_tips_login {
    background: #9ab26b;
}
.login_tips_regist {
    background: #49c8f5;
}
.login_tips_home {
    background: #2B6695;
}
.entrylistItem {
    margin-bottom: 20px;
    min-height: 20px;
    position: relative;
    background: #FFF;
    position: relative;
    z-index: 2;
}
.entrylistPosttitle a.desc_img_wrap {
    margin: 0;
    margin-bottom: 10px;
    display: block;
    position: relative;
    height: 320px;
}
.entrylistPosttitle a:hover {
    color: #99B16B;
    text-decoration: none;
}
.c_b_p_desc {
    font-size: 14px;
    color: #999;
    line-height: 200%;
}
a.c_b_p_desc_readmore {
    color: #9ab26b;
}
.entrylistItemPostDesc a:hover {
    color: #9ab26b;
}
#sideBar {
    width: 290px;
    margin-left: 20px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: visible;
    word-break: break-all;
}
#sideBarMain {
}
.newsItem .catListTitle {
    display: none;
}
#blog-news {
    overflow: visible;
}
#blog-news .share {
    width: 290px;
    height: 118px;
    background: #FFF;
}
#blog-news .share li:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#profile_block {
    background: #FFF;
    padding: 20px;
    color: #7e8c8d;
    font-size: 13px;
    line-height: 1.8;
    margin-top: 0 !important;
    border: 1px solid #dedede;
}
#profile_block:hover {
    border: 1px solid #FF5E52;
}
#profile_block a {
    color: #9fa4a4;
    text-decoration: none;
    font-size: 13px;
}
#profile_block a:hover {
    color: #99B16B;
    border-bottom: 1px dotted #99B16B;
}
#blog-news .social .social_weibo, #blog-news .social .social_github, #blog-news .social .social_envelope {
    background: #D04341;
    font-size: 30px;
    text-align: center;
    color: #FFF;
    overflow: hidden;
    width: 63px;
    height: 58px;
    display: block;
    line-height: 58px;
}
#blog-news .social .social_weibo {
    text-shadow: rgb(177, 57, 55) 1px 1px, rgb(177, 57, 55) 2px 2px, rgb(177, 57, 55) 3px 3px, rgb(177, 57, 55) 4px 4px, rgb(177, 57, 55) 5px 5px, rgb(177, 57, 55) 6px 6px, rgb(177, 57, 55) 7px 7px, rgb(177, 57, 55) 8px 8px, rgb(177, 57, 55) 9px 9px, rgb(177, 57, 55) 10px 10px, rgb(177, 57, 55) 11px 11px, rgb(177, 57, 55) 12px 12px, rgb(177, 57, 55) 13px 13px, rgb(177, 57, 55) 14px 14px, rgb(177, 57, 55) 15px 15px, rgb(177, 57, 55) 16px 16px, rgb(177, 57, 55) 17px 17px, rgb(177, 57, 55) 18px 18px, rgb(177, 57, 55) 19px 19px, rgb(177, 57, 55) 20px 20px, rgb(177, 57, 55) 21px 21px, rgb(180, 58, 56) 22px 22px, rgb(183, 59, 57) 23px 23px, rgb(187, 60, 58) 24px 24px, rgb(190, 61, 59) 25px 25px, rgb(194, 62, 60) 26px 26px, rgb(197, 63, 61) 27px 27px, rgb(201, 64, 62) 28px 28px, rgb(204, 65, 63) 29px 29px, rgb(208, 67, 65) 30px 30px;
}
#blog-news .social .social_github {
    background: #34C8F4;
    text-shadow: rgb(47, 180, 220) 1px 1px, rgb(47, 180, 220) 2px 2px, rgb(47, 180, 220) 3px 3px, rgb(47, 180, 220) 4px 4px, rgb(47, 180, 220) 5px 5px, rgb(47, 180, 220) 6px 6px, rgb(47, 180, 220) 7px 7px, rgb(47, 180, 220) 8px 8px, rgb(47, 180, 220) 9px 9px, rgb(47, 180, 220) 10px 10px, rgb(47, 180, 220) 11px 11px, rgb(47, 180, 220) 12px 12px, rgb(47, 180, 220) 13px 13px, rgb(47, 180, 220) 14px 14px, rgb(47, 180, 220) 15px 15px, rgb(47, 180, 220) 16px 16px, rgb(47, 180, 220) 17px 17px, rgb(47, 180, 220) 18px 18px, rgb(47, 180, 220) 19px 19px, rgb(47, 180, 220) 20px 20px, rgb(47, 180, 220) 21px 21px, rgb(47, 182, 222) 22px 22px, rgb(48, 184, 225) 23px 23px, rgb(48, 186, 228) 24px 24px, rgb(49, 188, 230) 25px 25px, rgb(49, 191, 233) 26px 26px, rgb(50, 193, 236) 27px 27px, rgb(50, 195, 238) 28px 28px, rgb(51, 197, 241) 29px 29px, rgb(52, 200, 244) 30px 30px;
}
#blog-news .social .social_envelope {
    background: #F8BC2E;
    text-shadow: rgb(211, 160, 39) 1px 1px, rgb(211, 160, 39) 2px 2px, rgb(211, 160, 39) 3px 3px, rgb(211, 160, 39) 4px 4px, rgb(211, 160, 39) 5px 5px, rgb(211, 160, 39) 6px 6px, rgb(211, 160, 39) 7px 7px, rgb(211, 160, 39) 8px 8px, rgb(211, 160, 39) 9px 9px, rgb(211, 160, 39) 10px 10px, rgb(211, 160, 39) 11px 11px, rgb(211, 160, 39) 12px 12px, rgb(211, 160, 39) 13px 13px, rgb(211, 160, 39) 14px 14px, rgb(211, 160, 39) 15px 15px, rgb(211, 160, 39) 16px 16px, rgb(211, 160, 39) 17px 17px, rgb(211, 160, 39) 18px 18px, rgb(211, 160, 39) 19px 19px, rgb(211, 160, 39) 20px 20px, rgb(211, 160, 39) 21px 21px, rgb(215, 163, 39) 22px 22px, rgb(219, 166, 40) 23px 23px, rgb(223, 169, 41) 24px 24px, rgb(227, 172, 42) 25px 25px, rgb(231, 175, 42) 26px 26px, rgb(235, 178, 43) 27px 27px, rgb(239, 181, 44) 28px 28px, rgb(243, 184, 45) 29px 29px, rgb(248, 188, 46) 30px 30px;
}
#blog-news .social .social_weibo:hover, #blog-news .social .social_github:hover, #blog-news .social .social_envelope:hover {
    text-shadow: none;
}
#leftcontentcontainer {
    margin-top: 20px;
}
.myad {
    padding: 20px;
    background: #FFF;
    margin-top: 20px;
}
.mySearch {
    background: #FFF;
}
.catListTitle {
    font-size: 18px;
    padding: 10px 20px;
    background-color: #169FE6;
    color: white;
    font-weight: normal;
    border: 1px solid #169FE6;
}
#widget_my_zzk {
    padding: 15px 0 0 15px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    margin: 0 !important;
}
#widget_my_google {
    padding: 10px 0 15px 15px;
    border: 1px solid #dedede;
    border-top: none;
    margin: 0 !important;
}
.input_my_zzk {
    width: 160px;
    height: 35px;
    border: 1px solid #DDDDDD;
    outline: none;
    line-height: 35px;
    font-size: 13px;
    padding: 0 12px;
}
input.btn_my_zzk {
    font-size: 14px;
    height: 37px;
    width: 70px;
    background: #FF5E52;
    text-align: center;
    line-height: 37px;
    border: none;
    color: #FFF;
    font-family: "Microsoft Yahei", "Simsun", Arial;
}
input.btn_my_zzk:hover {
    cursor: pointer;
    cursor: hand;
}
.catListTag {
    background: #FFF;
    margin-top: 20px;
}
.catListTag ul {
    padding: 10px 0 10px 10px;
    height: 230px;
    clear: both;
    border: 1px solid #dedede;
    border-top: none;
}
.catListTag ul li {
    width: 119px;
    float: left;
    line-height: 30px;
    background: #F6F6F6;
    font-size: 14px;
    color: #FFF;
    margin: 0 10px 10px 0;
    padding-left: 10px;
    color: #aaa;
}
.catListTag ul li a {
    display: block;
    float: left;
    min-width: 90px;
    color: #aaa;
}
.catListTag ul li:hover {
    background: #FF5E52;
    cursor: pointer;
    color: white;
}
.catListTag ul li:hover a {
    color: white;
}
.catListTag ul li a:hover {
    text-decoration: none;
    color: white;
}
.catListPostCategory {
    background: #FFF;
    margin-top: 20px;
}
.catListPostCategory ul {
    border: 1px solid #dedede;
    border-top: none;
}
.catListPostCategory ul li {
    line-height: 44px;
    border-bottom: 1px solid #E9E9E9;
    padding-left: 25px;
    font-size: 15px;
    color: #777;
}
.catListPostCategory ul li a, .catListPostArchive ul li a, .catListArticleCategory ul li a, .recent_comment_title a, .catListView ul li a, .catListFeedback ul li a {
    color: #777;
    text-decoration: none;
}
.catListPostCategory ul li a:hover, .catListPostArchive ul li a:hover, .catListArticleCategory ul li a:hover, .recent_comment_title a:hover, .catListView ul li a:hover, .catListFeedback ul li a:hover {
    color: #FF5E52;
    border-bottom: 1px dotted #FF5E52;
}
.catListPostArchive {
    background: #FFF;
    margin-top: 20px;
}
.catListPostArchive ul {
    border: 1px solid #dedede;
    border-top: none;
}
.catListPostArchive ul li {
    line-height: 44px;
    border-bottom: 1px solid #E9E9E9;
    padding-left: 25px;
    font-size: 15px;
    color: #7e8c8d;
}
.catListArticleCategory {
    width: 290px;
    padding-top: 20px;
    background: #FFF;
    margin-top: 20px;
}
.catListImageCategory {
    width: 290px;
    padding-top: 20px;
    background: #FFF;
    margin-top: 20px;
}
.catListComment {
    background: #FFF;
    margin-top: 20px;
}
#RecentCommentsBlock {
    padding: 10px;
    border: 1px solid #dedede;
    border-top: none;
}
.recent_comment_title {
    font-size: 15px;
    color: #7e8c8d;
}
.recent_comment_body, .recent_comment_author {
    border-bottom: 1px solid #E9E9E9;
    color: #9fa4a4;
    font-size: 13px;
}
.recent_comment_body {
    border-bottom: none;
}
.catListView {
    background: #FFF;
    margin-top: 20px;
}
#TopViewPostsBlock {
    padding: 10px;
    border: 1px solid #dedede;
    border-top: none;
}
.catListView ul li {
    border-bottom: 1px solid #E9E9E9;
    padding: 0 0 8px 0;
    margin-bottom: 5px;
}
.catListFeedback {
    background: #FFF;
    margin-top: 20px;
}
#TopFeedbackPostsBlock {
    padding: 10px;
    border: 1px solid #dedede;
    border-top: none;
}
.catListFeedback ul li {
    border-bottom: 1px solid #E9E9E9;
    padding: 8px 0;
}
.catListLink {
    display: none;
}
.clearFix:after {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    content: "";
    visibility: hidden;
}
#myding {
    background: #99B16B;
    display: none;
}
#myadd:hover {
    opacity: 1;
}
#goto-top:hover {
    background: url(http://images.cnblogs.com/cnblogs_com/Li-Cheng/554829/o_goto-top.png) no-repeat 0 -36px;
}
/*评论*/
#blog-comments-placeholder {
    padding: 20px;
    border: 1px solid #dedede;
    padding-top: 0;
    margin-top: 20px;
    background: white;
}
.feedbackItem {
    margin-top: 10px;
}
.feedbackCon {
    border: 1px dashed #dedede;
    padding: 10px;
    margin: 10px 0;
}
#comment_nav {
    margin: 10px 0;
}
#comment_nav a:hover {
    color: #9ab26b;
}
#comment_form_container {
    border: 1px solid #dedede;
    padding: 20px;
    background-color: white;
}
#site_nav_under {
    border: 1px solid #dedede;
    padding: 20px;
    background-color: white;
}
#ad_under_post_holder {
    width: 300px;
    float: left;
}
#under_post_news {
    width: 528px;
    height: 160px;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    border: 1px solid #dedede;
    padding: 10px 20px;
    background-color: white;
}
#google_ad_c2 {
    float: left;
    width: 570px;
    margin-left: 20px;
    clear: right;
}
#under_post_kb {
    clear: left;
    margin-top: 10px;
    border: 1px solid #dedede;
    padding: 10px 20px;
    background-color: white;
}
.entrylist h1 {
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}
.entrylistItem {
    background: #FFF;
    padding: 20px;
    border: 1px solid #dedede;
    margin-bottom: -1px;
}
.entrylistItem:hover {
    border: 1px solid #169fe6;
    position: relative;
    z-index: 10;
}
.entrylist .postSeparator {
    display: none;
}
.entrylistItemTitle {
    color: #555;
}
.entrylistPosttitle {
    font-size: 21px;
    line-height: 1.5em;
    float: left;
    clear: right;
}
.entrylistPostSummary {
    padding: 15px 0;
    clear: both;
}
.entrylistItemPostDesc {
    clear: both;
    color: #bcbcbc;
    float: none;
    text-align: left;
    line-height: 200%;
    font-size: 12px;
}
.entrylistItemPostDesc a {
    color: #999;
    float: right;
}
#myposts h3 {
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    font-size: 28px !important;
}
#myposts .PostList {
    background: #FFF;
    padding: 20px;
    border: 1px solid #dedede;
    margin: 0  0 -1px 0 !important;
}
#myposts .PostList:hover {
    border: 1px solid #169fe6;
    position: relative;
    z-index: 10;
}
#myposts .PostList a {
    display: block;
    font-size: 16px;
    color: #333;
}
#myposts .PostList a:hover {
    color: #FF5E52;
}
时间: 2024-12-08 06:00:55

博皮CodingLife发布,无死角模板的相关文章

《flask web开发》第11章 博客文章发布表单无法显示的解决方案

有不少同学在这一章都发现自己明明按照书上一步步执行,但却在首页看不到博客文章发布表单.这个问题其实很好解决. 首先,下载一个DB Browser for SQLite.Ubuntu用户可以在终端输入以下命令: sudo apt-get install sqlitebrowser 之后用这个数据库浏览器打开flasky里的数据库,在role表中按书中第9章所述,将所有角色手工录入,并在user表中给自己的账户添加上role_id字段,这样就大功告成了! 参考: https://www.zhihu.

Unity3D 发布无边框exe

关于:Unity3D 发布无边框exe,Unity3D Build exe无边框 Unity发布windows版本 总是带着边框,很想给它去掉,笔者在网上查了一番,常见的有3中. 1:通过unity3d编译命令解决: -popupwindow (Windows only)The window will be created as a a pop-up window (without a frame). 这个窗口将以弹出的方式创建(没有框架) 笔者就是这样的CMD: [D:\Program Fil

使用github+sublime+markdwon 写文章,写博客并发布到博客园

第一步:安装 轻松玩转github: 注册成为 github用户 首先下载github windows 客户端: 安装完成后打开gitShell 窗口,这里客户端在安装的时候就已经帮你把用户名密码设置好了,并且把公钥上传到了github.无需配置直接使用即可: ps: 使用 git config --global -l 可以查看. 学习一下git的常用命令吧:这里强烈推荐廖雪峰老师的博客,我不会告诉你我就是跟着他学的. 然如果你觉得廖老师太多了懒得看,而且只写写博客什么的就直接看下文吧,下面会给

如何对三维立体图形进行360度无死角观察呢?

我们在日常CAD绘图设计工作中,常常会接触到各种各样不同的三维立体图形.为了保证绘图的精准度,我们需要对绘制好的三维立体图形进行360度无死角观察.那么我们该如何具体操作呢?小编今天就和大家具体的讨论一下.演示步骤如下: 步骤一:绘制三维立体图形CAD图纸 首先我们先运行迅捷CAD编辑器专业版,然后打开或是重新绘制一张三维立体图形的CAD图纸. 步骤二:命令字符调用相应的动态观察指示 我们选择在命令框里进行以下命令指示操作: 1.我们在命令行输入"3DORBIT"命令字符,,调用约束动

互联网公司的面试官是如何360°无死角考察候选人的?[z]

[z]https://juejin.im/post/5c0e47ebf265da614e2be9a7 一.写在前面 最近收到不少读者反馈,说自己在应聘一些中大型互联网公司的Java工程师岗位时遇到了不少困惑. 这些同学说自己其实也做了精心准备,网上搜集了不少Java面试题,然而实际去互联网公司面试才发现,人家问的,和你准备的东西,对不上号,这就很尴尬了... 因此,从这篇文章开始,笔者准备写一个长期连载的系列:<Java进阶面试系列>.主要跟大家聊聊中大型互联网公司Java面试中的一些热门.高

html版简历,无引用模板,无引用插件,无javascript,简洁自制

这是我自己做的设计和写的html模板,ie高版本的效果还是可以的,拿出来跟大家分享,希望大家可以给些建议. 1 <!DOCTYPE html> 2 <html lang=zh-CN> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Dong Jianguo的简历</title> 6 <style> 7 body{ 8 font-family:arial,sans-s

如何使用Word2016或Office365中的word撰写博客并发布

写好博文后,点击"文件" --- "共享" --- "发布至博客",如下图所示 如果没有博客账户,会提示注册,点击注册,填写相关信息,如图所示: 然后就大功造成了!!!

来自博友的一份中文模板

本文来自本站博友:http://www.cnblogs.com/wangl393/archive/2013/04/10/3013247.html \documentclass[11pt,a4paper]{article} \usepackage{fontspec,xltxtra,xunicode} \usepackage[slantfont,boldfont]{xeCJK} \setCJKmainfont[BoldFont=Adobe Heiti Std,ItalicFont=Adobe Kai

设计和发布无代码的 InfoPath 表单 (篇二)

1. 新建 InfoPath 表单 常用表单模板有很多, 这边主要介绍从 "空白表单" 创建表单. ( InfoPath Filler 表单是指通过客户端打开的表单, 一般我们设计的表单都是通过 web 打开的表单) 由于跟 Office 操作界面一样, 可以自己插入表格, 修改样式等 当我们插入一个 "文本框" 控件的时候, 右侧域会自动增加对应的字段来存储该控件的值 可以右键 "域1" 将其名称设置成一个通俗易懂的名字 经过一些操作我们可以设