Skip to content

Instantly share code, notes, and snippets.

#container-main {perspective: 1px; height: 100vh; margin-left: -100px; padding-left: 150px; overflow-x: hidden; overflow-y: auto;}
#container-main::before {
content: "";
display: block;
width: 100%;
margin-left: -100px;
position: absolute;
background: url(http://40.media.tumblr.com/fbba87d327660462c8e834e164c526ca/tumblr_mzdgx16SIq1qfu9ibo3_540.jpg) top;
@OviOvocny
OviOvocny / CardLitev45.css
Last active November 15, 2017 04:26
Superovoce is at it again!
/* ANILIST MODIFIERS */
{ANILIST-COVERS=LRG}
/* ACTUAL CASCADING STYLE SHEETS -- Explore it all to find DISABLED FEATURES you might want enabled (or not, what do I know) */
@import "http://fonts.googleapis.com/css?family=Maven+Pro"; /* Custom font, feel free to delete if you don't want it */
body {
background-color: #333;
@OviOvocny
OviOvocny / dabblet.css
Last active January 3, 2016 14:55 — forked from anonymous/dabblet.css
Test card
/**
* Test card
*/
@import "http://fonts.googleapis.com/css?family=Comfortaa|Ubuntu:400,300&subset=latin,latin-ext";
@import "http://weloveiconfonts.com/api/?family=entypo";
* {
box-sizing: border-box;
{ANILIST-COVERS=LRG}
{ANILIST-POPUP}
body {
background: #222;
}
.list_wrapper {
margin-left: 0;
max-width: 100%;
/* Adds icons before list headings */
h3::before {
vertical-align: top;
margin-left: 10px;
margin-right: 5px;
font-family: Material Icons;
font-size: larger;
}
#watching h3::before, #reading h3::before {
/* Adds icons before list headings */
h3::before {
vertical-align: top;
margin-left: 10px;
margin-right: 5px;
font-family: Material Icons;
font-size: larger;
}
#watching h3::before, #reading h3::before {
@OviOvocny
OviOvocny / bubble-grid-2017.css
Created April 20, 2017 16:47
Modern impractical stylesheet for old-style AniList lists.
{ANILIST-COVERS=LRG}
{ANILIST-POPUP}
body {
background-color: hsl(217, 23%, 16%);
}
/**/
@OviOvocny
OviOvocny / minimaldiscord.css
Last active January 15, 2021 10:22
WIP Discord CSS override with less(more) distracions incl. prefers-color-scheme
.theme-dark [class*="themedWithTrack"]>[class^="scroller"]::-webkit-scrollbar-track-piece {
border: 0 !important;
background-color: transparent !important;
}
.theme-dark [class*="themedWithTrack"]>[class^="scroller"]:hover::-webkit-scrollbar-track-piece {
border: 0 !important;
background-color: var(--background-accent) !important;
}
[class^="scroller"]::-webkit-scrollbar {
width: 12px;