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-header__sitename {
   display: flex;
   display: flex;
   font-size: 20px;
   font-size: 20px;

Revision as of 13:32, 3 January 2025

/* All CSS here will be loaded for users of the Cosmos skin */
.cosmos-header__sitename {
  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;
}