Difference between revisions of "MediaWiki:Vector.css"

From PKC
Jump to navigation Jump to search
Line 4: Line 4:
   color: brown;
   color: brown;
   text-align: left;
   text-align: left;
}
.shadowbox {
  width: 15em;
  border: 1px solid #333;
  box-shadow: 8px 8px 5px #444;
  padding: 8px 12px;
  background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
}
}

Revision as of 11:13, 1 July 2021

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

h1 {
  color: brown;
  text-align: left;
}

.shadowbox {
  width: 15em;
  border: 1px solid #333;
  box-shadow: 8px 8px 5px #444;
  padding: 8px 12px;
  background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
}