Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/wp-file-.../lib/codemirr.../lib
File: codemirror.css
/* BASICS */
[0] Fix | Delete
[1] Fix | Delete
.CodeMirror {
[2] Fix | Delete
/* Set height, width, borders, and global font properties here */
[3] Fix | Delete
font-family: monospace;
[4] Fix | Delete
height: inherit;
[5] Fix | Delete
color: black;
[6] Fix | Delete
}
[7] Fix | Delete
[8] Fix | Delete
/* PADDING */
[9] Fix | Delete
[10] Fix | Delete
.CodeMirror-lines {
[11] Fix | Delete
padding: 4px 0; /* Vertical padding around content */
[12] Fix | Delete
}
[13] Fix | Delete
.CodeMirror pre {
[14] Fix | Delete
padding: 0 4px; /* Horizontal padding of content */
[15] Fix | Delete
}
[16] Fix | Delete
[17] Fix | Delete
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
[18] Fix | Delete
background-color: white; /* The little square between H and V scrollbars */
[19] Fix | Delete
}
[20] Fix | Delete
[21] Fix | Delete
/* GUTTER */
[22] Fix | Delete
[23] Fix | Delete
.CodeMirror-gutters {
[24] Fix | Delete
border-right: 1px solid #ddd;
[25] Fix | Delete
background-color: #f7f7f7;
[26] Fix | Delete
white-space: nowrap;
[27] Fix | Delete
}
[28] Fix | Delete
.CodeMirror-linenumbers {}
[29] Fix | Delete
.CodeMirror-linenumber {
[30] Fix | Delete
padding: 0 3px 0 5px;
[31] Fix | Delete
min-width: 20px;
[32] Fix | Delete
text-align: right;
[33] Fix | Delete
color: #999;
[34] Fix | Delete
white-space: nowrap;
[35] Fix | Delete
}
[36] Fix | Delete
[37] Fix | Delete
.CodeMirror-guttermarker { color: black; }
[38] Fix | Delete
.CodeMirror-guttermarker-subtle { color: #999; }
[39] Fix | Delete
[40] Fix | Delete
/* CURSOR */
[41] Fix | Delete
[42] Fix | Delete
.CodeMirror-cursor {
[43] Fix | Delete
border-left: 1px solid black;
[44] Fix | Delete
border-right: none;
[45] Fix | Delete
width: 0;
[46] Fix | Delete
}
[47] Fix | Delete
/* Shown when moving in bi-directional text */
[48] Fix | Delete
.CodeMirror div.CodeMirror-secondarycursor {
[49] Fix | Delete
border-left: 1px solid silver;
[50] Fix | Delete
}
[51] Fix | Delete
.cm-fat-cursor .CodeMirror-cursor {
[52] Fix | Delete
width: auto;
[53] Fix | Delete
border: 0 !important;
[54] Fix | Delete
background: #7e7;
[55] Fix | Delete
}
[56] Fix | Delete
.cm-fat-cursor div.CodeMirror-cursors {
[57] Fix | Delete
z-index: 1;
[58] Fix | Delete
}
[59] Fix | Delete
[60] Fix | Delete
.cm-animate-fat-cursor {
[61] Fix | Delete
width: auto;
[62] Fix | Delete
border: 0;
[63] Fix | Delete
-webkit-animation: blink 1.06s steps(1) infinite;
[64] Fix | Delete
-moz-animation: blink 1.06s steps(1) infinite;
[65] Fix | Delete
animation: blink 1.06s steps(1) infinite;
[66] Fix | Delete
background-color: #7e7;
[67] Fix | Delete
}
[68] Fix | Delete
@-moz-keyframes blink {
[69] Fix | Delete
0% {}
[70] Fix | Delete
50% { background-color: transparent; }
[71] Fix | Delete
100% {}
[72] Fix | Delete
}
[73] Fix | Delete
@-webkit-keyframes blink {
[74] Fix | Delete
0% {}
[75] Fix | Delete
50% { background-color: transparent; }
[76] Fix | Delete
100% {}
[77] Fix | Delete
}
[78] Fix | Delete
@keyframes blink {
[79] Fix | Delete
0% {}
[80] Fix | Delete
50% { background-color: transparent; }
[81] Fix | Delete
100% {}
[82] Fix | Delete
}
[83] Fix | Delete
[84] Fix | Delete
/* Can style cursor different in overwrite (non-insert) mode */
[85] Fix | Delete
.CodeMirror-overwrite .CodeMirror-cursor {}
[86] Fix | Delete
[87] Fix | Delete
.cm-tab { display: inline-block; text-decoration: inherit; }
[88] Fix | Delete
[89] Fix | Delete
.CodeMirror-rulers {
[90] Fix | Delete
position: absolute;
[91] Fix | Delete
left: 0; right: 0; top: -50px; bottom: -20px;
[92] Fix | Delete
overflow: hidden;
[93] Fix | Delete
}
[94] Fix | Delete
.CodeMirror-ruler {
[95] Fix | Delete
border-left: 1px solid #ccc;
[96] Fix | Delete
top: 0; bottom: 0;
[97] Fix | Delete
position: absolute;
[98] Fix | Delete
}
[99] Fix | Delete
[100] Fix | Delete
/* DEFAULT THEME */
[101] Fix | Delete
[102] Fix | Delete
.cm-s-default .cm-header {color: blue;}
[103] Fix | Delete
.cm-s-default .cm-quote {color: #090;}
[104] Fix | Delete
.cm-negative {color: #d44;}
[105] Fix | Delete
.cm-positive {color: #292;}
[106] Fix | Delete
.cm-header, .cm-strong {font-weight: bold;}
[107] Fix | Delete
.cm-em {font-style: italic;}
[108] Fix | Delete
.cm-link {text-decoration: underline;}
[109] Fix | Delete
.cm-strikethrough {text-decoration: line-through;}
[110] Fix | Delete
[111] Fix | Delete
.cm-s-default .cm-keyword {color: #708;}
[112] Fix | Delete
.cm-s-default .cm-atom {color: #219;}
[113] Fix | Delete
.cm-s-default .cm-number {color: #164;}
[114] Fix | Delete
.cm-s-default .cm-def {color: #00f;}
[115] Fix | Delete
.cm-s-default .cm-variable,
[116] Fix | Delete
.cm-s-default .cm-punctuation,
[117] Fix | Delete
.cm-s-default .cm-property,
[118] Fix | Delete
.cm-s-default .cm-operator {}
[119] Fix | Delete
.cm-s-default .cm-variable-2 {color: #05a;}
[120] Fix | Delete
.cm-s-default .cm-variable-3 {color: #085;}
[121] Fix | Delete
.cm-s-default .cm-comment {color: #a50;}
[122] Fix | Delete
.cm-s-default .cm-string {color: #a11;}
[123] Fix | Delete
.cm-s-default .cm-string-2 {color: #f50;}
[124] Fix | Delete
.cm-s-default .cm-meta {color: #555;}
[125] Fix | Delete
.cm-s-default .cm-qualifier {color: #555;}
[126] Fix | Delete
.cm-s-default .cm-builtin {color: #30a;}
[127] Fix | Delete
.cm-s-default .cm-bracket {color: #997;}
[128] Fix | Delete
.cm-s-default .cm-tag {color: #170;}
[129] Fix | Delete
.cm-s-default .cm-attribute {color: #00c;}
[130] Fix | Delete
.cm-s-default .cm-hr {color: #999;}
[131] Fix | Delete
.cm-s-default .cm-link {color: #00c;}
[132] Fix | Delete
[133] Fix | Delete
.cm-s-default .cm-error {color: #f00;}
[134] Fix | Delete
.cm-invalidchar {color: #f00;}
[135] Fix | Delete
[136] Fix | Delete
.CodeMirror-composing { border-bottom: 2px solid; }
[137] Fix | Delete
[138] Fix | Delete
/* Default styles for common addons */
[139] Fix | Delete
[140] Fix | Delete
div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
[141] Fix | Delete
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
[142] Fix | Delete
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
[143] Fix | Delete
.CodeMirror-activeline-background {background: #e8f2ff;}
[144] Fix | Delete
[145] Fix | Delete
/* STOP */
[146] Fix | Delete
[147] Fix | Delete
/* The rest of this file contains styles related to the mechanics of
[148] Fix | Delete
the editor. You probably shouldn't touch them. */
[149] Fix | Delete
[150] Fix | Delete
.CodeMirror {
[151] Fix | Delete
position: relative;
[152] Fix | Delete
overflow: hidden;
[153] Fix | Delete
background: white;
[154] Fix | Delete
}
[155] Fix | Delete
[156] Fix | Delete
.CodeMirror-scroll {
[157] Fix | Delete
overflow: scroll !important; /* Things will break if this is overridden */
[158] Fix | Delete
/* 30px is the magic margin used to hide the element's real scrollbars */
[159] Fix | Delete
/* See overflow: hidden in .CodeMirror */
[160] Fix | Delete
margin-bottom: -30px; margin-right: -30px;
[161] Fix | Delete
padding-bottom: 30px;
[162] Fix | Delete
height: 100%;
[163] Fix | Delete
outline: none; /* Prevent dragging from highlighting the element */
[164] Fix | Delete
position: relative;
[165] Fix | Delete
}
[166] Fix | Delete
.CodeMirror-sizer {
[167] Fix | Delete
position: relative;
[168] Fix | Delete
border-right: 30px solid transparent;
[169] Fix | Delete
}
[170] Fix | Delete
[171] Fix | Delete
/* The fake, visible scrollbars. Used to force redraw during scrolling
[172] Fix | Delete
before actual scrolling happens, thus preventing shaking and
[173] Fix | Delete
flickering artifacts. */
[174] Fix | Delete
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
[175] Fix | Delete
position: absolute;
[176] Fix | Delete
z-index: 6;
[177] Fix | Delete
display: none;
[178] Fix | Delete
}
[179] Fix | Delete
.CodeMirror-vscrollbar {
[180] Fix | Delete
right: 0; top: 0;
[181] Fix | Delete
overflow-x: hidden;
[182] Fix | Delete
overflow-y: scroll;
[183] Fix | Delete
}
[184] Fix | Delete
.CodeMirror-hscrollbar {
[185] Fix | Delete
bottom: 0; left: 0;
[186] Fix | Delete
overflow-y: hidden;
[187] Fix | Delete
overflow-x: scroll;
[188] Fix | Delete
}
[189] Fix | Delete
.CodeMirror-scrollbar-filler {
[190] Fix | Delete
right: 0; bottom: 0;
[191] Fix | Delete
}
[192] Fix | Delete
.CodeMirror-gutter-filler {
[193] Fix | Delete
left: 0; bottom: 0;
[194] Fix | Delete
}
[195] Fix | Delete
[196] Fix | Delete
.CodeMirror-gutters {
[197] Fix | Delete
position: absolute; left: 0; top: 0;
[198] Fix | Delete
min-height: 100%;
[199] Fix | Delete
z-index: 3;
[200] Fix | Delete
}
[201] Fix | Delete
.CodeMirror-gutter {
[202] Fix | Delete
white-space: normal;
[203] Fix | Delete
height: 100%;
[204] Fix | Delete
display: inline-block;
[205] Fix | Delete
vertical-align: top;
[206] Fix | Delete
margin-bottom: -30px;
[207] Fix | Delete
/* Hack to make IE7 behave */
[208] Fix | Delete
*zoom:1;
[209] Fix | Delete
*display:inline;
[210] Fix | Delete
}
[211] Fix | Delete
.CodeMirror-gutter-wrapper {
[212] Fix | Delete
position: absolute;
[213] Fix | Delete
z-index: 4;
[214] Fix | Delete
background: none !important;
[215] Fix | Delete
border: none !important;
[216] Fix | Delete
}
[217] Fix | Delete
.CodeMirror-gutter-background {
[218] Fix | Delete
position: absolute;
[219] Fix | Delete
top: 0; bottom: 0;
[220] Fix | Delete
z-index: 4;
[221] Fix | Delete
}
[222] Fix | Delete
.CodeMirror-gutter-elt {
[223] Fix | Delete
position: absolute;
[224] Fix | Delete
cursor: default;
[225] Fix | Delete
z-index: 4;
[226] Fix | Delete
}
[227] Fix | Delete
.CodeMirror-gutter-wrapper {
[228] Fix | Delete
-webkit-user-select: none;
[229] Fix | Delete
-moz-user-select: none;
[230] Fix | Delete
user-select: none;
[231] Fix | Delete
}
[232] Fix | Delete
[233] Fix | Delete
.CodeMirror-lines {
[234] Fix | Delete
cursor: text;
[235] Fix | Delete
min-height: 1px; /* prevents collapsing before first draw */
[236] Fix | Delete
}
[237] Fix | Delete
.CodeMirror pre {
[238] Fix | Delete
/* Reset some styles that the rest of the page might have set */
[239] Fix | Delete
-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
[240] Fix | Delete
border-width: 0;
[241] Fix | Delete
background: transparent;
[242] Fix | Delete
font-family: inherit;
[243] Fix | Delete
font-size: inherit;
[244] Fix | Delete
margin: 0;
[245] Fix | Delete
white-space: pre;
[246] Fix | Delete
word-wrap: normal;
[247] Fix | Delete
line-height: inherit;
[248] Fix | Delete
color: inherit;
[249] Fix | Delete
z-index: 2;
[250] Fix | Delete
position: relative;
[251] Fix | Delete
overflow: visible;
[252] Fix | Delete
-webkit-tap-highlight-color: transparent;
[253] Fix | Delete
-webkit-font-variant-ligatures: none;
[254] Fix | Delete
font-variant-ligatures: none;
[255] Fix | Delete
}
[256] Fix | Delete
.CodeMirror-wrap pre {
[257] Fix | Delete
word-wrap: break-word;
[258] Fix | Delete
white-space: pre-wrap;
[259] Fix | Delete
word-break: normal;
[260] Fix | Delete
}
[261] Fix | Delete
[262] Fix | Delete
.CodeMirror-linebackground {
[263] Fix | Delete
position: absolute;
[264] Fix | Delete
left: 0; right: 0; top: 0; bottom: 0;
[265] Fix | Delete
z-index: 0;
[266] Fix | Delete
}
[267] Fix | Delete
[268] Fix | Delete
.CodeMirror-linewidget {
[269] Fix | Delete
position: relative;
[270] Fix | Delete
z-index: 2;
[271] Fix | Delete
overflow: auto;
[272] Fix | Delete
}
[273] Fix | Delete
[274] Fix | Delete
.CodeMirror-widget {}
[275] Fix | Delete
[276] Fix | Delete
.CodeMirror-code {
[277] Fix | Delete
outline: none;
[278] Fix | Delete
}
[279] Fix | Delete
[280] Fix | Delete
/* Force content-box sizing for the elements where we expect it */
[281] Fix | Delete
.CodeMirror-scroll,
[282] Fix | Delete
.CodeMirror-sizer,
[283] Fix | Delete
.CodeMirror-gutter,
[284] Fix | Delete
.CodeMirror-gutters,
[285] Fix | Delete
.CodeMirror-linenumber {
[286] Fix | Delete
-moz-box-sizing: content-box;
[287] Fix | Delete
box-sizing: content-box;
[288] Fix | Delete
}
[289] Fix | Delete
[290] Fix | Delete
.CodeMirror-measure {
[291] Fix | Delete
position: absolute;
[292] Fix | Delete
width: 100%;
[293] Fix | Delete
height: 0;
[294] Fix | Delete
overflow: hidden;
[295] Fix | Delete
visibility: hidden;
[296] Fix | Delete
}
[297] Fix | Delete
[298] Fix | Delete
.CodeMirror-cursor {
[299] Fix | Delete
position: absolute;
[300] Fix | Delete
pointer-events: none;
[301] Fix | Delete
}
[302] Fix | Delete
.CodeMirror-measure pre { position: static; }
[303] Fix | Delete
[304] Fix | Delete
div.CodeMirror-cursors {
[305] Fix | Delete
visibility: hidden;
[306] Fix | Delete
position: relative;
[307] Fix | Delete
z-index: 3;
[308] Fix | Delete
}
[309] Fix | Delete
div.CodeMirror-dragcursors {
[310] Fix | Delete
visibility: visible;
[311] Fix | Delete
}
[312] Fix | Delete
[313] Fix | Delete
.CodeMirror-focused div.CodeMirror-cursors {
[314] Fix | Delete
visibility: visible;
[315] Fix | Delete
}
[316] Fix | Delete
[317] Fix | Delete
.CodeMirror-selected { background: #d9d9d9; }
[318] Fix | Delete
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
[319] Fix | Delete
.CodeMirror-crosshair { cursor: crosshair; }
[320] Fix | Delete
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
[321] Fix | Delete
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }
[322] Fix | Delete
[323] Fix | Delete
.cm-searching {
[324] Fix | Delete
background: #ffa;
[325] Fix | Delete
background: rgba(255, 255, 0, .4);
[326] Fix | Delete
}
[327] Fix | Delete
[328] Fix | Delete
/* IE7 hack to prevent it from returning funny offsetTops on the spans */
[329] Fix | Delete
.CodeMirror span { *vertical-align: text-bottom; }
[330] Fix | Delete
[331] Fix | Delete
/* Used to force a border model for a node */
[332] Fix | Delete
.cm-force-border { padding-right: .1px; }
[333] Fix | Delete
[334] Fix | Delete
@media print {
[335] Fix | Delete
/* Hide the cursor when printing */
[336] Fix | Delete
.CodeMirror div.CodeMirror-cursors {
[337] Fix | Delete
visibility: hidden;
[338] Fix | Delete
}
[339] Fix | Delete
}
[340] Fix | Delete
[341] Fix | Delete
/* See issue #2901 */
[342] Fix | Delete
.cm-tab-wrap-hack:after { content: ''; }
[343] Fix | Delete
[344] Fix | Delete
/* Help users use markselection to safely style text background */
[345] Fix | Delete
span.CodeMirror-selectedtext { background: none; }
[346] Fix | Delete
[347] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function