Template:Infobox npc/styles.css: Difference between revisions

Template page
Content added Content deleted
(Scott changed the content model of the page Template:Infobox/styles.css from "wikitext" to "CSS")
No edit summary
Line 1: Line 1:
/* Infobox CSS goes here */
/* Infobox CSS goes here */

.infobox {
margin-top: 0rem;
border-spacing: 0px;
text-align: center;
float: right;
z-index: 3;
font-weight: normal;
width: 300px;
background: #000;
color: #fff;
border-radius: 15px;
}

.infobox-image {
border-radius: 12px 12px 0 0;
overflow: hidden;
}

Revision as of 22:07, 11 January 2021

/* Infobox CSS goes here */

.infobox {
  margin-top: 0rem;
  border-spacing: 0px;
  text-align: center;
  float: right;
  z-index: 3;
  font-weight: normal;
  width: 300px;
  background: #000;
  color: #fff;
  border-radius: 15px;
}

.infobox-image {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.