MediaWiki:Cosmos.css: Difference between revisions

From Servantpedia
Jump to navigation Jump to search
LBMapper12 (talk | contribs)
No edit summary
Tag: Reverted
LBMapper12 (talk | contribs)
No edit summary
Tag: Reverted
Line 1: Line 1:
/* All CSS here will be loaded for users of the Cosmos skin */
/* All CSS here will be loaded for users of the Cosmos skin */
#cosmos-banner-mainpage-link {
#cosmos-banner-mainpage-link {
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.5)) drop-shadow(0px 0px 8px rgba(0,0,0,0.8)) drop-shadow(0px 0px 10px rgba(0,0,0,1));
  display: flex;
  font-size: 20px;
  text-align: center;
  align-items: center;
  padding-left: 10px;
  font-weight: bold;
  text-shadow: 0 4px 5px rgba(0,42,50,.05);
  flex-basis: 220px;
}
}

Revision as of 13:28, 3 January 2025

/* All CSS here will be loaded for users of the Cosmos skin */
#cosmos-banner-mainpage-link {
  display: flex;
  font-size: 20px;
  text-align: center;
  align-items: center;
  padding-left: 10px;
  font-weight: bold;
  text-shadow: 0 4px 5px rgba(0,42,50,.05);
  flex-basis: 220px;
}