Site Notice
hello, world
Difference between revisions of "MediaWiki:Css-InPageEdit-v2.css"
From Project-EPB Commons
([InPageEdit] 没有编辑摘要) |
([InPageEdit] 没有编辑摘要) |
||
Line 22: | Line 22: | ||
.in-page-edit .ssi-topIcons .ssi-closeIcon { | .in-page-edit .ssi-topIcons .ssi-closeIcon { | ||
background: none; | background: none; | ||
− | color: # | + | color: #d33; |
− | height: | + | height: 24px; |
width: 36px; | width: 36px; | ||
font-size: 30px; | font-size: 30px; | ||
− | line-height: | + | line-height: 24px; |
} | } | ||
.in-page-edit .ssi-topIcons .ssi-closeIcon:hover { | .in-page-edit .ssi-topIcons .ssi-closeIcon:hover { | ||
background: none; | background: none; | ||
− | + | color: #f22; | |
− | + | height: 24px; | |
width: 36px; | width: 36px; | ||
font-size: 30px; | font-size: 30px; | ||
− | line-height: | + | line-height: 24px; |
} | } | ||
.in-page-edit .ssi-closeIcon:before { | .in-page-edit .ssi-closeIcon:before { | ||
− | content: ' | + | content: '关闭'; |
− | font- | + | font-size: 16px; |
+ | display: unset !important; | ||
} | } | ||
− | .in-page-edit .ssi-modalTitle { | + | .in-page-edit:not(.notify) .ssi-modalTitle { |
font-style: normal; | font-style: normal; | ||
− | font-family: | + | font-family: sans-serif; |
− | background: | + | font-weight: bold; |
− | color: # | + | background: #ffffff; |
− | + | color: #252525; | |
− | + | font-size: 1.1em; | |
− | + | line-height: 1.8em; | |
+ | text-align: center; | ||
} | } | ||
.in-page-edit .editArea { | .in-page-edit .editArea { | ||
Line 59: | Line 61: | ||
} | } | ||
.in-page-edit .btn { | .in-page-edit .btn { | ||
− | |||
font-size: 16px; | font-size: 16px; | ||
font-weight: bold; | font-weight: bold; | ||
− | + | color: #222; | |
− | + | border: 1px solid transparent; | |
− | border-radius: 0.2em; | + | border-radius: 2px; |
− | transition: all . | + | padding: 0.2em 1.2em; |
+ | transition: all .1s; | ||
+ | } | ||
+ | .in-page-edit .btn:focus { | ||
+ | box-shadow: inset 0 0 0 2px #36c; | ||
} | } | ||
.in-page-edit .btn.btn-primary { | .in-page-edit .btn.btn-primary { | ||
− | background: # | + | color: #fff; |
− | color: | + | background-color: #36c; |
+ | border-color: #36c; | ||
} | } | ||
.in-page-edit .btn.btn-primary:hover { | .in-page-edit .btn.btn-primary:hover { | ||
− | background: # | + | background-color: #447ff5; |
+ | border-color: #447ff5; | ||
+ | } | ||
+ | .in-page-edit .btn.btn-primary:active { | ||
+ | background-color: #2a4b8d; | ||
} | } | ||
.in-page-edit .btn.btn-secondary { | .in-page-edit .btn.btn-secondary { | ||
− | color: # | + | color: #252525; |
− | border: | + | border-color: #c8ccd1; |
+ | background-color: #efefef | ||
} | } | ||
.in-page-edit .btn.btn-secondary:hover { | .in-page-edit .btn.btn-secondary:hover { | ||
− | color: # | + | background-color: #ffffff; |
− | border: 1px solid # | + | color: #454545; |
+ | } | ||
+ | .in-page-edit .btn.btn-secondary:active { | ||
+ | border: 1px solid #36c; | ||
} | } | ||
.in-page-edit .btn.btn-danger { | .in-page-edit .btn.btn-danger { | ||
− | background: # | + | background: transparent; |
− | color: | + | color: #d33; |
+ | background-color: #f4f4f4; | ||
} | } | ||
.in-page-edit .btn.btn-danger:hover { | .in-page-edit .btn.btn-danger:hover { | ||
− | background: # | + | color: #ff4242; |
− | color: | + | background-color: #fafafa; |
+ | } | ||
+ | .in-page-edit .btn.btn-danger:active { | ||
+ | color: #d00; | ||
+ | border: 1px solid #36c; | ||
} | } | ||
.in-page-edit .btn[disabled] { | .in-page-edit .btn[disabled] { | ||
− | background: # | + | background-color: #c8ccd1 !important; |
+ | color: #ffffff !important; | ||
cursor: not-allowed; | cursor: not-allowed; | ||
+ | } | ||
+ | .in-page-edit textarea { | ||
+ | margin: 1em 0 1em 0; | ||
+ | } | ||
+ | .in-page-edit input { | ||
+ | padding: 0.25em 0.35em; | ||
+ | border: 1px solid #ccc; | ||
+ | border-radius: 2px; | ||
+ | transition: all .2s; | ||
+ | } | ||
+ | .in-page-edit input:focus { | ||
+ | border-color: #36c; | ||
+ | box-shadow: inset 0 0 0 1px #36c; | ||
} | } | ||
.in-page-edit.confirmbox .ssi-modalWindow { | .in-page-edit.confirmbox .ssi-modalWindow { | ||
Line 100: | Line 133: | ||
padding-top: 18px; | padding-top: 18px; | ||
font-size: large; | font-size: large; | ||
+ | } | ||
+ | .in-page-edit .dialog .ssi-buttons .btn { | ||
+ | margin: 0; | ||
+ | padding: 0.5em; | ||
+ | background: transparent; | ||
+ | color: #252525; | ||
+ | border: 1px solid #efefef; | ||
+ | border-radius: 0; | ||
+ | width:50%; | ||
+ | } | ||
+ | .in-page-edit .dialog .ssi-buttons .btn:hover { | ||
+ | background: #f8f8f8 !important; | ||
+ | } | ||
+ | .in-page-edit.quick-redirect .dialog .ssi-buttons .btn, | ||
+ | .in-page-edit.quick-renamepage .dialog .ssi-buttons .btn, | ||
+ | .in-page-edit.quick-deletepage .dialog .ssi-buttons .btn { | ||
+ | width: 100%; | ||
+ | } | ||
+ | .in-page-edit .dialog .ssi-buttons .btn.btn-danger { | ||
+ | color: #c33; | ||
+ | } | ||
+ | .in-page-edit .dialog .ssi-buttons { | ||
+ | padding: 0; | ||
+ | } | ||
+ | .in-page-edit .dialog .ssi-buttons .ssi-rightButtons { | ||
+ | width:100%; | ||
} | } | ||
.in-page-edit-article-link-pipe { | .in-page-edit-article-link-pipe { | ||
Line 110: | Line 169: | ||
.mw-editsection .in-page-edit-article-link-bracket { | .mw-editsection .in-page-edit-article-link-bracket { | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | /** 进度条 **/ | ||
+ | .ipe-progress { | ||
+ | height: 1em; | ||
+ | border: 1px solid #c5c5c5; | ||
+ | border-radius: 2px; | ||
+ | background: white; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | .ipe-progress .progress-bar { | ||
+ | height: 100%; | ||
+ | width: auto; | ||
+ | background: #979797; | ||
+ | animation: progress 2s linear infinite; | ||
+ | } | ||
+ | .ipe-progress.done { | ||
+ | background: #5cc803; | ||
+ | transition: all 1.5s; | ||
+ | } | ||
+ | .ipe-progress.done .progress-bar { | ||
+ | animation: none; | ||
+ | transition: width .3s; | ||
+ | width: 0%; | ||
+ | margin: auto 0; | ||
+ | opacity: 0; | ||
+ | transition: all 0.8s; | ||
+ | } | ||
+ | @keyframes progress { | ||
+ | from { | ||
+ | margin-left: -40%; | ||
+ | margin-right: 110%; | ||
+ | } | ||
+ | to { | ||
+ | margin-left: 110%; | ||
+ | margin-right: -40%; | ||
+ | } | ||
} | } | ||
Line 120: | Line 216: | ||
background: none; | background: none; | ||
color: unset; | color: unset; | ||
+ | } | ||
+ | |||
+ | /** 背景颜色 **/ | ||
+ | .ssi-backdrop { | ||
+ | background: rgba(255,255,255,0.5); | ||
+ | } | ||
+ | |||
+ | /** 修改checkbox样式 **/ | ||
+ | .in-page-edit input[type=checkbox] + label { | ||
+ | user-select: none; | ||
+ | } | ||
+ | .in-page-edit input[type=checkbox] + label::before { | ||
+ | content: "\a0"; /* 不换行空格 */ | ||
+ | display: inline-block; | ||
+ | vertical-align: 2px; | ||
+ | width: 18px; | ||
+ | height: 18px; | ||
+ | margin-right: 5px; | ||
+ | border-radius: 2px; | ||
+ | background-color: #f8f8f8; | ||
+ | text-indent: 2px; | ||
+ | line-height: 1.1; | ||
+ | border: 1px solid #d6d6d6; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | .in-page-edit input[type="checkbox"]:checked + label::before { | ||
+ | content: "\2713"; /* 对号的 Unicode 编码 */ | ||
+ | font-size: 1em; | ||
+ | font-weight: bold; | ||
+ | background-color: #3366cc; | ||
+ | color: white; | ||
+ | } | ||
+ | .in-page-edit input[type="checkbox"]:active + label::before, | ||
+ | .in-page-edit input[type="checkbox"]:focus + label::before { | ||
+ | box-shadow: inset 0 0px 0px 2px rgb(255, 255, 255); | ||
+ | border-color: #3366cc; | ||
+ | } | ||
+ | .in-page-edit input[type='checkbox'] { | ||
+ | position: absolute; | ||
+ | clip:rect(0,0,0,0); | ||
} | } | ||
Revision as of 23:35, 21 November 2019
/**
*『Wjghj Project Static』
* This _CascadingStyleSheets_ code is from https://common.wjghj.cn
* CC BY-NC-SA
**/
/* 编辑器 */
.in-page-edit .mw-editsection,
.in-page-edit .hide-for-guide {
display: none;
}
.in-page-edit {
}
.in-page-edit .ssi-modalWindow {
padding: 0;
border-radius: 0;
}
.in-page-edit .ssi-topIcons {
#background: #808080;
text-align: center;
}
.in-page-edit .ssi-topIcons .ssi-closeIcon {
background: none;
color: #d33;
height: 24px;
width: 36px;
font-size: 30px;
line-height: 24px;
}
.in-page-edit .ssi-topIcons .ssi-closeIcon:hover {
background: none;
color: #f22;
height: 24px;
width: 36px;
font-size: 30px;
line-height: 24px;
}
.in-page-edit .ssi-closeIcon:before {
content: '关闭';
font-size: 16px;
display: unset !important;
}
.in-page-edit:not(.notify) .ssi-modalTitle {
font-style: normal;
font-family: sans-serif;
font-weight: bold;
background: #ffffff;
color: #252525;
font-size: 1.1em;
line-height: 1.8em;
text-align: center;
}
.in-page-edit .editArea {
max-width:100%;
min-width:100%;
min-height:350px;
}
.in-page-edit .editMinor {
margin-left:0;
margin-right:4px;
}
.in-page-edit .btn {
font-size: 16px;
font-weight: bold;
color: #222;
border: 1px solid transparent;
border-radius: 2px;
padding: 0.2em 1.2em;
transition: all .1s;
}
.in-page-edit .btn:focus {
box-shadow: inset 0 0 0 2px #36c;
}
.in-page-edit .btn.btn-primary {
color: #fff;
background-color: #36c;
border-color: #36c;
}
.in-page-edit .btn.btn-primary:hover {
background-color: #447ff5;
border-color: #447ff5;
}
.in-page-edit .btn.btn-primary:active {
background-color: #2a4b8d;
}
.in-page-edit .btn.btn-secondary {
color: #252525;
border-color: #c8ccd1;
background-color: #efefef
}
.in-page-edit .btn.btn-secondary:hover {
background-color: #ffffff;
color: #454545;
}
.in-page-edit .btn.btn-secondary:active {
border: 1px solid #36c;
}
.in-page-edit .btn.btn-danger {
background: transparent;
color: #d33;
background-color: #f4f4f4;
}
.in-page-edit .btn.btn-danger:hover {
color: #ff4242;
background-color: #fafafa;
}
.in-page-edit .btn.btn-danger:active {
color: #d00;
border: 1px solid #36c;
}
.in-page-edit .btn[disabled] {
background-color: #c8ccd1 !important;
color: #ffffff !important;
cursor: not-allowed;
}
.in-page-edit textarea {
margin: 1em 0 1em 0;
}
.in-page-edit input {
padding: 0.25em 0.35em;
border: 1px solid #ccc;
border-radius: 2px;
transition: all .2s;
}
.in-page-edit input:focus {
border-color: #36c;
box-shadow: inset 0 0 0 1px #36c;
}
.in-page-edit.confirmbox .ssi-modalWindow {
margin-top: 50% !important;
}
.in-page-edit.confirmbox .ssi-modalContent {
padding-top: 18px;
font-size: large;
}
.in-page-edit .dialog .ssi-buttons .btn {
margin: 0;
padding: 0.5em;
background: transparent;
color: #252525;
border: 1px solid #efefef;
border-radius: 0;
width:50%;
}
.in-page-edit .dialog .ssi-buttons .btn:hover {
background: #f8f8f8 !important;
}
.in-page-edit.quick-redirect .dialog .ssi-buttons .btn,
.in-page-edit.quick-renamepage .dialog .ssi-buttons .btn,
.in-page-edit.quick-deletepage .dialog .ssi-buttons .btn {
width: 100%;
}
.in-page-edit .dialog .ssi-buttons .btn.btn-danger {
color: #c33;
}
.in-page-edit .dialog .ssi-buttons {
padding: 0;
}
.in-page-edit .dialog .ssi-buttons .ssi-rightButtons {
width:100%;
}
.in-page-edit-article-link-pipe {
margin: 0 0.5em;
display: none;
}
.mw-editsection .in-page-edit-article-link-pipe {
display: unset;
}
.mw-editsection .in-page-edit-article-link-bracket {
display: none;
}
/** 进度条 **/
.ipe-progress {
height: 1em;
border: 1px solid #c5c5c5;
border-radius: 2px;
background: white;
overflow: hidden;
}
.ipe-progress .progress-bar {
height: 100%;
width: auto;
background: #979797;
animation: progress 2s linear infinite;
}
.ipe-progress.done {
background: #5cc803;
transition: all 1.5s;
}
.ipe-progress.done .progress-bar {
animation: none;
transition: width .3s;
width: 0%;
margin: auto 0;
opacity: 0;
transition: all 0.8s;
}
@keyframes progress {
from {
margin-left: -40%;
margin-right: 110%;
}
to {
margin-left: 110%;
margin-right: -40%;
}
}
/* 通知框 */
.in-page-edit.notify {
border-radius: 0;
font-family: unset;
}
.in-page-edit.notify .ssi-modalTitle {
background: none;
color: unset;
}
/** 背景颜色 **/
.ssi-backdrop {
background: rgba(255,255,255,0.5);
}
/** 修改checkbox样式 **/
.in-page-edit input[type=checkbox] + label {
user-select: none;
}
.in-page-edit input[type=checkbox] + label::before {
content: "\a0"; /* 不换行空格 */
display: inline-block;
vertical-align: 2px;
width: 18px;
height: 18px;
margin-right: 5px;
border-radius: 2px;
background-color: #f8f8f8;
text-indent: 2px;
line-height: 1.1;
border: 1px solid #d6d6d6;
cursor: pointer;
}
.in-page-edit input[type="checkbox"]:checked + label::before {
content: "\2713"; /* 对号的 Unicode 编码 */
font-size: 1em;
font-weight: bold;
background-color: #3366cc;
color: white;
}
.in-page-edit input[type="checkbox"]:active + label::before,
.in-page-edit input[type="checkbox"]:focus + label::before {
box-shadow: inset 0 0px 0px 2px rgb(255, 255, 255);
border-color: #3366cc;
}
.in-page-edit input[type='checkbox'] {
position: absolute;
clip:rect(0,0,0,0);
}
/* 右下角小工具箱 */
#ipe-edit-toolbox {
position: fixed;
right: 24px;
bottom: 24px;
user-select: none;
z-index: 199;
}
#ipe-edit-toolbox #toolbox-toggle {
transition: all .1s
}
#ipe-edit-toolbox #toolbox-toggle.opened {
transform: rotate(45deg);
}
#ipe-edit-toolbox .ipe-toolbox-btn {
font-size: 40px;
color: white;
background: #bebebe;
width: 50px;
height: 50px;
text-align: center;
line-height: 56px;
border-radius: 50%;
box-shadow: 0 0 5px gray;
text-shadow: 0 0 2px #4c4c4c;
padding-top: px;
margin-bottom: 4px;
cursor: pointer;
}
#ipe-edit-toolbox .ipe-toolbox-btn#edit-btn {
background: #45a8ff;
}
#ipe-edit-toolbox .ipe-toolbox-btn#redirectfrom-btn {
background: #ffa530;
}
#ipe-edit-toolbox .ipe-toolbox-btn#redirectto-btn {
background: #ff4985;
}
#ipe-edit-toolbox .ipe-toolbox-btn#preference-btn {
background: #00c300;
}
#ipe-edit-toolbox .ipe-toolbox-btn#deletepage-btn {
background: #f00000;
}
#ipe-edit-toolbox .ipe-toolbox-btn#renamepage-btn {
background: #ca7efe;
}
#ipe-edit-toolbox .ipe-toolbox-btn#about-btn {
background: #2ddefb;
}
#ipe-edit-toolbox .ipe-toolbox-btn.not-allowed {
#box-shadow: 0 0 0 4px #ff4141 !important;
background: #cdcdcd !important;
}
#ipe-edit-toolbox .ipe-toolbox-btn.not-allowed:before {
content: 'add';
color: red;
display: block;
font-size: 86px;
position: absolute;
transform: rotate(45deg);
margin-top: 2px;
margin-left: -22px;
}
#ipe-edit-toolbox .btn-group {
#width: 100px;
height: auto;
#background: white none repeat scroll 0% 0%;
#border: 1px solid gray;
display: none;
}
#ipe-edit-toolbox .btn-group.group2 {
position: absolute;
right: 50px;
}
#ipe-edit-toolbox .btn-group.group2 .btn-tip-group {
margin-right: 6px
}
#ipe-edit-toolbox .btn-group.opened {
display: block;
}
#ipe-edit-toolbox .btn-tip-group .btn-tip {
position: absolute;
text-align: center;
font-size: 12px;
width: 6em;
right: -12px;
top: -2em;
background: white;
padding: 0px 4px;
box-shadow: 0 0 4px gray;
display: none;
}
#ipe-edit-toolbox .btn-tip-group:hover .btn-tip {
display: unset;
}