MediaWiki:Vector.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
(Undo revision 7697 by Taylan (talk))
Tag: Undo
Line 14: Line 14:
}
}


/*
.bg3wiki-damage-info {
.bg3wiki-damage-info {
   display: inline-block;
   display: inline-block;
Line 23: Line 22:
   font-weight: 1.1em;
   font-weight: 1.1em;
}
}
*/

Revision as of 16:49, 30 January 2023

/* CSS placed here will affect users of the Vector skin */

html {
  background-color: black !important;
  background-image: url(/bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
}

body {
  background: linear-gradient(rgba(27 27 27 / 90%) 80%, transparent) !important;
}

.bg3wiki-damage-info {
  display: inline-block;
  background-color: var(--bg-dark);
  padding: 0 2em 0 1em;
  border-radius: 20px;
  font-family: monospace;
  font-weight: 1.1em;
}