diff --git a/app/static/css/themes/Tituya_v43_theme.css b/app/static/css/themes/Tituya_v43_theme.css index de83f15..f2cb187 100644 --- a/app/static/css/themes/Tituya_v43_theme.css +++ b/app/static/css/themes/Tituya_v43_theme.css @@ -39,26 +39,37 @@ .editor button { --background: #ffffff; - --text: #000000; + --text: #030303; --border: 1px solid rgba(0, 0, 0, 0); --border-focused: 1px solid rgba(0, 0, 0, .5); } #light-menu { - --background: linear-gradient(90deg, rgba(192,26,26,1) 0%, rgb(119, 16, 16) 150%); + --background: linear-gradient(90deg, #c01a1a 0%, #750d0d 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: linear-gradient(90deg, rgb(165, 22, 22) 0%, rgb(117, 13, 13) 95%); + --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); } #menu { --background: #fff; --text: #030303; - --shadow: 0 0 8px rgb(0, 0, 0); + --shadow: 0 0 8px rgb(155, 155, 155); --input-bg: #fff; --input-text: #000; @@ -74,6 +85,10 @@ header { --border: 1px solid #be1818; } +header .title a { + color: var(--links); +} + footer { --background: #fff; --text: #a0a0a0; @@ -89,7 +104,6 @@ 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); @@ -102,21 +116,10 @@ footer { --border-xp: 1px solid #be1818; } -.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; + --border: #aaa2a2; } + table tr:nth-child(even) { --background: #fff; } @@ -125,15 +128,47 @@ 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: #515151; + --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; }