MediaWiki:Common.css: Difference between revisions

From Idle Clans wiki
m (Reverted edits by Sven6895 (talk) to last revision by MrDeadKingz)
Tag: Rollback
mNo edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */


/*#mw-content-wrapper { background: url('https://wiki.idleclans.com/images/e/ed/Idle_clans_background.png')
/*#mw-content-wrapper { background: url('https://wiki.idleclans.com/images/e/ed/Idle_clans_background.png')
Line 11: Line 7:
     background: url(https://wiki.idleclans.com/images/c/cd/Idle_clans_background3.png);
     background: url(https://wiki.idleclans.com/images/c/cd/Idle_clans_background3.png);
     background-size: auto, auto;
     background-size: auto, auto;
}
.client-darkmode .background #mw-content-block{
    background: url(https://wiki.idleclans.com/images/c/cd/Idle_clans_background3.png);
    background-size: auto, auto;
    filter: invert(1) hue-rotate(180deg)
}


/*#mw-content {
/*#mw-content {

Revision as of 17:26, 7 May 2024

/* All CSS here will be loaded for users of the Timeless skin */

/*#mw-content-wrapper { background: url('https://wiki.idleclans.com/images/e/ed/Idle_clans_background.png')
background-size: cover; }*/

#mw-content-block {
    background: url(https://wiki.idleclans.com/images/c/cd/Idle_clans_background3.png);
    background-size: auto, auto;
}


.client-darkmode .background #mw-content-block{
    background: url(https://wiki.idleclans.com/images/c/cd/Idle_clans_background3.png);
    background-size: auto, auto;
    filter: invert(1) hue-rotate(180deg)
}

/*#mw-content {
  background-image: url('https://wiki.idleclans.com/images/d/d1/Idle_clans_background2.png');
  background-size: 150px;
  width: 300px;
  height: 300px;
  border: 2px solid;
  color: pink;
}*/