blog主题,存储一下

/* Author: Io_oTI*/

/*Public*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.5s;
}

::selection,
::-moz-selection {
    background: rgba(204, 204, 204, 0.7);
}

html {
    background: #202125;
}

html,
body {
    color: gray;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 14px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h1 {
    font-size: 31px;
    font-weight: bold
}

h2 {
    font-size: 23px;
    font-weight: bold
}

h3,
.entrylistItemTitle {
    font-size: 15px;
    font-weight: bold
}

ul {
    padding: 0;
    list-style: none;
}

a {
    color: gray;
    text-decoration: none;
}

a:hover {
    color: #E30;
}

canvas {
    position: fixed;
    z-index: -1;
}

/*header*/

#header {
    height: 240px;
}

#blogTitle,
#navigator {
    text-align: center;
}

a#Header1_HeaderTitle {
    font-size: 48px;
    padding: 0px 5px;
    border-radius: 10px;
}

a#Header1_HeaderTitle:hover {
    color: gray;
    /* box-shadow: 0px 2px 3px 1px black; */
}

#navList li {
    display: inline-block;
}

.blogStats {
    width: 240px;
    margin: auto;
    border-radius: 1em;
    background: #C4E17F linear-gradient(to right, #C4E17F, #C4E17F 12.5%, #F7FDCA 12.5%, #F7FDCA 25%, #FECF71 25%, #FECF71 37.5%, #F0776C 37.5%, #F0776C 50%, #DB9DBE 50%, #DB9CBE 62.5%, #C49CDE 62.5%, #C49CDE 75%, #669AE1 75%, #669AE1 87.5%, #62C2E4 87.5%, #62C2E4) repeat scroll 0% 0%;
    background-size: 200%;
    animation: conveyor 4s ease infinite;
}

/*main*/

#main {
    margin: auto;
    padding: 0 20px;
}

/*mainContent*/

#mainContent {
    margin: 0 auto;
}

/*main panel*/

.day,
.commentform,
.entrylist,
#post_detail,
#blog-comments-placeholder,
#myposts,
.gallery {
    margin: 0px auto 20px;
}

.forFlow {
    border-radius: 3px;
    background: rgba(51, 51, 51, 0.7);
}

.dayTitle {
    float: left;
    margin-right: 20px;
}

.postCon,
.entrylistPostSummary {
    margin: 10px auto;
}

.dayTitle,
.postTitle {
    font-size: 20px;
    padding-top: 20px;
}

.postBody {
    padding: 0px;
}

.cnblogs_code {
    border: none;
    border-radius: 3px;
    background: rgba(204, 204, 204, 1);
}

.code_img_opened,
.cnblogs_code a,
.cnblogs_code div,
.cnblogs_code img {
    background: none;
}

/*paging*/

.topicListFooter {
    margin: 0px;
}

.pager {
    margin: 0 0 20px;
    padding: 5px;
    border-radius: 3px;
    background: rgba(238, 238, 238, 0.7);
}

.pager a {
    border-color: lightgray;
    border-radius: 3px;
}

.pager a:hover {
    color: #3F51B5;
}

/*option*/

#green_channel {
    max-width: 271px;
    float: right;
    border: none;
    margin: 0;
    overflow: unset;
}

#green_channel a {
    float: left;
    margin: 3px 6px 3px 0px;
    padding: 3px 7px;
    background: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 3px;
    vertical-align: middle;
}

#green_channel #green_channel_weibo,
#green_channel #green_channel_wechat {
    padding: 0px 2px;
}

#div_digg {
    float: right;
    width: 124px;
    margin: 1px 6px;
    padding: 10px 0;
}

.diggit,
.buryit,
#green_channel #green_channel_digg,
#green_channel #green_channel_follow,
#green_channel #green_channel_favorite {
    background: rgba(34, 34, 34, 0.7);
}

.diggit:hover {
    background: rgba(153, 204, 153, 0.7);
}

.buryit:hover {
    background: rgba(153, 153, 204, 0.7);
}

#green_channel #green_channel_digg:hover {
    background: rgba(45, 174, 191, 0.7);
}

#green_channel #green_channel_follow:hover {
    background: rgba(227, 49, 0, 0.7);
}

#green_channel #green_channel_favorite:hover {
    background: rgba(255, 181, 21, 0.7);
}

