本博客页面及文章讨论区


本文章下的评论区的主题是作为读者,你对本博客的页面或者文章写法或者排版的意见。提前说一句,谢谢建议,我会有则改之,无则加勉。
点此跳转至文章尾及评论区

页面样式记录:

2020.6.4

本博客使用的第一版格式,思路是2月22号前后设计的样式,当时觉得乔尼和他的替身最棒了,就有了如下图:

正文页面、标题的颜色、导航栏和页脚的设计思路都取自2月22号那时的,禁用了网站的所有外加样式,自定义的样式代码:

/*custom*/
html{
    height: 100%;
}

body {
    background: url('https://img2020.cnblogs.com/blog/1336489/202110/1336489-20211008153007351-1403603718.jpg') no-repeat;
    background-position-x: center;
    background-color: #ffffff;
    margin: 0;
    height: 100%;
    font-size: 70%;
}

#footer {
    background-color: #34302d;
    color: #eee;
    width: 100%;
    height: 60px;
    padding-top: 10px;
    margin-top: -70px;
    opacity: 0.77;
    text-align: center;
}

#mainContent {
    background-color: rgba(241, 241, 241, 0.5);
    margin-left: 7%;
    margin-right: 3%;
    padding: 0 3%;
    box-sizing: border-box;
    min-height: 60%;
    padding-bottom: 90px;
    width: 70%;
    float: left;
}

#blogTitle{
    color: #f9fdfb;
    -webkit-text-stroke: 1px #07d179;
}

#blogTitle a:visited{
    color: #f9fdfb;
    -webkit-text-stroke: 1px #07d179;
}

#navigator {
    margin: 0 23% 0 7%;
}

#navList{
    margin: 0;
}

#navList li {
    float: left;
    width: 20%;
    list-style: none;
    display: inline;
}

#navList a:visited, #navList a{
    color: #000;
}

.blogStats{
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
}

#blogTitle {
    margin-left: 8%;
}

#sideBar {
    display: block;
    float: right;
    width: 14%;
    background-color: #fff;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 90px;
    background-color: rgba(255, 255, 255, 0.5);
}

a, a:visited {
    color: #000;
}

.day {
    margin: 1% 0;
}

#cnblogs_post_body {
    line-height: 27px;
}

.dayTitle a{
     color: #0d47a1;
}

以下是个人想换网站的样式而更换的图片,基础样式还是那样,可能根据图片的大小、颜色和位置有所变动,就不详细记录了,毕竟经常换嘛。

2020年8月12日

2020年8月24日

2020年9月16日

2020年9月26日

2020年10月2日

2020年10月30日

2020年11月8日

2020年11月16日

2020年11月23日

2020年12月12日

2021年1月8日

2021年2月3日

2021年2月28日

2021年4月24日

2021年 05月 05日 星期三 21:08:53 CST

2021年6月16日

2021年10月8日

结尾

posted @ 2020-06-02 17:52  园糯  阅读(229)  评论(0编辑  收藏  举报