From 856b86f8f621067996f3b559d18b1a4c608207d4 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 6 Jan 2022 13:05:40 -0500 Subject: [PATCH] 2.18 backup --- dbb-css/selfoss_2.18/user.css | 101 ++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) diff --git a/dbb-css/selfoss_2.18/user.css b/dbb-css/selfoss_2.18/user.css index e69de29b..cc893173 100644 --- a/dbb-css/selfoss_2.18/user.css +++ b/dbb-css/selfoss_2.18/user.css @@ -0,0 +1,101 @@ +// :focus { +// border: 5px solid crimson; +// } +// .entry-smartphone-share button.entry-share, +// .entry-smartphone-share button { +// padding: 20px; +// } +// .entry-toolbar button { +// margin-top: 0px; +// padding: 6px 0 6px 20px; +// } + +hr { + border-top: 1px solid #e5a00d; + border: 1px solid #e59029; +} + +button { + color: #dedede; + background-color: #e5a00d; +} + +#nav-bar { + color: #dedede; + background-color: #e5a00d; +} + +#nav-mark { + color: #dedede; + background-color: #e5a00d; +} + +#search { + color: #dedede; + background-color: #e5a00d; +} + +#nav-open { + padding: 10px; + border: none; + border-radius: 2px; + background-color: #4d4332; + cursor: pointer; + margin-left: 15px; + margin-right: 15px; + margin-top: 5px; + font-size: 0.9em; + text-align: center; +} + +body { + color: #dedede; + background-color: #f3f3f3; + background-image: url('https://raw.githubusercontent.com/fHDHR/CSS_Themes_for_fHDHR/main/plex/background.png'); + // background-repeat: no-repeat; + background-size: cover; + // background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAQMAAABsu86kAAAABlBMVEUUFBQMDAzbIvKLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QkPDBUFCnr7XwAAACZJREFUCNdj+PmB4dsHhvcFDPc$ +} +.entry.unread .entry-title { + color: #cc7b19; +} +.entry-title { + color: #dedede; +} +.source-edit-form { + color: #dedede; +} +.source-title { + color: #dedede; +} +.source-add { + color: inherit; +} +.entry, .source { + background: #4d4332; + border: 1px solid #fff0; +} + +body:not(.loggedin) #nav-filter-unread { + display: none; +} +.entry.selected { + background: #4d4332; + border-color: #b08c4f; +} +.entry-toolbar { + border-top-color: #e59029; + background-color: #b08c4f; +} + +.entry-smartphone-share button, .entry-toolbar button { + color: #dedede; +} + +.refresh-source { + color: #dedede; +} + +#fullscreen-entry { + background: transparent; +}