「User:Irukaza/tools/codemirror.css」:修訂間差異

跳至導覽 跳至搜尋
移除 522 位元組 、​ 2022年3月7日 (星期一)
無編輯摘要
imported>=海豚=
無編輯摘要
imported>Irukaza
無編輯摘要
 
(未顯示由 2 位使用者於中間所作的 26 次修訂)
第11行: 第11行:


.CodeMirror-lines {
.CodeMirror-lines {
   padding: 4px 0; /* Vertical padding around content */
   padding: 3px; /* Vertical padding around content */
}
}
.CodeMirror pre {
.CodeMirror pre {
第24行: 第24行:


.CodeMirror-gutters {
.CodeMirror-gutters {
  display: none!important;
   border-right: 1px solid #ddd;
   border-right: 1px solid #ddd;
   background-color: #f7f7f7;
   background-color: #f7f7f7;
第216行: 第215行:
}
}
.CodeMirror-gutter-elt {
.CodeMirror-gutter-elt {
  display: none;
   position: absolute;
   position: absolute;
   cursor: default;
   cursor: default;
第305行: 第303行:
   visibility: visible;
   visibility: visible;
}
}
.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }


.cm-searching {
.cm-searching {
第332行: 第324行:
/* See issue #2901 */
/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }
.cm-tab-wrap-hack:after { content: ''; }
 
.CodeMirror-selected { background: rgba(0,0,0,.1); }
/* Help users use markselection to safely style text background */
body{
span.CodeMirror-selectedtext { background: none; }
overflow-x:hidden;
}
匿名用戶

導覽菜單