Template:Dndbeyond tooltip/style.css: Difference between revisions

From Campaigns
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 19: Line 19:
   color: white;
   color: white;
   position: relative;
   position: relative;
}
.header-type {
  color: white;
  margin: 0 5px 0 auto;
  padding: 2px 10px;
  font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
  font-size: 12px;
  border: 1px solid #99e5bf;
  background-color: #47d18c;
}
}

Revision as of 01:43, 24 November 2021

div.header {
  display: flex;
  height: 70px;
  padding: 0 10px 10px;
  position: relative;
}

.fitimage {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header-text {
  font-size: 28px;
  font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
  color: white;
  position: relative;
}

.header-type {
  color: white;
  margin: 0 5px 0 auto;
  padding: 2px 10px;
  font-family: "Roboto Condensed",Roboto,Helvetica,sans-serif;
  font-size: 12px;
  border: 1px solid #99e5bf;
  background-color: #47d18c;
}