From 38f74a50998ed85c1cd0ee4565918c5eb0b89a46 Mon Sep 17 00:00:00 2001 From: Ashley Date: Thu, 8 Dec 2022 18:27:48 +0000 Subject: [PATCH] add border to thumbs --- css/poketube.css | 52 +++++++++++++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 21 deletions(-) diff --git a/css/poketube.css b/css/poketube.css index 4f4f7316..bbe0c85d 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -18,28 +18,27 @@ along with this program. If not, see https://www.gnu.org/licenses/. */ - :root { - /* text */ - --text-link: #0ab7f0; - --text-link-visited: #00c0ff; - --text-color: #ffffff; - --text-font-primary:'PokeTube Flex'; - --text-header-weight:1000; - - /* Divs */ - --div-gradient: linear-gradient( +:root { + /* text */ + --text-link: #0ab7f0; + --text-link-visited: #00c0ff; + --text-color: #ffffff; + --text-font-primary: "PokeTube Flex"; + --text-header-weight: 1000; + + /* Divs */ + --div-gradient: linear-gradient( 135deg, #f97794 10%, #623aa2 100%, #8e6f7e 100% ); - --div-border-color:#7c44a0; - --div-prim-bg:#1c1c1c; - --div-second-bg:#1a1a1a; - --div-transparent-bg:#0009; + --div-border-color: #7c44a0; + --div-prim-bg: #1c1c1c; + --div-second-bg: #1a1a1a; + --div-transparent-bg: #0009; } - a.class:hover { text-decoration: underline; font-weight: bold; @@ -77,8 +76,8 @@ a { } .video-sub-info.description { - box-sizing:border-box; - min-width:100%; + box-sizing: border-box; + min-width: 100%; font-weight: 600; margin-top: 1em !important; border-radius: 21px; @@ -104,7 +103,7 @@ a { border-radius: 25px; margin: 10px; margin-top: 0px; - margin-left:24px; + margin-left: 24px; margin-right: 10px; height: fit-content; justify-self: center; @@ -125,8 +124,8 @@ a { border-radius: 11px; background-image: var(--div-gradient); display: block; - box-sizing:border-box; - min-width:100%; + box-sizing: border-box; + min-width: 100%; } .video-info-pill-channelname { @@ -295,4 +294,15 @@ a { border-left: 1px solid gray; height: 15px; } - \ No newline at end of file + +.date-publish { + margin: 0; + margin-top: 0px; + margin-top: 12px; + font-size: small; + color: gray !important; +} + +.video > .thumbnail { + border: 1px white solid; +}