Difference between revisions of "MediaWiki:Timeless.css"

From NewlyPossible.org
 
(40 intermediate revisions by the same user not shown)
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 */
  
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
+
/* This CSS code snippet highlights the last section header upon navigation to facilitate returning to it when scrolling through a long document. */
 +
.mw-headline:target {
 +
  background-color: gold;
 +
}
  
#p-banner.mw-wiki-title-long {
+
.color-left, .color-middle, .color-right {
   font-family: 'Raleway', sans-serif;
+
   background-color: #4C86C3;
 
}
 
}
  
/* This CSS code snippet highlights the last section header upon navigation to facilitate returning to it when scrolling through a long document. */
+
#mw-content-container {
 +
  border-bottom: #4C86C3;
 +
  background-image: none;
 +
}
  
.mw-headline:target {
+
.mw-wiki-logo {
   background-color: gold;
+
  margin-top: 3px;
 +
   margin-bottom: 3px;
 
}
 
}

Latest revision as of 11:20, 26 February 2021

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

/* This CSS code snippet highlights the last section header upon navigation to facilitate returning to it when scrolling through a long document. */
.mw-headline:target {
  background-color: gold;
}

.color-left, .color-middle, .color-right {
  background-color: #4C86C3;
}

#mw-content-container {
  border-bottom: #4C86C3;
  background-image: none;
}

.mw-wiki-logo {
  margin-top: 3px;
  margin-bottom: 3px;
}