.diggit,
.buryit {
    width: 59px;
    height: 24px;
    padding: 0px 6px;
    text-align: left;
    position: relative;
    border-radius: 3px;
}

.buryit {
    margin: 2px 0px 0px 6px;
}

.diggit:before,
.buryit:before {
    top: 3px;
    right: 6px;
    position: absolute;
    font-weight: bold;
}

.diggit:before {
    color: rgba(255, 0, 0, 0.5);
    content: "♥";
    animation: beats 1s ease infinite;
}

.buryit:before {
    color: black;
    content: "♠";
}

.buryit:hover:before {
    animation: rotate 0.5s ease infinite;
}

.diggnum,
.burynum {
    color: white;
}

/*comment title*/

.feedback_area_title,
#commentform_title {
    font-size: 16px;
    font-weight: bold;
}

#commentform_title {
    padding: 0;
    background-image: none;
}

/*comment*/

.feedbackItem {
    margin-top: 20px;
    border-radius: 4px;
    background: rgba(34, 34, 34, 0.7);
}

.feedbackListSubtitle {
    margin-top: 10px;
    padding: 5px 10px;
}

.feedbackCon {
    padding: 5px 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: rgba(68, 68, 68, 0.7);
}

.feedbackManage {
    float: right;
}

div.commentform input.author {
    color: lightgray;
    padding: 0;
    font-size: 14px;
    border: none;
    background-color: transparent;
    background-image: none;
}

.commentbox_title,
div.commentform textarea {
    width: 100%;
}

/* menu button */

.tols {
    right: 0px;
    bottom: 91px;
    width: 30px;
    margin: 5px;
    padding: 5px;
    position: fixed;
}

.back-top,
.refresh-cmts {
    width: 20px;
    height: 20px;
    display: block;
}

.back-top {
    display: none;
    margin-bottom: 10px;
    animation: tly .6s ease infinite;
}

.back-top:before {
    border-left: 3px solid black;
    border-top-left-radius: 2px;
    border-top: 3px solid black;
    content: '';
    display: block;
    height: 12px;
    left: 2.3px;
    position: absolute;
    top: 5px;
    transform: rotate(45deg);
    width: 12px;
}

.refresh-cmts {
    border-radius: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: black transparent black black;
}

.refresh-cmts:before,
.refresh-cmts:after {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    content: '';
    display: block;
    position: relative;
}

.refresh-cmts:before {
    top: -5px;
    right: -12px;
    width: 3px;
    height: 8px;
}

.refresh-cmts:after {
    top: -7px;
    right: -7px;
    width: 8px;
    height: 3px;
}

.refresh-cmts:hover {
    animation: rot .8s ease;
}

.show {
    display: block;
}

#menu {
    display: none;
}

#menu~label {
    right: 0px;
    bottom: 61px;
    position: fixed;
    cursor: pointer;
    display: block;
    margin: 5px;
    padding: 5px;
    transition: all .5s ease;
}

#menu~label span {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    display: block;
    height: 3px;
    margin: 3px auto;
    transition: transform .8s ease;
    width: 20px;
}

#menu:checked~label .top {
    -webkit-transform: translateY(5.5px) rotate(-45deg);
    -moz-transform: translateY(5.5px) rotate(-45deg);
    -ms-transform: translateY(5.5px) rotate(-45deg);
    -o-transform: translateY(5.5px) rotate(-45deg);
    transform: translateY(5.5px) rotate(-45deg);
}

#menu:checked~label .middle {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

#menu:checked~label .bottom {
    -webkit-transform: translateY(-5.5px) rotate(45deg);
    -moz-transform: translateY(-5.5px) rotate(45deg);
    -ms-transform: translateY(-5.5px) rotate(45deg);
    -o-transform: translateY(-5.5px) rotate(45deg);
    transform: translateY(-5.5px) rotate(45deg);
}

#menu:checked~#sideBar {
    right: 0px;
}

#menu:checked~label,
#menu:checked~.tols {
    right: 280px;
}

/*sideBar*/

#sideBar {
    top: 0px;
    right: -280px;
    width: 280px;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    transition: all .5s ease;
    background: rgba(51, 51, 51, 0.7);
}

#sideBarMain {
    padding: 55px 0px;
}

