User:Dereckson/timeless.css: Difference between revisions

From Nasqueron Agora
(Created page with "→‎------------------------------------------------------------- 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; }")
 
(Tiles moved from User:Dereckson/common.css)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
#mw-content-container {
#mw-content-container {
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;
}
/*  -------------------------------------------------------------
    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;
}