MediaWiki:Timeless.css: Difference between revisions

From Astraheim Edda
No edit summary
No edit summary
Line 11: Line 11:


.color-left, .color-middle, .color-right {
.color-left, .color-middle, .color-right {
   background: rgba(255, 255, 255, 0.1) !important;
   background-color: rgba(1, 21, 46, 1) !important;
   height: 1px !important;
   height: 1px !important;
}
}

Revision as of 13:48, 5 December 2025

/* All CSS here will be loaded for users of the Timeless skin */
/* Header */
#mw-header-container {
  background-color: rgba(1, 21, 46, 1) !important;
  color: #fff !important;
}

#p-logo-text>a {
  color: #fff !important;
}

.color-left, .color-middle, .color-right {
  background-color: rgba(1, 21, 46, 1) !important;
  height: 1px !important;
}


/* Body */
#mw-content-container 
{ 
  min-height: 100vh;
  background: radial-gradient(circle at top left, #000000 0%, transparent 70%), radial-gradient(circle at bottom right, #000000 0%, transparent 70%), radial-gradient(circle at center, #0b3d91 0%, #001020 100%); 
  background-blend-mode: screen;
  border-bottom: none !important;
}

#mw-content-block
{
  padding-top: 100px;
}

#mw-content
{
  background-color: rgba(25,30,36,1) !important;
  color: #fff !important;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  margin-bottom: 20px;
}

.sidebar-chunk
{
  background-color: rgba(25,30,36,0.9) !important;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.sidebar-chunk h3 {
  color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
}

/* Footer */
#mw-footer-container,
.mw-footer-container
{
  background-color: rgba(25,30,36,1) !important;
  color: #fff !important;
}