.profile {
    border-radius: 100%;
    display: block;
    height: 150px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    width: 150px;
}

.head-img {
    top: 10px;
    width: 120px;
    border-radius: 100%;
    overflow: visible;
    box-sizing: border-box;
    position: relative;
    animation: scales_bs 1s linear infinite;
}

#profile_block {
    text-align: center;
}

#blog-calendar {
    color: white;
    margin: 10px 15px;
    padding: 10px;
    font-size: 12px;
    border-radius: 3px;
    background: rgba(34, 34, 34, 0.7);
}

#blog-calendar:hover {
    background: rgba(153, 204, 153, 0.7);
}

#blog-calendar td:hover {
    border-radius: 3px;
    background: rgba(119, 170, 119, 0.7);
}

.CalNextPrev,
.CalNextPrev {
    font-weight: bold;
}

.div_my_zzk {
    margin: 20px 0px;
}

.input_my_zzk,
.btn_my_zzk,
.comment_btn,
#commentbox_opt a,
div.commentform textarea {
    color: gray;
    margin: 2px auto;
    padding: 2px 5px;
    border: none;
    border-radius: 3px;
    background: rgba(68, 68, 68, 0.7);
}

/* .btn_my_zzk,
.comment_btn,
#commentbox_opt a {
    color: gray;
    background: gray;
} */

.btn_my_zzk:hover,
.comment_btn:hover,
#commentbox_opt a:hover {
    background: rgba(34, 34, 34, 0.7);
}

.input_my_zzk,
input.btn_my_zzk {
    width: 100%;
    height: 25px;
}

#RecentCommentsBlock {
    padding: 8px;
    font-size: 12px;
    border-radius: 5px;
    background: rgba(34, 34, 34, 0.7);
}

.commentform {
    margin: 0
}

.input_my_zzk:hover,
.input_my_zzk:focus,
.comment_textarea:hover,
.comment_textarea:focus {
    outline: 0;
    color: gray;
    background: rgba(34, 34, 34, 0.7)
}

#leftcontentcontainer {
    padding: 0px 15px;
}

div#blog-sidecolumn div {
    margin-bottom: 15px;
}

.catListTitle {
    margin-bottom: 5px;
}

/*footer*/

#footer {
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    background: rgba(51, 51, 51, 0.7);
}

/* Responsive */

@media (min-width: 768px) {

    #main {
        width: 90%;
    }

    .forFlow {
        padding: 10px;
    }
}

@media (min-width: 992px) {
    #main {
        width: 75%;
    }

    .forFlow {
        padding: 15px;
    }
}

@media (min-width: 1200px) {

    #main {
        width: 60%;
    }

    .forFlow {
        padding: 20px;
    }

}

/*animation*/

@keyframes conveyor {
    50% {
        background-position: 100% 0%;
    }
}

@keyframes beats {
    40% {
        transform: scale(1.1, 1.1);
        text-shadow: 0px 0px 1px rgba(255, 0, 0, 0.5);
    }
}

@keyframes rotate {
    25% {
        transform: rotate(20deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-20deg);
    }
}

@keyframes rot {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes tly {
    75% {
        -webkit-transform: translateY(2px);
        -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
        -o-transform: translateY(2px);
        transform: translateY(2px);
    }
}

@keyframes scales_bs {
    50% {
        box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.5);
    }

    100% {
        box-shadow: 0px 0px 0px 20px rgba(0, 0, 0, 0);
    }
}

@keyframes scales {
    50% {
        transform: scale(1.05, 1.05);
    }
}

/*AD Kill*/

.newsItem h3,
.diggword,
#author_profile,
#comment_nav,
#lnkBlogLogo,
#under_post_news,
#under_post_kb,
#ad_t2,
#ad_c1,
#ad_c2,
#cnblogs_c1,
#cnblogs_c2 {
    display: none;
}

原生:Custom

