• 皮肤样式备份


    页面定制CSS代码

    /* 移除背景图片 */
    body {
        background-color:#002200;
        background-image:none !important;
    }
    
    /* 设置页边距 */
    #home {
        margin: 0 !important;
        min-width: initial !important;
        padding-top: 5px !important;
        padding-right: 0px !important;
        padding-left: 0 !important;
        overflow: hidden !important;
    }
    
    /* 头部 */
    #header {
        margin-bottom: auto !important;
        padding-left: 35px !important;
    }
    
    /* 头部菜单 */
    .menu {
        color: #2a6b2a !important;
        font-size: 200% !important;
        margin-right: 20px !important;
        font-family: 微软雅黑;
        text-decoration: none !important;
    }
    
    /* 内容区 */
    #main {
        overflow: hidden !important;
        padding-left: 5px !important;
    }
    #mainContent .forFlow {
        padding-right: 283px;
    }
    
    
    /* 选择文本高亮背景颜色 */
    ::selection {
      background: #ff4e19;
      color:white;
    }
    
    
    /* 链接样式 */
    .catListTag a {
        background-color:#84AF98;
        color:#CD4900;
    }
    .catListTag a:hover{
        background-color:#B2C8BB;
        color:#008000;
    }
    a:hover{
        background-color:B2C8BB;
    }
    
    
    /*首页链接*/
    #MyLinks1_HomeLink{display:none;}
    /*首页图标*/
    #Header1_HeaderTitle:after{
            content:string("   ");
        content: url(http://www.easyicon.net/api/resizeApi.php?id=1187250&size=32);
    }
    
    
    /*阴影文字,彩虹字,日期*/
    .dayTitle{
    /*background-color:#efefef;*/
    text-shadow:1px 1px white;
    background-color: #72bcd5;
        display: inline-block;
        margin-bottom: 0;
        border: 1px solid #5a93a7;
        border-bottom: none;
        border-radius: 8px 8px 0 0;
        font-size: 10px !important;
    }
    .dayTitle a, .dayTitle a:link, .dayTitle a:visited, .dayTitle a:hover, .dayTitle a:active {
        color: #177200 !important;
    }
    
    
    /*标题栏,样式*/
    .entrylistTitle,.postTitle{
        background-color: #bfd0c8;
        font-size: 150% !important;
        text-shadow: 1px 1px #fff;
    }
    .entrylistTitle a,.postTitle a{
    /*自动换行*/
        word-wrap: break-word;
        word-break: break-all;
        /* white-space: pre-wrap; */
    }
    h1,h2,h3{
        border-radius: 3px;
        padding:3px;
        background-color: #b8bb9a;
        box-shadow:3px 3px 5px #d8d8d8;
        text-shadow:1px 1px #fff;
    
    
    }
    h1{
        background-color: #84AF9B;
        font-size:135%;
    
        background-image: url(http://www.cnblogs.com/skins/iMetro_HD/images/logo.png);
        background-repeat: repeat-y;
        background-position: -10px 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    h2 {
    font-size:125%;
    }
    h3 {
    font-size:110%;
       /* height: 35px; */
       /* line-height: 35px; */
    }
    
    
    /* 标题栏超链接样式 */
    .postTitle2:hover {
        border-bottom: 1px solid red;
    }
    .postTitle2, .postTitle2:link, .postTitle2:visited, .postTitle2:hover, .postTitle2:active {
        font-size: 18pt !important;
        color: #ff4141 !important;
        text-decoration: none;
    }
    
    
    /* 顶部导航下面,状态栏  */
    .blogStats {
        padding-right: 15px !important;
        margin-top: -12px;
        margin-left: -35px;
        background-color: #008000 !important;
        color: wheat;
        margin-bottom: 10px;
    }
  • 相关阅读:
    离线安装MariaDB 10.4.13
    YUM 的使用
    Crontab 定时任务
    静默安装卸载 ORACLE
    java 改变图片的DPI
    Java TIF、JPG、PNG等图片转换
    key可重复的Map
    集合对象去重
    Java创建TXT文件并写入 内容
    Java已知图片路径下载图片到本地
  • 原文地址:https://www.cnblogs.com/webenh/p/16171396.html
Copyright © 2020-2023  润新知