2017-04-04 01:24:46 +02:00
|
|
|
/*
|
|
|
|
========================================================================
|
2022-04-09 04:45:47 +02:00
|
|
|
The 2022 /r/place Atlas
|
|
|
|
|
|
|
|
An Atlas of Reddit's 2022 /r/place, with information to each
|
2017-04-04 01:24:46 +02:00
|
|
|
artwork of the canvas provided by the community.
|
2022-04-09 04:45:47 +02:00
|
|
|
|
|
|
|
Copyright (c) 2017 Roland Rytz <roland@draemm.li>
|
2022-04-23 15:30:48 +02:00
|
|
|
Copyright (c) 2022 Place Atlas contributors
|
2022-04-09 04:45:47 +02:00
|
|
|
|
2017-04-04 01:24:46 +02:00
|
|
|
Licensed under the GNU Affero General Public License Version 3
|
2022-04-09 04:45:47 +02:00
|
|
|
https://place-atlas.stefanocoding.me/license.txt
|
2017-04-04 01:24:46 +02:00
|
|
|
========================================================================
|
|
|
|
*/
|
|
|
|
|
2022-04-20 10:54:58 +02:00
|
|
|
/* @font-face {
|
|
|
|
DejaVuSans-ExtraLight 2.37 - https://dejavu-fonts.github.io/
|
2022-04-12 07:16:13 +02:00
|
|
|
font-family: 'dejavu';
|
|
|
|
src: url('dejavusans-extralight.woff2') format('woff2');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
2022-04-20 10:54:58 +02:00
|
|
|
} */
|
2017-04-04 01:24:46 +02:00
|
|
|
|
2022-04-04 18:05:40 +02:00
|
|
|
html, body {
|
2017-04-06 19:15:16 +02:00
|
|
|
min-height: 100%;
|
|
|
|
min-width: 100%;
|
2017-04-04 01:24:46 +02:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2022-04-20 10:54:58 +02:00
|
|
|
svg.bi {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: -.125em;
|
2022-04-04 20:50:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-20 10:54:58 +02:00
|
|
|
body[data-mode] {
|
2017-04-06 19:21:45 +02:00
|
|
|
overflow: hidden;
|
2022-04-04 18:05:40 +02:00
|
|
|
background-color: #111;
|
2017-04-06 19:15:16 +02:00
|
|
|
}
|
|
|
|
|
2022-04-04 18:05:40 +02:00
|
|
|
#wrapper {
|
2017-04-10 19:04:42 +02:00
|
|
|
position: fixed;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2017-04-06 19:21:45 +02:00
|
|
|
overflow: hidden;
|
2017-04-10 23:56:35 +02:00
|
|
|
-webkit-overflow-scrolling: touch;
|
2017-04-04 01:24:46 +02:00
|
|
|
}
|
|
|
|
|
2022-04-20 10:54:58 +02:00
|
|
|
.navbar {
|
|
|
|
z-index: 1100 !important;
|
2017-04-04 01:24:46 +02:00
|
|
|
}
|
|
|
|
|
2022-04-21 09:25:05 +02:00
|
|
|
@supports (backdrop-filter: blur()) or (-webkit-backdrop-filter: blur()) {
|
2022-04-20 10:54:58 +02:00
|
|
|
.navbar, #offcanvasList, #offcanvasDraw {
|
|
|
|
-webkit-backdrop-filter: saturate(180%) blur(15px);
|
|
|
|
backdrop-filter: saturate(180%) blur(15px);
|
|
|
|
--bs-bg-opacity: .9 !important;
|
|
|
|
}
|
2017-04-04 01:24:46 +02:00
|
|
|
}
|
|
|
|
|
2022-04-20 10:54:58 +02:00
|
|
|
#offcanvasList, #offcanvasDraw {
|
|
|
|
top: 3.75rem;
|
2017-04-06 19:15:16 +02:00
|
|
|
}
|
|
|
|
|
2022-04-20 10:54:58 +02:00
|
|
|
body[data-mode]:not([data-mode="draw"]) #drawNavButtons, [data-mode="draw"] #defaultNavButtons {
|
|
|
|
display: none;
|
2017-04-07 19:52:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 400px) {
|
2022-04-20 10:54:58 +02:00
|
|
|
.offcanvas-start.show {
|
|
|
|
border-right: none !important;
|
2017-04-08 05:57:12 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-04-04 18:05:40 +02:00
|
|
|
#linesCanvas {
|
2017-04-04 01:24:46 +02:00
|
|
|
position: absolute;
|
2022-04-04 18:05:40 +02:00
|
|
|
left: 0;
|
|
|
|
top: 0;
|
2017-04-06 19:15:16 +02:00
|
|
|
height: 100%;
|
2017-04-06 11:44:50 +02:00
|
|
|
/*width: calc(100% - 320px);*/
|
2017-04-04 01:24:46 +02:00
|
|
|
width: 100%;
|
|
|
|
z-index: -500;
|
|
|
|
}
|
|
|
|
|
2022-04-04 18:05:40 +02:00
|
|
|
#container {
|
2022-04-20 10:54:58 +02:00
|
|
|
width: calc(100% - 400px);
|
2017-04-06 19:15:16 +02:00
|
|
|
height: 100%;
|
2022-04-20 10:54:58 +02:00
|
|
|
margin-left: 400px;
|
2017-04-10 23:56:35 +02:00
|
|
|
touch-action: manipulation;
|
2017-04-06 19:15:16 +02:00
|
|
|
overflow: hidden;
|
2017-04-06 19:21:45 +02:00
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: hidden;
|
2017-04-04 01:24:46 +02:00
|
|
|
}
|
|
|
|
|
2022-04-04 18:05:40 +02:00
|
|
|
#loading {
|
2017-04-10 17:57:13 +02:00
|
|
|
position: absolute;
|
2022-04-28 11:44:46 +02:00
|
|
|
background-color: rgba(17, 17, 17, .9);
|
2022-04-04 18:05:40 +02:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2022-04-28 11:44:46 +02:00
|
|
|
-webkit-backdrop-filter: saturate(180%) blur(10px);
|
|
|
|
backdrop-filter: saturate(180%) blur(10px);
|
2017-04-10 17:57:13 +02:00
|
|
|
}
|
|
|
|
|
2022-04-28 11:44:46 +02:00
|
|
|
.listHidden #container{
|
2017-04-06 23:09:37 +02:00
|
|
|
width: 100%;
|
2022-04-04 18:05:40 +02:00
|
|
|
margin-left: 0;
|
2017-04-06 23:09:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-04 18:05:40 +02:00
|
|
|
#innerContainer {
|
2022-04-04 22:39:49 +02:00
|
|
|
height: 2000px;
|
|
|
|
width: 2000px;
|
2017-04-04 01:24:46 +02:00
|
|
|
position: absolute;
|
2022-04-04 22:39:49 +02:00
|
|
|
z-index: -2000;
|
2017-04-04 01:24:46 +02:00
|
|
|
}
|
|
|
|
|
2022-04-28 10:32:06 +02:00
|
|
|
body[data-init-done] .listTransitioning #innerContainer {
|
|
|
|
transition: left .3s ease-in-out;
|
|
|
|
}
|
|
|
|
|
2022-04-04 18:05:40 +02:00
|
|
|
#image {
|
2017-04-04 01:24:46 +02:00
|
|
|
position: absolute;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
z-index: -1500;
|
2022-04-20 10:54:58 +02:00
|
|
|
image-rendering: -webkit-optimize-contrast;
|
2017-04-04 01:24:46 +02:00
|
|
|
image-rendering: pixelated;
|
|
|
|
}
|
|
|
|
|
2022-04-04 18:05:40 +02:00
|
|
|
#highlightCanvas {
|
2017-04-04 01:24:46 +02:00
|
|
|
z-index: -1200;
|
|
|
|
position: absolute;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2022-04-20 10:54:58 +02:00
|
|
|
image-rendering: -webkit-optimize-contrast;
|
2017-04-04 01:24:46 +02:00
|
|
|
image-rendering: pixelated;
|
|
|
|
}
|
|
|
|
|
2022-04-04 18:05:40 +02:00
|
|
|
#objectsList {
|
2017-04-09 02:08:35 +02:00
|
|
|
max-width: 300px;
|
2022-04-20 10:54:58 +02:00
|
|
|
width: 100%;
|
2017-04-04 01:24:46 +02:00
|
|
|
position: absolute;
|
2022-04-04 18:05:40 +02:00
|
|
|
right: 0;
|
2022-04-20 10:54:58 +02:00
|
|
|
top: 3.75rem;
|
|
|
|
max-height: calc(100% - 3.75rem);
|
2017-04-04 01:24:46 +02:00
|
|
|
overflow-y: auto;
|
2017-04-09 02:08:35 +02:00
|
|
|
z-index: 0;
|
|
|
|
}
|
|
|
|
|
2022-04-04 18:05:40 +02:00
|
|
|
#closeObjectsListButton {
|
2017-04-09 02:08:35 +02:00
|
|
|
height: 40px;
|
|
|
|
width: 40px;
|
|
|
|
position: absolute;
|
2022-04-20 10:54:58 +02:00
|
|
|
top: 4.25rem;
|
|
|
|
right: 300px;
|
2017-04-09 02:08:35 +02:00
|
|
|
}
|
|
|
|
|
2022-04-26 09:52:44 +02:00
|
|
|
#objectsListOverflowNotice {
|
|
|
|
max-width: 300px;
|
|
|
|
width: 100%;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
bottom: 1rem;
|
|
|
|
box-shadow: 0 .25rem 1rem rgba(17,17,17,.75)!important;
|
|
|
|
}
|
|
|
|
|
2022-04-22 08:10:03 +02:00
|
|
|
@media (max-width: 976px) {
|
|
|
|
#wrapper:not(.listHidden) > #objectsList {
|
|
|
|
max-width: calc(300px - 3rem);
|
|
|
|
}
|
|
|
|
#wrapper:not(.listHidden) > #closeObjectsListButton {
|
|
|
|
right: calc(300px - 3rem);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-04-09 02:08:35 +02:00
|
|
|
@media (max-width: 750px) {
|
2022-04-22 08:10:03 +02:00
|
|
|
#wrapper:not(.listHidden) > #objectsList {
|
2017-04-09 02:08:35 +02:00
|
|
|
display: none;
|
|
|
|
}
|
2022-04-22 08:10:03 +02:00
|
|
|
#wrapper:not(.listHidden) > #closeObjectsListButton {
|
2017-04-09 02:08:35 +02:00
|
|
|
display: none;
|
|
|
|
}
|
2017-04-04 01:24:46 +02:00
|
|
|
}
|
|
|
|
|
2022-04-20 10:54:58 +02:00
|
|
|
@media (max-width: 576px) {
|
2022-04-04 18:05:40 +02:00
|
|
|
#objectsList {
|
2022-04-20 10:54:58 +02:00
|
|
|
max-width: calc(300px - 3rem);
|
2017-04-07 19:57:15 +02:00
|
|
|
}
|
2022-04-04 18:05:40 +02:00
|
|
|
#closeObjectsListButton {
|
2022-04-20 10:54:58 +02:00
|
|
|
right: calc(300px - 3rem);
|
2017-04-09 02:08:35 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-04-20 10:54:58 +02:00
|
|
|
@media (max-width: 540px) {
|
2022-04-22 08:10:03 +02:00
|
|
|
#wrapper:not(.listHidden) > #bottomBar {
|
2022-04-20 10:54:58 +02:00
|
|
|
display: none !important;
|
2017-04-09 02:08:35 +02:00
|
|
|
}
|
2017-04-07 19:57:15 +02:00
|
|
|
}
|
|
|
|
|
2022-04-20 10:54:58 +02:00
|
|
|
#objectDescription p {
|
|
|
|
margin-bottom: 0.5rem;
|
2017-04-04 01:24:46 +02:00
|
|
|
}
|
|
|
|
|
2022-04-20 10:54:58 +02:00
|
|
|
#objectDescription p:last-child {
|
|
|
|
margin-bottom: 0;
|
2017-04-04 01:24:46 +02:00
|
|
|
}
|
|
|
|
|
2022-04-04 18:05:40 +02:00
|
|
|
#exportString {
|
2022-04-20 10:54:58 +02:00
|
|
|
min-height: 300px;
|
2022-04-08 18:38:48 +02:00
|
|
|
}
|
|
|
|
|
2022-04-05 19:31:48 +02:00
|
|
|
#bottomBar {
|
2017-04-05 00:53:10 +02:00
|
|
|
position: absolute;
|
2022-04-20 10:54:58 +02:00
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2022-04-28 11:44:46 +02:00
|
|
|
transition: left .3s ease-in-out;
|
2017-04-05 00:53:10 +02:00
|
|
|
}
|
|
|
|
|
2022-04-22 08:10:03 +02:00
|
|
|
#wrapper:not(.listHidden) > #bottomBar {
|
2022-04-20 10:54:58 +02:00
|
|
|
left: 400px !important;
|
2022-04-05 19:31:48 +02:00
|
|
|
}
|
|
|
|
|
2022-04-26 08:58:07 +02:00
|
|
|
#author {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#variantControls {
|
|
|
|
flex: 1 0 auto;
|
|
|
|
}
|
|
|
|
|
2022-04-05 19:31:48 +02:00
|
|
|
#timeControls {
|
2022-04-10 09:03:08 +02:00
|
|
|
position: relative;
|
2022-04-26 08:58:07 +02:00
|
|
|
flex: 6 0 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bottomBar.no-time-slider #timeControls {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 800px) {
|
|
|
|
#wrapper.listHidden #bottomBar.no-time-slider {
|
|
|
|
align-items: flex-end;
|
|
|
|
}
|
|
|
|
#wrapper.listHidden #bottomBar.no-time-slider #variantControls {
|
|
|
|
flex: none;
|
|
|
|
}
|
|
|
|
#wrapper.listHidden #bottomBar.no-time-slider #author {
|
|
|
|
flex: none;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1300px) {
|
|
|
|
#wrapper:not(.listHidden) #bottomBar.no-time-slider {
|
|
|
|
align-items: flex-end;
|
|
|
|
}
|
|
|
|
#wrapper:not(.listHidden) #bottomBar.no-time-slider #variantControls {
|
|
|
|
flex: none;
|
|
|
|
}
|
|
|
|
#wrapper:not(.listHidden) #bottomBar.no-time-slider #author {
|
|
|
|
flex: none;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
2022-04-05 19:31:48 +02:00
|
|
|
}
|
2022-04-27 23:13:25 +02:00
|
|
|
#timeControls {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2022-04-05 19:31:48 +02:00
|
|
|
}
|
|
|
|
|
2022-04-10 09:03:08 +02:00
|
|
|
#timeControlsTooltip {
|
2022-04-22 08:10:03 +02:00
|
|
|
bottom: 2.75rem;
|
2022-04-27 21:40:27 +02:00
|
|
|
visibility: hidden;
|
2022-04-28 10:32:06 +02:00
|
|
|
transition: visibility .15s linear, opacity .15s linear;
|
2022-04-10 09:03:08 +02:00
|
|
|
}
|
|
|
|
|
2022-04-21 09:25:05 +02:00
|
|
|
@supports (backdrop-filter: blur()) or (-webkit-backdrop-filter: blur()) {
|
2022-04-26 08:58:07 +02:00
|
|
|
#timeControlsTooltip div, #author {
|
2022-04-20 10:54:58 +02:00
|
|
|
-webkit-backdrop-filter: saturate(180%) blur(15px);
|
|
|
|
backdrop-filter: saturate(180%) blur(15px);
|
|
|
|
--bs-bg-opacity: .8 !important;
|
|
|
|
}
|
2022-04-10 09:03:08 +02:00
|
|
|
}
|
|
|
|
|
2022-04-27 21:40:27 +02:00
|
|
|
#timeControls:hover #timeControlsTooltip, #timeControlsSlider:focus + #timeControlsTooltip {
|
2022-04-20 10:54:58 +02:00
|
|
|
opacity: 1;
|
2022-04-27 21:40:27 +02:00
|
|
|
visibility: visible;
|
2022-04-10 09:03:08 +02:00
|
|
|
}
|
|
|
|
|
2022-04-27 23:13:25 +02:00
|
|
|
#timeControlsSlider::-webkit-slider-thumb {
|
|
|
|
width: 0.75rem;
|
|
|
|
height: 1.5rem;
|
|
|
|
margin-top: -0.25rem;
|
2022-04-20 10:54:58 +02:00
|
|
|
border-radius: .25rem;
|
2022-04-27 23:13:25 +02:00
|
|
|
outline: 1px solid var(--bs-body-bg);
|
2022-04-05 20:40:36 +02:00
|
|
|
}
|
|
|
|
|
2022-04-27 23:13:25 +02:00
|
|
|
#timeControlsSlider::-webkit-slider-runnable-track {
|
|
|
|
height: 1rem;
|
|
|
|
border-radius: .25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#timeControlsSlider::-moz-range-thumb {
|
|
|
|
width: 0.75rem;
|
|
|
|
height: 1.5rem;
|
|
|
|
margin-top: -0.25rem;
|
|
|
|
border-radius: .25rem;
|
|
|
|
outline: 1px solid var(--bs-body-bg);
|
|
|
|
}
|
|
|
|
|
|
|
|
#timeControlsSlider::-moz-range-track {
|
|
|
|
height: 1rem;
|
2022-04-20 10:54:58 +02:00
|
|
|
border-radius: .25rem;
|
2017-04-06 23:09:37 +02:00
|
|
|
}
|
|
|
|
|
2022-04-24 09:51:41 +02:00
|
|
|
#entriesList .card {
|
|
|
|
box-shadow: none !important;
|
|
|
|
transition: box-shadow 0.15s ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
#entriesList .card:hover {
|
|
|
|
box-shadow: 0 0 0 .15rem rgba(var(--bs-primary-rgb), .75) !important;
|
|
|
|
}
|
|
|
|
|
2022-04-08 17:19:10 +02:00
|
|
|
#entriesListNav {
|
2022-04-04 18:05:40 +02:00
|
|
|
margin: 10px 0;
|
2017-05-01 17:54:19 +02:00
|
|
|
display: flex;
|
|
|
|
flex-shrink: 0;
|
|
|
|
justify-content: center;
|
2017-04-06 19:15:16 +02:00
|
|
|
}
|
|
|
|
|
2022-04-08 17:19:10 +02:00
|
|
|
#entriesListNav > * {
|
2017-05-01 17:54:19 +02:00
|
|
|
display: block;
|
2017-04-06 19:15:16 +02:00
|
|
|
cursor: pointer;
|
2017-05-01 17:54:19 +02:00
|
|
|
width: 120px;
|
|
|
|
height: 30px;
|
2017-04-06 19:15:16 +02:00
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2022-04-08 17:19:10 +02:00
|
|
|
#entriesListNav > .small {
|
2017-05-01 17:54:19 +02:00
|
|
|
width: 30px;
|
|
|
|
padding: 2px;
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
|
|
|
|
2022-04-11 07:50:42 +02:00
|
|
|
#entriesListNav > .small > img,
|
|
|
|
#entriesListNav > .small > svg {
|
2017-05-01 17:54:19 +02:00
|
|
|
height: 22px;
|
|
|
|
width: 22px;
|
|
|
|
}
|
|
|
|
|
2022-04-08 17:19:10 +02:00
|
|
|
#entriesListNav > .small:last-child {
|
2022-04-04 18:05:40 +02:00
|
|
|
margin-right: 0;
|
2017-04-06 19:15:16 +02:00
|
|
|
}
|
|
|
|
|
2022-04-08 17:19:10 +02:00
|
|
|
#entriesListNav > a:hover {
|
2017-04-06 19:15:16 +02:00
|
|
|
text-decoration: none;
|
2022-04-04 18:05:40 +02:00
|
|
|
background-image: linear-gradient(to bottom, #999, #777);
|
2017-04-06 19:15:16 +02:00
|
|
|
}
|
|
|
|
|
2022-04-08 17:19:10 +02:00
|
|
|
#entriesListNav > .small:hover {
|
2017-05-01 17:54:19 +02:00
|
|
|
background-image: none;
|
|
|
|
background: transparent;
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
|
2022-04-09 05:41:40 +02:00
|
|
|
[data-mode="explore"] #entriesListControls {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-04-08 18:22:17 +02:00
|
|
|
body:not([data-dev]) .show-only-on-dev {
|
|
|
|
display: none !important;
|
2022-04-09 04:45:47 +02:00
|
|
|
}
|
|
|
|
|
2022-04-20 10:54:58 +02:00
|
|
|
.nav-link.active {
|
|
|
|
font-weight: 700;
|
2022-04-09 06:54:06 +02:00
|
|
|
}
|
2022-04-22 08:10:03 +02:00
|
|
|
|
|
|
|
.period-group {
|
|
|
|
transition: box-shadow 0.15s ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
.period-group[data-active=true] {
|
|
|
|
box-shadow: 0 0 0 .15rem rgba(var(--bs-primary-rgb), .75);
|
|
|
|
}
|
|
|
|
|
|
|
|
.period-group[data-active=true][data-status=active] {
|
|
|
|
box-shadow: 0 0 0 .15rem rgba(var(--bs-primary-rgb), .75);
|
|
|
|
}
|
|
|
|
|
|
|
|
.period-group[data-status=active] {
|
|
|
|
box-shadow: 0 0 0 .1rem rgba(var(--bs-primary-rgb), .5);
|
|
|
|
}
|
|
|
|
|
|
|
|
.period-group[data-active=true][data-status=error] {
|
|
|
|
box-shadow: 0 0 0 .15rem rgba(var(--bs-danger-rgb), .75);
|
|
|
|
}
|
|
|
|
|
|
|
|
.period-group[data-status=error] {
|
|
|
|
box-shadow: 0 0 0 .1rem rgba(var(--bs-danger-rgb), .5);
|
2022-04-14 08:41:13 +02:00
|
|
|
}
|
|
|
|
|
2022-04-14 09:56:30 +02:00
|
|
|
#periods #periodsStatus:empty {
|
2022-04-26 01:56:23 +02:00
|
|
|
display: none;
|
2022-04-23 15:49:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.period-group.no-time-slider input,
|
|
|
|
.period-group.no-time-slider label {
|
|
|
|
display: none;
|
|
|
|
}
|