<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mw-toolbar-editbutton{
    border-right: 1px solid #BDCFE8 !important;
}
.mw-toolbar-editbutton:hover{
    background: #BACDE7 !important;
}
/* æ’å…¥è¡¨æ&nbsp;¼ start */
.popup_editor_extend_table{
    display: none;
    position: absolute;
}
.popup_editor_extend_table.active{
    display: block;
    z-index: 9999;
}
.popup_editor_extend_table_content &gt; div{
    display: flex;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.popup_editor_extend_table_content &gt; div:first-child{
    border-top: 1px solid #ccc;
}
.popup_editor_extend_table_content &gt; div:last-child{
    border-bottom: 1px solid #ccc;
}
.popup_editor_extend_table_content &gt; div &gt; span{
    border: 1px solid #ccc;
    width: 22px;
    height: 22px;
    display: inline-block;
    background: #fff;
}
.popup_editor_extend_table_content &gt; div &gt; span.active{
    background: #759FCF;
}
/* æ’å…¥è¡¨æ&nbsp;¼ end */

/* æ›¿æ¢ start */
.popup_editor_extend_replace{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0,0,0,0.7);
    z-index: 9998;
    display: none;
    justify-content: center;
    align-items: center;
}
.popup_editor_extend_replace.active{
    display: flex;
}
.popup_editor_extend_replace .popup_editor_extend_replace_content{
    z-index: 9999;
    background: #fff;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 5px 5px #555;
}
.popup_editor_extend_replace .popup_editor_extend_replace_header{
    background: #558ed5;
    color: #fff;
    padding: 9px 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
.popup_editor_extend_replace .popup_editor_extend_replace_content &gt; i{
    position: absolute;
    right: 15px;
    top: 5px;
    color: #fff;
    cursor: pointer;
}
.popup_editor_extend_replace .popup_editor_extend_replace_body{
    padding: 20px;
}
.popup_editor_extend_replace .popup_editor_extend_replace_body td{
    padding: 10px;
}
.popup_editor_extend_replace .popup_editor_extend_replace_body td input{
    width: 300px;
    padding: 0 4px;
}
.popup_editor_extend_replace .popup_editor_extend_replace_actions{
    padding-bottom: 20px;
    text-align: center;
}
.popup_editor_extend_replace .popup_editor_extend_replace_actions span{
    padding: 4px 8px;
    background: #558ed5;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
/* æ›¿æ¢ end */

/* æ’å…¥é“¾æŽ¥ start */
.popup_editor_extend_link{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0,0,0,0.7);
    z-index: 9998;
    display: none;
    justify-content: center;
    align-items: center;
}
.popup_editor_extend_link.active{
    display: flex;
}
.popup_editor_extend_link .popup_editor_extend_link_content{
    z-index: 9999;
    background: #fff;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 5px 5px #555;
}
.popup_editor_extend_link .popup_editor_extend_link_header{
    background: #558ed5;
    color: #fff;
    padding: 9px 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
.popup_editor_extend_link .popup_editor_extend_link_content &gt; i{
    position: absolute;
    right: 15px;
    top: 5px;
    color: #fff;
    cursor: pointer;
}
.popup_editor_extend_link .popup_editor_extend_link_body{
    padding: 20px;
}
.popup_editor_extend_link .popup_editor_extend_link_body td{
    padding: 2px 10px;
}
.popup_editor_extend_link .popup_editor_extend_link_body td input[type='text']{
    width: 350px;
    padding: 0 4px;
    margin-bottom: 15px;
}
.popup_editor_extend_link .popup_editor_extend_link_actions{
    padding-bottom: 20px;
    text-align: center;
}
.popup_editor_extend_link .popup_editor_extend_link_actions span{
    padding: 4px 8px;
    background: #558ed5;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.popup_editor_extend_link .popup_editor_extend_link_body .link_type_list &gt; span{
    margin-right: 20px;
}
/* æ’å…¥é“¾æŽ¥ end */

/* æ’å…¥æ–‡ä»¶ start */
.popup_editor_extend_file{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0,0,0,0.7);
    z-index: 9998;
    display: none;
    justify-content: center;
    align-items: center;
}
.popup_editor_extend_file.active{
    display: flex;
}
.popup_editor_extend_file .popup_editor_extend_file_content{
    z-index: 9999;
    background: #fff;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 5px 5px #555;
}
.popup_editor_extend_file .popup_editor_extend_file_header{
    background: #558ed5;
    color: #fff;
    padding: 9px 0;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
.popup_editor_extend_file .popup_editor_extend_file_content &gt; i{
    position: absolute;
    right: 15px;
    top: 5px;
    color: #fff;
    cursor: pointer;
}
.popup_editor_extend_file .popup_editor_extend_file_body{
    padding: 20px;
}
.popup_editor_extend_file .popup_editor_extend_file_body td{
    padding: 2px 10px;
}
.popup_editor_extend_file .popup_editor_extend_file_body td input[type='text']{
    width: 350px;
    padding: 0 4px;
    margin-bottom: 15px;
}
.popup_editor_extend_file .popup_editor_extend_file_actions{
    padding-bottom: 20px;
    text-align: center;
}
.popup_editor_extend_file .popup_editor_extend_file_actions span{
    padding: 4px 8px;
    background: #558ed5;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.popup_editor_extend_file .popup_editor_extend_file_body .file_type_list &gt; span{
    margin-right: 20px;
}
/* æ’å…¥æ–‡ä»¶ end */

/* æ’å…¥newæ&nbsp;‡è®° start */
.popup_editor_extend_new{
    display: none;
    position: absolute;
}
.popup_editor_extend_new.active{
    display: block;
    z-index: 9999;
}
.popup_editor_extend_new &gt; div{
    display: flex;
    border: 1px solid #ccc;
}
/* æ’å…¥newæ&nbsp;‡è®° end */
/* æ’å…¥å¼¹å‡ºæ¡†è¯­æ³• start */
.popup_editor_extend_popupid{
    display: none;
    position: absolute;
}
.popup_editor_extend_popupid.active{
    display: block;
    z-index: 9999;
}
/* æ’å…¥å¼¹å‡ºæ¡†è¯­æ³• end */</pre></body></html>