From 16c304690d7b66a49c57cfc73773cd90d5603813 Mon Sep 17 00:00:00 2001 From: ck <ck@mapcos7dev.localdomain> Date: Mon, 20 Apr 2020 11:20:41 +0200 Subject: [PATCH] Correction theme / shoutbox --- Emerald Dark-theme.xml | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/Emerald Dark-theme.xml b/Emerald Dark-theme.xml index 11f2d43..257e752 100644 --- a/Emerald Dark-theme.xml +++ b/Emerald Dark-theme.xml @@ -2803,17 +2803,7 @@ div.jqi .jqisubstate .jqibuttons button { right: -20px; bottom: 10px; border-left-color: #ffffff; -} - - - - - - - - - - ]]> +}]]> </stylesheet> <stylesheet name="avatarep.css" version="1822"><![CDATA[.modal_avatar{display: none;width: auto;height: auto;position: absolute;z-index: 99999} .modal_avatar_hover{width: 220px;height: auto;position: absolute;z-index: 99999;text-align: left} @@ -2928,14 +2918,16 @@ div.jqi .jqisubstate .jqibuttons button { #shoutbox.collapsed .body { display: none; } #shoutbox .panel { border-top: solid 2px rgba(0,0,0,0.1); } -#shoutbox input.text { margin: 0; padding: 10px 8px; width: 100%; box-sizing: border-box; border: none; box-shadow: inset 0 2px 4px rgba(0,0,0,0.08); font-family: Arial, sans-serif; font-size: 12px; color: #000; } +#shoutbox input.text { margin: 0; padding: 10px 8px; width: 100%; box-sizing: border-box; border: none; box-shadow: inset 0 2px 4px rgba(0,0,0,0.08); + font-family: Arial, sans-serif; font-size: 15px; color: white; + background: #2b2b2b;} #shoutbox .minposts, #shoutbox .blocked { padding: 6px; font-size: 11px; } #shoutbox .panel.minposts { background: #FFFED8; color: #727250; } #shoutbox .panel.blocked { background: #FCEFEF; color: #543A3A; } #shoutbox .panel p { margin: 0; } #shoutbox .window { border-top: solid 2px rgba(0,0,0,0.1); overflow-y: scroll; } -#shoutbox .data { display: table; width: 100%; border-top: solid 2px rgba(0,0,0,0.1); font-family: Arial, sans-serif; font-size: 12px; } +#shoutbox .data { display: table; width: 100%; border-top: solid 2px rgba(0,0,0,0.1); font-family: Arial, sans-serif; font-size: 14px; color:white} #shoutbox.front .data { border-top: none; } #shoutbox .entry { display: table-row !important; width: 100%; transition: background-color 0.2s; } @@ -2950,7 +2942,7 @@ div.jqi .jqisubstate .jqibuttons button { #shoutbox .avatar { height: 22px; } #shoutbox .avatar img { margin: 0 auto; vertical-align: middle; max-height: 20px; max-width: 20px; border: solid 1px rgba(255,255,255,0.1); box-shadow: 0 0 2px rgba(0,0,0,0.1); cursor: pointer; } #shoutbox .user { border-right: solid 1px rgba(0,0,0,0.05); text-align: right; white-space: nowrap; } -#shoutbox .text { width: 100%; color: #555; word-break: break-all; word-wrap: break-word; } +#shoutbox .text { width: 100%; color: #d89494; word-break: break-all; word-wrap: break-word; } #shoutbox .info { font-size: 11px; color: #AAA; white-space: nowrap; text-align: right; } #shoutbox .entry.unread .info:before { display: inline-block; margin-right: 10px; height: 4px; width: 4px; content: ''; background: rgba(255,100,0,0.8); border-radius: 10px; vertical-align: middle; } #shoutbox .info a { color: inherit; } -- GitLab