blog主题——黑夜的更多相关文章

  1. blog主题——马路

    blog主题,存储一下 css /************************************************** 第一部分:所有的模板都使用的公共样式.公告样式是为了更好的向前 ...

  2. blog主题——樱花

    贮存一下,blog代码 QAQ 页脚html <!--live2d--> <script src="https://blog-static.cnblogs.com/file ...

  3. blog主题——田野(1)

    贮存一下,blog代码 QAQ 页首html <link rel='stylesheet' href='https://blog-static.cnblogs.com/files/elkyo/c ...

  4. Orchard Core入门配方和主题

    包含Orchard Core入门配方和主题 可以通过两个不同的NuGet包使用Orchard Core. OrchardCore.Application.Cms.Core.Targets Orchar ...

  5. 浅析MSIL中间语言——PE文件结构篇

    一.开篇 开篇我想讲一下于本文无关的话题,其实我很想美化一下自己博客园一直没时间弄,无意间找了博客园李宝亨的博客园里面有一篇分享自己主题的文章,我就将这个模板暂时用作我的blog主题,我要讲述一个关于 ...

  6. C++ 牛人博客(不断更新中...)

    http://www.zhangjiee.com/ 新浪微博@独酌逸醉. Github. GitCafe. stackoverflow. Quora http://cpp1x.org/ 刘未鹏 | M ...

  7. [补档]暑假集训D2总结

    %dalao https://hzoi-mafia.github.io/2017/07/26/17/ (纪念我已死去的github) 大佬AntiLeaf来讲概率&期望,然后--成功变为 不可 ...

  8. 【Other】最近在研究的, Java/Springboot/RPC/JPA等

    我的Springboot框架,欢迎关注: https://github.com/junneyang/common-web-starter Dubbo-大波-服务化框架 dubbo_百度搜索 Dubbo ...

  9. VB6_小林的气象类模块

    前言. [如果使用过程有什么问题可以QQ或邮箱联系我. 1919988942  | w2638301509@gmail.com] ___________________________________ ...

随机推荐

  1. Docker最全教程——从理论到实战(九)

    使用Tencent Hub来完成CI 关于Tencent Hub Tencent Hub是腾讯出品的DevOps服务.主要提供多存储格式的版本管理,支持Docker Image.Binary.Helm ...

  2. OpenCV中imread失败cvLoadImage成功

    MYLAF 环境说明 编程环境:Windows 10(64bit), VS2013, OpenCV 2.4.12; 编程语言:C/C++: MYLAF 现象 在代码中,调用imread读取图片失败,但 ...

  3. Pytest学习6-跳过或xfail失败的用例

    Skip跳过用例 跳过(Skip)指,你希望如果某些条件得到满足你的测试用例才执行,否则Pytest应该完全跳过运行该用例 1. 跳过测试用例的最简单方法是使用skip装饰器标记它,可以传递一个可选的 ...

  4. linux异常 - 无法分配内存

    解决方案: 删除虚拟机上不必要的东西 重启开虚拟机的电脑

  5. MyBatis 动态代理开发

    MyBatis 动态代理开发 §  Mapper.xml文件中的namespace与mapper接口的类路径相同. §  Mapper接口方法名和Mapper.xml中定义的每个statement的i ...

  6. DoS攻击种类

    DoS攻击有许多种类,主要有Land攻击.死亡之ping.泪滴.Smurf攻击及SYN洪水等. 据统计,在所有黑客攻击事件中,syn洪水攻击是最常见又最容易被利用的一种DoS攻击手法. 1.攻击原理 ...

  7. jvm(4):类文件结构

    typora-root-url: ./ 类文件结构 魔数Magic Number 每个Class文件的头4个字节是魔数.值为0xCAFEBABE 唯一作用:确定这个文件是一个能被虚拟机接受的Class ...

  8. ASP.NET + MVC5 入门完整教程七 -—-- MVC基本工具(下)

    https://blog.csdn.net/qq_21419015/article/details/80493633 Visual Stdio 的单元测试

  9. 并发队列 ConcurrentLinkedQueue 及 BlockingQueue 接口实现的四种队列

    队列是一种特殊的线性表,它只允许在表的前端(front)进行删除操作,而在表的后端(rear)进行插入操作.进行插入操作的端称为队尾,进行删除操作的端称为队头.队列中没有元素时,称为空队列. 在队列这 ...

  10. zabbix4.2配置邮件+脚本报警:以QQ邮箱为例

    一.邮箱配置:开启smtp服务和授权 开启smtp选项后,系统会生成一个授权,你需要记住这个授权码,后面需要写入配置文件. 二.配置管理mailx: (1)安装mailx:[root@zabbix-s ...