Compare commits

..

No commits in common. "94c0f3be7050024cf220be380b99ab52e100b69d" and "a5ca1a252ceac6f598cf206a9f7f4ed7b87115f3" have entirely different histories.

1 changed files with 20 additions and 55 deletions

View File

@ -39,37 +39,26 @@
.editor button {
--background: #ffffff;
--text: #030303;
--text: #000000;
--border: 1px solid rgba(0, 0, 0, 0);
--border-focused: 1px solid rgba(0, 0, 0, .5);
}
#light-menu {
--background: linear-gradient(90deg, #c01a1a 0%, #750d0d 150%);
--background: linear-gradient(90deg, rgba(192,26,26,1) 0%, rgb(119, 16, 16) 150%);
--text: #ffffff;
--icons: #ffffff;
--shadow: 0 0 10px #a49594;
--logo-bg: transparent;
--logo-shadow: 0 0 2px rgba(0, 0, 0, .7);
--logo-active: rgba(0, 0, 0, .15);
}
#light-menu li > a {
opacity: 1;
margin: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
#light-menu li > a:hover {
background: rgba(0, 0, 0, .15);
--logo-active: linear-gradient(90deg, rgb(165, 22, 22) 0%, rgb(117, 13, 13) 95%);
}
#menu {
--background: #fff;
--text: #030303;
--shadow: 0 0 8px rgb(155, 155, 155);
--shadow: 0 0 8px rgb(0, 0, 0);
--input-bg: #fff;
--input-text: #000;
@ -85,10 +74,6 @@ header {
--border: 1px solid #be1818;
}
header .title a {
color: var(--links);
}
footer {
--background: #fff;
--text: #a0a0a0;
@ -104,6 +89,7 @@ footer {
--warn: #f59f25;
--error: #d23a2f;
--info: #2e7aec; */
--btn-bg: rgba(0, 0, 0, 0);
--btn-text: #000000;
--btn-bg-active: rgba(0, 0, 0, .15);
@ -116,10 +102,21 @@ footer {
--border-xp: 1px solid #be1818;
}
table {
--border: #aaa2a2;
.context-menu {
--background: #ffffff;
--shadow: 0 0 12px -9px #000000;
--border: #d0d0d0;
--background-light: #f0f0f0;
}
div.pagination {
font-size: 14px;
margin: 13px;
}
table {
--border: #000;
}
table tr:nth-child(even) {
--background: #fff;
}
@ -128,47 +125,15 @@ table tr:nth-child(odd) {
--background: #ecb0b0;
}
/*background of the code block. Match with friendly theme Pygments*/
table.codehilitetable tr {
--background: #f0f0f0;
}
table th {
--background: #b62727;
color: #fff;
}
table.thread {
border: 1px dashed #b62727;
}
table.thread.topcomment {
border: 1px solid #c0c0c0;
}
div.editor-toolbar {
--border: #aaa2a2;
--background-light: #c0c0c0;
--background-preview: #fff;
--separator: #aaa2a2;
--text-disabled: #c0c0c0;
--text: #797474;
opacity: 1;
}
div.editor-toolbar:hover {
opacity: 1;
}
div.CodeMirror {
--border: #aaa2a2;
--background-preview: #fff;
}
div.CodeMirror:hover {
box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
}
div.pagination {
font-size: 14px;
margin: 13px;
--text: #515151;
}