User:Dereckson/timeless.css: Difference between revisions
From Nasqueron Agora
No edit summary |
(Tiles moved from User:Dereckson/common.css) |
||
Line 6: | Line 6: | ||
background-image: url(https://windriver.nasqueron.org/~dereckson/gfx/svg/t-rex.svg) !important; | background-image: url(https://windriver.nasqueron.org/~dereckson/gfx/svg/t-rex.svg) !important; | ||
background-position: 30em 10em !important; | background-position: 30em 10em !important; | ||
} | |||
/* ------------------------------------------------------------- | |||
Tiles | |||
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ | |||
.tiles { | |||
grid-template-columns: 100px 50px 100px; | |||
grid-template-rows: 80px auto 80px; | |||
column-gap: 10px; | |||
row-gap: 15px; | |||
} | } |
Latest revision as of 10:30, 29 August 2023
/* -------------------------------------------------------------
T-rex and mountains are better than cats - content background
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#mw-content-container {
background-image: url(https://windriver.nasqueron.org/~dereckson/gfx/svg/t-rex.svg) !important;
background-position: 30em 10em !important;
}
/* -------------------------------------------------------------
Tiles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.tiles {
grid-template-columns: 100px 50px 100px;
grid-template-rows: 80px auto 80px;
column-gap: 10px;
row-gap: 15px;
}