diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index a569feb..6fd6f7b 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -260,10 +260,6 @@ html[theme="amoled"] table.table a { text-decoration: underline; } -html[theme="amoled"] .badge.badge-dark { - box-shadow: 1px 1px 1px var(--gray); -} - html[theme="paper"] { --accent: #000; --bg: #fff; @@ -791,9 +787,10 @@ html[theme="f0ck95"] #next { color: white !important; } -html[theme="f0ck95"] .navbar-brand:hover { +/* removing in favor of new appearance */ +/* html[theme="f0ck95"] .navbar-brand:hover { background: #80808059; -} +} */ html[theme="f0ck95"] span.f0ck::after { content: "95"; @@ -1047,7 +1044,7 @@ html[theme="f0ck95d"] span#favs { border: inset 1px gray; background: rgba(255, 255, 255, .04), rgba(255, 255, 255, 0); background-image: linear-gradient(to bottom, var(--nav-link-background-linear-gradient)); - box-shadow: var(--nav-link-box-shadow); + } html[theme="f0ck95d"] .nav-link, @@ -1086,17 +1083,10 @@ html[theme="f0ck95d"] #next { color: white; } -html[theme="f0ck95d"] .navbar-brand:hover { +/* same */ +/* html[theme="f0ck95d"] .navbar-brand:hover { background: transparent; -} - -html[theme="f0ck95d"] span.f0ck::after { - content: "95"; - font-size: 14px; - font-family: vcr; - vertical-align: super; - color: teal; -} +} */ html[theme="f0ck95d"] .pagination>span { border: 1px dashed var(--accent) !important; diff --git a/public/s/css/v0ck.css b/public/s/css/v0ck.css index 1b3a099..9857c69 100644 --- a/public/s/css/v0ck.css +++ b/public/s/css/v0ck.css @@ -30,7 +30,6 @@ left: 0; height: 100%; width: 100%; - background-color: rgba(0, 0, 0, 0.5); } .v0ck_overlay > svg { position: absolute; diff --git a/public/s/css/w0bm.css b/public/s/css/w0bm.css index 188a075..98ec00c 100644 --- a/public/s/css/w0bm.css +++ b/public/s/css/w0bm.css @@ -188,4 +188,71 @@ video { to { opacity: 1; } +} + +.navbar.navbar-expand-lg, .navigation-links, .navbar-brand , .pagination-wrapper{ + background: transparent; +} + +.navbar { + border-bottom: none; + padding: 5px; +} + +.navbar-brand { + background: black; + border-radius: 4cm; +} + +.image-brand { + width: 4cm; + align-self: center; + border-radius: 4cm; +} + +.pagewrapper { + padding: 5px; +} + +.location { + padding-left: 5px; +} + +#main { + padding: 25px; +} + +.container { + padding-top: 1vh; +} + +#next, #prev { + visibility: hidden; +} +@media (max-width: 1056px) { +.navigation-links { + display: grid; + grid-row: 1; + grid-column: 2; +} + .navbar-brand { + grid-row: 1; + grid-column: 1; + } + + #navbarSupportedContent { + grid-row: 1; + grid-column: 3; + } +.navbar { + grid-template-columns: 0fr 1fr auto !important; + grid-template-rows: 1fr; + } + + .navbar-nav { + display: grid !important; + grid-template-rows: auto; + grid-template-columns: auto auto 1fr; + grid-gap: 0.25em; + } } \ No newline at end of file diff --git a/src/inc/routes/index.mjs b/src/inc/routes/index.mjs index 20aca11..2cec80a 100644 --- a/src/inc/routes/index.mjs +++ b/src/inc/routes/index.mjs @@ -90,7 +90,8 @@ export default (router, tpl) => { itemid: req.params.itemid, fav: req.params.mode == 'favs', mode: req.session.mode, - session: !!req.session + session: !!req.session, + url: req.url.pathname }); if(!data.success) { return res.reply({ diff --git a/views/item.html b/views/item.html index 5f8d230..a8fbdf0 100644 --- a/views/item.html +++ b/views/item.html @@ -2,10 +2,10 @@