Skip to content

mp.dlite.cn - 2022/12/15 22:51:14 by jcomey

Details

Authorjcomey

LicenseNo License

Categorympdlite

Created

Updated

Size2.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

some css

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           mp.dlite.cn - 2022/12/15 22:51:14
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("https://mp.dlite.cn/uade/") {
    /* 在此插入代码... */
    .cke_show_borders h2 {
          font-family: 'Segoe UI' !important;
          padding: 10px;
          border-left: 5px solid #2957A4;
          text-transform: capitalize;
          margin: 20px 0;
          font-size: 22px;
          border-bottom: 1px solid #2957A4;
    }

    .cke_show_borders h3 {

        font-family: 'Segoe UI' !important;
        font-weight: 600;
        margin: 10px 0;
        border-bottom: 4px solid #2957A4;
        padding: 15px 0;
        font-size: 1.275rem;
        color: #2957A4;
    }
    .cke_show_borders h4 {
        font-family: 'Segoe UI' !important;
        color: #2957A4;
        font-size: 20px;
        font-weight: bold;
    }
    .cke_show_borders .titlehighlight {
        color: #18457c;
        border-bottom: 1px solid #bdbdbd;
        border-top: 1px solid #bdbdbd;
        font-size: 17px;
        padding: 20px 10px;
        margin: 20px 60px;
        font-style: italic;
    }
    .cke_show_borders ol {
        padding-left: 0;
    }
    .cke_show_borders .thum{display:flex; 
          justify-content: center;}
  .cke_show_borders .thumx{flex:1;text-align:center;}
    .cke_show_borders ul li {
        list-style: disc;
    }
    .cke_show_borders ol li {
        margin: 10px 0;
        background: url('https://mp.dlite.cn/templets/default/css/image/icon_arr.gif') no-repeat left 5px;
        padding-left: 20px;
        font-size: 14px;
        color: #666;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 10px;
        list-style: none;
    }

    .cke_show_borders table {
        margin: 20px auto;
        border-collapse: collapse;
        width: 100%;
    }

    .cke_show_borders table tr td {
        border-collapse: collapse;
        border: 1px solid #d9d9d9;
        padding: 10px;
    }

    .cke_show_borders table thead tr th {
        background: #2957A4;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        border: 1px solid #eee;
        padding: 10px;
    }


    .cke_show_borders table tr:hover td {
        background: #2957A4;
        cursor: pointer;
        color: #fff;
    }

    .cke_show_borders table tr:nth-child(odd) {
        background: #F2F2F2;
    }

    .cke_show_borders table tr:nth-child(even) {
        background: #FFFFFF;
    }
}

Reviews

No reviews yet.