first commit
This commit is contained in:
@@ -0,0 +1,811 @@
|
||||
/* PrismJS 1.23.0
|
||||
https://prismjs.com/download.html#themes=prism-twilight&prism-tomorrow&prism-solarizedlightt&prism-okaidia&prism-dark&prism-solid&prism-copt-to-clipboard */
|
||||
/* Replacing pre[class*=language-] { margin:.5em 0 } to: margin: 0 , word wrap */
|
||||
/* Replacing .prismjs-twilight pre[data-line] {padding:1em 0 1em 3em;} to: {padding:1em;}*/
|
||||
.prismjs-dark code[class*=language-], .prismjs-dark pre[class*=language-] {
|
||||
color: #fff;
|
||||
background: 0 0;
|
||||
text-shadow: 0 -0.1em 0.2em #000;
|
||||
font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
|
||||
font-size: 1em;
|
||||
text-align: left;
|
||||
white-space: pre;
|
||||
word-spacing: normal;
|
||||
word-break: normal;
|
||||
word-wrap: normal;
|
||||
line-height: 1.5;
|
||||
-moz-tab-size: 4;
|
||||
-o-tab-size: 4;
|
||||
tab-size: 4;
|
||||
-webkit-hyphens: none;
|
||||
-moz-hyphens: none;
|
||||
-ms-hyphens: none;
|
||||
hyphens: none;
|
||||
}
|
||||
|
||||
.prismjs-dark pre[class*=language-] {
|
||||
background: #4c3f33;
|
||||
}
|
||||
|
||||
.prismjs-dark pre[class*=language-] {
|
||||
padding: 1em;
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
border: 0.3em solid #7a6651;
|
||||
border-radius: 0.5em;
|
||||
box-shadow: 1px 1px 0.5em #000 inset;
|
||||
}
|
||||
|
||||
.prismjs-dark :not(pre) > code[class*=language-] {
|
||||
padding: 0.15em 0.2em 0.05em;
|
||||
border-radius: 0.3em;
|
||||
border: 0.13em solid #7a6651;
|
||||
box-shadow: 1px 1px 0.3em -0.1em #000 inset;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.prismjs-dark .token.cdata, .prismjs-dark .token.doctype, .prismjs-dark .token.prolog, .token.comment {
|
||||
color: #997f66;
|
||||
}
|
||||
|
||||
.prismjs-dark .token.punctuation {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.prismjs-dark .token.namespace {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.prismjs-dark .token.boolean, .prismjs-dark .token.constant, .prismjs-dark .token.number, .prismjs-dark .token.property, .prismjs-dark .token.symbol, .prismjs-dark .token.tag {
|
||||
color: #d1939e;
|
||||
}
|
||||
|
||||
.prismjs-dark .token.attr-name, .prismjs-dark .token.builtin, .prismjs-dark .token.char, .prismjs-dark .token.inserted, .prismjs-dark .token.selector, .prismjs-dark .token.string {
|
||||
color: #bce051;
|
||||
}
|
||||
|
||||
.prismjs-dark .language-css .token.string, .prismjs-dark .style .token.string, .prismjs-dark .token.entity, .prismjs-dark .token.operator, .prismjs-dark .token.url, .token.variable {
|
||||
color: #f4b73d;
|
||||
}
|
||||
|
||||
.prismjs-dark .token.atrule, .prismjs-dark .token.attr-value, .prismjs-dark .token.keyword {
|
||||
color: #d1939e;
|
||||
}
|
||||
|
||||
.prismjs-dark .token.important, .prismjs-dark .token.regex {
|
||||
color: #e90;
|
||||
}
|
||||
|
||||
.prismjs-dark .token.bold, .prismjs-dark .token.important {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.prismjs-dark .token.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.prismjs-dark .token.entity {
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
.prismjs-dark .token.deleted {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.prismjs-default code[class*=language-], .prismjs-default pre[class*=language-] {
|
||||
color: #000;
|
||||
background: 0 0;
|
||||
text-shadow: 0 1px #fff;
|
||||
font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
|
||||
font-size: 1em;
|
||||
text-align: left;
|
||||
white-space: pre;
|
||||
word-spacing: normal;
|
||||
word-break: normal;
|
||||
word-wrap: normal;
|
||||
line-height: 1.5;
|
||||
-moz-tab-size: 4;
|
||||
-o-tab-size: 4;
|
||||
tab-size: 4;
|
||||
-webkit-hyphens: none;
|
||||
-moz-hyphens: none;
|
||||
-ms-hyphens: none;
|
||||
hyphens: none;
|
||||
}
|
||||
|
||||
.prismjs-default code[class*=language-] ::-moz-selection, .prismjs-default code[class*=language-]::-moz-selection, .prismjs-default pre[class*=language-] ::-moz-selection, .prismjs-default pre[class*=language-]::-moz-selection {
|
||||
text-shadow: none;
|
||||
background: #b3d4fc;
|
||||
}
|
||||
|
||||
.prismjs-default code[class*=language-] ::selection, .prismjs-default code[class*=language-]::selection, .prismjs-default pre[class*=language-] ::selection, .prismjs-default pre[class*=language-]::selection {
|
||||
text-shadow: none;
|
||||
background: #b3d4fc;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.prismjs-default code[class*=language-], .prismjs-default pre[class*=language-] {
|
||||
text-shadow: none;
|
||||
}
|
||||
}
|
||||
.prismjs-default pre[class*=language-] {
|
||||
padding: 1em;
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.prismjs-default :not(pre) > code[class*=language-], .prismjs-default pre[class*=language-] {
|
||||
background: #f5f2f0;
|
||||
}
|
||||
|
||||
.prismjs-default :not(pre) > code[class*=language-] {
|
||||
padding: 0.1em;
|
||||
border-radius: 0.3em;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.prismjs-default .token.cdata, .prismjs-default .token.comment, .prismjs-default .token.doctype, .prismjs-default .token.prolog {
|
||||
color: #708090;
|
||||
}
|
||||
|
||||
.prismjs-default .token.punctuation {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.prismjs-default .token.namespace {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.prismjs-default .token.boolean, .prismjs-default .token.constant, .prismjs-default .token.deleted, .prismjs-default .token.number, .prismjs-default .token.property, .prismjs-default .token.symbol, .prismjs-default .token.tag {
|
||||
color: #905;
|
||||
}
|
||||
|
||||
.prismjs-default .token.attr-name, .prismjs-default .token.builtin, .prismjs-default .token.char, .prismjs-default .token.inserted, .prismjs-default .token.selector, .prismjs-default .token.string {
|
||||
color: #690;
|
||||
}
|
||||
|
||||
.prismjs-default .language-css .token.string, .prismjs-default .style .token.string, .prismjs-default .token.entity, .prismjs-default .token.operator, .prismjs-default .token.url {
|
||||
color: #9a6e3a;
|
||||
background: hsla(0, 0%, 100%, 0.5);
|
||||
}
|
||||
|
||||
.prismjs-default .token.atrule, .prismjs-default .token.attr-value, .prismjs-default .token.keyword {
|
||||
color: #07a;
|
||||
}
|
||||
|
||||
.prismjs-default .token.class-name, .prismjs-default .token.function {
|
||||
color: #dd4a68;
|
||||
}
|
||||
|
||||
.prismjs-default .token.important, .prismjs-default .token.regex, .prismjs-default .token.variable {
|
||||
color: #e90;
|
||||
}
|
||||
|
||||
.prismjs-default .token.bold, .prismjs-default .token.important {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.prismjs-default .token.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.prismjs-default .token.entity {
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
.prismjs-okaidia code[class*=language-], .prismjs-okaidia pre[class*=language-] {
|
||||
color: #f8f8f2;
|
||||
background: 0 0;
|
||||
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
||||
font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
|
||||
font-size: 1em;
|
||||
text-align: left;
|
||||
white-space: pre;
|
||||
word-spacing: normal;
|
||||
word-break: normal;
|
||||
word-wrap: normal;
|
||||
line-height: 1.5;
|
||||
-moz-tab-size: 4;
|
||||
-o-tab-size: 4;
|
||||
tab-size: 4;
|
||||
-webkit-hyphens: none;
|
||||
-moz-hyphens: none;
|
||||
-ms-hyphens: none;
|
||||
hyphens: none;
|
||||
}
|
||||
|
||||
.prismjs-okaidia pre[class*=language-] {
|
||||
padding: 1em;
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
border-radius: 0.3em;
|
||||
}
|
||||
|
||||
.prismjs-okaidia :not(pre) > code[class*=language-], .prismjs-okaidia pre[class*=language-] {
|
||||
background: #272822;
|
||||
}
|
||||
|
||||
.prismjs-okaidia :not(pre) > code[class*=language-] {
|
||||
padding: 0.1em;
|
||||
border-radius: 0.3em;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.prismjs-okaidia .token.cdata, .prismjs-okaidia .token.comment, .prismjs-okaidia .token.doctype, .prismjs-okaidia .token.prolog {
|
||||
color: #8292a2;
|
||||
}
|
||||
|
||||
.prismjs-okaidia .token.punctuation {
|
||||
color: #f8f8f2;
|
||||
}
|
||||
|
||||
.prismjs-okaidia .token.namespace {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.prismjs-okaidia .token.constant, .prismjs-okaidia .token.deleted, .prismjs-okaidia .token.property, .prismjs-okaidia .token.symbol, .prismjs-okaidia .token.tag {
|
||||
color: #f92672;
|
||||
}
|
||||
|
||||
.prismjs-okaidia .token.boolean, .prismjs-okaidia .token.number {
|
||||
color: #ae81ff;
|
||||
}
|
||||
|
||||
.prismjs-okaidia .token.attr-name, .prismjs-okaidia .token.builtin, .prismjs-okaidia .token.char, .prismjs-okaidia .token.inserted, .prismjs-okaidia .token.selector, .prismjs-okaidia .token.string {
|
||||
color: #a6e22e;
|
||||
}
|
||||
|
||||
.prismjs-okaidia .language-css .token.string, .prismjs-okaidia .style .token.string, .prismjs-okaidia .token.entity, .prismjs-okaidia .token.operator, .prismjs-okaidia .token.url, .prismjs-okaidia .token.variable {
|
||||
color: #f8f8f2;
|
||||
}
|
||||
|
||||
.prismjs-okaidia .token.atrule, .prismjs-okaidia .token.attr-value, .prismjs-okaidia .token.class-name, .prismjs-okaidia .token.function {
|
||||
color: #e6db74;
|
||||
}
|
||||
|
||||
.prismjs-okaidia .token.keyword {
|
||||
color: #66d9ef;
|
||||
}
|
||||
|
||||
.prismjs-okaidia .token.important, .prismjs-okaidia .token.regex {
|
||||
color: #fd971f;
|
||||
}
|
||||
|
||||
.prismjs-okaidia .token.bold, .prismjs-okaidia .token.important {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.prismjs-okaidia .token.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.prismjs-okaidia .token.entity {
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
.prismjs-solarizedlight code[class*=language-], .prismjs-solarizedlight pre[class*=language-] {
|
||||
color: #657b83;
|
||||
font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
|
||||
font-size: 1em;
|
||||
text-align: left;
|
||||
white-space: pre;
|
||||
word-spacing: normal;
|
||||
word-break: normal;
|
||||
word-wrap: normal;
|
||||
line-height: 1.5;
|
||||
-moz-tab-size: 4;
|
||||
-o-tab-size: 4;
|
||||
tab-size: 4;
|
||||
-webkit-hyphens: none;
|
||||
-moz-hyphens: none;
|
||||
-ms-hyphens: none;
|
||||
hyphens: none;
|
||||
}
|
||||
|
||||
.prismjs-solarizedlight code[class*=language-] ::-moz-selection, .prismjs-solarizedlight code[class*=language-]::-moz-selection, .prismjs-solarizedlight pre[class*=language-] ::-moz-selection, .prismjs-solarizedlight pre[class*=language-]::-moz-selection {
|
||||
background: #073642;
|
||||
}
|
||||
|
||||
.prismjs-solarizedlight code[class*=language-] ::selection, .prismjs-solarizedlight code[class*=language-]::selection, .prismjs-solarizedlight pre[class*=language-] ::selection, .prismjs-solarizedlight pre[class*=language-]::selection {
|
||||
background: #073642;
|
||||
}
|
||||
|
||||
.prismjs-solarizedlight pre[class*=language-] {
|
||||
padding: 1em;
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
border-radius: 0.3em;
|
||||
}
|
||||
|
||||
.prismjs-solarizedlight :not(pre) > code[class*=language-], .prismjs-solarizedlight pre[class*=language-] {
|
||||
background-color: #fdf6e3;
|
||||
}
|
||||
|
||||
.prismjs-solarizedlight :not(pre) > code[class*=language-] {
|
||||
padding: 0.1em;
|
||||
border-radius: 0.3em;
|
||||
}
|
||||
|
||||
.prismjs-solarizedlight .token.cdata, .prismjs-solarizedlight .token.comment, .prismjs-solarizedlight .token.doctype, .prismjs-solarizedlight .token.prolog {
|
||||
color: #93a1a1;
|
||||
}
|
||||
|
||||
.prismjs-solarizedlight .token.punctuation {
|
||||
color: #586e75;
|
||||
}
|
||||
|
||||
.prismjs-solarizedlight .token.namespace {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.prismjs-solarizedlight .token.boolean, .prismjs-solarizedlight .token.constant, .prismjs-solarizedlight .token.deleted, .prismjs-solarizedlight .token.number, .prismjs-solarizedlight .token.property, .prismjs-solarizedlight .token.symbol, .token.tag {
|
||||
color: #268bd2;
|
||||
}
|
||||
|
||||
.prismjs-solarizedlight .token.attr-name, .prismjs-solarizedlight .token.builtin, .prismjs-solarizedlight .token.char, .prismjs-solarizedlight .token.inserted, .prismjs-solarizedlight .token.selector, .prismjs-solarizedlight .token.string, .prismjs-solarizedlight .token.url {
|
||||
color: #2aa198;
|
||||
}
|
||||
|
||||
.prismjs-solarizedlight .token.entity {
|
||||
color: #657b83;
|
||||
background: #eee8d5;
|
||||
}
|
||||
|
||||
.prismjs-solarizedlight .token.atrule, .prismjs-solarizedlight .token.attr-value, .prismjs-solarizedlight .token.keyword {
|
||||
color: #859900;
|
||||
}
|
||||
|
||||
.prismjs-solarizedlight .token.class-name, .prismjs-solarizedlight .token.function {
|
||||
color: #b58900;
|
||||
}
|
||||
|
||||
.prismjs-solarizedlight .token.important, .prismjs-solarizedlight .token.regex, .prismjs-solarizedlight .token.variable {
|
||||
color: #cb4b16;
|
||||
}
|
||||
|
||||
.prismjs-solarizedlight .token.bold, .prismjs-solarizedlight .token.important {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.prismjs-solarizedlight .token.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.prismjs-solarizedlight .token.entity {
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
.prismjs-tomorrow code[class*=language-], .prismjs-tomorrow pre[class*=language-] {
|
||||
color: #ccc;
|
||||
background: 0 0;
|
||||
font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
|
||||
font-size: 1em;
|
||||
text-align: left;
|
||||
white-space: pre;
|
||||
word-spacing: normal;
|
||||
word-break: normal;
|
||||
word-wrap: normal;
|
||||
line-height: 1.5;
|
||||
-moz-tab-size: 4;
|
||||
-o-tab-size: 4;
|
||||
tab-size: 4;
|
||||
-webkit-hyphens: none;
|
||||
-moz-hyphens: none;
|
||||
-ms-hyphens: none;
|
||||
hyphens: none;
|
||||
}
|
||||
|
||||
.prismjs-tomorrow pre[class*=language-] {
|
||||
padding: 1em;
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.prismjs-tomorrow :not(pre) > code[class*=language-], .prismjs-tomorrow pre[class*=language-] {
|
||||
background: #2d2d2d;
|
||||
}
|
||||
|
||||
.prismjs-tomorrow :not(pre) > code[class*=language-] {
|
||||
padding: 0.1em;
|
||||
border-radius: 0.3em;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.prismjs-tomorrow .token.block-comment, .prismjs-tomorrow .token.cdata, .prismjs-tomorrow .token.comment, .prismjs-tomorrow .token.doctype, .prismjs-tomorrow .token.prolog {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.prismjs-tomorrow .token.punctuation {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.prismjs-tomorrow .token.attr-name, .prismjs-tomorrow .token.deleted, .prismjs-tomorrow .token.namespace, .prismjs-tomorrow .token.tag {
|
||||
color: #e2777a;
|
||||
}
|
||||
|
||||
.prismjs-tomorrow .token.function-name {
|
||||
color: #6196cc;
|
||||
}
|
||||
|
||||
.prismjs-tomorrow .token.boolean, .prismjs-tomorrow .token.function, .prismjs-tomorrow .token.number {
|
||||
color: #f08d49;
|
||||
}
|
||||
|
||||
.prismjs-tomorrow .token.class-name, .prismjs-tomorrow .token.constant, .prismjs-tomorrow .token.property, .prismjs-tomorrow .token.symbol {
|
||||
color: #f8c555;
|
||||
}
|
||||
|
||||
.prismjs-tomorrow .token.atrule, .prismjs-tomorrow .token.builtin, .prismjs-tomorrow .token.important, .prismjs-tomorrow .token.keyword, .prismjs-tomorrow .token.selector {
|
||||
color: #cc99cd;
|
||||
}
|
||||
|
||||
.prismjs-tomorrow .token.attr-value, .prismjs-tomorrow .token.char, .prismjs-tomorrow .token.regex, .prismjs-tomorrow .token.string, .prismjs-tomorrow .token.variable {
|
||||
color: #7ec699;
|
||||
}
|
||||
|
||||
.prismjs-tomorrow .token.entity, .prismjs-tomorrow .token.operator, .prismjs-tomorrow .token.url {
|
||||
color: #67cdcc;
|
||||
}
|
||||
|
||||
.prismjs-tomorrow .token.bold, .prismjs-tomorrow .token.important {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.prismjs-tomorrow .token.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.prismjs-tomorrow .token.entity {
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
.prismjs-tomorrow .token.inserted {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.prismjs-twilight code[class*=language-], .prismjs-twilight pre[class*=language-] {
|
||||
color: #fff;
|
||||
background: 0 0;
|
||||
font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
|
||||
font-size: 1em;
|
||||
text-align: left;
|
||||
text-shadow: 0 -0.1em 0.2em #000;
|
||||
white-space: pre;
|
||||
word-spacing: normal;
|
||||
word-break: normal;
|
||||
word-wrap: normal;
|
||||
line-height: 1.5;
|
||||
-moz-tab-size: 4;
|
||||
-o-tab-size: 4;
|
||||
tab-size: 4;
|
||||
-webkit-hyphens: none;
|
||||
-moz-hyphens: none;
|
||||
-ms-hyphens: none;
|
||||
hyphens: none;
|
||||
}
|
||||
|
||||
.prismjs-twilight :not(pre) > code[class*=language-], .prismjs-twilight pre[class*=language-] {
|
||||
background: #141414;
|
||||
}
|
||||
|
||||
.prismjs-twilight pre[class*=language-] {
|
||||
border-radius: 0.5em;
|
||||
border: 0.3em solid #545454;
|
||||
box-shadow: 1px 1px 0.5em #000 inset;
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.prismjs-twilight pre[class*=language-]::-moz-selection {
|
||||
background: #27292a;
|
||||
}
|
||||
|
||||
.prismjs-twilight pre[class*=language-]::selection {
|
||||
background: #27292a;
|
||||
}
|
||||
|
||||
.prismjs-twilight code[class*=language-] ::-moz-selection, .prismjs-twilight code[class*=language-]::-moz-selection, .prismjs-twilight pre[class*=language-] ::-moz-selection, .prismjs-twilight pre[class*=language-]::-moz-selection {
|
||||
text-shadow: none;
|
||||
background: hsla(0, 0%, 93%, 0.15);
|
||||
}
|
||||
|
||||
.prismjs-twilight code[class*=language-] ::selection, .prismjs-twilight code[class*=language-]::selection, .prismjs-twilight pre[class*=language-] ::selection, .prismjs-twilight pre[class*=language-]::selection {
|
||||
text-shadow: none;
|
||||
background: hsla(0, 0%, 93%, 0.15);
|
||||
}
|
||||
|
||||
.prismjs-twilight :not(pre) > code[class*=language-] {
|
||||
border-radius: 0.3em;
|
||||
border: 0.13em solid #545454;
|
||||
box-shadow: 1px 1px 0.3em -0.1em #000 inset;
|
||||
padding: 0.15em 0.2em 0.05em;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.prismjs-twilight .token.cdata, .prismjs-twilight .token.comment, .prismjs-twilight .token.doctype, .prismjs-twilight .token.prolog {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.prismjs-twilight .token.punctuation {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.prismjs-twilight .token.namespace {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.prismjs-twilight .token.boolean, .prismjs-twilight .token.deleted, .prismjs-twilight .token.number, .prismjs-twilight .token.tag {
|
||||
color: #ce6849;
|
||||
}
|
||||
|
||||
.prismjs-twilight .token.builtin, .prismjs-twilight .token.constant, .prismjs-twilight .token.keyword, .prismjs-twilight .token.property, .prismjs-twilight .token.selector, .prismjs-twilight .token.symbol {
|
||||
color: #f9ed99;
|
||||
}
|
||||
|
||||
.prismjs-twilight .language-css .token.string, .prismjs-twilight .style .token.string, .prismjs-twilight .token.attr-name, .prismjs-twilight .token.attr-value, .prismjs-twilight .token.char, .prismjs-twilight .token.entity, .prismjs-twilight .token.inserted, .prismjs-twilight .token.operator, .prismjs-twilight .token.string, .prismjs-twilight .token.url, .prismjs-twilight .token.variable {
|
||||
color: #909e6a;
|
||||
}
|
||||
|
||||
.prismjs-twilight .token.atrule {
|
||||
color: #7385a5;
|
||||
}
|
||||
|
||||
.prismjs-twilight .token.important, .prismjs-twilight .token.regex {
|
||||
color: #e8c062;
|
||||
}
|
||||
|
||||
.prismjs-twilight .token.bold, .prismjs-twilight .token.important {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.prismjs-twilight .token.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.prismjs-twilight .token.entity {
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
.prismjs-twilight pre[data-line] {
|
||||
padding: 1em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.prismjs-twilight .language-markup .token.attr-name, .prismjs-twilight .language-markup .token.punctuation, .prismjs-twilight .language-markup .token.tag {
|
||||
color: #ac885c;
|
||||
}
|
||||
|
||||
.prismjs-twilight .token {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.prismjs-twilight .line-highlight {
|
||||
background: hsla(0, 0%, 33%, 0.25);
|
||||
background: linear-gradient(to right, hsla(0, 0%, 33%, 0.1) 70%, hsla(0, 0%, 33%, 0));
|
||||
border-bottom: 1px dashed #545454;
|
||||
border-top: 1px dashed #545454;
|
||||
left: 0;
|
||||
line-height: inherit;
|
||||
margin-top: 0.75em;
|
||||
padding: inherit 0;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
white-space: pre;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.prismjs-twilight .line-highlight:before, .prismjs-twilight .line-highlight[data-end]:after {
|
||||
background-color: #8693a6;
|
||||
border-radius: 999px;
|
||||
box-shadow: 0 1px #fff;
|
||||
color: #f4f1ef;
|
||||
content: attr(data-start);
|
||||
font: bold 65%/1.5 sans-serif;
|
||||
left: 0.6em;
|
||||
min-width: 1em;
|
||||
padding: 0 0.5em;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
text-shadow: none;
|
||||
top: 0.4em;
|
||||
vertical-align: 0.3em;
|
||||
}
|
||||
|
||||
.prismjs-twilight .line-highlight[data-end]:after {
|
||||
bottom: 0.4em;
|
||||
content: attr(data-end);
|
||||
top: auto;
|
||||
}
|
||||
|
||||
.copy-to-clipboard div.code-toolbar {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.copy-to-clipboard div.code-toolbar > .toolbar {
|
||||
position: absolute;
|
||||
top: 0.3em;
|
||||
right: 0.2em;
|
||||
transition: opacity 0.3s ease-in-out;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.copy-to-clipboard div.code-toolbar:hover > .toolbar {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.copy-to-clipboard div.code-toolbar:focus-within > .toolbar {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.copy-to-clipboard div.code-toolbar > .toolbar .toolbar-item {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.copy-to-clipboard div.code-toolbar > .toolbar a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.copy-to-clipboard div.code-toolbar > .toolbar button {
|
||||
background: 0 0;
|
||||
border: 0;
|
||||
color: inherit;
|
||||
font: inherit;
|
||||
line-height: normal;
|
||||
overflow: visible;
|
||||
padding: 0;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
}
|
||||
|
||||
.copy-to-clipboard div.code-toolbar > .toolbar a, .copy-to-clipboard div.code-toolbar > .toolbar button, .copy-to-clipboard div.code-toolbar > .toolbar span {
|
||||
color: #bbb;
|
||||
font-size: 0.8em;
|
||||
padding: 0 0.5em;
|
||||
background: #f5f2f0;
|
||||
background: rgba(224, 224, 224, 0.2);
|
||||
box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
|
||||
border-radius: 0.5em;
|
||||
}
|
||||
|
||||
.copy-to-clipboard div.code-toolbar > .toolbar a:focus, div.code-toolbar > .toolbar a:hover, div.code-toolbar > .toolbar button:focus, div.code-toolbar > .toolbar button:hover, div.code-toolbar > .toolbar span:focus, div.code-toolbar > .toolbar span:hover {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
:not(.copy-to-clipboard) > div.code-toolbar > .toolbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.word-wrap code[class*=language-],
|
||||
.word-wrap pre[class*=language-] {
|
||||
white-space: pre-wrap !important;
|
||||
}
|
||||
|
||||
.elementor-widget-code-highlight .elementor-widget-container {
|
||||
overflow: hidden;
|
||||
}
|
||||
.elementor-widget-code-highlight pre {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
/* Overriding padding for pre tag when line-numbers off and highlight-line on*/
|
||||
.prismjs-twilight pre:not([data-line=""]):not(.line-numbers) {
|
||||
padding: 0.8em 0 1em 2em;
|
||||
}
|
||||
|
||||
.prismjs-tomorrow pre:not([data-line=""]):not(.line-numbers),
|
||||
.prismjs-solarizedlight pre:not([data-line=""]):not(.line-numbers),
|
||||
.prismjs-okaidia pre:not([data-line=""]):not(.line-numbers),
|
||||
.prismjs-dark pre:not([data-line=""]):not(.line-numbers),
|
||||
.prismjs-default pre:not([data-line=""]):not(.line-numbers) {
|
||||
padding: 1em 0 1em 2em;
|
||||
}
|
||||
|
||||
/* PrismJS 1.23.0 */
|
||||
pre[data-line] {
|
||||
position: relative;
|
||||
padding: 1em 0 1em 3em;
|
||||
}
|
||||
|
||||
.line-highlight {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: inherit 0;
|
||||
margin-top: 1em;
|
||||
background: hsla(24, 20%, 50%, 0.08);
|
||||
background: linear-gradient(to right, hsla(24, 20%, 50%, 0.1) 70%, hsla(24, 20%, 50%, 0));
|
||||
pointer-events: none;
|
||||
line-height: inherit;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.line-highlight {
|
||||
print-color-adjust: exact;
|
||||
}
|
||||
}
|
||||
.line-highlight:before, .line-highlight[data-end]:after {
|
||||
content: attr(data-start);
|
||||
position: absolute;
|
||||
top: 0.4em;
|
||||
left: 0.6em;
|
||||
min-width: 1em;
|
||||
padding: 0 0.5em;
|
||||
background-color: hsla(24, 20%, 50%, 0.4);
|
||||
color: #f4f1ef;
|
||||
font: bold 65%/1.5 sans-serif;
|
||||
text-align: center;
|
||||
vertical-align: 0.3em;
|
||||
border-radius: 999px;
|
||||
text-shadow: none;
|
||||
box-shadow: 0 1px #fff;
|
||||
}
|
||||
|
||||
.line-highlight[data-end]:after {
|
||||
content: attr(data-end);
|
||||
top: auto;
|
||||
bottom: 0.4em;
|
||||
}
|
||||
|
||||
.line-numbers .line-highlight:after, .line-numbers .line-highlight:before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
pre[id].linkable-line-numbers span.line-numbers-rows {
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
pre[id].linkable-line-numbers span.line-numbers-rows > span:before {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
pre[id].linkable-line-numbers span.line-numbers-rows > span:hover:before {
|
||||
background-color: rgba(128, 128, 128, 0.2);
|
||||
}
|
||||
|
||||
/* PrismJS 1.23.0 */
|
||||
pre[class*=language-].line-numbers {
|
||||
position: relative;
|
||||
padding-left: 3.8em;
|
||||
counter-reset: linenumber;
|
||||
}
|
||||
|
||||
pre[class*=language-].line-numbers > code {
|
||||
position: relative;
|
||||
white-space: inherit;
|
||||
}
|
||||
|
||||
.line-numbers .line-numbers-rows {
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
top: 0;
|
||||
font-size: 100%;
|
||||
left: -3.8em;
|
||||
width: 3em;
|
||||
letter-spacing: -1px;
|
||||
border-right: 1px solid #999;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.line-numbers-rows > span {
|
||||
display: block;
|
||||
counter-increment: linenumber;
|
||||
}
|
||||
|
||||
.line-numbers-rows > span:before {
|
||||
content: counter(linenumber);
|
||||
color: #999;
|
||||
display: block;
|
||||
padding-right: 0.8em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=code-highlight.css.map */
|
||||
1
wp-content/plugins/elementor-pro/assets/css/modules/code-highlight.min.css
vendored
Normal file
1
wp-content/plugins/elementor-pro/assets/css/modules/code-highlight.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
1
wp-content/plugins/elementor-pro/assets/css/modules/custom-code-rtl.min.css
vendored
Normal file
1
wp-content/plugins/elementor-pro/assets/css/modules/custom-code-rtl.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1785
wp-content/plugins/elementor-pro/assets/css/modules/custom-code.css
Normal file
1785
wp-content/plugins/elementor-pro/assets/css/modules/custom-code.css
Normal file
File diff suppressed because it is too large
Load Diff
1
wp-content/plugins/elementor-pro/assets/css/modules/custom-code.min.css
vendored
Normal file
1
wp-content/plugins/elementor-pro/assets/css/modules/custom-code.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,167 @@
|
||||
@media screen and (max-width: 782px) {
|
||||
.e-form-submissions-list-table {
|
||||
/* Don't judge me... (need to override WordPress style). */
|
||||
}
|
||||
.e-form-submissions-list-table.wp-list-table tr:not(.inline-edit-row):not(.no-items) > td.bulk-checkbox-column:not(.check-column) {
|
||||
width: 2.2em !important;
|
||||
}
|
||||
}
|
||||
.e-form-submissions-list-table .bulk-checkbox-column {
|
||||
padding: 9px 0 0 3px;
|
||||
width: 2.2em;
|
||||
}
|
||||
.e-form-submissions-list-table .column-actions {
|
||||
width: 11%;
|
||||
}
|
||||
.e-form-submissions-list-table .column-actions i {
|
||||
font-size: 15px;
|
||||
}
|
||||
.e-form-submissions-list-table .column-id {
|
||||
width: 7%;
|
||||
}
|
||||
.e-form-submissions-list-table .column-page {
|
||||
width: 17%;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
.e-form-submissions-list-table .column-date {
|
||||
width: 17%;
|
||||
}
|
||||
.e-form-submissions-list-table .column-form {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
.e-form-submissions-referer-icon {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.e-form-submissions-main .postbox {
|
||||
border: none;
|
||||
}
|
||||
.e-form-submissions-main .postbox-header {
|
||||
border: 1px solid #D5D8DC;
|
||||
border-block-end: none;
|
||||
padding: 8px;
|
||||
}
|
||||
.e-form-submissions-main__header {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#e-form-submissions .eicon-success {
|
||||
color: #5cb85c;
|
||||
}
|
||||
#e-form-submissions .eicon-error {
|
||||
color: #d9534f;
|
||||
}
|
||||
#e-form-submissions .misc-pub-section {
|
||||
line-height: 1.3rem;
|
||||
}
|
||||
|
||||
#e-form-submissions .e-form-submissions-item-table {
|
||||
border: none;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
#e-form-submissions .e-form-submissions-item-table td:first-child {
|
||||
width: 150px;
|
||||
background: #F9FAFA;
|
||||
font-weight: 700;
|
||||
}
|
||||
@media screen and (max-width: 782px) {
|
||||
#e-form-submissions .e-form-submissions-item-table td:first-child {
|
||||
/* Must set !important because wordpress set also !important. */
|
||||
width: 90px !important;
|
||||
}
|
||||
}
|
||||
#e-form-submissions .e-form-submissions-item-table td {
|
||||
border: 1px solid #D5D8DC;
|
||||
padding: 15px;
|
||||
}
|
||||
#e-form-submissions .e-form-submissions-item-table input:not([type=checkbox]):not([type=radio]), #e-form-submissions .e-form-submissions-item-table textarea, #e-form-submissions .e-form-submissions-item-table select {
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
#e-form-submissions .e-export-button {
|
||||
margin-inline-start: 15px;
|
||||
}
|
||||
@media screen and (max-width: 782px) {
|
||||
#e-form-submissions .e-export-button {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
#e-form-submissions .tablenav .actions select {
|
||||
width: 10rem;
|
||||
}
|
||||
#e-form-submissions .tablenav .actions .select2-container {
|
||||
float: left;
|
||||
margin-right: 6px;
|
||||
}
|
||||
#e-form-submissions .tablenav .actions .select2-container .select2-selection__arrow {
|
||||
height: 30px;
|
||||
}
|
||||
#e-form-submissions .tablenav .actions .select2-container .select2-selection--single {
|
||||
height: 30px;
|
||||
border: 1px solid #7e8993;
|
||||
}
|
||||
|
||||
input[type=search].select2-search__field {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.e-form-submissions-search {
|
||||
position: relative;
|
||||
}
|
||||
.e-form-submissions-search__spinner {
|
||||
position: absolute;
|
||||
left: 12px;
|
||||
font-size: 11px;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: var(--wp-admin-theme-color-darker-20, #005a87);
|
||||
}
|
||||
.e-form-submissions-search:focus-within .e-form-submissions-search__spinner, .e-form-submissions-search:hover .e-form-submissions-search__spinner {
|
||||
left: 30px;
|
||||
}
|
||||
|
||||
.e-form-submissions-action-log--success .e-form-submissions-action-log__message {
|
||||
background: #dff0d8;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
.e-form-submissions-action-log--error .e-form-submissions-action-log__message {
|
||||
background: #f2dede;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
.e-form-submissions-action-log:not(:last-child) {
|
||||
border-block-end: 1px solid #D5D8DC;
|
||||
}
|
||||
.e-form-submissions-action-log__label {
|
||||
display: inline-block;
|
||||
padding-inline-end: 15px;
|
||||
}
|
||||
.e-form-submissions-action-log__icon {
|
||||
display: inline-block;
|
||||
padding-inline-end: 3px;
|
||||
}
|
||||
.e-form-submissions-action-log__date {
|
||||
font-size: 12px;
|
||||
color: #69727D;
|
||||
}
|
||||
.e-form-submissions-action-log__message {
|
||||
padding: 10px;
|
||||
font-size: 12px;
|
||||
color: #1f2124;
|
||||
background: #F1F2F3;
|
||||
border-inline-start: 4px solid #69727D;
|
||||
}
|
||||
|
||||
.e-form-submissions-value-label:not(:last-child) {
|
||||
display: block;
|
||||
margin-block-end: 10px;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=admin-rtl.css.map */
|
||||
1
wp-content/plugins/elementor-pro/assets/css/modules/forms/submissions/admin-rtl.min.css
vendored
Normal file
1
wp-content/plugins/elementor-pro/assets/css/modules/forms/submissions/admin-rtl.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
@media screen and (max-width:782px){.e-form-submissions-list-table.wp-list-table tr:not(.inline-edit-row):not(.no-items)>td.bulk-checkbox-column:not(.check-column){width:2.2em!important}}.e-form-submissions-list-table .bulk-checkbox-column{padding:9px 0 0 3px;width:2.2em}.e-form-submissions-list-table .column-actions{width:11%}.e-form-submissions-list-table .column-actions i{font-size:15px}.e-form-submissions-list-table .column-id{width:7%}.e-form-submissions-list-table .column-page{width:17%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.e-form-submissions-list-table .column-date{width:17%}.e-form-submissions-list-table .column-form{width:20%}.e-form-submissions-referer-icon{font-size:18px}.e-form-submissions-main .postbox{border:none}.e-form-submissions-main .postbox-header{border:1px solid #d5d8dc;border-block-end:none;padding:8px}.e-form-submissions-main__header{width:100%;display:flex;justify-content:space-between;align-items:center}#e-form-submissions .eicon-success{color:#5cb85c}#e-form-submissions .eicon-error{color:#d9534f}#e-form-submissions .misc-pub-section{line-height:1.3rem}#e-form-submissions .e-form-submissions-item-table{border:none;border-collapse:collapse}#e-form-submissions .e-form-submissions-item-table td:first-child{width:150px;background:#f9fafa;font-weight:700}@media screen and (max-width:782px){#e-form-submissions .e-form-submissions-item-table td:first-child{width:90px!important}}#e-form-submissions .e-form-submissions-item-table td{border:1px solid #d5d8dc;padding:15px}#e-form-submissions .e-form-submissions-item-table input:not([type=checkbox]):not([type=radio]),#e-form-submissions .e-form-submissions-item-table select,#e-form-submissions .e-form-submissions-item-table textarea{width:100%;max-width:400px}#e-form-submissions .e-export-button{margin-inline-start:15px}@media screen and (max-width:782px){#e-form-submissions .e-export-button{display:none}}#e-form-submissions .tablenav .actions select{width:10rem}#e-form-submissions .tablenav .actions .select2-container{float:left;margin-right:6px}#e-form-submissions .tablenav .actions .select2-container .select2-selection__arrow{height:30px}#e-form-submissions .tablenav .actions .select2-container .select2-selection--single{height:30px;border:1px solid #7e8993}input[type=search].select2-search__field{line-height:1}.e-form-submissions-search{position:relative}.e-form-submissions-search__spinner{position:absolute;left:12px;font-size:11px;height:100%;display:flex;align-items:center;color:var(--wp-admin-theme-color-darker-20,#005a87)}.e-form-submissions-search:focus-within .e-form-submissions-search__spinner,.e-form-submissions-search:hover .e-form-submissions-search__spinner{left:30px}.e-form-submissions-action-log--success .e-form-submissions-action-log__message{background:#dff0d8;border-color:#5cb85c}.e-form-submissions-action-log--error .e-form-submissions-action-log__message{background:#f2dede;border-color:#d9534f}.e-form-submissions-action-log:not(:last-child){border-block-end:1px solid #d5d8dc}.e-form-submissions-action-log__label{display:inline-block;padding-inline-end:15px}.e-form-submissions-action-log__icon{display:inline-block;padding-inline-end:3px}.e-form-submissions-action-log__date{font-size:12px;color:#69727d}.e-form-submissions-action-log__message{padding:10px;font-size:12px;color:#1f2124;background:#f1f2f3;border-inline-start:4px solid #69727d}.e-form-submissions-value-label:not(:last-child){display:block;margin-block-end:10px}
|
||||
@@ -0,0 +1,167 @@
|
||||
@media screen and (max-width: 782px) {
|
||||
.e-form-submissions-list-table {
|
||||
/* Don't judge me... (need to override WordPress style). */
|
||||
}
|
||||
.e-form-submissions-list-table.wp-list-table tr:not(.inline-edit-row):not(.no-items) > td.bulk-checkbox-column:not(.check-column) {
|
||||
width: 2.2em !important;
|
||||
}
|
||||
}
|
||||
.e-form-submissions-list-table .bulk-checkbox-column {
|
||||
padding: 9px 0 0 3px;
|
||||
width: 2.2em;
|
||||
}
|
||||
.e-form-submissions-list-table .column-actions {
|
||||
width: 11%;
|
||||
}
|
||||
.e-form-submissions-list-table .column-actions i {
|
||||
font-size: 15px;
|
||||
}
|
||||
.e-form-submissions-list-table .column-id {
|
||||
width: 7%;
|
||||
}
|
||||
.e-form-submissions-list-table .column-page {
|
||||
width: 17%;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
.e-form-submissions-list-table .column-date {
|
||||
width: 17%;
|
||||
}
|
||||
.e-form-submissions-list-table .column-form {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
.e-form-submissions-referer-icon {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.e-form-submissions-main .postbox {
|
||||
border: none;
|
||||
}
|
||||
.e-form-submissions-main .postbox-header {
|
||||
border: 1px solid #D5D8DC;
|
||||
border-block-end: none;
|
||||
padding: 8px;
|
||||
}
|
||||
.e-form-submissions-main__header {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#e-form-submissions .eicon-success {
|
||||
color: #5cb85c;
|
||||
}
|
||||
#e-form-submissions .eicon-error {
|
||||
color: #d9534f;
|
||||
}
|
||||
#e-form-submissions .misc-pub-section {
|
||||
line-height: 1.3rem;
|
||||
}
|
||||
|
||||
#e-form-submissions .e-form-submissions-item-table {
|
||||
border: none;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
#e-form-submissions .e-form-submissions-item-table td:first-child {
|
||||
width: 150px;
|
||||
background: #F9FAFA;
|
||||
font-weight: 700;
|
||||
}
|
||||
@media screen and (max-width: 782px) {
|
||||
#e-form-submissions .e-form-submissions-item-table td:first-child {
|
||||
/* Must set !important because wordpress set also !important. */
|
||||
width: 90px !important;
|
||||
}
|
||||
}
|
||||
#e-form-submissions .e-form-submissions-item-table td {
|
||||
border: 1px solid #D5D8DC;
|
||||
padding: 15px;
|
||||
}
|
||||
#e-form-submissions .e-form-submissions-item-table input:not([type=checkbox]):not([type=radio]), #e-form-submissions .e-form-submissions-item-table textarea, #e-form-submissions .e-form-submissions-item-table select {
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
#e-form-submissions .e-export-button {
|
||||
margin-inline-start: 15px;
|
||||
}
|
||||
@media screen and (max-width: 782px) {
|
||||
#e-form-submissions .e-export-button {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
#e-form-submissions .tablenav .actions select {
|
||||
width: 10rem;
|
||||
}
|
||||
#e-form-submissions .tablenav .actions .select2-container {
|
||||
float: left;
|
||||
margin-right: 6px;
|
||||
}
|
||||
#e-form-submissions .tablenav .actions .select2-container .select2-selection__arrow {
|
||||
height: 30px;
|
||||
}
|
||||
#e-form-submissions .tablenav .actions .select2-container .select2-selection--single {
|
||||
height: 30px;
|
||||
border: 1px solid #7e8993;
|
||||
}
|
||||
|
||||
input[type=search].select2-search__field {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.e-form-submissions-search {
|
||||
position: relative;
|
||||
}
|
||||
.e-form-submissions-search__spinner {
|
||||
position: absolute;
|
||||
right: 12px;
|
||||
font-size: 11px;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: var(--wp-admin-theme-color-darker-20, #005a87);
|
||||
}
|
||||
.e-form-submissions-search:focus-within .e-form-submissions-search__spinner, .e-form-submissions-search:hover .e-form-submissions-search__spinner {
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
.e-form-submissions-action-log--success .e-form-submissions-action-log__message {
|
||||
background: #dff0d8;
|
||||
border-color: #5cb85c;
|
||||
}
|
||||
.e-form-submissions-action-log--error .e-form-submissions-action-log__message {
|
||||
background: #f2dede;
|
||||
border-color: #d9534f;
|
||||
}
|
||||
.e-form-submissions-action-log:not(:last-child) {
|
||||
border-block-end: 1px solid #D5D8DC;
|
||||
}
|
||||
.e-form-submissions-action-log__label {
|
||||
display: inline-block;
|
||||
padding-inline-end: 15px;
|
||||
}
|
||||
.e-form-submissions-action-log__icon {
|
||||
display: inline-block;
|
||||
padding-inline-end: 3px;
|
||||
}
|
||||
.e-form-submissions-action-log__date {
|
||||
font-size: 12px;
|
||||
color: #69727D;
|
||||
}
|
||||
.e-form-submissions-action-log__message {
|
||||
padding: 10px;
|
||||
font-size: 12px;
|
||||
color: #1f2124;
|
||||
background: #F1F2F3;
|
||||
border-inline-start: 4px solid #69727D;
|
||||
}
|
||||
|
||||
.e-form-submissions-value-label:not(:last-child) {
|
||||
display: block;
|
||||
margin-block-end: 10px;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=admin.css.map */
|
||||
1
wp-content/plugins/elementor-pro/assets/css/modules/forms/submissions/admin.min.css
vendored
Normal file
1
wp-content/plugins/elementor-pro/assets/css/modules/forms/submissions/admin.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
@media screen and (max-width:782px){.e-form-submissions-list-table.wp-list-table tr:not(.inline-edit-row):not(.no-items)>td.bulk-checkbox-column:not(.check-column){width:2.2em!important}}.e-form-submissions-list-table .bulk-checkbox-column{padding:9px 0 0 3px;width:2.2em}.e-form-submissions-list-table .column-actions{width:11%}.e-form-submissions-list-table .column-actions i{font-size:15px}.e-form-submissions-list-table .column-id{width:7%}.e-form-submissions-list-table .column-page{width:17%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.e-form-submissions-list-table .column-date{width:17%}.e-form-submissions-list-table .column-form{width:20%}.e-form-submissions-referer-icon{font-size:18px}.e-form-submissions-main .postbox{border:none}.e-form-submissions-main .postbox-header{border:1px solid #d5d8dc;border-block-end:none;padding:8px}.e-form-submissions-main__header{width:100%;display:flex;justify-content:space-between;align-items:center}#e-form-submissions .eicon-success{color:#5cb85c}#e-form-submissions .eicon-error{color:#d9534f}#e-form-submissions .misc-pub-section{line-height:1.3rem}#e-form-submissions .e-form-submissions-item-table{border:none;border-collapse:collapse}#e-form-submissions .e-form-submissions-item-table td:first-child{width:150px;background:#f9fafa;font-weight:700}@media screen and (max-width:782px){#e-form-submissions .e-form-submissions-item-table td:first-child{width:90px!important}}#e-form-submissions .e-form-submissions-item-table td{border:1px solid #d5d8dc;padding:15px}#e-form-submissions .e-form-submissions-item-table input:not([type=checkbox]):not([type=radio]),#e-form-submissions .e-form-submissions-item-table select,#e-form-submissions .e-form-submissions-item-table textarea{width:100%;max-width:400px}#e-form-submissions .e-export-button{margin-inline-start:15px}@media screen and (max-width:782px){#e-form-submissions .e-export-button{display:none}}#e-form-submissions .tablenav .actions select{width:10rem}#e-form-submissions .tablenav .actions .select2-container{float:left;margin-right:6px}#e-form-submissions .tablenav .actions .select2-container .select2-selection__arrow{height:30px}#e-form-submissions .tablenav .actions .select2-container .select2-selection--single{height:30px;border:1px solid #7e8993}input[type=search].select2-search__field{line-height:1}.e-form-submissions-search{position:relative}.e-form-submissions-search__spinner{position:absolute;right:12px;font-size:11px;height:100%;display:flex;align-items:center;color:var(--wp-admin-theme-color-darker-20,#005a87)}.e-form-submissions-search:focus-within .e-form-submissions-search__spinner,.e-form-submissions-search:hover .e-form-submissions-search__spinner{right:30px}.e-form-submissions-action-log--success .e-form-submissions-action-log__message{background:#dff0d8;border-color:#5cb85c}.e-form-submissions-action-log--error .e-form-submissions-action-log__message{background:#f2dede;border-color:#d9534f}.e-form-submissions-action-log:not(:last-child){border-block-end:1px solid #d5d8dc}.e-form-submissions-action-log__label{display:inline-block;padding-inline-end:15px}.e-form-submissions-action-log__icon{display:inline-block;padding-inline-end:3px}.e-form-submissions-action-log__date{font-size:12px;color:#69727d}.e-form-submissions-action-log__message{padding:10px;font-size:12px;color:#1f2124;background:#f1f2f3;border-inline-start:4px solid #69727d}.e-form-submissions-value-label:not(:last-child){display:block;margin-block-end:10px}
|
||||
@@ -0,0 +1,24 @@
|
||||
#wpadminbar #wp-admin-bar-elementor_notes > .ab-item::before {
|
||||
content: "\e918";
|
||||
font-family: eicons;
|
||||
top: 3px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.e-route-notes {
|
||||
--color-editor-info: #58d0f5;
|
||||
}
|
||||
.e-route-notes [data-radix-portal] *:focus {
|
||||
outline: none;
|
||||
}
|
||||
.e-route-notes.e-route-notes--notable .elementor-element, .e-route-notes.e-route-notes--notable .elementor-element * {
|
||||
cursor: url("data:image/svg+xml,%3Csvg width='22' height='25' viewBox='0 0 34 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.0048 38.7339L29.0211 29.5523C31.3985 27.1312 33.0175 24.0466 33.6734 20.6885C34.3293 17.3304 33.9926 13.8497 32.7059 10.6865C31.4192 7.52328 29.2402 4.81963 26.4446 2.91746C23.649 1.01528 20.3622 0 17 0C13.6378 0 10.351 1.01528 7.5554 2.91746C4.75979 4.81963 2.58085 7.52328 1.29414 10.6865C0.00742391 13.8497 -0.329284 17.3304 0.326594 20.6885C0.982471 24.0466 2.60148 27.1312 4.97888 29.5523L13.9974 38.7339C14.7943 39.5446 15.8746 40 17.0011 40C18.1275 40 19.2078 39.5446 20.0048 38.7339ZM17 25.9668C21.6944 25.9668 25.5 22.0915 25.5 17.311C25.5 12.5306 21.6944 8.65524 17 8.65524C12.3056 8.65524 8.5 12.5306 8.5 17.311C8.5 22.0915 12.3056 25.9668 17 25.9668Z' fill='%23A4AFB6'/%3E%3C/svg%3E%0A") 0 25, pointer;
|
||||
}
|
||||
.e-route-notes.e-route-notes--notable .elementor-element:hover {
|
||||
outline: 1px solid var(--color-editor-info);
|
||||
}
|
||||
.e-route-notes.e-route-notes--notable .elementor-element iframe {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=frontend.css.map */
|
||||
1
wp-content/plugins/elementor-pro/assets/css/modules/notes/frontend.min.css
vendored
Normal file
1
wp-content/plugins/elementor-pro/assets/css/modules/notes/frontend.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
#wpadminbar #wp-admin-bar-elementor_notes>.ab-item:before{content:"\e918";font-family:eicons;top:3px;font-size:18px}.e-route-notes{--color-editor-info:#58d0f5}.e-route-notes [data-radix-portal] :focus{outline:none}.e-route-notes.e-route-notes--notable .elementor-element,.e-route-notes.e-route-notes--notable .elementor-element *{cursor:url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='25' viewBox='0 0 34 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.005 38.734l9.016-9.182a17.412 17.412 0 004.652-8.863c.656-3.359.32-6.84-.967-10.002a17.248 17.248 0 00-6.261-7.77A16.783 16.783 0 0017 0a16.783 16.783 0 00-9.445 2.917 17.248 17.248 0 00-6.26 7.77 17.606 17.606 0 00-.968 10.002 17.412 17.412 0 004.652 8.863l9.018 9.182A4.211 4.211 0 0017.001 40a4.212 4.212 0 003.004-1.266zM17 25.967c4.694 0 8.5-3.875 8.5-8.656 0-4.78-3.806-8.656-8.5-8.656s-8.5 3.876-8.5 8.656c0 4.78 3.806 8.656 8.5 8.656z' fill='%23A4AFB6'/%3E%3C/svg%3E") 0 25,pointer}.e-route-notes.e-route-notes--notable .elementor-element:hover{outline:1px solid var(--color-editor-info)}.e-route-notes.e-route-notes--notable .elementor-element iframe{pointer-events:none}
|
||||
Reference in New Issue
Block a user